aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "[HS2] Move more stuff to onStartInput"•••This reverts commit 93b00a314e307cb257abf1cab88cb24d57ff3885. Bug: 16830599 Change-Id: I955e7da77978c3a495660aa29247e010d489c36b Jean Chalard2014-08-062-58/+51
* Merge "Add dedicated background for custom action label key" into lmp-devTadashi G. Takaoka2014-08-051-64/+36
|\
| * Add dedicated background for custom action label key•••Bug: 15526978 Change-Id: Ia73d825c7e00097018822704e61272d0e448f39a Tadashi G. Takaoka2014-08-061-64/+36
* | Introduce onEvent() to improve testability•••...and prepare for the future Change-Id: Ieed96ab552993fd148e80b9c3355f1b569bd716f Jean Chalard2014-08-061-17/+26
* | Merge "Fix an NPE when running with Keep." into lmp-devJean Chalard2014-08-051-4/+4
|\ \ | |/ |/|
| * Fix an NPE when running with Keep.•••Change-Id: Ie703e14bff42d34608f11d0c2d7758950b84c88c Jean Chalard2014-08-061-4/+4
* | Merge "Use add icon for add custom input style menu" into lmp-devTadashi G. Takaoka2014-08-051-4/+2
|\ \ | |/ |/|
| * Use add icon for add custom input style menu•••Bug: 16805043 Change-Id: I9730a6aa5d761924457edaabcee25db930e20f02 Tadashi G. Takaoka2014-08-061-4/+2
* | [HS3] Fix a bug on ICS•••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 Jean Chalard2014-08-062-0/+23
* | [HS2] Move more stuff to onStartInput•••Bug: 8152758 Change-Id: Ida05df7d151ceb582886e2ad06c5bdf0b59978ee Jean Chalard2014-08-062-51/+62
|/
* Add ViewCompatUtils.setElevation•••Bug: 16210054 Change-Id: I632158951a60ab527246410caefd9fbe471dd859 Tadashi G. Takaoka2014-08-051-0/+10
* Merge "[HW16] Implement processing event chains." into lmp-devJean Chalard2014-08-051-7/+11
|\
| * [HW16] Implement processing event chains.•••Change-Id: I4e1e4f101050ebda77c629a61c548d3c8efb330f Jean Chalard2014-08-051-7/+11
* | Merge "Make popup hint letter theme-aware" into lmp-devTadashi G. Takaoka2014-08-041-4/+9
|\ \ | |/ |/|
| * Make popup hint letter theme-aware•••Bug: 16351091 Change-Id: I6af18ea210c00916157138b9cfbeb073aee6ca1b Tadashi G. Takaoka2014-08-051-4/+9
* | [HW15] Pass events instead of reading them from the transaction•••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 Jean Chalard2014-08-052-43/+52
* | Merge "[HW14] Cleanup" into lmp-devJean Chalard2014-08-043-38/+31
|\ \
| * | [HW14] Cleanup•••Do away with the didAutoCorrect local variables which are unnatural to return out of all these functions. Change-Id: I22024004d2c489de018beff812c2c589bfd8ca32 Jean Chalard2014-08-053-38/+31
* | | Merge "[HW13] Split up onCodeInput" into lmp-devJean Chalard2014-08-051-110/+164
|\| |
| * | [HW13] Split up onCodeInput•••Change-Id: I503c5403dcaea5db632eba85ae3fae9ba9a1f946 Jean Chalard2014-08-051-110/+164
| |/
* / [HS1] Save some data in startInputView•••Bug: 8152758 Change-Id: Ic57d3918b08e775769d4ba5d73ba5c31231e0d6a Jean Chalard2014-08-041-7/+25
|/
* 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.•••Change-Id: I1619f6132f8f71bc1291fd6a5604a5e1e3431ae2 Jean Chalard2014-08-045-7/+46
* | Clean up compatible utility classes•••Change-Id: I95a682052037d292801477db0f05e04926b61412 Tadashi G. Takaoka2014-08-047-29/+40
|/
* [HW11] Cleanup•••Change-Id: Ia866d3f9a5981c687766f8c39979fb6091018e44 Jean Chalard2014-07-311-39/+33
* [HW10] Pull the processed event in its eventual place•••Change-Id: I5f7932097627766e907764a99a5e9c170f725bc0 Jean Chalard2014-07-311-6/+9
* [HW9] Pull the processed event further.•••The 'processedEvent' variables will ultimately disappear entirely. Change-Id: I612c5ce7dedc341b64921a86ac028fe91b75359b Jean Chalard2014-07-311-8/+12
* Fix some unit tests.•••The default value for the script needs to be Latin, as we don't specify it in the files. Change-Id: I1275f13f1cd92f00dc5708748fefb4982f0a60b3 Jean Chalard2014-07-311-1/+1
* [HW8] Pull up the processed event.•••Change-Id: I18021b7ec1588fc52533c48b7d8774bec7764822 Jean Chalard2014-07-301-5/+5
* Merge "Disptach hover events when sliding suggestion mode" into lmp-devTadashi G. Takaoka2014-07-241-7/+44
|\
| * Disptach hover events when sliding suggestion mode•••Bug: 15687702 Change-Id: I7ace1fbbba724c6e422230a3d88f8cc9ffa8efc2 Tadashi G. Takaoka2014-07-301-7/+44
* | [SD13] Reorder an enum alphabetically•••Change-Id: I907041b09e5bfce537ed4f592947b2cec8cef4ac Jean Chalard2014-07-301-62/+62
* | [SD12] Add the last remaining scripts•••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 Jean Chalard2014-07-301-2/+22
* | [SD11] Add script checks for Myanmar, Sinhala, Thai and Telugu•••Bug: 15840116 Change-Id: I1264fdeea0d4739ca0f360f4934d06e5a824d4e5 Jean Chalard2014-07-301-0/+21
* | Merge "[SD10] Add script checks for Lao and Khmer" into lmp-devJean Chalard2014-07-241-0/+10
|\ \ | |/ |/|
| * [SD10] Add script checks for Lao and Khmer•••Bug: 15840116 Change-Id: Id72b739e73cb3e72f56e1872ad9d60469555e193 Jean Chalard2014-07-301-0/+10
* | [HW7.5] Introduce the @Nonnull annotation (take 2)•••Change-Id: I05512b5434810046c8b72d6bb41567b6cd8b9d6e Ken Wakasa2014-07-305-4/+15
* | [HW7] Introduce consumed events•••Change-Id: I692c35b8e701d5a84500b949884472545b1f424d Jean Chalard2014-07-305-15/+31
* | [HW6] Split processing and applying the event.•••...take 2 Change-Id: I9d13b6d51e13ce2e76ae3febebfb8c310eba509d Jean Chalard2014-07-303-11/+35
|/
* 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."•••This reverts commit 1db3d860ca0d7380c5a6a3a0f95751565f23043b. Reverting due to a few critical bugs and unit test failures. Change-Id: I5e2d02300320438ef9c29577ec5b0860ea91d822 Ken Wakasa2014-07-303-29/+9
* | Merge "Revert "[HW7] Introduce consumed events"" into lmp-devKen Wakasa2014-07-245-31/+15
|\ \
| * | Revert "[HW7] Introduce consumed events"•••This reverts commit 99aff0af98e66b1d8515225a103f5beb84d098b9. Reverting due to a few critical bugs and unit test failures. Change-Id: Id41d802981d079f17134a03cc30ab36a3cdd4ac1 Ken Wakasa2014-07-305-31/+15
* | | Merge "Revert "[HW8] Pull up the processed event."" into lmp-devKen Wakasa2014-07-241-5/+5
|\ \ \
| * | | Revert "[HW8] Pull up the processed event."•••This reverts commit ebdd641d585e7273bbce1e018d4632e3c3187762. Reverting due to a few critical bugs and unit test failures. Change-Id: Ie7958d749dc813c1752d03aec7f14f5586225ff7 Ken Wakasa2014-07-301-5/+5
* | | | Merge "Revert "[HW9] Pull the processed event further."" into lmp-devKen Wakasa2014-07-241-12/+8
|\ \ \ \
| * | | | Revert "[HW9] Pull the processed event further."•••This reverts commit a8d80ec01202633709d161fb01df0126602d4eb6. Reverting due to a few critical bugs and unit test failures. Change-Id: I3f49b54f34d875e8986d6ddc2523ab0b706dc6f2 Ken Wakasa2014-07-301-12/+8
* | | | | Merge "Revert "[HW10] Pull the processed event in its eventual place"" into l...Ken Wakasa2014-07-251-9/+6
|\ \ \ \ \
| * | | | | Revert "[HW10] Pull the processed event in its eventual place"•••This reverts commit bcb61da581edfef5120a7a38a5de98d35fa65255. Reverting due to a few critical bugs and unit test failures. Change-Id: I5f7ee2c7883496ed36e56b3ef12fac91f85f9866 Ken Wakasa2014-07-301-9/+6
* | | | | | Merge "Revert "[HW7.5] Introduce the @Nonnull annotation"" into lmp-devKen Wakasa2014-07-245-15/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |