aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Remove a cluttering log•••Bug: 8175067 Change-Id: I9a104a32ba2b3b52a5dfa250f8c642abd6169cc0 Jean Chalard2013-02-231-4/+5
* Merge "Tiny cleanup"Jean Chalard2013-02-231-1/+0
|\
| * Tiny cleanup•••Change-Id: I5d7150a4abb3a498e790f41af569093217cb8b43 Jean Chalard2013-02-221-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 Jean Chalard2013-02-222-6/+11
|/
* Merge "Fix how the Enter action is decided"Jean Chalard2013-02-236-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 Jean Chalard2013-02-226-32/+37
* | [TestPrep8] Narrow try/catch scope•••Change-Id: If15f250feb81c2ad55ce1bc7dc3dafa57de87aef Kurt Partridge2013-02-211-10/+9
|/
* [TestPrep7] Encapsulate JsonWriter creation•••Change-Id: I4e97fa28dd0bb1101edc0db03f024432fee6f6fe Kurt Partridge2013-02-211-8/+19
* Merge "[TestPrep5] Parameterize MainLogBuffer"Kurt Partridge2013-02-212-19/+19
|\
| * [TestPrep5] Parameterize MainLogBuffer•••Change-Id: I6d84f490922cd1f40e44ca4f95c9d950fba38290 Kurt Partridge2013-02-202-19/+19
* | Merge "[TestPrep4] Add some finals"Kurt Partridge2013-02-211-3/+3
|\|
| * [TestPrep4] Add some finals•••Change-Id: Ib437a6ad7fd6a897e2bbc65afe881ae8a3b1cbb0 Kurt Partridge2013-02-201-3/+3
* | Merge "[TestPrep3] Add helper method to retrive dictionary"Kurt Partridge2013-02-211-7/+9
|\|
| * [TestPrep3] Add helper method to retrive dictionary•••Change-Id: Id6e03c6f8a3e96979d589f0605ac056fcad7e1ff Kurt Partridge2013-02-201-7/+9
* | Merge "[TestPrep2] Rename a method"Kurt Partridge2013-02-212-4/+4
|\|
| * [TestPrep2] Rename a method•••Change-Id: Id9a72045afa3558b20b9d63c8720fb7443d34fd9 Kurt Partridge2013-02-202-4/+4
* | Merge "[TestPrep1] Move MotionEvent.Action strings to LoggingUtils"Kurt Partridge2013-02-212-11/+39
|\|
| * [TestPrep1] Move MotionEvent.Action strings to LoggingUtils•••Change-Id: I7b9ed800552f2fd546ed21e9dc06ea1ff5798337 Kurt Partridge2013-02-202-11/+39
* | Merge "Use WordComposer.addKeyInfo for testing"Tadashi G. Takaoka2013-02-211-1/+3
|\ \
| * | Use WordComposer.addKeyInfo for testing•••Change-Id: I500654e7a26717aa5547942357e56060afb72969 Tadashi G. Takaoka2013-02-201-1/+3
* | | Add preliminary setup wizard•••Bug: 8159728 Change-Id: I30d9cd637fb1d2e64588550e0aa4387bc1f7e6e5 Tadashi G. Takaoka2013-02-214-5/+474
|/ /
* / Implement getting data files with protocol v2•••This also does it for deleting them Bug: 8167342 Bug: 6789534 Change-Id: I1823f98508881f109a667146d3608003f87aa4cb Jean Chalard2013-02-151-26/+55
|/
* Merge "Determine the protocol version of the dictionary pack"Jean Chalard2013-02-141-14/+44
|\
| * Determine the protocol version of the dictionary pack•••...for query. Bug: 8167342 Change-Id: Ieb8e5b31c4b62bf507593c4631e31799aad5f267 Jean Chalard2013-02-131-14/+44
* | Add placeholder of keyboard setup wizard•••Bug: 8159728 Change-Id: I5552e9d0ffa8f94d183e76378d55bba6f718adfe Tadashi G. Takaoka2013-02-141-0/+39
|/
* Merge "Cleanup in preparation for tests"Kurt Partridge2013-02-133-9/+16
|\
| * Cleanup in preparation for tests•••multi-project commit with I1212da392ecda0ad78962da68941870b5a651eee Change-Id: Ie74af59d4e45bf954723fee9dcf350a36468c381 Kurt Partridge2013-02-123-9/+16
* | Clean up dictionary pack presence test.•••This method is much cleaner and much more readable. Change-Id: I8055c169ef7c4453ab45c463704bd56a6080da4f Jean Chalard2013-02-121-39/+21
|/
* Merge "Add batchMode field to PickSuggestionManually"Kurt Partridge2013-02-121-2/+2
|\
| * Add batchMode field to PickSuggestionManually•••Change-Id: Iaaffc71378154240538bf90f0b85c3f17f3f78b3 Kurt Partridge2013-02-081-2/+2
* | Merge "Separate caps mode related utils to CapsModeUtils"Tadashi G. Takaoka2013-02-125-242/+269
|\ \
| * | Separate caps mode related utils to CapsModeUtils•••Change-Id: I32700c434b296bb3fd39e040c2dda1fe90667daf Tadashi G. Takaoka2013-02-125-242/+269
* | | Merge "Move parseCsvString to StringUtils"Tadashi G. Takaoka2013-02-125-49/+54
|\| |
| * | Move parseCsvString to StringUtils•••Change-Id: I602f33991ca57b6057ec2defe01573552b322857 Tadashi G. Takaoka2013-02-125-49/+54
* | | Merge "Cleanups"Jean Chalard2013-02-125-11/+11
|\ \ \
| * | | Cleanups•••Follow-up to Idc6f419a Change-Id: I4aae8f4e19f27a0a309879dc19af6e40906d58c5 Jean Chalard2013-02-115-11/+11
* | | | Merge "Fix RTL language key code mapping"Tadashi G. Takaoka2013-02-121-0/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Fix RTL language key code mapping•••Bug: 8168899 Bug: 8169343 Change-Id: I23120704e97d89d5ddec2b2bdff2a98a6daac4d5 Tadashi G. Takaoka2013-02-121-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 Jean Chalard2013-02-111-18/+21
|/ /
* | Remove unnecessary whitespace•••This is a cleanup followup to Id3dc510a Change-Id: Ie64395eb4b6218fd8c73cacddeed2fba1df65d26 Jean Chalard2013-02-111-1/+1
* | Don't try to issue delete() commands on missing provider•••Bug: 8173622 Change-Id: Id3dc510ae3535169b5290e87075cb2f433a1f603 Jean Chalard2013-02-111-21/+50
* | Close file properly•••Change-Id: Ied55b6a6f1e64bbca558316d8d3d207d7655cf91 Kurt Partridge2013-02-081-4/+12
|/
* [B14] Implement sending the dictionary list.•••Bug: 7005813 Change-Id: Ic3ef69510d2b385d0d403191b2f701b6527d0166 Jean Chalard2013-02-062-16/+57
* [B11] Implement reset and passing of the URL to the dict pack•••Bug: 7601410 Bug: 7595195 Change-Id: I78cf04dce7c1e64de6725d32317de288a83bd39d Jean Chalard2013-02-061-1/+27
* 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 requests•••Bug: 6789534 Change-Id: Ie3ea75b19ae4da2dea531e0077c58742a9502bc6 Jean Chalard2013-02-021-1/+12
* | Refactor LogStatement publishing method•••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 Kurt Partridge2013-02-053-90/+109
* | Separate IntentUtils from CompatUtils•••Change-Id: I373ae7ad26eee44cc8e9720314f6a53b811d0021 Tadashi G. Takaoka2013-02-044-22/+49
* | Merge "[Rlog79b] Save channel name during internal use"Kurt Partridge2013-02-042-6/+33
|\ \
| * | [Rlog79b] Save channel name during internal use•••The feedback string is used as a channel name in internal builds. Add a flag that lets it be saved between calls to make it easier to generate test data. Change-Id: I5c6149b1e68239cd968b6852d03cc240ddde99ca Kurt Partridge2013-02-042-6/+33