Skip to content

v2.2.0 - Performance boost

Choose a tag to compare

@Minos2020 Minos2020 released this 04 Aug 11:34
· 5 commits to master since this release

Warning - Always better to make backups

I tested migrations from previous versions on 2 different devices, but we never know: if you already sorted a LOT of assets and you don't want to loose your progress, it is always better to make a backup or the database before upgrading the app!

This new version mainly introduces huge performances improvements, especially for loading big albums and collections.
It also comes with a few features, changes and bug fixes.

Features:

  • Huge performance upgrade for big albums and collections (visually loads MUCH faster)
    • they are now loaded in background, allowing to start sorting without waiting for the full list to load
    • same for the review screen : all calculations are done along the way, not when opening it
  • Added smart library indexation and cleaning upon start and refresh
    • it first checks for diffs between local and server, then fetches content only if there are some
    • it also checks for swipe decisions on assets that may have been deleted server-side, and delete them locally
  • Added a mute button to swipe cards for videos
  • Added app version code to information panel (for debugging)

Enhancements:

  • Enhance navigation by making homescreen remember scrollbar position
  • Enhanced UI in logs
  • Enhanced database exports naming
  • Added smooth transition when opening settings screen

Fixes:

  • Fixed cache leaks when switching user
  • Fixed progress synchronization issues (once for all hopefully), thanks to the smart albums indexations

Full Changelog: v2.1.0...v2.2.0