NEXT RELEASE: When it's ready. You can always use dev, but be aware things may break without warning.
NEW FEATURES
- Development builds are now provided by Github Actions builds in a seperate repository, Kuroba-Dev. Please install a fresh version from that repository if you have not already done so.
- #81, there is now a column count for the album view, just like for the catalog in board mode. This setting also applies to the album download view.
- #77, there are now settings for column count in portrait and landscape mode. Rotate your screen before entering the appearance settings to access them.
- #573, the "Show links" post menu option now has the option to long press an item to get the raw link value; youtube links will display fancily to indicate what they're pointing to and that they have a special action.
GENERAL CHANGES
- The NOJS option has been removed from 4chan as it is no longer useful. JS forever now, use JS Captcha Cookies.
- #984, the image rotate button and video mute buttons will be more persistent between swipes. The mute button now properly displays the muting state of the image viewer rather than the video itself, which is what it was always doing anyways.
UI CHANGES
- The Colorblind theme from Oneechan has been ported over.
- PR #980, the Gruvbox Light theme has been added. Thanks to @Astridchan for the port from @TheLastZombie's original implementation back in 2017.
- Style adjustments across the board for highlight and divider colors.
- #963, prevents an issue with certain bad ROMs using a white nav bar color when the XML calls for pure black to prevent burn-in on OLED screens.
- The divider between settings now matches the styling as between posts (1dp now rather than 1px and with margins).
- #964, external links are now a seperate color from internal ones again.
- Themes have been readjusted to before the theme cleaning; apparently a difference of 4/256 in the blue value for a background color is VERY noticeable.
- #983, the secondary text color on Tomorrow has been fixed.
- PR #969, #967, adjustments to the default colors on several themes and a small style fix. Thanks @Astridchan!
- Additionally, tan has been added as a color for toolbars and accents.
- The last seen indicator will not longer appear in the post replies popup.
- The theme settings controller now has a last seen indictor inside of it, which is tied to the accent color. Picking a new accent color will refresh the view correctly to update the last seen indicator and text highlight color.
- The theme settings controller menu now has a paint roller instead of the hamburger icon, to more accurately show that at a glance it is used for coloring the toolbar.
- In addition to the change in #980, more items use the regular backcolor attribute instead of the secondary backcolor.
GENERAL FIXES
- #976, adjustments made to have image loading be a bit less lag causing. Additionally, hi-res cells have been removed, as they just cause too many problems with lag.
- #960, #961 fixes an issue with images not loading/downloading correctly after being shared.
- #962, fixes issues with new update notifications persisting after installing a new version.
- #966, thumbnails will no longer display "error" so eagerly nor will they randomly be blank as much.
- The theme controller will now properly open up to your selected theme with the correct colors for the primary and accent.
- Local images shouldn't have any issues with threading anymore.
- #985, null texts will no longer cause filter matching to fail with an exception, which could cause an API parse error in situations where the image filehash was not set.
- #738, fixes a synchronization issue with the board suggestions dialog.
- #986, fixes posts being posted to incorrect threads.
- #778, fixes a seemingly infinite loop sometimes caused by view tree observers being constantly changed, causing strange layout stalls/issues.
CRASH FIXES
- Fixes a crash caused by a captcha freshness task not being run on the main thread.
- Fixes a crash caused by a null URL attempting to be coerced into a string instead of returning null.
- #975, tapping the "bottom" or "top" buttons when a post replies controller is opened will not crash the application and will now properly scroll to the top/bottom of the container. This should not occur regularly and is only to prevent crashes.
- #737, if the floating menu anchor isn't found for the sort catalog action, default it to be the entire controller's view.
DEVELOPMENT WORK
- Editor layout previews now completely work.
- Theme documentation has been updated a bit more.