Releases: plateaukao/sweetlime
Releases · plateaukao/sweetlime
Release 6.4.2
- Add option to show typed words in the middle of keyboard
- Fix import mapping file issue
Release 6.4.0
- make key background whiter and with thin border
- add typed Chinese character in the middle of keyboard so that it's easier to know if any word is wrong.
Release 6.3.1
- 讓候選字只跳出5到10個,這樣子在電子紙設備上的反應會比較快
Release 6.3.0
Add insert phrase dialog
v6.1.0
- support scope storage: now for backup, you can select the folder first. Same for restore locally.
v6.0.1
- fix storage issue in target sdk 30
- change keyboard icon button behavior from closing keyboard to launching system keyboard list.
v6.0.0
First release version after limeime modification. The package name is still the same as LIME HD.
Changelog
- 將 github 上的 repo (原本有 900 多 MB),重新建立。不然只是要改個 code,得要下載接近 1GB 的 repo 到自己電腦上,會讓人卻步。
- 拿掉廣告。雖然我知道支持原始開發者很重要,但既然我自己要貢獻,而且也有開放原始碼,所以我應該可以把廣告都拿掉吧。
- 拿掉 Google Drive 和 Dropbox 的整合。雖然這功能很方便,但我就是不想因此整合了一堆 library。
- 拿掉了一堆不知道當初為什麼要 import 的 local libraries。拿掉後似乎還是可以動,而且 apk size 從原本的 10MB 瘦身到 3.9MB!開心!
- 改善 UX 原先長按左下角的鍵盤鈕,會跳出功能選單;如果想要切換系統鍵盤的話,需要先長按鍵盤鈕,然後再點選系統鍵盤選項。這功能我常常需要使用到,所以希望可以一鍵就可以完成。所以我把長按鍵盤鈕直接對應到開啟系統鍵盤選單。至於原本的功能選單,則改成長按空白鍵。
- 將最低支持版本升到 level 21,因為我想拿掉 multidex 的 library,並改用 level 30 的 SDK。