aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Send the dictionaries descriptions to the dict packJean Chalard2013-02-232-3/+16
| | | | | | | | | | Bug: 8255795 Change-Id: I12a5922f50c2d2e3aa639457abcc1483e6a48721
* | Fix a possible crashJean Chalard2013-02-231-3/+7
|/ | | | | | | | | | If the dictionary ID, as indicated in the metadata, is less than three chars long, it crashes LatinIME. Of course we don't have such dictionary IDs in the current metadata, but it's still better to be able to handle the case gracefully ^^; Change-Id: I60cdf6f8ecce9f4d44b42ddd5d157aebff9a4163
* Remove a cluttering logJean Chalard2013-02-231-4/+5
| | | | | Bug: 8175067 Change-Id: I9a104a32ba2b3b52a5dfa250f8c642abd6169cc0
* Merge "Tiny cleanup"Jean Chalard2013-02-231-1/+0
|\
| * Tiny cleanupJean Chalard2013-02-221-1/+0
| | | | | | | | Change-Id: I5d7150a4abb3a498e790f41af569093217cb8b43
* | Fix a bug with the passed dictionary idJean Chalard2013-02-222-6/+11
|/ | | | | | | | | | 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
* Merge "Fix how the Enter action is decided"Jean Chalard2013-02-236-32/+37
|\
| * Fix how the Enter action is decidedJean Chalard2013-02-226-32/+37
| | | | | | | | | | | | | | | | | | This unifies the software and hardware keyboard code under a single decision process that works. Bug: 8129303 Bug: 8152758 Change-Id: I7574c563d5f957d57bfe62fe5e3eec59a519d335
* | [TestPrep8] Narrow try/catch scopeKurt Partridge2013-02-211-10/+9
|/ | | | Change-Id: If15f250feb81c2ad55ce1bc7dc3dafa57de87aef
* [TestPrep7] Encapsulate JsonWriter creationKurt Partridge2013-02-211-8/+19
| | | | Change-Id: I4e97fa28dd0bb1101edc0db03f024432fee6f6fe
* Merge "[TestPrep5] Parameterize MainLogBuffer"Kurt Partridge2013-02-212-19/+19
|\
| * [TestPrep5] Parameterize MainLogBufferKurt Partridge2013-02-202-19/+19
| | | | | | | | Change-Id: I6d84f490922cd1f40e44ca4f95c9d950fba38290
* | Merge "[TestPrep4] Add some finals"Kurt Partridge2013-02-211-3/+3
|\|
| * [TestPrep4] Add some finalsKurt Partridge2013-02-201-3/+3
| | | | | | | | Change-Id: Ib437a6ad7fd6a897e2bbc65afe881ae8a3b1cbb0
* | Merge "[TestPrep3] Add helper method to retrive dictionary"Kurt Partridge2013-02-211-7/+9
|\|
| * [TestPrep3] Add helper method to retrive dictionaryKurt Partridge2013-02-201-7/+9
| | | | | | | | Change-Id: Id6e03c6f8a3e96979d589f0605ac056fcad7e1ff
* | Merge "[TestPrep2] Rename a method"Kurt Partridge2013-02-212-4/+4
|\|
| * [TestPrep2] Rename a methodKurt Partridge2013-02-202-4/+4
| | | | | | | | Change-Id: Id9a72045afa3558b20b9d63c8720fb7443d34fd9
* | Merge "[TestPrep1] Move MotionEvent.Action strings to LoggingUtils"Kurt Partridge2013-02-212-11/+39
|\|
| * [TestPrep1] Move MotionEvent.Action strings to LoggingUtilsKurt Partridge2013-02-202-11/+39
| | | | | | | | Change-Id: I7b9ed800552f2fd546ed21e9dc06ea1ff5798337
* | Merge "Use WordComposer.addKeyInfo for testing"Tadashi G. Takaoka2013-02-211-1/+3
|\ \
| * | Use WordComposer.addKeyInfo for testingTadashi G. Takaoka2013-02-201-1/+3
| | | | | | | | | | | | Change-Id: I500654e7a26717aa5547942357e56060afb72969
* | | Add preliminary setup wizardTadashi G. Takaoka2013-02-214-5/+474
|/ / | | | | | | | | Bug: 8159728 Change-Id: I30d9cd637fb1d2e64588550e0aa4387bc1f7e6e5
* / Implement getting data files with protocol v2Jean Chalard2013-02-151-26/+55
|/ | | | | | | This also does it for deleting them Bug: 8167342 Bug: 6789534 Change-Id: I1823f98508881f109a667146d3608003f87aa4cb
* Merge "Determine the protocol version of the dictionary pack"Jean Chalard2013-02-141-14/+44
|\
| * Determine the protocol version of the dictionary packJean Chalard2013-02-131-14/+44
| | | | | | | | | | | | | | ...for query. Bug: 8167342 Change-Id: Ieb8e5b31c4b62bf507593c4631e31799aad5f267
* | Add placeholder of keyboard setup wizardTadashi G. Takaoka2013-02-141-0/+39
|/ | | | | Bug: 8159728 Change-Id: I5552e9d0ffa8f94d183e76378d55bba6f718adfe
* Merge "Cleanup in preparation for tests"Kurt Partridge2013-02-133-9/+16
|\
| * Cleanup in preparation for testsKurt Partridge2013-02-123-9/+16
| | | | | | | | | | | | multi-project commit with I1212da392ecda0ad78962da68941870b5a651eee Change-Id: Ie74af59d4e45bf954723fee9dcf350a36468c381
* | Clean up dictionary pack presence test.Jean Chalard2013-02-121-39/+21
|/ | | | | | This method is much cleaner and much more readable. Change-Id: I8055c169ef7c4453ab45c463704bd56a6080da4f
* Merge "Add batchMode field to PickSuggestionManually"Kurt Partridge2013-02-121-2/+2
|\
| * Add batchMode field to PickSuggestionManuallyKurt Partridge2013-02-081-2/+2
| | | | | | | | Change-Id: Iaaffc71378154240538bf90f0b85c3f17f3f78b3
* | Merge "Separate caps mode related utils to CapsModeUtils"Tadashi G. Takaoka2013-02-125-242/+269
|\ \
| * | Separate caps mode related utils to CapsModeUtilsTadashi G. Takaoka2013-02-125-242/+269
| | | | | | | | | | | | Change-Id: I32700c434b296bb3fd39e040c2dda1fe90667daf
* | | Merge "Move parseCsvString to StringUtils"Tadashi G. Takaoka2013-02-125-49/+54
|\| |
| * | Move parseCsvString to StringUtilsTadashi G. Takaoka2013-02-125-49/+54
| | | | | | | | | | | | Change-Id: I602f33991ca57b6057ec2defe01573552b322857
* | | Merge "Cleanups"Jean Chalard2013-02-125-11/+11
|\ \ \
| * | | CleanupsJean Chalard2013-02-115-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | Follow-up to Idc6f419a Change-Id: I4aae8f4e19f27a0a309879dc19af6e40906d58c5
* | | | Merge "Fix RTL language key code mapping"Tadashi G. Takaoka2013-02-121-0/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Fix RTL language key code mappingTadashi G. Takaoka2013-02-121-0/+5
| |/ / | | | | | | | | | | | | | | | Bug: 8168899 Bug: 8169343 Change-Id: I23120704e97d89d5ddec2b2bdff2a98a6daac4d5
* / / Some cleanupsJean Chalard2013-02-111-18/+21
|/ / | | | | | | | | | | | | | | | | Improve a slew of logging statements, and put commands that we don't expect to need protecting against exceptions out of a try {} block. This is a followup to Id3dc510a Change-Id: Idc6f419ac095b5b0f2d6862d58926ef888cb34e6
* | Remove unnecessary whitespaceJean Chalard2013-02-111-1/+1
| | | | | | | | | | | | This is a cleanup followup to Id3dc510a Change-Id: Ie64395eb4b6218fd8c73cacddeed2fba1df65d26
* | Don't try to issue delete() commands on missing providerJean Chalard2013-02-111-21/+50
| | | | | | | | | | Bug: 8173622 Change-Id: Id3dc510ae3535169b5290e87075cb2f433a1f603
* | Close file properlyKurt Partridge2013-02-081-4/+12
|/ | | | Change-Id: Ied55b6a6f1e64bbca558316d8d3d207d7655cf91
* [B14] Implement sending the dictionary list.Jean Chalard2013-02-062-16/+57
| | | | | Bug: 7005813 Change-Id: Ic3ef69510d2b385d0d403191b2f701b6527d0166
* [B11] Implement reset and passing of the URL to the dict packJean Chalard2013-02-061-1/+27
| | | | | | Bug: 7601410 Bug: 7595195 Change-Id: I78cf04dce7c1e64de6725d32317de288a83bd39d
* Merge "[B9] Pass the client id parameter for dict info requests"Jean Chalard2013-02-061-1/+12
|\
| * [B9] Pass the client id parameter for dict info requestsJean Chalard2013-02-021-1/+12
| | | | | | | | | | Bug: 6789534 Change-Id: Ie3ea75b19ae4da2dea531e0077c58742a9502bc6
* | Refactor LogStatement publishing methodKurt Partridge2013-02-053-90/+109
| | | | | | | | | | | | | | | | | | The method in LogUnit for publishing a LogStatement to a JsonWriter doesn't depend on anything in the LogUnit. multi-project commit with Id1d6ff4851148bba0e6b5a1ec6eec2b842d9c707 Change-Id: I323cec239d6ea1cee602c2ecf9b13713791e9283
* | Separate IntentUtils from CompatUtilsTadashi G. Takaoka2013-02-044-22/+49
| | | | | | | | Change-Id: I373ae7ad26eee44cc8e9720314f6a53b811d0021