aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-03-01Add setup wizard launcher iconTadashi G. Takaoka3-19/+197
The setup wizard icon will be hidden if the Android Keyboard is in system image. Bug: 8239067 Change-Id: Ib0c0c9e3a0954512c3e03e42a661cdf86eff0dca
2013-03-01rename defineSatoshi Kataoka1-3/+3
Change-Id: I4767eff187c76541648cc066a88293e46a90f033
2013-02-28Separate suggestions from SuggestionViewJean Chalard3-29/+44
This is a cleanup change, but it's also necessary for Bug: 8152758 Change-Id: Id6ba06243f573fdb856f87d1df03277c9f2e5e71
2013-03-01Add translatable="false" to setup wizard's string resourcesTadashi G. Takaoka1-10/+11
Bug: 8265778 Change-Id: I351dc2b88e4fa33c2008107a1d6d19940c4db6ab
2013-03-01add a default vaule for getMatchedProximityTypeSatoshi Kataoka1-0/+2
Change-Id: Id940f1226ca493d0a1b82e2810b1882184ef8987
2013-02-28[TestPrep22] Make variable package-private for testingKurt Partridge1-1/+1
Change-Id: I902a6a40df1c672c611672f34d2f3237b0d1821b
2013-02-28[TestPrep20] Clean up import statementKurt Partridge1-1/+0
Change-Id: Ifcfec09b669d8b2012b1c960bd4b1471c7946870
2013-02-28Revert "Fix description of setup wizard 1st step"Tadashi G. Takaoka1-1/+1
This reverts commit b5f4cac53266e6c3783b6a0ff62f40f2e293c24f Change-Id: Ic5787fcf63663885285c20403534572d5e7d7696
2013-02-28Fix description of setup wizard 1st stepTadashi G. Takaoka1-1/+1
Bug: 8265778 Change-Id: Ie25be9d43089b2e9cb7b690df374bad1f8966b16
2013-02-27Import translations. DO NOT MERGEBaligh Uddin28-606/+306
Change-Id: Ib43ed30fcf7d9be1d29af9da9dfe148371a3aec7 Auto-generated-cl: translation import
2013-02-27Import translations. DO NOT MERGEBaligh Uddin28-606/+306
Change-Id: I14643d519433db75403b8a7f5b9a409e316c1f1e Auto-generated-cl: translation import
2013-02-27Remove closing method from KeyboardViewTadashi G. Takaoka3-9/+0
This is a follow up of Ie00ba827. After the change, the KeyboardView.closing() method does nothing important. Change-Id: I9659ea56ce82a95f8798a4136bf93f164b67fae7
2013-02-27Keep Keyboard object while closing KeyboardViewTadashi G. Takaoka1-1/+1
Bug: 8217626 Change-Id: Ie00ba827bc391aa152427965c57488b66308a75c
2013-02-26[TestPrep18] Make class public for testingKurt Partridge1-1/+1
Change-Id: I4b457f44dd6a5a595c61a62061ea02c251fa9ab1
2013-02-26[TestPrep17] Allow fake dictionary for testingKurt Partridge1-0/+13
Currently ResearchLog requires a full dictionary to perform privacy-related checks. This makes testing difficult. This change allows a fake dictionary to be used instead. Change-Id: Ifca5bd8647475a6b84e4324117e0faa0a35479ee
2013-02-26Ensure Preference listener is unregisteredKurt Partridge2-0/+9
Change-Id: I1a4d1e7bc45fc30cb1b63ea6020f0eee6e804333
2013-02-26[TestPrep11] Only use mHasWrittenData to control JsonWriter#endArray() callKurt Partridge1-9/+5
Change-Id: If2107e38575b009a4c372194ecd827e27bdbb2b4
2013-02-26[TestPrep10] Add some commentsKurt Partridge1-4/+28
Change-Id: Ia8e0bd72b0dc09bfc256ec5d1996637554376b5f
2013-02-26Small cleanup of RunInLocaleTadashi G. Takaoka1-2/+3
Change-Id: Ib588e67da2c88345fc4eb51587b07ebfa434e0bb
2013-02-26Fix failed unit test due to resource string changeTadashi G. Takaoka1-3/+3
Change-Id: Ie7acdf6895a9769eb43ea8a1c70c0d13b32ed349
2013-02-25Import translations. DO NOT MERGEBaligh Uddin18-410/+206
Change-Id: I6592c412b60b21baaae7716dc897a65060463161 Auto-generated-cl: translation import
2013-02-25Import translations. DO NOT MERGEBaligh Uddin18-410/+206
Change-Id: Iec690c5a0e2a945319ae9805a593b21ad50808fe Auto-generated-cl: translation import
2013-02-23Send the dictionaries descriptions to the dict packJean Chalard2-3/+16
Bug: 8255795 Change-Id: I12a5922f50c2d2e3aa639457abcc1483e6a48721
2013-02-23Fix a possible crashJean Chalard1-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
2013-02-23Remove a cluttering logJean Chalard1-4/+5
Bug: 8175067 Change-Id: I9a104a32ba2b3b52a5dfa250f8c642abd6169cc0
2013-02-22Pass the client ID to the dictionary pack in settingsJean Chalard1-1/+5
Bug: 6789534 Bug: 8256209 Change-Id: Ib63c18e7f18117ba888324febea13da47332b6c6
2013-02-22Fix a bug with the passed dictionary idJean Chalard2-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
2013-02-22Tiny cleanupJean Chalard1-1/+0
Change-Id: I5d7150a4abb3a498e790f41af569093217cb8b43
2013-02-22Fix how the Enter action is decidedJean Chalard7-33/+38
This unifies the software and hardware keyboard code under a single decision process that works. Bug: 8129303 Bug: 8152758 Change-Id: I7574c563d5f957d57bfe62fe5e3eec59a519d335
2013-02-22Import translations. DO NOT MERGEBaligh Uddin53-1170/+1178
Change-Id: I75753bfe196bf52c7ec5534ce1996e035ea0f956 Auto-generated-cl: translation import
2013-02-22Import translations. DO NOT MERGEBaligh Uddin53-1170/+1178
Change-Id: I86cb41c3f86a29bac9a3f93b6692e3f787156fdd Auto-generated-cl: translation import
2013-02-21[TestPrep8] Narrow try/catch scopeKurt Partridge1-10/+9
Change-Id: If15f250feb81c2ad55ce1bc7dc3dafa57de87aef
2013-02-21[TestPrep7] Encapsulate JsonWriter creationKurt Partridge1-8/+19
Change-Id: I4e97fa28dd0bb1101edc0db03f024432fee6f6fe
2013-02-21Use common incremental decoder output scale.Tom Ouyang1-0/+1
Change-Id: Ib6bd7be45be9229a075b6a8feb46c67ec75a9b06
2013-02-21add definesSatoshi Kataoka1-0/+4
Change-Id: I8bc009bf258cbdf01e15dc63a7a8afad47db5d96
2013-02-20[TestPrep5] Parameterize MainLogBufferKurt Partridge2-19/+19
Change-Id: I6d84f490922cd1f40e44ca4f95c9d950fba38290
2013-02-20[TestPrep4] Add some finalsKurt Partridge1-3/+3
Change-Id: Ib437a6ad7fd6a897e2bbc65afe881ae8a3b1cbb0
2013-02-20[TestPrep3] Add helper method to retrive dictionaryKurt Partridge1-7/+9
Change-Id: Id6e03c6f8a3e96979d589f0605ac056fcad7e1ff
2013-02-20[TestPrep2] Rename a methodKurt Partridge2-4/+4
Change-Id: Id9a72045afa3558b20b9d63c8720fb7443d34fd9
2013-02-20[TestPrep1] Move MotionEvent.Action strings to LoggingUtilsKurt Partridge2-11/+39
Change-Id: I7b9ed800552f2fd546ed21e9dc06ea1ff5798337
2013-02-21Add preliminary setup wizardTadashi G. Takaoka15-5/+745
Bug: 8159728 Change-Id: I30d9cd637fb1d2e64588550e0aa4387bc1f7e6e5
2013-02-20Use WordComposer.addKeyInfo for testingTadashi G. Takaoka1-1/+3
Change-Id: I500654e7a26717aa5547942357e56060afb72969
2013-02-20Add debug outputSatoshi Kataoka1-0/+3
Change-Id: I45fd249a6536e438125782e6e7800760f8e8d426
2013-02-18Fix layout direction of Keyboard and Suggestions viewTadashi G. Takaoka1-0/+6
Bug: 8167348 Change-Id: I5e0432707fff1dd3032686b733ba28bef305173a
2013-02-15Implement getting data files with protocol v2Jean Chalard1-26/+55
This also does it for deleting them Bug: 8167342 Bug: 6789534 Change-Id: I1823f98508881f109a667146d3608003f87aa4cb
2013-02-14Add placeholder of keyboard setup wizardTadashi G. Takaoka2-5/+52
Bug: 8159728 Change-Id: I5552e9d0ffa8f94d183e76378d55bba6f718adfe
2013-02-14clean up seach key vectorSatoshi Kataoka6-62/+57
Bug: 8197301 Change-Id: I6a67d2914bd44b3ceca655adcd65c9c42796b026
2013-02-13Determine the protocol version of the dictionary packJean Chalard1-14/+44
...for query. Bug: 8167342 Change-Id: Ieb8e5b31c4b62bf507593c4631e31799aad5f267
2013-02-13Import translations. DO NOT MERGEBaligh Uddin1-2/+2
Change-Id: Ib49331c1511dcc9efac19ceda0b70e3604f30791 Auto-generated-cl: translation import
2013-02-13Import translations. DO NOT MERGEBaligh Uddin1-2/+2
Change-Id: I856a4dac1396dcf20bfa45a53b81829ad8f3468d Auto-generated-cl: translation import