summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/keyboard
Commit message (Expand)AuthorAgeFilesLines
...
* Add MoreKeysPanel argument to Controller methodsTadashi G. Takaoka2013-07-253-12/+15
* Remove boolean return value of dismissing more keys panelTadashi G. Takaoka2013-07-253-9/+18
* Cosmetic code optimizationTadashi G. Takaoka2013-07-252-9/+3
* Make RunInLocale as top-level classTadashi G. Takaoka2013-07-241-2/+2
* Move subtype related utility class to utils packageTadashi G. Takaoka2013-07-244-12/+12
* Fix NPE in SubtypeLocale.getSubtypeDisplayNameTadashi G. Takaoka2013-07-231-47/+3
* Move settings related classes to "settings"Ken Wakasa2013-07-222-4/+4
* Fix IllegalArgumentException in MoreKeysKeyboardTadashi G. Takaoka2013-07-191-14/+11
* Restrict bogus events hack to certain classes of tabletsTadashi G. Takaoka2013-07-182-11/+35
* Distinguish key press in repeat keyTadashi G. Takaoka2013-07-163-5/+7
* Move TypefaceUtils and ViewUtils to utils packageTadashi G. Takaoka2013-07-055-143/+4
* Reorganize Utils classTadashi G. Takaoka2013-07-051-1/+1
* Add Azerbaijani keyboardTadashi G. Takaoka2013-07-041-0/+46
* Add Kazakh keyboardTadashi G. Takaoka2013-07-041-572/+633
* Handling key repeat by emulating key press and code inputTadashi G. Takaoka2013-07-025-58/+27
* Merge "Move util classes to the latin/utils directory"Ken Wakasa2013-06-2433-50/+50
|\
| * Move util classes to the latin/utils directoryKen Wakasa2013-06-2433-50/+50
* | Fix possible divided by zeror errorTadashi G. Takaoka2013-06-241-13/+7
|/
* Merge "Optimize ProximityInfo#computeNearestNeighbors()"Jean Chalard2013-06-181-17/+110
|\
| * Optimize ProximityInfo#computeNearestNeighbors()Jean Chalard2013-06-181-17/+110
* | Don't count Spacer into histogramsTadashi G. Takaoka2013-06-141-4/+9
|/
* Retun an empty Path instead of nullTadashi G. Takaoka2013-06-122-4/+5
* Cache three main keyboards to improve average switch timeJean Chalard2013-06-111-4/+32
* Remove unnecessary Drawable.setStateTadashi G. Takaoka2013-06-051-4/+1
* Add CODE_CAPSLOCK for long press shift keyTadashi G. Takaoka2013-06-046-77/+26
* Rename methods for readabilityTadashi G. Takaoka2013-06-034-25/+25
* Merge "Rename StringUtils.parseCsvString to KeySpecParser.splitKeySpecs"Tadashi G. Takaoka2013-05-282-17/+69
|\
| * Rename StringUtils.parseCsvString to KeySpecParser.splitKeySpecsTadashi G. Takaoka2013-05-282-17/+69
* | Remove KeyboardStart.isInMomentarySwitchStateTadashi G. Takaoka2013-05-283-12/+2
|/
* Add smoothing utils / matrix libsSatoshi Kataoka2013-05-272-0/+268
* Use Locale.ROOT for locale neutral operationsTadashi G. Takaoka2013-05-242-2/+2
* Remove unnecessary methods of KeyboardSwitcherTadashi G. Takaoka2013-05-223-21/+13
* Merge "Clean up unused return value"Tadashi G. Takaoka2013-05-221-11/+8
|\
| * Clean up unused return valueTadashi G. Takaoka2013-05-211-11/+8
* | Haptick and audio feedback on key repeatTadashi G. Takaoka2013-05-212-7/+7
* | Merge "Fix drawing debug points of gesture trails"Tadashi G. Takaoka2013-05-222-26/+61
|\ \
| * | Fix drawing debug points of gesture trailsTadashi G. Takaoka2013-05-212-26/+61
| |/
* | Merge "Fix running on device regression test and profile."Keisuke Kuroyanagi2013-05-221-0/+2
|\ \ | |/ |/|
| * Fix running on device regression test and profile.Keisuke Kuroyanagi2013-05-201-0/+2
* | Remove unnecessary @UsedForTesting annotationTadashi G. Takaoka2013-05-211-5/+0
|/
* Back to previous keyboard layout by canceling sliding inputTadashi G. Takaoka2013-05-145-43/+51
* Fix PointerTrackerQueue.releaseAllPointerOlderThanTadashi G. Takaoka2013-05-141-24/+34
* Disable functional key while in sliding input modeTadashi G. Takaoka2013-05-131-4/+7
* Merge "Disable long press timer while sliding input mode"Tadashi G. Takaoka2013-05-133-5/+11
|\
| * Disable long press timer while sliding input modeTadashi G. Takaoka2013-05-133-5/+11
* | Disable delete key repeating while in slide input modeTadashi G. Takaoka2013-05-131-4/+7
|/
* Rename GesturePreviewTrail.java -> GestureTrail.javaKen Wakasa2013-05-135-69/+67
* Fix detecting out of keyboard areaTadashi G. Takaoka2013-05-101-1/+1
* Tweak gesture debugSatoshi Kataoka2013-05-091-3/+3
* Don't resize debug array if productionSatoshi Kataoka2013-05-091-1/+3