Open GoogleCodeExporter opened 9 years ago
Apparently between Gingerbread and ICS the original code in LatinIME was first
changed to use "dip" instead of "in" in the fullscreen check (which should fix
this particular problem):
https://github.com/CyanogenMod/android_packages_inputmethods_LatinIME/commit/f80
b6a06992ae08ca3601f4fbc6da550fd9ac730
and then immediately changed to a completely different method to determine the
appropriate mode:
https://github.com/CyanogenMod/android_packages_inputmethods_LatinIME/commit/2be
872555c08a66a820695ca6961e18d02dec359
Original comment by sigp...@gmail.com
on 11 Sep 2012 at 8:45
Thanks for the code pointers, I can merge the modified algorithm to make the
default selection work better.
I'm also thinking about replacing the current checkbox with a tristate menu
selection, so that it defaults to "whatever the device thinks is appropriate",
and providing additional options to force the fullscreen editor on or off.
Original comment by Klaus.We...@gmail.com
on 28 Sep 2012 at 6:05
Original issue reported on code.google.com by
sigp...@gmail.com
on 21 Aug 2012 at 4:48