Simple third-party application for browsing nhentai.net.
Just a little app for Android
written on 2024-12-23
Visual Studio App Center will be retired on March 31, 2025, which means this app won't receive auto update afterwards.
To provide a wider support for both iOS and Android, I am working on a new solution on ttdyce/nhviewer-universal as a replacement of this app. It's still under development but you can find the latest news there.
Download From VS App Center (retiring on March 31, 2025!)
- Download from VS App Center is recommended for auto-update
- To support this project, you can...
-
Sponsor this project on GitHub
-
Or... star the replacement app 🌟 ttdyce/nhviewer-universal
-
- Collection system
- Add / remove comic from Favorite / Read later / History
- Backup collection content to desktop (by scanning QRCode with NHV-Backup, Java program)
- General
- Basic proxy
- Vertical scrolling
- Comic list sorting (by popularity / uploaded recently)
- Search with specific language (Chinese / English / Japanese)
-
Dark theme (good for your eyes😉, or, at least for me...)
-
Better auto-update
More new features (see #Roadmap)
- M-V-P
- Retrieve data from JSON API (that page was removed, you may need to read the code/google it at this point...)
- the closest document I could find is this by @hentai-chan
- Android Jetpack Components
I would like to include NHentai’s icon and slogan in this project since it is an application about their site.
I have sent them an email to ask for permission but there is still no reply yet.
Please contact me if there are any issue, thanks.
The application is using the JSON API (page was removed😥) and parse the response data into Java class from version 2.
- the closest document I could find is this by @hentai-chan
😣For more information about coding, see the wiki (which is not yet ready '_' please come back later).
Build and run the project inside Android Studio.
- Android Studio
- Any version after Android Studio 3.5 should be fine
- Run on an Android device (tested on Android 8.0 Oreo)
For the versions available, see the tags on this repository
- ttdyce - Author and maintainer - github
-
Thanks for
- Simplified Chinese translate from @History-exe
- Traditional Chinese translate from @neslxzhen
- Beautiful badges displaying GitHub data from Shields.io
-
Inspired by
-
Dependencies
- Image blur: glide-transformations from @wasabeef
- QRCodeReaderView from @dlazaro66
- Gson
- jsoup
- Glide
- Volley
- Android's libraries
This project is licensed under the MIT License - see the LICENSE.md file for details