beta release 4.1b1, versionCode 24, targetSdk 34 Android 14
Pre-release
Pre-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.