Skip to content

Patched v2.3.3 P9

Latest
Compare
Choose a tag to compare
@mwdle mwdle released this 10 Nov 20:29

Various fixes, removals, and dependency/SDK updates.

What's Changed

  • Fixed some code that had a potential for memory leaks.
  • Removed widget icon/text shadow feature along with associated UI elements, strings, and translations, as the code it relied upon is deprecated.
  • Upgraded Gradle to 7.3.3
  • Upgraded AGP Plugin to 7.2.2
  • Upgraded target and compile SDK versions to 33.
  • Replaced all deprecated methods with their newer alternatives.
  • Upgraded various dependencies for compatibility with newer Gradle and SDK versions.
  • Modified wallpaper/storage permissions for compatibility with SDK 33+.
    • Implemented dialog to inform/prompt SDK 33+ users about permissions needed for the (optional) widget preview wallpaper feature.
  • Modified alarm access permissions for compatibility with SDK 33+.
  • Removed all strings from translations that do not appear in the default locale.
  • Removed unused resource images with missing base versions that resulted in warnings.
  • Changed layouts to allow horizontal orientation in the app and avoid related warnings.
  • Removed various deprecated, unused, and unreachable code/UI elements.

Full Changelog: v2.3.3.8...v.2.3.3.9