Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_packages_inputmethods_LatinIME
/
43c88ce56a37560ad30eb78328aaab0f6e29bec7
/
java
/
src
/
com
/
android
/
inputmethod
35f6cd9
Fix possible NPE and IndexOutOfBoundsException.
by Tadashi G. Takaoka
· 15 years ago
bc305c2
Merge "Fix NPE introduced by Change-Id: Ie482167b2ae2804fa1aa43ffb5067af47b7553f1"
by Tadashi G. Takaoka
· 15 years ago
87fe3b8
Fix NPE introduced by Change-Id: Ie482167b2ae2804fa1aa43ffb5067af47b7553f1
by Tadashi G. Takaoka
· 15 years ago
5f14188
Merge "Add a layout for a black-characters based theme"
by satok
· 15 years ago
db60e6f
Add a layout for a black-characters based theme
by satok
· 15 years ago
f00341f
Fix grammar error in comment
by Tadashi G. Takaoka
· 15 years ago
820e426
Fix inconsistency between pop-up preview key and input key
by Tadashi G. Takaoka
· 15 years ago
7a73c18
Merge "Add hysteresis movement key debouncing"
by Tadashi G. Takaoka
· 15 years ago
80aa14f
- separate dict (uses xml)
by Jae Yong Sung
· 15 years ago
e36bce0
Add hysteresis movement key debouncing
by Tadashi G. Takaoka
· 15 years ago
e55a9a1
Refactor move and time de-bouncing codes into separate static class
by Tadashi G. Takaoka
· 15 years ago
879b79b
Merge "Read the alternatives from the server-side"
by Maryam Garrett
· 15 years ago
9f1db5f
Merge "Add a logging code to send Bigram data"
by satok
· 15 years ago
d5276e4
Add a logging code to send Bigram data
by satok
· 15 years ago
994d400
Merge "Refactor UI message handling class to be more readable"
by Tadashi G. Takaoka
· 15 years ago
bd0f31f
Refactor UI message handling class to be more readable
by Tadashi G. Takaoka
· 15 years ago
999368e
Updating keyboard ids must happen everytime makeKeyboards() is called
by Tadashi G. Takaoka
· 15 years ago
262748c
Read the alternatives from the server-side
by Maryam Garrett
· 15 years ago
40bd988
Enable re-edit feature
by satok
· 15 years ago
b42ceab
Merge "Change the default vaule of Log to be false"
by Ken Wakasa
· 15 years ago
7df1c4e
Change the default vaule of Log to be false
by satok
· 15 years ago
debd74c
Prepare for master merge
by Ken Wakasa
· 15 years ago
481a75f
Merge remote branch 'goog/master'
by satok
· 15 years ago
44f9249
Merge "Slightly reluctant to scroll candidate strip to be able to easily choose the suggestion"
by Tadashi G. Takaoka
· 15 years ago
353c20a
Slightly reluctant to scroll candidate strip to be able to easily choose the suggestion
by Tadashi G. Takaoka
· 15 years ago
8b96a9a
Underlining for correction is causing problems with styled text. Disable for now.
by Amith Yamasani
· 15 years ago
f336adc
Comment out re-editing feature
by satok
· 15 years ago
7ff4da9
Fix build failure by adding an input
by satok
· 15 years ago
b9c57e6
Merge remote branch 'goog/master'
by satok
· 15 years ago
937d5ad
added bigram prediction
by Jae Yong Sung
· 15 years ago
b71547f
Fix some bugs in editing feature
by Amith Yamasani
· 15 years ago
09ecdc8
Disable re-editting feature.
by satok
· 15 years ago
bc0b0a6
Show preview of F1 keys properly
by satok
· 15 years ago
e8e1534
Merge "Null check at BackToAcceptedDefault"
by satok
· 15 years ago
ac108d5
Null check at BackToAcceptedDefault
by satok
· 15 years ago
a86a942
Fix the mic icon key is not black in the black scheme.
by satok
· 15 years ago
b54abe2
Merge "Add key debounce. bug: 2517112"
by Ken Wakasa
· 15 years ago
59d271e
Add key debounce. bug: 2517112
by Ken Wakasa
· 15 years ago
9c76844
Fix NPE on logging words
by satok
· 15 years ago
9d2e059
Merge commit 'goog/master'
by satok
· 15 years ago
67607ea
Fix "pi" input issues. Added a popup for greek capital pi. Bug: 2220892
by Ken Wakasa
· 15 years ago
40c8661
No capitalization for inputs from the symbols keyboard. bug: 2220892
by Ken Wakasa
· 15 years ago
0fbdf10
Change color of a shodow behind the current language in Black symbols scheme
by satok
· 15 years ago
57691a3
Show word alternatives for spoken input
by Maryam Garrett
· 15 years ago
6c20ab5
Add a typeFace element and a symbol's color element
by satok
· 15 years ago
cd61cad
Remove additional layouts
by satok
· 15 years ago
2b2db81
Move KeyboardView in the framework to LatinKeyboardViewBase
by satok
· 15 years ago
a62f7c1
Remember typed words for auto-corrections
by Amith Yamasani
· 16 years ago
9512706
Make DropBox.addText AsyncTask in IMELogger
by satok
· 15 years ago
b373d46
Log the current launguage and enabled languages
by satok
· 15 years ago
d5d61c3
Catch inflate exception
by satok
· 15 years ago
acbe38f
Try GC at OutOfMemoryError
by satok
· 15 years ago
3a7adf6
Merge "Fix logging issues"
by satok
· 15 years ago
2974449
Fix logging issues
by satok
· 15 years ago
03d88c0
Show a current locale in the space bar
by satok
· 15 years ago
88327fb
Fix NPE onDestroy
by satok
· 15 years ago
dac53d9
Change RuntimeErrot to OutOfMemoryError
by satok
· 15 years ago
e4c7ad3
Show encoded log
by satok
· 15 years ago
0f97599
Delete extra inflating view
by satok
· 15 years ago
c6bc1a9
URL encode a log of exception
by satok
· 15 years ago
0eaca7a
Fix NPE and addded logOnWarning
by satok
· 15 years ago
8edbaf0
Hide debug mode
by satok
· 15 years ago
518643a
Remove non-main dictionary candidates
by satok
· 15 years ago
4ff7bbc
Fix a bug that force closing happens even when SUPPRESS_EXCEPTION flag is on.
by satok
· 15 years ago
219d9d5
Flush before re-throwing exception in logOnException
by satok
· 15 years ago
dd58fe9
Add candidates of manually picked suggestions
by satok
· 15 years ago
0175d7d
Add additional punctuations to suggestion strip. Bug: 2729632
by Ken Wakasa
· 15 years ago
4ee3676
Check suggested words whether they are from mainDic or not
by satok
· 15 years ago
928ebfe
Add aggressive cancellation for auto suggestion
by satok
· 15 years ago
e607db6
Get the log of exceptions. And delete the gradient background.
by satok
· 15 years ago
7c00957
Log version of IME
by satok
· 15 years ago
f4973b3
Clear user's input and manually picked suggestion
by satok
· 15 years ago
37340b3
Merge "Add black resources"
by satok
· 15 years ago
c03c7cb
Logging issues
by satok
· 15 years ago
faeed22
Add black resources
by satok
· 15 years ago
352f8bc
Fix log dupplication of auto suggest
by satok
· 15 years ago
574a7cc
Fix the bug that black symbols are shown when only one lanugage is selected.
by satok
· 15 years ago
bf336cb
Change symbol to use black icons
by satok
· 15 years ago
f22d479
Log and UI fix
by satok
· 15 years ago
b72f348
Add new UI for Gingerbread refering to Heiko's sample
by satok
· 15 years ago
3e5b8b3
Merge commit 'goog/master'
by satok
· 15 years ago
107d9dd
Fix the valid length of a logged data
by satok
· 15 years ago
db8dcd8
Only use fullscreen mode if the number of inches in height is less than 2.5in
by Amith Yamasani
· 15 years ago
01303e3
Commit on finishInput
by satok
· 15 years ago
8530836
Add logging for UI
by satok
· 15 years ago
f9ce910
Merge commit 'goog/master'
by satok
· 15 years ago
a0f8739
Add Keyboard Theme Switcher
by satok
· 15 years ago
8aaca66
Merge "Fix a bug throwing IndexOutOfBoundsException when IME receives completions more than MAX_SUGGESTIONS in full-screen mode."
by Amith Yamasani
· 15 years ago
00dd9e1
Fix NPE
by satok
· 15 years ago
75e0abc
Fix a bug throwing IndexOutOfBoundsException when IME receives completions more than MAX_SUGGESTIONS in full-screen mode.
by Yuncheol Heo
· 15 years ago
f6ecc28
Merge commit 'goog/master'
by satok
· 15 years ago
9e820fa
Cleanup
by satok
· 15 years ago
912fb38
Merge commit 'goog/master'
by satok
· 15 years ago
8e0575d
Cleanup unused function
by satok
· 15 years ago
1263d23
Insert logging code
by satok
· 15 years ago
e4e1130
Tests and some new constructors to help in testing.
by Amith Yamasani
· 15 years ago
5339324
Merge commit 'goog/master'
by satok
· 15 years ago
5c7c337
IME Logger improvement
by satok
· 15 years ago
dbab992
am b1068051: am f0296426: Don\'t auto-select the system language in IME language selection screen.
by Amith Yamasani
· 15 years ago
b106805
am f0296426: Don\'t auto-select the system language in IME language selection screen.
by Amith Yamasani
· 15 years ago
Next »