Manga reader for Android based on Hikari with NDK image decoding and sectional UI.
- Redesigned extension and source filtering with local search, card-grouping panels, custom flag badges, and active source count tracking
- Redesigned onboarding setup flow with automated theme selections and system permission configuration dashboards
- Unified card, list item, and detail screen containers under the custom HikariCard component
- Rebuilt Compose-based download queue with real-time active downloader pipeline
- Extension management with automatic repository synchronization
- Sectional dashboard for library and reader configuration
- NDK-based image decoding using AImageDecoder
- EASU upscaling integration in the reader pipeline
- Global search deduplication for cross-source manga grouping
- Material 3 user interface with Material You support
- Biometric security with idle application locking
- Background library organization and backup management
| Requirement | Version |
|---|---|
| JDK | 21+ |
| Android SDK | API 34+ |
| Gradle | 8.7+ |
Build from source:
git clone https://github.com/LeverTeam/hikari.git
cd hikari
./gradlew assembleDebugOfficial APK releases are available on the GitHub Releases page.
- Locate the built APK in
app/build/outputs/apk/debug/ - Install the APK on an Android device
- Navigate to Browse > Extensions to initialize extension sources
- Configure updating and security preferences in the Settings dashboard
Licensed under the Apache License 2.0.