Next release: Dec 13, 2019 by 11:59PM PT.
Major changes:
- Please see the changelog for v4.10.0 for additional changelog details.
- #432, the reply window context menu now has the copy option back; the quote and spoiler (when applicable for the board) options will be available on the main menu, while board-specific modifications will be available in the dropdown submenu.
Minor changes:
- Dubs parsing has been fixed. Your quads, trips, dubs, or higher even, will correctly be detected.
- Youtube duration parsing now always shows the minutes, and seconds are always displayed as two digits.
- #434, when marking a post as your own with replies already on it, you will not be notified if the thread is pinned.
- #430, the application shouldn't crash for people on Android 6 or below when attempting to update the app.
- #428, fixes a memory leak caused by the local thread download animation on pin cells.
- #436, being unable to load local threads, due to my overzealous refactoring. Thanks @K1rakishou for the quick fix!
- Fixes an issue where the log would be spammed with page requests if a site didn't support board pages.
Project level notes:
- A number of constants have been imported statically in source files, making them much cleaner to read through.
- Additional utilities have been added to AndroidUtils for ease and standardization of use.
- Additional cleanup of AndroidUtils, some methods of which have been moved to other utils classes as they were more suited there.
- Continued cleanup of Toast calls and superfluous getAppContext() calls. Should be mostly done.