aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Small cleanup of RunInLocaleTadashi G. Takaoka2013-02-261-2/+3
| | | | Change-Id: Ib588e67da2c88345fc4eb51587b07ebfa434e0bb
* Merge "Send the dictionaries descriptions to the dict pack"Jean Chalard2013-02-232-3/+16
|\
| * 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
* Fix how the Enter action is decidedJean Chalard2013-02-223-23/+29
| | | | | | | | | This unifies the software and hardware keyboard code under a single decision process that works. Bug: 8129303 Bug: 8152758 Change-Id: I7574c563d5f957d57bfe62fe5e3eec59a519d335
* 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-212-5/+362
|/ | | | | 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
* 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 "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-123-2/+45
|\|
| * Move parseCsvString to StringUtilsTadashi G. Takaoka2013-02-123-2/+45
| | | | | | | | Change-Id: I602f33991ca57b6057ec2defe01573552b322857
* | CleanupsJean Chalard2013-02-114-9/+9
| | | | | | | | | | | | Follow-up to Idc6f419a Change-Id: I4aae8f4e19f27a0a309879dc19af6e40906d58c5
* | 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
* [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
* | Separate IntentUtils from CompatUtilsTadashi G. Takaoka2013-02-043-5/+47
|/ | | | Change-Id: I373ae7ad26eee44cc8e9720314f6a53b811d0021
* Make some strings privateJean Chalard2013-02-021-5/+5
| | | | Change-Id: I0ffdbcf6bede86a3cdcb3a0e4ec263398502617c
* Merge "Create methods in LatinIME to make the current dict lists"Jean Chalard2013-01-315-14/+118
|\
| * Create methods in LatinIME to make the current dict listsJean Chalard2013-01-315-14/+118
| | | | | | | | | | Bug: 7005813 Change-Id: I82232af8e3071333b6fd01e4453b6b3c0a3ddb1f
* | Merge "Add a way to know externally if we're installing a new dict"Jean Chalard2013-01-311-0/+9
|\ \
| * | Add a way to know externally if we're installing a new dictJean Chalard2013-01-311-0/+9
| |/ | | | | | | | | | | | | | | That helps tests know when to wait and when to declare the dictionary actually not usable. Bug: 7925814 Change-Id: Ic963c1206c43e3cde39ac4214a0d601f4fc6c03b
* / [Rlog27] Add replay capabilityKurt Partridge2013-01-291-1/+1
|/ | | | | | | | | | | - Add support for replaying log files to the ResearchLogger. This will let users preview data that they choose to upload. - When the user explicitly requests that the system record their action, it will record everything up to, and including, the motion involved in shutting off the recording. This change also removes the stop-recording motion commands. Change-Id: Ib1df383bbf1881512cb111fab9f6749c25e436ba
* RefactoringJean Chalard2013-01-296-222/+274
| | | | | | | This creates a new DictionaryInfoUtils class and moves a bunch of static methods there for later usage. Change-Id: Iecb0643e6029a7be36bd6cb36aa918c40e6d8c6a
* Remove keyboard layout description on the spacebarTadashi G. Takaoka2013-01-281-11/+20
| | | | | Bug: 8056376 Change-Id: I33f07e7a044c2b5fc20de40c7a9777dab493e41c
* Merge "Initialize ResearchLogger later to avoid NPE"Kurt Partridge2013-01-251-3/+3
|\
| * Initialize ResearchLogger later to avoid NPEKurt Partridge2013-01-241-3/+3
| | | | | | | | Change-Id: I1b817dfbdc319ac9bbf2f08e094a007849ce767f
* | Merge "Remove pending update messages upon starting a gesture"Jean Chalard2013-01-251-0/+1
|\ \
| * | Remove pending update messages upon starting a gestureJean Chalard2013-01-251-0/+1
| | | | | | | | | | | | | | | Bug: 8064307 Change-Id: Ia623ab81b6d12eedc6b20bc4c1ce34ce72d5832f
* | | Clean up Settings and SettingsFragment a bitTadashi G. Takaoka2013-01-253-60/+63
|/ / | | | | | | Change-Id: I93bf3cb1ea7e8fc09f4ad34b0bdd74f5f5ff1a68
* | Merge "Add preliminary graphics of sliding key input preview"Tadashi G. Takaoka2013-01-243-11/+16
|\ \
| * | Add preliminary graphics of sliding key input previewTadashi G. Takaoka2013-01-243-11/+16
| |/ | | | | | | | | Bug: 7548583 Change-Id: Idde6a62f9e64458055c99c893b71c02d1adc7b04
* | Merge "Display custom input style name in system locale"Tadashi G. Takaoka2013-01-243-27/+66
|\ \
| * | Display custom input style name in system localeTadashi G. Takaoka2013-01-243-27/+66
| | | | | | | | | | | | | | | Bug: 8032166 Change-Id: Ib9a6b63c4d540ce377892fb865e53abdd8adec16
* | | Clean up SettingsFragment a bitTadashi G. Takaoka2013-01-241-25/+26
| |/ |/| | | | | Change-Id: Ic0727003f2645f0c38200b67bb2f4046249c6273
* | Merge "[Rlog81a] Determine correction type of words"Kurt Partridge2013-01-231-2/+3
|\ \ | |/ |/|
| * [Rlog81a] Determine correction type of wordsKurt Partridge2013-01-221-2/+3
| | | | | | | | | | | | | | | | Heuristic to determine whether a word was a typo correction or a complete replacement by examining a correction to see if it falls within the list of suggested words of the original. Change-Id: Ieec4861a811e96aef0d14622e662b589ef8b4772