aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* am 04de6802: Merge "Add batchMode field to PickSuggestionManually"Kurt Partridge2013-02-121-2/+2
|\ | | | | | | | | | | # Via Android (Google) Code Review (1) and Kurt Partridge (1) * commit '04de6802cc275ac7125ae558e5718c5fab336fca': Add batchMode field to PickSuggestionManually
| * 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
* | | am fdb1ca56: Merge "Separate caps mode related utils to CapsModeUtils"Tadashi G. Takaoka2013-02-125-242/+269
|\| | | | | | | | | | | | | | | | | # Via Android (Google) Code Review (1) and Tadashi G. Takaoka (1) * commit 'fdb1ca560e426e67c60c7f7324bc52022b1b3f07': Separate caps mode related utils to CapsModeUtils
| * | 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
* | | | am 2c2942dd: Merge "Move parseCsvString to StringUtils"Tadashi G. Takaoka2013-02-115-49/+54
|\| | | | | | | | | | | | | | | | | | | | | | | # Via Android (Google) Code Review (1) and Tadashi G. Takaoka (1) * commit '2c2942dd4bdea8581191866e2f06a0fa9dec18ed': Move parseCsvString to StringUtils
| * | | 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
* | | | am e26f0d43: Merge "Cleanups"Jean Chalard2013-02-115-11/+11
|\| | | | | | | | | | | | | | | | | | | | | | | # Via Android (Google) Code Review (1) and Jean Chalard (1) * commit 'e26f0d4320b9f3ad49a5c6d3f5f2ee78bac74a48': Cleanups
| * | | Merge "Cleanups"Jean Chalard2013-02-125-11/+11
| |\ \ \
| | * | | CleanupsJean Chalard2013-02-115-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Follow-up to Idc6f419a Change-Id: I4aae8f4e19f27a0a309879dc19af6e40906d58c5
* | | | | am 4cbe84ad: Merge "Fix RTL language key code mapping"Tadashi G. Takaoka2013-02-111-0/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Via Android (Google) Code Review (1) and Tadashi G. Takaoka (1) * commit '4cbe84ad08f38bf9c6f8852b406f5052e862a747': Fix RTL language key code mapping
| * | | | 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
* | | | | am c6aaa48e: Merge "Some cleanups"Jean Chalard2013-02-111-18/+21
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Via Android (Google) Code Review (1) and Jean Chalard (1) * commit 'c6aaa48ea7fa021112cc163730b5bce574c6877b': Some cleanups
| * | | | Merge "Some cleanups"Jean Chalard2013-02-121-18/+21
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | 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
* | | | am 0b491917: Add translatable="false" for dictionary-pack.xmlTadashi G. Takaoka2013-02-111-2/+2
|\| | | | | | | | | | | | | | | | | | | | | | | # Via Tadashi G. Takaoka * commit '0b49191797071d6674cae46eea9f76a8947945da': Add translatable="false" for dictionary-pack.xml
| * | | Add translatable="false" for dictionary-pack.xmlTadashi G. Takaoka2013-02-121-2/+2
| |/ / | | | | | | | | | | | | | | | This is a follow up of I770335a2. Change-Id: If0c021f4fb630bda7e8985591094488e11917e9b
* | | am 82441e60: Remove unnecessary whitespaceJean Chalard2013-02-111-1/+1
|\| | | | | | | | | | | | | | | | | # Via Jean Chalard * commit '82441e60e242681f2ea0d6e97105f819e3bd5071': Remove unnecessary whitespace
| * | Remove unnecessary whitespaceJean Chalard2013-02-111-1/+1
| | | | | | | | | | | | | | | | | | This is a cleanup followup to Id3dc510a Change-Id: Ie64395eb4b6218fd8c73cacddeed2fba1df65d26
* | | am b2eac474: Don\'t try to issue delete() commands on missing providerJean Chalard2013-02-111-21/+50
|\| | | | | | | | | | | | | | | | | # Via Jean Chalard * commit 'b2eac474ff82d0dad41991cd0f1ae80a58f01be2': Don't try to issue delete() commands on missing provider
| * | Don't try to issue delete() commands on missing providerJean Chalard2013-02-111-21/+50
| | | | | | | | | | | | | | | Bug: 8173622 Change-Id: Id3dc510ae3535169b5290e87075cb2f433a1f603
| * | Merge "Import translations. DO NOT MERGE"Baligh Uddin2013-02-1153-0/+1378
| |\ \
| | * | Import translations. DO NOT MERGEBaligh Uddin2013-02-1153-0/+1378
| | | | | | | | | | | | | | | | | | | | Change-Id: Ibd74870cf9822bce34f54504972e8f7d52c43036 Auto-generated-cl: translation import
* | | | am d3c9ec81: Merge "Close file properly"Kurt Partridge2013-02-111-4/+12
|\| | | | | | | | | | | | | | | | | | | | | | | # Via Android (Google) Code Review (1) and Kurt Partridge (1) * commit 'd3c9ec8133ae203b10eafc8547cbda51d995a44e': Close file properly
| * | | Merge "Close file properly"Kurt Partridge2013-02-111-4/+12
| |\ \ \ | | |/ / | |/| |
| | * | Close file properlyKurt Partridge2013-02-081-4/+12
| | |/ | | | | | | | | | Change-Id: Ied55b6a6f1e64bbca558316d8d3d207d7655cf91
* | | Import translations. DO NOT MERGEBaligh Uddin2013-02-1153-0/+1378
| | | | | | | | | | | | | | | Change-Id: If167e26b62d1fa89e672da77fbcde015659e635f Auto-generated-cl: translation import
* | | am 5f5862c9: Merge "Change targetSdkVersion to 17"Tadashi G. Takaoka2013-02-081-1/+1
|\| | | | | | | | | | | | | | | | | # Via Android (Google) Code Review (1) and Tadashi G. Takaoka (1) * commit '5f5862c9b44b45527a78c85e63b381e770f1bce6': Change targetSdkVersion to 17
| * | Change targetSdkVersion to 17Tadashi G. Takaoka2013-02-081-1/+1
| | | | | | | | | | | | | | | Bug: 7405756 Change-Id: If933fcad56d81dcc956b6114727e01be9686ee9c
| * | Merge "Import translations. DO NOT MERGE"Baligh Uddin2013-02-082-4/+4
| |\ \
| | * | Import translations. DO NOT MERGEBaligh Uddin2013-02-082-4/+4
| | |/ | | | | | | | | | | | | Change-Id: I1f4b366714462f2aa084ead58c67f8c82618cff5 Auto-generated-cl: translation import
* | | Merge "Import translations. DO NOT MERGE" into jb-ub-latinimegoogleBaligh Uddin2013-02-082-4/+4
|\ \ \
| * | | Import translations. DO NOT MERGEBaligh Uddin2013-02-082-4/+4
| | | | | | | | | | | | | | | | | | | | Change-Id: I517465f48844921772713e7205ddee9c6c4dcb19 Auto-generated-cl: translation import
* | | | am b0767dd4: Separate resource file for dictionary pack metadataTadashi G. Takaoka2013-02-082-2/+23
|\ \ \ \ | |/ / / |/| / / | |/ / | | | | | | # Via Tadashi G. Takaoka * commit 'b0767dd499264c8ab0dcb5ca833a66079524c4b3': Separate resource file for dictionary pack metadata
| * / Separate resource file for dictionary pack metadataTadashi G. Takaoka2013-02-082-2/+23
| |/ | | | | | | Change-Id: I770335a25c3db12ec8440c4fcb208ca1d9c1fa32
* | am 3623ad23: [B14] Implement sending the dictionary list.Jean Chalard2013-02-072-16/+57
|\| | | | | | | | | | | # Via Jean Chalard * commit '3623ad238c3fa76f36cb54de63bd31cf320befb4': [B14] Implement sending the dictionary list.
| * [B14] Implement sending the dictionary list.Jean Chalard2013-02-062-16/+57
| | | | | | | | | | Bug: 7005813 Change-Id: Ic3ef69510d2b385d0d403191b2f701b6527d0166
* | am 73857910: Merge "[B11] Implement reset and passing of the URL to the dict ↵Jean Chalard2013-02-062-1/+28
|\| | | | | | | | | | | | | | | pack" # Via Android (Google) Code Review (1) and Jean Chalard (1) * commit '738579103f112e2781848079235d79e98e65d6be': [B11] Implement reset and passing of the URL to the dict pack
| * [B11] Implement reset and passing of the URL to the dict packJean Chalard2013-02-062-1/+28
| | | | | | | | | | | | Bug: 7601410 Bug: 7595195 Change-Id: I78cf04dce7c1e64de6725d32317de288a83bd39d
* | am afe889a8: Merge "[B9] Pass the client id parameter for dict info requests"Jean Chalard2013-02-052-1/+13
|\| | | | | | | | | | | # Via Android (Google) Code Review (1) and Jean Chalard (1) * commit 'afe889a83d43afe23d22d28a443b051bb115f023': [B9] Pass the client id parameter for dict info requests
| * Merge "[B9] Pass the client id parameter for dict info requests"Jean Chalard2013-02-062-1/+13
| |\
| | * [B9] Pass the client id parameter for dict info requestsJean Chalard2013-02-022-1/+13
| | | | | | | | | | | | | | | Bug: 6789534 Change-Id: Ie3ea75b19ae4da2dea531e0077c58742a9502bc6
* | | am 7165f926: Merge "Refactor LogStatement publishing method"Kurt Partridge2013-02-053-90/+109
|\| | | | | | | | | | | | | | | | | # Via Android (Google) Code Review (1) and Kurt Partridge (1) * commit '7165f926b4304a033c2abae7f93a40156062a1a1': Refactor LogStatement publishing method
| * | Merge "Refactor LogStatement publishing method"Kurt Partridge2013-02-063-90/+109
| |\ \
| | * | 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
* | | | Merge "Import translations. DO NOT MERGE" into jb-ub-latinimegoogleBaligh Uddin2013-02-054-4/+4
|\ \ \ \
| * | | | Import translations. DO NOT MERGEBaligh Uddin2013-02-044-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib58eeaa07f3ef34207612a13065f5f9fef8b2b08 Auto-generated-cl: translation import