aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [HS3] Fix a bug on ICSJean Chalard2014-08-062-0/+23
| | | | | | | | | | There is a bug in ICS where the input connection won't take any writing commands after rotation until the cursor moves. This fixes it by wiggling the cursor position once before trying to do anything. Bug: 16810766 Change-Id: Ib14c70bd0550420cecfa86dea501d13a1a91e296
* [HS2] Move more stuff to onStartInputJean Chalard2014-08-062-51/+62
| | | | | Bug: 8152758 Change-Id: Ida05df7d151ceb582886e2ad06c5bdf0b59978ee
* Add ViewCompatUtils.setElevationTadashi G. Takaoka2014-08-051-0/+10
| | | | | Bug: 16210054 Change-Id: I632158951a60ab527246410caefd9fbe471dd859
* Merge "[HW16] Implement processing event chains." into lmp-devJean Chalard2014-08-051-7/+11
|\
| * [HW16] Implement processing event chains.Jean Chalard2014-08-051-7/+11
| | | | | | | | Change-Id: I4e1e4f101050ebda77c629a61c548d3c8efb330f
* | Merge "Make popup hint letter theme-aware" into lmp-devTadashi G. Takaoka2014-08-041-4/+9
|\ \ | |/ |/|
| * Make popup hint letter theme-awareTadashi G. Takaoka2014-08-051-4/+9
| | | | | | | | | | Bug: 16351091 Change-Id: I6af18ea210c00916157138b9cfbeb073aee6ca1b
* | [HW15] Pass events instead of reading them from the transactionJean Chalard2014-08-052-43/+52
| | | | | | | | | | | | | | | | It's probably cleaner to just pass the events rather than read them from a transaction, especially when a transaction may be associated with several events in a chain. Change-Id: I27830f0f3f3f32fe77ea8b9cad505b7ebee648af
* | Merge "[HW14] Cleanup" into lmp-devJean Chalard2014-08-043-38/+31
|\ \
| * | [HW14] CleanupJean Chalard2014-08-053-38/+31
| | | | | | | | | | | | | | | | | | | | | Do away with the didAutoCorrect local variables which are unnatural to return out of all these functions. Change-Id: I22024004d2c489de018beff812c2c589bfd8ca32
* | | Merge "[HW13] Split up onCodeInput" into lmp-devJean Chalard2014-08-051-110/+164
|\| |
| * | [HW13] Split up onCodeInputJean Chalard2014-08-051-110/+164
| |/ | | | | | | Change-Id: I503c5403dcaea5db632eba85ae3fae9ba9a1f946
* / [HS1] Save some data in startInputViewJean Chalard2014-08-041-7/+25
|/ | | | | Bug: 8152758 Change-Id: Ic57d3918b08e775769d4ba5d73ba5c31231e0d6a
* Merge "[HW12] Use the consumed status of the Event." into lmp-devJean Chalard2014-08-015-7/+46
|\
| * [HW12] Use the consumed status of the Event.Jean Chalard2014-08-045-7/+46
| | | | | | | | Change-Id: I1619f6132f8f71bc1291fd6a5604a5e1e3431ae2
* | Clean up compatible utility classesTadashi G. Takaoka2014-08-047-29/+40
|/ | | | Change-Id: I95a682052037d292801477db0f05e04926b61412
* [HW11] CleanupJean Chalard2014-07-311-39/+33
| | | | Change-Id: Ia866d3f9a5981c687766f8c39979fb6091018e44
* [HW10] Pull the processed event in its eventual placeJean Chalard2014-07-311-6/+9
| | | | Change-Id: I5f7932097627766e907764a99a5e9c170f725bc0
* [HW9] Pull the processed event further.Jean Chalard2014-07-311-8/+12
| | | | | | The 'processedEvent' variables will ultimately disappear entirely. Change-Id: I612c5ce7dedc341b64921a86ac028fe91b75359b
* Fix some unit tests.Jean Chalard2014-07-311-1/+1
| | | | | | | The default value for the script needs to be Latin, as we don't specify it in the files. Change-Id: I1275f13f1cd92f00dc5708748fefb4982f0a60b3
* [HW8] Pull up the processed event.Jean Chalard2014-07-301-5/+5
| | | | Change-Id: I18021b7ec1588fc52533c48b7d8774bec7764822
* Merge "Disptach hover events when sliding suggestion mode" into lmp-devTadashi G. Takaoka2014-07-241-7/+44
|\
| * Disptach hover events when sliding suggestion modeTadashi G. Takaoka2014-07-301-7/+44
| | | | | | | | | | Bug: 15687702 Change-Id: I7ace1fbbba724c6e422230a3d88f8cc9ffa8efc2
* | [SD13] Reorder an enum alphabeticallyJean Chalard2014-07-301-62/+62
| | | | | | | | Change-Id: I907041b09e5bfce537ed4f592947b2cec8cef4ac
* | [SD12] Add the last remaining scriptsJean Chalard2014-07-301-2/+22
| | | | | | | | | | | | | | | | | | | | | | Add scripts for Bengali, Devanagari, Kannada, Malayalam, and Tamil. Also include a very minor fix for Arabic. This concludes work on: Bug: 15840116 Change-Id: Iade313fc70030a67c68d424d8cb0cac245b883d1
* | [SD11] Add script checks for Myanmar, Sinhala, Thai and TeluguJean Chalard2014-07-301-0/+21
| | | | | | | | | | Bug: 15840116 Change-Id: I1264fdeea0d4739ca0f360f4934d06e5a824d4e5
* | Merge "[SD10] Add script checks for Lao and Khmer" into lmp-devJean Chalard2014-07-241-0/+10
|\ \ | |/ |/|
| * [SD10] Add script checks for Lao and KhmerJean Chalard2014-07-301-0/+10
| | | | | | | | | | Bug: 15840116 Change-Id: Id72b739e73cb3e72f56e1872ad9d60469555e193
* | [HW7.5] Introduce the @Nonnull annotation (take 2)Ken Wakasa2014-07-305-4/+15
| | | | | | | | Change-Id: I05512b5434810046c8b72d6bb41567b6cd8b9d6e
* | [HW7] Introduce consumed eventsJean Chalard2014-07-305-15/+31
| | | | | | | | Change-Id: I692c35b8e701d5a84500b949884472545b1f424d
* | [HW6] Split processing and applying the event.Jean Chalard2014-07-303-11/+35
|/ | | | | | ...take 2 Change-Id: I9d13b6d51e13ce2e76ae3febebfb8c310eba509d
* Merge "Revert "[HW6] Split processing and applying the event."" into lmp-devKen Wakasa2014-07-243-29/+9
|\
| * Revert "[HW6] Split processing and applying the event."Ken Wakasa2014-07-303-29/+9
| | | | | | | | | | | | | | | | This reverts commit 1db3d860ca0d7380c5a6a3a0f95751565f23043b. Reverting due to a few critical bugs and unit test failures. Change-Id: I5e2d02300320438ef9c29577ec5b0860ea91d822
* | Merge "Revert "[HW7] Introduce consumed events"" into lmp-devKen Wakasa2014-07-245-31/+15
|\ \
| * | Revert "[HW7] Introduce consumed events"Ken Wakasa2014-07-305-31/+15
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 99aff0af98e66b1d8515225a103f5beb84d098b9. Reverting due to a few critical bugs and unit test failures. Change-Id: Id41d802981d079f17134a03cc30ab36a3cdd4ac1
* | | Merge "Revert "[HW8] Pull up the processed event."" into lmp-devKen Wakasa2014-07-241-5/+5
|\ \ \
| * | | Revert "[HW8] Pull up the processed event."Ken Wakasa2014-07-301-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit ebdd641d585e7273bbce1e018d4632e3c3187762. Reverting due to a few critical bugs and unit test failures. Change-Id: Ie7958d749dc813c1752d03aec7f14f5586225ff7
* | | | Merge "Revert "[HW9] Pull the processed event further."" into lmp-devKen Wakasa2014-07-241-12/+8
|\ \ \ \
| * | | | Revert "[HW9] Pull the processed event further."Ken Wakasa2014-07-301-12/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit a8d80ec01202633709d161fb01df0126602d4eb6. Reverting due to a few critical bugs and unit test failures. Change-Id: I3f49b54f34d875e8986d6ddc2523ab0b706dc6f2
* | | | | Merge "Revert "[HW10] Pull the processed event in its eventual place"" into ↵Ken Wakasa2014-07-251-9/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | lmp-dev
| * | | | | Revert "[HW10] Pull the processed event in its eventual place"Ken Wakasa2014-07-301-9/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit bcb61da581edfef5120a7a38a5de98d35fa65255. Reverting due to a few critical bugs and unit test failures. Change-Id: I5f7ee2c7883496ed36e56b3ef12fac91f85f9866
* | | | | | Merge "Revert "[HW7.5] Introduce the @Nonnull annotation"" into lmp-devKen Wakasa2014-07-245-15/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Revert "[HW7.5] Introduce the @Nonnull annotation"Ken Wakasa2014-07-295-15/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 60a2cd8ac439bf41bfddc5f5f339feda7c7ff175. Reverting due to build breakage under the unbundled branch. Change-Id: Iab2988c53884166f62c95da920ac7a7079a0e5a0
* | | | | | [HW10] Pull the processed event in its eventual placeJean Chalard2014-07-291-6/+9
| |/ / / / |/| | | | | | | | | | | | | | Change-Id: I9e13bb3efad557e9199021a344d8dff8215d97fa
* | | | | [HW9] Pull the processed event further.Jean Chalard2014-07-291-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The 'processedEvent' variables will ultimately disappear entirely. Change-Id: If44c68c1116faa9ca23e4ffeabe320704431ab3c
* | | | | Merge "[HW8] Pull up the processed event." into lmp-devJean Chalard2014-07-251-5/+5
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | [HW8] Pull up the processed event.Jean Chalard2014-07-291-5/+5
| |/ / / | | | | | | | | | | | | Change-Id: If4baba0af2e88627f22b5e7312948fc3d9c5a25f
* | | | Merge "[HW7.5] Introduce the @Nonnull annotation" into lmp-devJean Chalard2014-07-245-4/+15
|\| | |
| * | | [HW7.5] Introduce the @Nonnull annotationJean Chalard2014-07-295-4/+15
| |/ / | | | | | | | | | Change-Id: I1f69ea704056943fa3371ff610e2d8181ead2376
* | | Merge "[HW7] Introduce consumed events" into lmp-devJean Chalard2014-07-255-15/+31
|\| |