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