mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-14 05:52:47 +00:00
add missing debug settings
This commit is contained in:
parent
f07f139469
commit
0b4bbdfdc9
3 changed files with 48 additions and 10 deletions
|
@ -13,8 +13,11 @@ import helium314.keyboard.latin.settings.Settings
|
|||
import kotlinx.coroutines.flow.MutableStateFlow
|
||||
|
||||
// todo
|
||||
// test release vs old release for settings start speed
|
||||
// also when coming from keyboard
|
||||
// good way to measure startup time? e.g. sth in activity, or in composable, compared to settings button
|
||||
// check if there are simple ways to improve it (try kicking out "everything" at start)
|
||||
// more pref screens
|
||||
// debug
|
||||
// appearance
|
||||
// colors
|
||||
// personal dictionary
|
||||
|
@ -55,7 +58,8 @@ import kotlinx.coroutines.flow.MutableStateFlow
|
|||
// -> users confused, but probably better than the 2 above
|
||||
// adjust layout a little, there is too much empty space and titles are too large (dialogs!)
|
||||
// check dialogs have the same colors
|
||||
// list preference -> we can make auto_correct_threshold a float directly
|
||||
// list preference -> we can make auto_correct_threshold a float directly (needs pref upgrade
|
||||
// actually test all the settings
|
||||
|
||||
// maybe later
|
||||
// weird problem with app sometimes closing on back, but that's related to "old" settings (don't care if all are removed)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue