ce533aec |
1 | TODO list for FreeShisen: |
2 | |
3 | * ask for acknowledge before resetting a game (e.g. when settings were changed) |
4 | |
5 | * provide higher resolution tilesets (the scaled ones look rather ugly) |
6 | ** could use current SVGs from libkmahjongg as a basis |
7 | ** do this depending on display density? |
8 | |
9 | * allow to choose tilesets (libkmahjongg has several) ;-) |
10 | |
11 | * i18n (lots of!) |
12 | ** remove some lefover hardcoded strings |
13 | ** add i18n variants for resources |
14 | |
15 | * use actionbar? this will cost some display space, but apparently is the new way to go |
16 | ** then we don't have to claim targetSdkVersion 10 any more (which provides a software menu button for devices without a hardware button) |
17 | ** may also think of another way to provide some "software menu" button |
18 | |
19 | * save highscores depending on gravity switch? |
20 | |
21 | * ask for name in highscore list? |
22 | |
d7575b69 |
23 | * add sound effects? |
24 | |
25 | * add music? |
26 | |