back to home

jiangtian616 / JHenTai

A cross-platform manga app made for e-hentai & exhentai by Flutter

4,830 stars
142 forks
163 issues
DartC++CMake

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing jiangtian616/JHenTai in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/jiangtian616/JHenTai)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

-brightgreen) JHenTai English | 简体中文 | 한국어 Q&A Description A manga app for E-Hentai, supporting Android & iOS & Windows & MacOS & Linux. Still in development stage, welcome to submit issues or feature requests. Download & Install %5C%22%2C%5C%22matchGroupToUse%5C%22%3A%5C%22%241%5C%22%2C%5C%22versionDetection%5C%22%3Atrue%2C%5C%22releaseDateAsVersion%5C%22%3Afalse%2C%5C%22useVersionCodeAsOSVersion%5C%22%3Afalse%2C%5C%22apkFilterRegEx%5C%22%3A%5C%22%5C%22%2C%5C%22invertAPKFilter%5C%22%3Afalse%2C%5C%22autoApkFilterByArch%5C%22%3Atrue%2C%5C%22appName%5C%22%3A%5C%22JHenTai%5C%22%2C%5C%22appAuthor%5C%22%3A%5C%22JTMonster%5C%22%2C%5C%22shizukuPretendToBeGooglePlay%5C%22%3Afalse%2C%5C%22allowInsecure%5C%22%3Afalse%2C%5C%22exemptFromBackgroundUpdates%5C%22%3Afalse%2C%5C%22skipUpdateNotifications%5C%22%3Afalse%2C%5C%22about%5C%22%3A%5C%22https%3A%2F%2Fgithub.com%2Fjiangtian616%2FJHenTai%2Fblob%2Fmaster%2FREADME.md%5C%22%2C%5C%22refreshBeforeDownload%5C%22%3Afalse%7D%22%2C%22overrideSource%22%3Anull%7D) Install for Android: download .apk according to your device architecture and install. • arm64-v8a:Suitable for Android phones with 8th generation ARM processor(common choice) • armeabiv-v7a:Suitable for Android phones with 7th generation ARM processor • x86_64:rare Install for iOS: download .ipa, then use AltStore or SideLoadly to sign. • You can get easier installation and updates by adding AltStore Repo Install for Windows: download Windows_xxx.zip, then unpack it. • If you use a proxy server, set proxy address at network setting page. • If you're using Windows 11 and can't launch app, try to run jhentai.exe in compatibility mode. • If it's blocked by Windows Defender, Please trust it. Install for MacOS(No maintenance): download .dmg. • Trust it in system setting. • If you use a proxy server, set proxy address at network setting page. Install for Linux(No maintenance): download Linux-amd64.deb or Linux-x86_64.AppImage due to your platform, then install or execute it (You may need to install webkit2gtk-4.1). • If you use a proxy server, set proxy address at network setting page. Update Update for Android: download .apk according to your device architecture and install. Update for iOS: download .ipa, then use AltStore or SideLoadly to sign. Update for Windows: Delete old unpacked directory directly, then download latest Windows_xxx.zip, unpack it. Update for MacOS(No maintenance): download .dmg. Update for Linux(No maintenance): Delete old and download the latest product. Help With Translation Please submit a PR if you want to help with translation. steps Develop Motivation My first project With Flutter. I aim at getting familiar with Flutter during development. Devices I use include Android phone, Ipad and Windows computer. E-hentai apps I used before have several bugs, and I don't understand source code because I have no development experience with Android or ios, so I choose JHenTai to become my first Flutter Project. 2022.08.20 After five months of development, JHenTai has gradually become more and more strong, and I have completely refactored some codes for gallery page, reading page, download, etc. which are written at the beginning stage. I tried my best to extract the commonality between different page and style to reduce coupling, in order to benefit the development of new features. I would be very grateful if any kind of you could give me some advice on coding style, design patterns and anything related to Flutter development or participate in the development of JHenTai. 2022.10.29 I have been more familiar with basic Flutter development, and I'll focus on another area from now on. So updates for JHenTai will be less than previous, but I'll still handle bugs or issues in time。 References & Thanks Layout and style references: • FEhviewer : Mainly • EHPanda • EHViewer Tag translation: • EhTagTranslation Tag order optimization: • e-hentai-db • e-hentai-tag-count • EhSyringe App translation: • andyching168 kenny03211 NeKoOuO 繁體中文(台灣) • lucas-04 Português brasileiro • qlife1146 한국어 • bropines Russian mush thanks to these projects and people🙇‍ Screenshots Mobile Layout Tablet Layout Desktop Layout Gallery & Search Gallery Detail Setting & Download Read Main Features • [x] Mobile, tablet, desktop layout(3 kinds) • [x] Vertical, horizontal, double column read page layout(4 kinds) • [x] GalleryPage, Popular, Favorite, Watched, History, support multiple gallery list style • [x] search, search suggestion, tap tag to search, file search, jump to a certain page • [x] online reading and download, support restore download task, support synchronize updates after the uploader has uploaded a new version • [x] archive download and automatic unpacking and reading • [x] support loading local images and read • [x] support assign priority to download task manually • [x] support assign group to gallery and archive • [x] favorite, rating, torrent, archive, statistics, share • [x] password login, Cookie login, web login • [x] support EX site(domain fronting optional) • [x] vote for Tag, watch and hidden tags • [x] comment, vote for comment • [x] Fingerprint unlock Translation > languageCode > > countryCode • Copy and rename to • Rename classname in new file(optional) • Modify k-v pairs in method ,translate values to your language Now you can submit your PR, I'll do the remaining things. Or you can go on with: • Enter , add a new k-v pair in method => • Enter , add a new k-v pair in property : to describe your language. About compiling • You need to manage your Android signing by yourself, check https://docs.flutter.dev/deployment/android#signing-the-app • Just run this project via IDEA or VSCode simply. Main Dart Dependencies • get: dependency management, state management, l18n, NoSQL • dio: network • extendedImage: image • drift: database