What's Changed
Theme changes
- Add default Material You themes by @lm41 in #3135
- Enable arbitrary material you colors by @lm41 in #3145
- Fix incorrect font size for uri popup by @lm41 in #3150
Note
Theme authors have to implement the fix for uri popups themselves as this property is controlled by the theme. If you want an example on how to do this please have a look at the linked PR.
Clipboard history changes
- Clipboard history rework by @patrickgold in #3107
- See the linked PR for detailed changes in the clipboard
New features
- Add SwipeAction.SWITCH_TO_MEDIA_CONTEXT by @lm41 in #3143
- Add 'Hide Keyboard' action by @quycao in #3132
Bug fixes
- Properly recalculate SurfaceView size by @lm41 in 666ce62
- Use different icon for paste action by @lm41 in #3106
- Fix wrong pref migration for clipboard sync by @lm41 in #3149
- Add uppercase letters to email regex by @klaurence in #3110
New/Updated layouts
- Adding Korean Phonetic layout by @Shunnuo in #3079
- Add Georgian Standard keyboard layout by @necioerrante in #3141
Development changes
- Raise
targetSdkto 36 - Raise
compileSdkto 36
New Contributors
- @Shunnuo made their first contribution in #3079
- @quycao made their first contribution in #3132
- @necioerrante made their first contribution in #3141
Full Changelog: v0.5.1...v0.5.2