aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LocaleUtils.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move util classes to the latin/utils directory•••Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa Ken Wakasa2013-06-241-260/+0
* Use Locale.ROOT for locale neutral operations•••Bug: 9112465 Change-Id: I6cd63007287b5a1a57cfbabff35d53f66fc5620e Tadashi G. Takaoka2013-05-241-1/+1
* Small cleanup of RunInLocale•••Change-Id: Ib588e67da2c88345fc4eb51587b07ebfa434e0bb Tadashi G. Takaoka2013-02-261-2/+3
* Fix Apache license comment•••Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086 Tadashi G. Takaoka2013-01-211-8/+8
* Make utility classes final•••Change-Id: Ic4f69b4c8da33c9fca50d6829724179310c2f875 Tadashi G. Takaoka2012-08-291-1/+1
* Move some methods from Utils to LocaleUtils class•••Change-Id: I4a834549c2ea96ac30d7e2cb692d69af219cab1a Tadashi G. Takaoka2012-08-291-0/+37
* Add CollectionUtils class to create generic collection easily•••Change-Id: I6b4de9187e122298e5e9cd8ddc9070d062df6a89 Tadashi G. Takaoka2012-08-221-1/+1
* Fix "no language" subtype name•••* Move SubtypeLocale.get{Full,Middle,Short}DisplayName() to LatinLeyboardView and add unit tests (SpacebarTextTests). * Add SubtypeLocale.getSubtypeDisplayName() Bug: 6393865 Change-Id: I57420c6ae9a7b4d847a415211ff295a79a138f45 Tadashi G. Takaoka2012-04-251-2/+2
* Add RunInLocale class to guard locale switching•••Bug: 6128216 Change-Id: I8d9c75c773c3de886183b291ada7a3836295839b Tadashi G. Takaoka2012-04-031-14/+29
* Fix race condition while changing the system locale•••Bug: 6128216 Change-Id: Ie153e3eb18feeb97aada6a7708075f5152f11999 Tadashi G. Takaoka2012-03-291-5/+7
* Cleanup unused import•••This change also gets rid of several compiler warnings. Change-Id: I23962edaadad18a6e0395d528af17b909dcf5dad Tadashi G. Takaoka2011-10-041-3/+0
* Move locale-related utility methods to LocaleUtils.•••Change-Id: I7e9e6e5bc4486d8618d0213b112308c3d305c15e Jean Chalard2011-08-291-0/+51
* Allow sharing dictionaries between similar locales.•••Bug: 5058488 Change-Id: Ib12013f58afad957a8205b439f87480cc12ea06f Jean Chalard2011-08-251-0/+157