index
:
packages_input_LatinIME.git
kitkat
lp5.0
packages_input_LatinIME
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
java
/
src
/
com
/
android
/
inputmethod
/
keyboard
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Reorder accented letters of English
Tadashi G. Takaoka
2014-05-08
1
-8
/
+8
*
Fix NPE
Ken Wakasa
2014-05-03
1
-1
/
+3
*
Merge "Add Marathi keyboard layout"
Tadashi G. Takaoka
2014-05-02
1
-231
/
+290
|
\
|
*
Add Marathi keyboard layout
Tadashi G. Takaoka
2014-05-01
1
-231
/
+290
*
|
Guard accessibility function calls
Tadashi G. Takaoka
2014-05-01
1
-1
/
+3
|
/
*
Merge "Make AccessibleKeyboardViewProxy not singleton"
Tadashi G. Takaoka
2014-05-01
2
-12
/
+12
|
\
|
*
Make AccessibleKeyboardViewProxy not singleton
Tadashi G. Takaoka
2014-05-01
2
-12
/
+12
*
|
Fix the unintentional behavior change
Yohei Yukawa
2014-04-30
1
-1
/
+1
|
/
*
Use shouldOfferSwitchingToNextInputMethod when available
Yohei Yukawa
2014-04-28
1
-1
/
+1
*
Remove unnecessary reference to LatinIME
Tadashi G. Takaoka
2014-04-25
1
-1
/
+1
*
Merge "Use ArrayList constructor directly"
Tadashi G. Takaoka
2014-04-22
1
-2
/
+1
|
\
|
*
Use ArrayList constructor directly
Tadashi G. Takaoka
2014-04-22
1
-2
/
+1
*
|
Fix typo of local variable name
Tadashi G. Takaoka
2014-04-22
1
-5
/
+6
|
/
*
Use sorted keys index as virtual view id
Tadashi G. Takaoka
2014-04-22
1
-1
/
+1
*
Remove unnecessarily getKeyFromOutputText method from Keyboard
Tadashi G. Takaoka
2014-04-21
2
-17
/
+9
*
Sort keys from top-left to bottom-right order
Tadashi G. Takaoka
2014-04-21
7
-30
/
+54
*
Use unmodifiable list to return keys from Keyboard
Tadashi G. Takaoka
2014-04-21
4
-25
/
+29
*
Use unmodifiable list to return the nearest keys
Tadashi G. Takaoka
2014-04-21
3
-17
/
+26
*
Stop using modifiable Key array
Tadashi G. Takaoka
2014-04-21
1
-5
/
+7
*
Add contentDescription to Emoji palette
Tadashi G. Takaoka
2014-04-17
1
-1
/
+17
*
Merge "[IL135] Make getCurrentAutoCapsState private"
Jean Chalard
2014-04-15
2
-54
/
+60
|
\
|
*
[IL135] Make getCurrentAutoCapsState private
Jean Chalard
2014-04-14
2
-54
/
+60
*
|
Merge "[IL134] Add an alternative path to getCurrentAutoCapsState"
Jean Chalard
2014-04-15
2
-8
/
+15
|
\
|
|
*
[IL134] Add an alternative path to getCurrentAutoCapsState
Jean Chalard
2014-04-14
2
-8
/
+15
*
|
Merge "Fix updating the shift state upon backspace"
Jean Chalard
2014-04-14
5
-15
/
+21
|
\
\
|
*
|
Fix updating the shift state upon backspace
Jean Chalard
2014-04-14
5
-15
/
+21
|
|
/
*
|
Remove GingerBread keyboard theme
Tadashi G. Takaoka
2014-04-14
1
-2
/
+0
*
|
Use KeyboardTheme id insteand of index
Tadashi G. Takaoka
2014-04-14
2
-26
/
+52
*
|
Refactor KeyboardTheme as top-level class
Tadashi G. Takaoka
2014-04-14
2
-26
/
+47
|
/
*
Revise myanmar keyboard layout
Tadashi G. Takaoka
2014-04-11
1
-198
/
+234
*
Merge "[IL133] Avoid calling a dangerous method from outside."
Jean Chalard
2014-04-10
1
-0
/
+7
|
\
|
*
[IL133] Avoid calling a dangerous method from outside.
Jean Chalard
2014-04-03
1
-0
/
+7
*
|
Merge "Reorder German umlaut letters"
Tadashi G. Takaoka
2014-04-10
1
-3
/
+3
|
\
\
|
*
|
Reorder German umlaut letters
Tadashi G. Takaoka
2014-04-10
1
-3
/
+3
*
|
|
Add Italian (Switzerland) it_CH layout
Tadashi G. Takaoka
2014-04-10
1
-91
/
+107
|
/
/
*
|
Use Locale to process text resources
Tadashi G. Takaoka
2014-04-09
1
-1
/
+1
*
|
Use locale to look up KeyboardTextsTable
Tadashi G. Takaoka
2014-04-08
2
-192
/
+197
*
|
Update KeyboardTextsTable.java
Tadashi G. Takaoka
2014-04-08
1
-41
/
+44
*
|
Remove workaround code of placing DrawingPreviewPlacerView
Tadashi G. Takaoka
2014-04-07
4
-27
/
+30
*
|
Remove unneeded CustomViewPager class
Tadashi G. Takaoka
2014-04-07
2
-47
/
+8
|
/
*
[IL132] Remove some calls that let a value escape.
Jean Chalard
2014-04-03
1
-12
/
+5
*
Remove country name from space bar text when appropriate
Tadashi G. Takaoka
2014-04-02
4
-56
/
+87
*
Add SpacebarLanguageUtils class
Tadashi G. Takaoka
2014-04-01
1
-4
/
+3
*
Make NeedsToDisplayLanguage as a top level class
Tadashi G. Takaoka
2014-03-28
1
-0
/
+44
*
Remove redundant check to detect forceAscii
Tadashi G. Takaoka
2014-03-28
1
-1
/
+1
*
Stop displaying locale string on short space bar
Tadashi G. Takaoka
2014-03-28
1
-5
/
+0
*
Call setLayerType(LAYER_TYPE_HARDWARE) for EmojiPalettesView too.
Ken Wakasa
2014-03-27
1
-1
/
+3
*
Fix crash while entering emoticons
Tadashi G. Takaoka
2014-03-27
1
-1
/
+1
*
Rename text resources consistently
Tadashi G. Takaoka
2014-03-25
1
-1127
/
+1111
*
Consolidate KeyboardTextsSet.setLocale and loadStringResoucres
Tadashi G. Takaoka
2014-03-20
3
-22
/
+16
[prev]
[next]