Skip to content

Releases: mwdle/another-widget

Patched v2.3.3 P9

10 Nov 20:29
Compare
Choose a tag to compare

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

Patched v2.3.3 P8

31 Oct 22:55
c5f34d9
Compare
Choose a tag to compare

Various dependency and version updates, improvements, and removals.
Up to date with all patches from Azuo's Fork

What's Changed

  • Various fixes, updates, and improvements by @mwdle in #1

Full Changelog: v2.3.3.7...v2.3.3.8