Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_packages_inputmethods_LatinIME
/
092826c8cdec0cf0c49c3de9b247e58403c34da7
/
java
/
src
/
com
/
android
/
inputmethod
092826c
Fix crash on adding a word in the user dictionary.
by Jean Chalard
· 14 years ago
e0d3922
Merge "Fix mini keyboard behavior while chording input"
by Tadashi G. Takaoka
· 14 years ago
5245401
Merge "Add Right-To-Left delete icon"
by Tadashi G. Takaoka
· 14 years ago
63c233a
Fix mini keyboard behavior while chording input
by Tadashi G. Takaoka
· 14 years ago
4f36540
Fix build breakage
by Ken Wakasa
· 14 years ago
886246b
Add Right-To-Left delete icon
by Tadashi G. Takaoka
· 14 years ago
84cb23a
Small code cleanup
by Ken Wakasa
· 14 years ago
656a35f
Merge "Code cleanup"
by Ken Wakasa
· 14 years ago
8275fb0
Merge "Create proximity info just after parsing keyboard layouts"
by satok
· 14 years ago
0d5494c
Create proximity info just after parsing keyboard layouts
by satok
· 14 years ago
8558cfb
Code cleanup
by Ken Wakasa
· 14 years ago
9318d33
Change variable names for readability
by Ken Wakasa
· 14 years ago
1fa8783
Merge "Fix event handling on non-distinct multi touch device"
by Tadashi G. Takaoka
· 14 years ago
8ebbe03
Keep keyboard layout while orientation change
by Tadashi G. Takaoka
· 14 years ago
04dec7f
Fix event handling on non-distinct multi touch device
by Tadashi G. Takaoka
· 14 years ago
08eea95
Merge "Add KeyEventHandler interface"
by Tadashi G. Takaoka
· 14 years ago
f426cdd
Add KeyEventHandler interface
by Tadashi G. Takaoka
· 14 years ago
4a0c343
Use InputMethodSettingsActivity
by satok
· 14 years ago
0efe174
Pass KeyboardView to PointerTracker on down event
by Tadashi G. Takaoka
· 14 years ago
9522666
Merge "Move processing MotionEvent out from PointerTracker"
by Tadashi G. Takaoka
· 14 years ago
3fdae97
Move processing MotionEvent out from PointerTracker
by Tadashi G. Takaoka
· 14 years ago
ba1390f
Merge "Use InputMethodSettingsFragment"
by satok
· 14 years ago
d719fe1
Merge "Narrower key timer handler static inner class to TimerProxy interface"
by Tadashi G. Takaoka
· 14 years ago
1a3bb54
Use InputMethodSettingsFragment
by satok
· 14 years ago
2321caa
Narrower key timer handler static inner class to TimerProxy interface
by Tadashi G. Takaoka
· 14 years ago
68d419d
Merge "Internal cleanup before using InputMethodSettingsFragment"
by satok
· 14 years ago
4598d12
Internal cleanup before using InputMethodSettingsFragment
by satok
· 14 years ago
ab41391
Merge "Merge PointerTrackerKeyState into PointerTracker"
by Tadashi G. Takaoka
· 14 years ago
8a99515
Merge PointerTrackerKeyState into PointerTracker
by Tadashi G. Takaoka
· 14 years ago
41f1509
Remove override which will be invalid.
by satok
· 14 years ago
a9f6951
Merge "Remove swipe gesture"
by Tadashi G. Takaoka
· 14 years ago
c71854a
Remove swipe gesture
by Tadashi G. Takaoka
· 14 years ago
5a7a696
Let KeyDetector hold Keyboard
by Tadashi G. Takaoka
· 14 years ago
1c9817f
Remove stale TODO comments
by Tadashi G. Takaoka
· 14 years ago
48f989d
Merge "Override onSizeChanged only on main keyboard view"
by Tadashi G. Takaoka
· 14 years ago
bb4be54
Override onSizeChanged only on main keyboard view
by Tadashi G. Takaoka
· 14 years ago
906f031
Holding PointerTrackerQueue inside PointerTracker
by Tadashi G. Takaoka
· 14 years ago
1bd62a5
Fix missing suggestions after "Touch again to save"
by Ken Wakasa
· 14 years ago
c810b0d
Merge "Make sure that each view has its own dedicated background drawable"
by Tadashi G. Takaoka
· 14 years ago
88110d1
Clear CandidateView in onStartInputView
by Tadashi G. Takaoka
· 14 years ago
7c57e3b
Make sure that each view has its own dedicated background drawable
by Tadashi G. Takaoka
· 14 years ago
273e5d6
Use the new settings activity class name
by Ken Wakasa
· 14 years ago
f60d09a
Narrower KeyboardView reference
by Tadashi G. Takaoka
· 14 years ago
bd02fa8
Merge "Move key hysteresis distance parameter to KeyDetector class"
by Tadashi G. Takaoka
· 14 years ago
a19b84d
Move key hysteresis distance parameter to KeyDetector class
by Tadashi G. Takaoka
· 14 years ago
e559963
Removed unused import
by satok
· 14 years ago
5f6816f
Move keyboard event handling code to separate LatinKeyboardBaseView class
by Tadashi G. Takaoka
· 14 years ago
386899a
Merge "Disable auto-correction when application auto completion has set"
by Tadashi G. Takaoka
· 14 years ago
67b5180
Merge "Add SettingsActivity"
by satok
· 14 years ago
29387a8
Merge "Fixed a visibility of a shortcut button"
by satok
· 14 years ago
1be5028
Add SettingsActivity
by satok
· 14 years ago
1cda6eb
Fixed a visibility of a shortcut button
by satok
· 14 years ago
5238df5
Disable auto-correction when application auto completion has set
by Tadashi G. Takaoka
· 14 years ago
7d3821c
Merge "Use Key background for suggestions strip control"
by Tadashi G. Takaoka
· 14 years ago
e583371
Use Key background for suggestions strip control
by Tadashi G. Takaoka
· 14 years ago
9812fb0
Specify Key gaps by percentage
by Tadashi G. Takaoka
· 14 years ago
c190da0e
Merge "Remove top padding parameter from MiniKeyboardBuilder constructor"
by Tadashi G. Takaoka
· 14 years ago
17dc839
Merge "Set candidates pane control visibility gone when touch-to-save is activated"
by Tadashi G. Takaoka
· 14 years ago
e5276b3
Remove top padding parameter from MiniKeyboardBuilder constructor
by Tadashi G. Takaoka
· 14 years ago
5a931ef
Set candidates pane control visibility gone when touch-to-save is activated
by Tadashi G. Takaoka
· 14 years ago
17a1676
Add top padding to mini keyboard
by Tadashi G. Takaoka
· 14 years ago
7f3e597
Merge "Calculate text width more conservatively"
by Tadashi G. Takaoka
· 14 years ago
fe9b65a
Calculate text width more conservatively
by Tadashi G. Takaoka
· 14 years ago
4edc7d0
Disable candidate pane controller just after suggestions are set
by Tadashi G. Takaoka
· 14 years ago
f008ae9
Merge "Tweak ICS theme a bit"
by Tadashi G. Takaoka
· 14 years ago
3118277
Tweak ICS theme a bit
by Tadashi G. Takaoka
· 14 years ago
7821a1d
Merge "Refactor settings"
by satok
· 14 years ago
dec7703
Refactor settings
by satok
· 14 years ago
87d7929
Added text navigation gestures for keyboard touch exploration.
by Alan Viverette
· 14 years ago
7e72448
Merge "Adaptive suggestions strip"
by Tadashi G. Takaoka
· 14 years ago
74b6897
Adaptive suggestions strip
by Tadashi G. Takaoka
· 14 years ago
9ae2475
Some clean up and fixes around auto-correction cancellation logic
by Ken Wakasa
· 14 years ago
a65d84c
Merge "Add key description for "fullwidth asterisk" used on phone/number layout"
by Tadashi G. Takaoka
· 14 years ago
0464850
Add key description for "fullwidth asterisk" used on phone/number layout
by Tadashi G. Takaoka
· 14 years ago
73d377a
Merge "Cleanup key drawing code"
by Tadashi G. Takaoka
· 14 years ago
d773bf3
Cleanup key drawing code
by Tadashi G. Takaoka
· 14 years ago
284c329
Merge "Show subtype settings preference for new design"
by satok
· 14 years ago
b9e56cd
Show subtype settings preference for new design
by satok
· 14 years ago
670e1c6
Add visual debug mode
by Tadashi G. Takaoka
· 14 years ago
49c8567
Merge "Use left/right-edge popup preview background"
by Tadashi G. Takaoka
· 14 years ago
d87f28f
Use left/right-edge popup preview background
by Tadashi G. Takaoka
· 14 years ago
8708998
Render sliding spacebar language switch arrows by text
by Tadashi G. Takaoka
· 14 years ago
d44160d
Merge "Draw popup hint "..." by text rendering"
by Tadashi G. Takaoka
· 14 years ago
3040c8b
Draw popup hint "..." by text rendering
by Tadashi G. Takaoka
· 14 years ago
660d42f
Remove mInForeground flag from KeyboardView
by Tadashi G. Takaoka
· 14 years ago
55303bc
Re-create input view after voice IME finished
by Tadashi G. Takaoka
· 14 years ago
7e9615f
Fix NPE
by Tadashi G. Takaoka
· 14 years ago
8aee759
Remove reference to system theme
by Tadashi G. Takaoka
· 14 years ago
281e180
Fix NPE
by Tadashi G. Takaoka
· 14 years ago
d8850ae
Merge "Draw phone/number keyboard layout witout icon"
by Tadashi G. Takaoka
· 14 years ago
b473198
Show long suggestion in condensed and ellipsized text
by Tadashi G. Takaoka
· 14 years ago
520a297
Draw phone/number keyboard layout witout icon
by Tadashi G. Takaoka
· 14 years ago
717a8f5
Use dedicated layout for "touch to save word" feature
by Tadashi G. Takaoka
· 14 years ago
7fb04fe
Fix ragged suggestion strip baseline
by Tadashi G. Takaoka
· 14 years ago
4f0d290
Avoid memory leak by by non-static Handler inner classes
by Ken Wakasa
· 14 years ago
87a3213
Merge "Remove spacebar preview and arrows"
by Tadashi G. Takaoka
· 14 years ago
14daf66
Remove spacebar preview and arrows
by Tadashi G. Takaoka
· 14 years ago
bbda98d
Merge "Add a link from Latin IME to the dictionary pack."
by Jean Chalard
· 14 years ago
4f3d5d3
Add a link from Latin IME to the dictionary pack.
by Jean Chalard
· 14 years ago
52344a0
Fix NPE with the unit test
by Ken Wakasa
· 14 years ago
Next »