It is universal android client for rule34 web sites.
For truth, you can write additional parsers not only to rule34 sites, but also to something like e621.net.
For more info click here.
- No ads
- Faster loading
- No history
- No trackers
- Open source
- Default tags feature (checkout "tags" section on main menu)
- You can download images to gallery
- Not supporting videos (GIFs works good)
- Not resizing image
- Android fragments
- DataBinding
- FragmentManager
- RecyclerView
- khttp
- jsoup
Use parser for rule34.xxx as example.
- Add your parser to "parsers_array" in values->strings
- If web source with your content dynamically loading tags suggestions while typing, like on rule34.xxx
=> add it's url to "parsers_with_suggestions_loader_array" array in values->strings - Create new class in "parsers" package that extends Parser base class
- Implement all functions like in rule34xxxParser. Checkout base class for helpful functions
- Add your class to when expression in parsers.ParserClass.ContentParser
As rule34.paheal.net has some restriction to anonymous users,
you can't search more than 3 tags in one search, so your default tags won't work properly.
It is free open source application, you can fork it, sell it, or something.
But if you want to add your parser, it would be great if you create a merge request and we can build more powerful library.
Of course I will create a section "Contributors" and write you there :)