Next anticipated release: ???
Major changes:
- Moved from in-source Android Volley to upstream Android Volley. Any instances where private variable or weird access were needed have been replaced by reflection; this should only occur in local threads and does not affect live threads.
- DEV releases are now available, but not yet from in-app. You can read the README for information. Thanks to @K1rakishou for the service.
Minor changes:
- The Youtube title parser will now send fewer requests for titles, as it caches titles it has already requested.
- #372, use *.siteID instead of *.site.id(), as the site instance in Board or Loadable may not have been initialized yet (transient variables for Site instances).
- #378, fixes for text-only mode clashing with shift-post formatting and album-goto functionality crashing the application; the second one is still and issue in Clover and has been added to the super-patch that will never get merged.
- Fixes an issue where loading one catalog, then loading a different one, then the first again wouldn't properly ignore posts for filter watching. Now it will be more consistent until the internal ignore buffer is filled and cleared.
Project level notes:
- Changed some logger outputs to be info instead of debug to better allow for debugging on a released build.
- Additional debug statements added for some items and cleaned up logger messages for others.