ALin
|
f411ef7cce
|
fix: using SimpleDateFormat from java.text instead of android.icu.text to be compatible with api less than 24
项目设置里最低api要求为21,但android.icu.text.SimpleDateFormat要求最低api24,更换为了java.text.SimpleDateFormat来支持21~23版本API
|
2022-08-27 20:12:19 -07:00 |
|
ALin
|
85d7184439
|
feat: 墨水屏模式下,书籍信息页不显示模糊书籍封面作为背景
|
2022-08-27 19:51:45 -07:00 |
|
ALin
|
3f58e3ba3f
|
fix: fix wrong eink mode check | anim boolean值写反了
|
2022-08-27 19:33:48 -07:00 |
|
ALin
|
1af53fc50d
|
disable popup animations when eink mode enabled, fixed #1398
在dptrp等墨水屏机型上动画会导致按钮无反应的bug(已复现),通过检测是否为墨水屏模式禁用相应按钮的动画可以解决这一问题
|
2022-08-25 01:08:08 -07:00 |
|