aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/DictionaryInfoUtils.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move util classes to the latin/utils directoryKen Wakasa2013-06-241-365/+0
| | | | Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa
* Use an iterator to remove stuff from an ArrayList.Jean Chalard2013-06-061-4/+7
| | | | | | | Silly me >.> Bug: 9306154 Change-Id: Ic00e9d6a31cd1d7aacefe68b7be9c2199e297b0d
* Put temp files within app filesJean Chalard2013-04-251-0/+7
| | | | | Bug: 8715614 Change-Id: I307d83923070994525cf0d27aad403e881a89314
* Send the dictionaries descriptions to the dict packJean Chalard2013-02-231-3/+8
| | | | | Bug: 8255795 Change-Id: I12a5922f50c2d2e3aa639457abcc1483e6a48721
* Fix a bug with the passed dictionary idJean Chalard2013-02-221-6/+5
| | | | | | | | | | We used to make the dictionary that we passed to the dictionary pack as an initial value based on the locale. This is wrong - it should be read from the dictionary. This change fixes that. Bug: 7005813 Change-Id: Ib08ed31dd9c216f6f7b9c6c3174ca514bf96e06f
* [B14] Implement sending the dictionary list.Jean Chalard2013-02-061-15/+40
| | | | | Bug: 7005813 Change-Id: Ic3ef69510d2b385d0d403191b2f701b6527d0166
* Create methods in LatinIME to make the current dict listsJean Chalard2013-01-311-2/+83
| | | | | Bug: 7005813 Change-Id: I82232af8e3071333b6fd01e4453b6b3c0a3ddb1f
* RefactoringJean Chalard2013-01-291-0/+245
This creates a new DictionaryInfoUtils class and moves a bunch of static methods there for later usage. Change-Id: Iecb0643e6029a7be36bd6cb36aa918c40e6d8c6a