Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge "Ensure Preference listener is unregistered" | 2013-02-27 | 2 | -0/+9 | ||
|\ \ \ | |_|/ |/| | | ||||||
| * | | Ensure Preference listener is unregistered•••Change-Id: I1a4d1e7bc45fc30cb1b63ea6020f0eee6e804333 | 2013-02-26 | 2 | -0/+9 | ||
* | | | Merge "[TestPrep11] Only use mHasWrittenData to control JsonWriter#endArray()... | 2013-02-27 | 1 | -9/+5 | ||
|\ \ \ | ||||||
| * | | | [TestPrep11] Only use mHasWrittenData to control JsonWriter#endArray() call•••Change-Id: If2107e38575b009a4c372194ecd827e27bdbb2b4 | 2013-02-26 | 1 | -9/+5 | ||
* | | | | Merge "[TestPrep10] Add some comments" | 2013-02-26 | 1 | -4/+28 | ||
|\| | | | |_|/ |/| | | ||||||
| * | | [TestPrep10] Add some comments•••Change-Id: Ia8e0bd72b0dc09bfc256ec5d1996637554376b5f | 2013-02-26 | 1 | -4/+28 | ||
| |/ | ||||||
* / | Small cleanup of RunInLocale•••Change-Id: Ib588e67da2c88345fc4eb51587b07ebfa434e0bb | 2013-02-26 | 1 | -2/+3 | ||
|/ | ||||||
* | Merge "Send the dictionaries descriptions to the dict pack" | 2013-02-23 | 2 | -3/+16 | ||
|\ | ||||||
| * | Send the dictionaries descriptions to the dict pack•••Bug: 8255795 Change-Id: I12a5922f50c2d2e3aa639457abcc1483e6a48721 | 2013-02-23 | 2 | -3/+16 | ||
* | | Fix a possible crash•••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 | 2013-02-23 | 1 | -3/+7 | ||
|/ | ||||||
* | Remove a cluttering log•••Bug: 8175067 Change-Id: I9a104a32ba2b3b52a5dfa250f8c642abd6169cc0 | 2013-02-23 | 1 | -4/+5 | ||
* | Merge "Tiny cleanup" | 2013-02-23 | 1 | -1/+0 | ||
|\ | ||||||
| * | Tiny cleanup•••Change-Id: I5d7150a4abb3a498e790f41af569093217cb8b43 | 2013-02-22 | 1 | -1/+0 | ||
* | | Fix a bug with the passed dictionary id•••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 | 2013-02-22 | 2 | -6/+11 | ||
|/ | ||||||
* | Merge "Fix how the Enter action is decided" | 2013-02-23 | 6 | -32/+37 | ||
|\ | ||||||
| * | Fix how the Enter action is decided•••This unifies the software and hardware keyboard code under a single decision process that works. Bug: 8129303 Bug: 8152758 Change-Id: I7574c563d5f957d57bfe62fe5e3eec59a519d335 | 2013-02-22 | 6 | -32/+37 | ||
* | | [TestPrep8] Narrow try/catch scope•••Change-Id: If15f250feb81c2ad55ce1bc7dc3dafa57de87aef | 2013-02-21 | 1 | -10/+9 | ||
|/ | ||||||
* | [TestPrep7] Encapsulate JsonWriter creation•••Change-Id: I4e97fa28dd0bb1101edc0db03f024432fee6f6fe | 2013-02-21 | 1 | -8/+19 | ||
* | Merge "[TestPrep5] Parameterize MainLogBuffer" | 2013-02-21 | 2 | -19/+19 | ||
|\ | ||||||
| * | [TestPrep5] Parameterize MainLogBuffer•••Change-Id: I6d84f490922cd1f40e44ca4f95c9d950fba38290 | 2013-02-20 | 2 | -19/+19 | ||
* | | Merge "[TestPrep4] Add some finals" | 2013-02-21 | 1 | -3/+3 | ||
|\| | ||||||
| * | [TestPrep4] Add some finals•••Change-Id: Ib437a6ad7fd6a897e2bbc65afe881ae8a3b1cbb0 | 2013-02-20 | 1 | -3/+3 | ||
* | | Merge "[TestPrep3] Add helper method to retrive dictionary" | 2013-02-21 | 1 | -7/+9 | ||
|\| | ||||||
| * | [TestPrep3] Add helper method to retrive dictionary•••Change-Id: Id6e03c6f8a3e96979d589f0605ac056fcad7e1ff | 2013-02-20 | 1 | -7/+9 | ||
* | | Merge "[TestPrep2] Rename a method" | 2013-02-21 | 2 | -4/+4 | ||
|\| | ||||||
| * | [TestPrep2] Rename a method•••Change-Id: Id9a72045afa3558b20b9d63c8720fb7443d34fd9 | 2013-02-20 | 2 | -4/+4 | ||
* | | Merge "[TestPrep1] Move MotionEvent.Action strings to LoggingUtils" | 2013-02-21 | 2 | -11/+39 | ||
|\| | ||||||
| * | [TestPrep1] Move MotionEvent.Action strings to LoggingUtils•••Change-Id: I7b9ed800552f2fd546ed21e9dc06ea1ff5798337 | 2013-02-20 | 2 | -11/+39 | ||
* | | Merge "Use WordComposer.addKeyInfo for testing" | 2013-02-21 | 1 | -1/+3 | ||
|\ \ | ||||||
| * | | Use WordComposer.addKeyInfo for testing•••Change-Id: I500654e7a26717aa5547942357e56060afb72969 | 2013-02-20 | 1 | -1/+3 | ||
* | | | Add preliminary setup wizard•••Bug: 8159728 Change-Id: I30d9cd637fb1d2e64588550e0aa4387bc1f7e6e5 | 2013-02-21 | 4 | -5/+474 | ||
|/ / | ||||||
* / | Implement getting data files with protocol v2•••This also does it for deleting them Bug: 8167342 Bug: 6789534 Change-Id: I1823f98508881f109a667146d3608003f87aa4cb | 2013-02-15 | 1 | -26/+55 | ||
|/ | ||||||
* | Merge "Determine the protocol version of the dictionary pack" | 2013-02-14 | 1 | -14/+44 | ||
|\ | ||||||
| * | Determine the protocol version of the dictionary pack•••...for query. Bug: 8167342 Change-Id: Ieb8e5b31c4b62bf507593c4631e31799aad5f267 | 2013-02-13 | 1 | -14/+44 | ||
* | | Add placeholder of keyboard setup wizard•••Bug: 8159728 Change-Id: I5552e9d0ffa8f94d183e76378d55bba6f718adfe | 2013-02-14 | 1 | -0/+39 | ||
|/ | ||||||
* | Merge "Cleanup in preparation for tests" | 2013-02-13 | 3 | -9/+16 | ||
|\ | ||||||
| * | Cleanup in preparation for tests•••multi-project commit with I1212da392ecda0ad78962da68941870b5a651eee Change-Id: Ie74af59d4e45bf954723fee9dcf350a36468c381 | 2013-02-12 | 3 | -9/+16 | ||
* | | Clean up dictionary pack presence test.•••This method is much cleaner and much more readable. Change-Id: I8055c169ef7c4453ab45c463704bd56a6080da4f | 2013-02-12 | 1 | -39/+21 | ||
|/ | ||||||
* | Merge "Add batchMode field to PickSuggestionManually" | 2013-02-12 | 1 | -2/+2 | ||
|\ | ||||||
| * | Add batchMode field to PickSuggestionManually•••Change-Id: Iaaffc71378154240538bf90f0b85c3f17f3f78b3 | 2013-02-08 | 1 | -2/+2 | ||
* | | Merge "Separate caps mode related utils to CapsModeUtils" | 2013-02-12 | 5 | -242/+269 | ||
|\ \ | ||||||
| * | | Separate caps mode related utils to CapsModeUtils•••Change-Id: I32700c434b296bb3fd39e040c2dda1fe90667daf | 2013-02-12 | 5 | -242/+269 | ||
* | | | Merge "Move parseCsvString to StringUtils" | 2013-02-12 | 5 | -49/+54 | ||
|\| | | ||||||
| * | | Move parseCsvString to StringUtils•••Change-Id: I602f33991ca57b6057ec2defe01573552b322857 | 2013-02-12 | 5 | -49/+54 | ||
* | | | Merge "Cleanups" | 2013-02-12 | 5 | -11/+11 | ||
|\ \ \ | ||||||
| * | | | Cleanups•••Follow-up to Idc6f419a Change-Id: I4aae8f4e19f27a0a309879dc19af6e40906d58c5 | 2013-02-11 | 5 | -11/+11 | ||
* | | | | Merge "Fix RTL language key code mapping" | 2013-02-12 | 1 | -0/+5 | ||
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Fix RTL language key code mapping•••Bug: 8168899 Bug: 8169343 Change-Id: I23120704e97d89d5ddec2b2bdff2a98a6daac4d5 | 2013-02-12 | 1 | -0/+5 | ||
| |/ / | ||||||
* / / | Some cleanups•••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 | 2013-02-11 | 1 | -18/+21 | ||
|/ / | ||||||
* | | Remove unnecessary whitespace•••This is a cleanup followup to Id3dc510a Change-Id: Ie64395eb4b6218fd8c73cacddeed2fba1df65d26 | 2013-02-11 | 1 | -1/+1 |