globeay / mathdoku

Automatically exported from code.google.com/p/mathdoku
0 stars 0 forks source link

Support for Android 1.6 #69

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Patches, revision 78 and above, seem to be build for Android 2.2 and above. My 
client and the original code was built for Android 1.6 - ancient by todays 
standards, but still used by about 1,500 players. Do the patches require 
functionality from 2.2 or can they work in 1.6 with the right changes (e.g 
'fill_parent' is replaced by 'match_parent' so it seems just namespace?). If 
possible, I'd like to see if we can stick with 1.6, but might consider bumping 
the Play version to a higher APi requirement if the changes necessitate it.

Original issue reported on code.google.com by paul.din...@gmail.com on 15 Mar 2013 at 2:07

GoogleCodeExporter commented 8 years ago
It was not an explicit decision not to support below Android 2.2. I will look 
into it if we still can support 1.6.

Original comment by paul.din...@gmail.com on 15 Mar 2013 at 2:08

GoogleCodeExporter commented 8 years ago
Resolved in revision126.

Original comment by paul.din...@gmail.com on 17 Mar 2013 at 11:06

GoogleCodeExporter commented 8 years ago

Original comment by paul.din...@gmail.com on 17 Mar 2013 at 11:21

GoogleCodeExporter commented 8 years ago
Tested Revision 163 in Android 1.6 emulator and did not see any issues

Original comment by em...@srlee.com on 27 Mar 2013 at 3:42