Skip to content

beta release 4.1b1, versionCode 24, targetSdk 34 Android 14

Pre-release
Pre-release
Compare
Choose a tag to compare
@1fish2 1fish2 released this 05 Nov 09:59
· 13 commits to master since this release

en-US

  • Work around Moto G's variable width digits (by embedding a Roboto font).
  • Support °C/°F Regional preferences in Android 14.

de-DE

  • Umgehen Sie die Ziffern mit variabler Breite des Moto G.
  • Unterstützen Sie regionale °C/°F-Präferenzen in Android 14.

Also

  • Support Android 14, API 34.
  • Start on Android 15, API 35, e.g. Intents must have actions.
  • Update the dev tools & libraries.
  • Fix inspection warnings.
  • Set a monochrome adaptive app icon.
  • Log early & late setAlarmClock() alarms.
  • Add StrictMode configuration controlled by a static final boolean.
  • Tweak the popup menu code in an attempt to fix the exception WindowLeaked PopupWindow$PopupDecorView.
  • Stop tracking MainActivityIsVisible.
  • Load prefs during app creation. Hopefully the I/O time is covered by the splash screen.
  • On Android 15+, Force Stop disables the widget. Reset state when the user taps it or opens the app, also after device reboot then login.
  • Speed up the playPauseStopUITest by checking saved res IDs instead of button icon pixels.