ce533aec |
1 | TODO list for FreeShisen: |
2 | |
ce533aec |
3 | * provide higher resolution tilesets (the scaled ones look rather ugly) |
4 | ** could use current SVGs from libkmahjongg as a basis |
36937ad8 |
5 | ** try to use svg-android (needs SVG Basic 1.1 as format, however...) |
ce533aec |
6 | |
7 | * i18n (lots of!) |
8 | ** remove some lefover hardcoded strings |
9 | ** add i18n variants for resources |
10 | |
11 | * use actionbar? this will cost some display space, but apparently is the new way to go |
12 | ** then we don't have to claim targetSdkVersion 10 any more (which provides a software menu button for devices without a hardware button) |
13 | ** may also think of another way to provide some "software menu" button |
14 | |
15 | * save highscores depending on gravity switch? |
16 | |
17 | * ask for name in highscore list? |
18 | |
36937ad8 |
19 | * add sound effects |
d7575b69 |
20 | |
36937ad8 |
21 | * add music |
d7575b69 |
22 | |