Next anticipated release day: August 4.
Please read the cumulative changelog for all features/fixes from Clover. If you want to move from Clover you will have to do so manually.
Major changes:
- PR #219, add 55chan.org support from @lazpeng.
- #52, #54, adds back-press behavior for cross-thread/board links. Merged with numerous changes for usability to use existing callbacks from chandevel#223, which is from September 2016; credits to @Hual for the base implementation, this should have been merged and worked on a while ago.
- Pin info text is now italicized when the thread goes above the last page for the board.
- #223, the local thread save icon has been changed to be a vector drawable with object animator animation.
- #22, immersive mode now hides the Kuroba UI; pull down from the top to bring it back if you want to bring back the toolbar for a 2.5 seconds; the menu will stay open if you open it before that time is up.
- #232, a setting has been added to pad thumbnails away from the top and left edges of the cell. The bottom of the cell now always has 1dp of padding to avoid clashing with the divider decoration.
Minor changes:
- #76, filters should now have proper precedence when dealing with enabled/disabled filters. A help dialog to explain the precedence was also added.
- #226, the popup color for Neon has been changed to match Insomnia, as it was way too bright.
- #228 attempted fix for storage issues on Android Q Beta 5.
- PR #224, #222, fixes a null pointer exception due to a URL not existing after reimporting settings.
- PR #225, some importer fixes for loadables used for saved threads.
- The replies button won't be so high up in the post cell anymore if you have the shift format off for posts that have no text in them but have images.
- The new captcha setting has been removed. The new captcha is always on and will fallback to the webview if anything goes wrong.
Project level notes:
- Target API is 29, as the SDK is final as of July 10th.