Change log from v3.3.5 to v3.3.6: v3.3.5...v3.3.6
- [61c3ea2] - chore: bump version to 3.3.6
- [1ebbc36] - feat: enable schema in list fragment with progressing
- [42132b2] - fix: NPE on getting active schema
- [b13f20d] - fix: add missing animations when enter/exit fragments
- [89d2001] - fix: could not get correct drawable from some colors
- [16af647] - chore: update dependencies
- [a9b596d] - fix: update type converter methods for room update to avoid crash
- [9ecd1c3] - chore: update ndk
- [604e190] - fix: build failure for on 32-bit devices
- [b20fc62] - refactor: optimize getting of key background, text and symbol color
- [d8a4898] - refactor: polish Key constructing
- [21126c3] - refactor: polish Keyboard constructing
- [64672fc] - fix: Shift wasn't working
- [d8bf094] - fix: incorrect key background height
- [86f8a88] - refactor: unwrap yaml node to parse configs
- [301be9a] - fix: never evaluate valid color scheme of some themes
- [8481dee] - refactor: enhance processing of nullable theme parameters
- [5a30398] - refactor: setup action bar and menu items manually
- [68e5d91] - fix: duplicate clip data
- [cda3744] - fix: crash on first run
- [b3d78a0] - fix: key text color specified as transparent didn't take effect
- [a950f00] - fix: crash on pressing shift key
- [0e1fd85] - chore: upgrade rime to 1.14.0
- [60144fc] - feat: add button to bar to hide keyboard
- [e345192] - feat: add SwitchOptionWindow
- [5fe2f9d] - refactor: remove unused string res
- [f46de22] - refactor: avoid to use Rime companion directly
- [2e86e6f] - refactor: make all preferences getting by delegate in place
- [4fcd8a6] - fix: 'LiquidKeyboard' window reloaded, some key styles not as expected
- [8e2885d] - fix: 'key_back_color' and 'key_text_color' priority is not as expected
- [902dbf9] - fix: key label not working
- [14def33] - fix: 'key_hint_offset_y' not working
- [8675ecd] - fix: negative key offset values are not supported
- [c6cd6d8] - fix: key offset priority is not as expected
- [91c5b00] - refactor: cache bitmap instead of drawable to reduce memory consumption
- [f535d5d] - refactor: improve proto getting to increase performance
- [42051e5] - fix: key backgrounds didn't get updated after pictures changing by users
- [8712251] - fix: evict bitmap cache before initializing
- [498144c] - chore: update ktlint to 1.7.1
- [165dbee] - chore: update the git blame ignore
- [dd62098] - chore: add 3.3.6 changelog