View Single Post
Old 10-27-2013, 02:53 AM   #4
Aeris
Developer's Corner Mascot
Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.
 
Aeris's Avatar
 
Posts: 486
Karma: 1277790
Join Date: Sep 2013
Device: Kindle Paperwhite 5.3.4, Kindle Keyboard 3.4
Nice, it works! Well done!

PS could you release also a paperwhite version? Screen resolution: 1024 x 758

You could maybe detect in the .sh bash script the model type, if touch or paperwhite, and launch the appropriate executable for that with this check:

Code:
# Touch:
if [ "$PLATFORM" = "${PLATFORM/758/}" ]; then

# Paperwhite
if [ "$PLATFORM" != "${PLATFORM/758/}" ]; then
If you wanna have some fun you could also try to enlarge fonts, set a screen refresh after closing each dialog / restarting the match, and fix the crash problem when changing language

Screenshots regard first run (left) and other runs (right)
Attached Thumbnails
Click image for larger version

Name:	screenshot_2013_10_27T08_51_33+0200.png
Views:	262
Size:	9.9 KB
ID:	114041   Click image for larger version

Name:	screenshot_2013_10_27T09_12_06+0200.png
Views:	239
Size:	11.4 KB
ID:	114042  

Last edited by Aeris; 10-27-2013 at 03:13 AM.
Aeris is offline   Reply With Quote