aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | Merge "Refactor SubtypeLocale to hold Resources"Tadashi G. Takaoka2013-01-234-25/+30
|\ \
| * | Refactor SubtypeLocale to hold ResourcesTadashi G. Takaoka2013-01-234-25/+30
| | | | | | | | | | | | Change-Id: Ia667bc2d406d66c87215dd3b9569f36f4642cfe0
* | | Merge "Configurable key long press timeout"Tadashi G. Takaoka2013-01-233-0/+42
|\ \ \
| * | | Configurable key long press timeoutTadashi G. Takaoka2013-01-233-0/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The default long presss timeout is 300msec (previous timeout was 400ms). Bug: 7600340 Change-Id: Ia8b64784ac03588631cfcbad30e021d74f3fd0d8
* | | | Throw exception when invalid time stamps are detected in debug modeSatoshi Kataoka2013-01-231-0/+22
| |/ / |/| | | | | | | | Change-Id: I360b5bd09869bc85ab3bccb8a43a20fed0035d9b
* | | Fix activity flags to launch settings activityTadashi G. Takaoka2013-01-231-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds the following flags to the intent to lauch settings activity. - Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED - Intent.FLAG_ACTIVITY_CLEAR_TOP Bug: 8055342 Change-Id: I85284409bbba3fd284442e5ac4c7a55e58ad15ec
* | | Merge "Cache MoreKeysKeyboard instead of container view of it"Tadashi G. Takaoka2013-01-223-24/+8
|\ \ \
| * | | Cache MoreKeysKeyboard instead of container view of itTadashi G. Takaoka2013-01-223-24/+8
| | |/ | |/| | | | | | | | | | | | | | | | This change also cleans up MoreKeysPanel related stuff. Bug: 8047165 Change-Id: I4f2211e00c7d08469a7413568db039c1c597fb3c
* | | Merge "SeekBarDialogPreference supports minValue and stepValue"Tadashi G. Takaoka2013-01-221-7/+31
|\ \ \ | | |/ | |/|
| * | SeekBarDialogPreference supports minValue and stepValueTadashi G. Takaoka2013-01-221-7/+31
| |/ | | | | | | Change-Id: I7aaeeb2db85103708747ae318610bd4896ef96fd
* / Remove MAX_PROXIMITY_CHARS_SIZE_INTERNALKen Wakasa2013-01-222-3/+3
|/ | | | Change-Id: I18a997503de4033b5341b564145bca862a872098
* Merge "[Rlog81b] Log more data with handleSeparator"Kurt Partridge2013-01-211-0/+1
|\