Skip to content

1.2.0 Big Upgrades

Latest
Compare
Choose a tag to compare
@TWiStErRob TWiStErRob released this 30 Aug 14:54
· 59 commits to main since this release
8eca619

Release

Date: 2023-08-30
Version: 1.2.0#1279-8eca619 / 12001279

This is a release after 3 years of silence.

  • New: Continuous Integration on GitHub
  • New: Android 9, 10, 11, 12, 13 (API 28-33) compatibility
  • Breaking: Android KitKat (4.4 / API 19) support is dropped, Android Lollipop (5.0 / API 21) is the minimum now.
  • Breaking: Rewritten Backup and Manage Space
  • Breaking: AndroidX migration

See also the public release notes on my website.

Changes

For the full list of changes see release milestone (+ upgrade milestone) and diff.

Breaking

  • Remove Android KitKat (4.4/API 19) and earlier support (#178/r3198, r3199, r3200, r3201, r3202, r3203, r3226, r3255, r3256)
  • Support library 28.0.0 and minSdk=14 in libs (r3205, #176/r3206, r3207, r3208)

New

Fixes

  • Add a few missing contentDescriptions (#177)
  • Make sure editing is always clean at first (#217/#265)
  • Hide flatten subcategories when not relevant (#286/#287)
  • Snackbar overlapping navigation view (#296/#297)
  • Selection is tracked correctly on add/delete (#196/#317)
  • Google Drive send handling is broken (#189/#272/#325)
  • Make category icon clickable on new items too (#191/#312)
  • Camera rotation towards left keeps button order (#326/#78)
  • Crash when de-selecting text in About on API 23 (#269)

Internal