Mikansei 未完成 (lit. unfinished) is a Danbooru client for Android. Made with Jetpack Compose 🚀.
Danbooru is an image board website for anime-style artworks with tagging system that makes organizing easier. You can easily browse your favorite characters or real artists here.
Note: the screenshots don't indicate the final product.
- Sync and switch multiple Danbooru accounts with ease
- System-based theme with dynamic colors support and 3 themes available (light, dark & black)
- Optimized for one-handed operation
- Image viewer with zoom, pan & gestures support
- Video player with controls & gestures support
- Download and share posts
- DNS over HTTPS enabled by default
- Using the latest Android tech stacks
Features that are currently supported and synced with Danbooru
- View, favorite and vote posts
- Searching with autocomplete
- Favorites and favorite groups
- Saved searches
- Tags filtering/blacklisting
- Safe mode toggle
- Show deleted posts toggle
- Image detail size switch
- Account deactivation
- Version: 1.0.3 (103)
- Updated at: 2024-10-12
- Min. Android version: Android 5.0 Lollipop (API level 21)
- Download: APK
- Changelogs: here
- Language: Kotlin
- User Interface: Jetpack Compose
- Concurrency: Coroutines & Flow
- Dependency Injection: Koin
- Local Database: Room
- Networking: OkHttp & Retrofit
- Image Loading: Coil
- Video Loading: Media3
- API: Danbooru API
- Design Specs: Figma
- Design System: Noctiluca
- Icons: Material Symbols
To build this project, you need the latest stable of Android Studio.
- Clone the project and open in Android Studio.
- Sync project with Gradle then Run
app
.
Notes:
By default it will use the ossDebug
build variant. The playRelease
build variant will bundle Firebase Crashlytics to the app. The rest of the build variants won't bundle Firebase at all.
To use the playRelease
build variant, first you need to create a Firebase Android app with com.uragiristereo.mikansei
as the package name then store the google-services.json
file in the root of app
module.
Copyright 2024 Agung Watanabe
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.