This new version includes the following changes:-
- This version has been renamed to "Mlpol" and had the icon modified, it can now be installed along side clover.
- The APK has been built and tested with older versions of android, the requirement now is android 5+
- Added thumbnail support for various file types
- Now based on Clover 3.0.2 instead of clover 3.0.1
- Auto-update/manual update features removed.
APK File:-
https://drive.google.com/open?id=1FgqzYlC0eLbuJlEDH3Yq5T8qcvyLO6azSource Code:-
https://drive.google.com/open?id=1AJqC-02B_8tsQX0n0n2HC85nmxorhTBkDetails of the main changes to stock Clover:-
Every file has been modified as part of the name change.
Add support for Mlpol;
Directory ./app/src/main/java/org/floens/chan/core/site/sites/mlpol added.
File ./app/src/main/java/org/floens/chan/core/site/sites/mlpol/Mlpol.java added.
File ./app/src/main/java/org/floens/chan/core/site/SiteRegistry.java modified.
Remove support for Auto update (so that we aren't warned when stock is updated);
./app/src/main/java/org/floens/chan/ui/helper/VersionHandler.java delete
./app/src/main/java/org/floens/chan/core/update/UpdateManager.java delete
./app/src/main/java/org/floens/chan/ui/controller/MainSettingsController.java mod
./app/src/main/java/org/floens/chan/ui/activity/StartActivity.java mod
./app/src/main/java/org/floens/chan/core/settings/ChanSettings.java mod
--------
I had a look into the code that parses the comments, to deal with things like colored text. Unfortunately it looks to me like adding support for additional text types would also require changing the code for the themes. I don't really have the time and maybe not even the skill (I don't like java) to change this. This app was always mainly intended for my own use and I can live with its issues, I thought that I would share it as others may find it useful which is the only reason I'm sharing it.
Anyways let me know of any issues and if I can, I'll try to help.