Skip to content

Better late than never

Compare
Choose a tag to compare
@NO-ob NO-ob released this 09 Nov 18:56
· 195 commits to master since this release

[!!!] We created a Discord server, you can find an invite link to it on the github page or in the settings page inside the app. Come join us!

[Note]: In this release we refactored a lot of our code and reworked some important systems. If you encounter any problems or bugs, please create an issue on Github or post about it in our discord server.

[Warning]: Starting from this version, minimum Android version is 5.0 (sdk21)

You probably thought that this is an abandonware at this point, yeah?

Main things in this version:

  • Tag types / Colored tags
  • Improved Tab Manager
  • Fixes for multiple boorus
  • Better immersive mode

New Features:

  • Tag types/colors system
    -- Works on: gelbooru, danbooru, sankaku,
    -- Will work on other boorus too, but only for tags you encountered on supported boorus
  • Expanded Tab manager: move tabs by long press+drag or through tab dialog option, delete multiple tabs, show tab index...
    -- [Reminder] You can access Tab manager by long pressing the tab selector

Changes:

  • Main toolbar now includes tab selector instead of title
  • Redesigned tab manager, search history and comment viewer pages
  • Added "Hand Side" setting in Interface - (for now only allows to change where button to open the main drawer is placed, will be expanded with more changes in the future)
  • Added a fancy shimmer effect when first page and previews are loading
  • Reworked how system status bar is handled - now you can enter immersive mode by tapping on the media in gallery view (on videos you still need to long tap)
  • Removed "Show Status Bar" setting
  • Video controls now don't zoom with the video
  • Search bar now uses word on the left side of the cursor, instead of the last word in a string
  • Added support for ~(OR) in search bar
  • Search bar can now detect search modifiers (rating:..., sort:...)
  • Completely reworked floating buttons in gallery view (zoom, next/prev item)
  • Animated loading bars in gallery view
  • Moved "Page Number" dialog button from toolbar to the drawer
  • Added ability to select and delete multiple search history entries
  • Tabs which haven't been loaded yet or have zero items in them now will be displayed in italic text
  • Improved filtering in tab manager (see help dialog there for more details)
  • Improved comments parsing and rendering
  • Added a warning when user enters incorrect rating on gelbooru/danbooru, app will autocorrect api requests for these searches
  • Added notes support to danbooru
  • Added ability to search on tags filters page
  • Added a setting to disable download notifications

Fixes:

  • Fixed coloring and styling of some parts of the UI, now app correctly updates colors when theme changes

  • Fixed "Started X sec ago" message not resetting when it should

  • Fixed a possibility when app could be opened in multiple instances

  • Fixed comments on sankaku

  • Fixed broken api data on realbooru

  • Fixed broken api data on rule34xyz/world

  • Fixed error handling on gelbooru

  • Fixed favourite booru duplication bug, also disables sharing and saving of fav booru

  • Added validation to booru names to avoid path conflicts

  • Added a check for duplicates when backupping data

  • App will now restart after restoring database from backup to guarantee that restore completed correctly (this will also restore tabs from that backup)

  • Fixed empty searches on Hydrus

  • and a lot of other small changes and fixes...