maiacore android keyboard app or something
 
 
 
 
Go to file
Yohei Yukawa 3895d7f8dc Additional subtype ID should be independent of OS-version
This CL consolidates the initialization logic for additional
subtypes so that each additional subtypes can have predictable
subtype ID regardless of OS version.

Previously subtype IDs for additional subtypes are calculated
differently depending on the running OS version with hoping it
minimizes the risk of compatibility issues.  However, it is
getting harder and harder to maintain slightly different
logic between OSes. Thus we decided to unify the logic into
that in KitKat even though it may causes some breaking changes.

Note that the actual extra values that are used to instantiate
InputMethodSubtype object are still determined on the fly
depending on the running OS version. However these actual
extra values are no longer used for the subtype ID calculation.

BUG: 16000850
Change-Id: Id3c262386a7bc7ed75966b1395a50171abe550d3
2014-07-04 15:08:58 +09:00
dictionaries Update dictionaries 2014-07-01 18:19:30 +09:00
java Additional subtype ID should be independent of OS-version 2014-07-04 15:08:58 +09:00
native Remove unused method. 2014-06-27 15:23:38 +09:00
tests Additional subtype ID should be independent of OS-version 2014-07-04 15:08:58 +09:00
tools Add Sinhala keyboard layout 2014-06-27 16:16:30 +09:00
Android.mk Build native subdirectories first 2013-01-28 20:07:31 -08:00
CleanSpec.mk Add a clean step for LatinIME native lib. 2014-03-21 10:46:24 +09:00