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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Fix: contacts/user dicts are too frequently regenerated.
Keisuke Kuroyanagi
2014-04-28
1
-2
/
+3
*
|
Merge "Cleanup ExpandableBinaryDictionary."
Keisuke Kuroyanagi
2014-04-28
1
-27
/
+14
|
\
|
|
*
Cleanup ExpandableBinaryDictionary.
Keisuke Kuroyanagi
2014-04-28
1
-27
/
+14
*
|
Merge "Use ReentrantReadWriteLock in ExpandableBinaryDictionary."
Keisuke Kuroyanagi
2014-04-28
2
-126
/
+130
|
\
|
|
*
Use ReentrantReadWriteLock in ExpandableBinaryDictionary.
Keisuke Kuroyanagi
2014-04-28
2
-126
/
+130
*
|
Merge "Simplify asyncFlushBinaryDictionary."
Keisuke Kuroyanagi
2014-04-28
2
-41
/
+2
|
\
|
|
*
Simplify asyncFlushBinaryDictionary.
Keisuke Kuroyanagi
2014-04-28
2
-41
/
+2
*
|
Merge "Remove DictionaryUpdateController."
Keisuke Kuroyanagi
2014-04-28
3
-107
/
+21
|
\
|
|
*
Remove DictionaryUpdateController.
Keisuke Kuroyanagi
2014-04-28
3
-107
/
+21
*
|
Merge "Use different user dict name for spell checker."
Keisuke Kuroyanagi
2014-04-28
2
-2
/
+8
|
\
|
|
*
Use different user dict name for spell checker.
Keisuke Kuroyanagi
2014-04-28
2
-2
/
+8
*
|
Merge "Use different contacts dict name for spell checker."
Keisuke Kuroyanagi
2014-04-28
2
-2
/
+8
|
\
|
|
*
Use different contacts dict name for spell checker.
Keisuke Kuroyanagi
2014-04-28
2
-2
/
+8
*
|
Merge "Move dicts for spellchecker to under spellcheck."
Keisuke Kuroyanagi
2014-04-28
3
-4
/
+6
|
\
|
|
*
Move dicts for spellchecker to under spellcheck.
Keisuke Kuroyanagi
2014-04-28
3
-4
/
+6
*
|
Merge "Fix: Typed word is not included in more suggestions."
Keisuke Kuroyanagi
2014-04-28
1
-4
/
+22
|
\
\
|
*
|
Fix: Typed word is not included in more suggestions.
Keisuke Kuroyanagi
2014-04-28
1
-4
/
+22
|
|
/
*
|
Merge "Use shouldOfferSwitchingToNextInputMethod when available"
Yohei Yukawa
2014-04-28
4
-2
/
+49
|
\
\
|
*
|
Use shouldOfferSwitchingToNextInputMethod when available
Yohei Yukawa
2014-04-28
4
-2
/
+49
|
|
/
*
|
Merge "Move some advanced settings to debug settings"
Tadashi G. Takaoka
2014-04-28
4
-51
/
+51
|
\
\
|
|
/
|
/
|
|
*
Move some advanced settings to debug settings
Tadashi G. Takaoka
2014-04-25
4
-51
/
+51
*
|
Merge "Remove unnecessary reference to LatinIME"
Tadashi G. Takaoka
2014-04-25
4
-19
/
+11
|
\
\
|
*
|
Remove unnecessary reference to LatinIME
Tadashi G. Takaoka
2014-04-25
4
-19
/
+11
|
|
/
*
|
Add null check in createDistracterFilter().
Keisuke Kuroyanagi
2014-04-25
1
-1
/
+5
*
|
Merge "Prepare to implement distracter filter"
Xiaojun Bi
2014-04-25
4
-5
/
+67
|
\
\
|
|
/
|
/
|
|
*
Prepare to implement distracter filter
Xiaojun Bi
2014-04-25
4
-5
/
+67
*
|
Merge "Fix: contains() is wrongly used in hasDict()."
Keisuke Kuroyanagi
2014-04-25
1
-1
/
+1
|
\
\
|
*
|
Fix: contains() is wrongly used in hasDict().
Keisuke Kuroyanagi
2014-04-25
1
-1
/
+1
*
|
|
Merge "Fix: Wrong null check for user history dict."
Keisuke Kuroyanagi
2014-04-25
1
-2
/
+2
|
\
|
|
|
*
|
Fix: Wrong null check for user history dict.
Keisuke Kuroyanagi
2014-04-24
1
-2
/
+2
*
|
|
Merge "Handle personalization dictionary as an ExpandableBinaryDictionary."
Keisuke Kuroyanagi
2014-04-25
3
-26
/
+12
|
\
|
|
|
*
|
Handle personalization dictionary as an ExpandableBinaryDictionary.
Keisuke Kuroyanagi
2014-04-24
3
-26
/
+12
*
|
|
Merge "Handle contacts dictionary as an ExpandableBinaryDictionary."
Keisuke Kuroyanagi
2014-04-25
1
-7
/
+4
|
\
|
|
|
*
|
Handle contacts dictionary as an ExpandableBinaryDictionary.
Keisuke Kuroyanagi
2014-04-24
1
-7
/
+4
*
|
|
Merge "Quit creating empty dictionary file in ExpandableBinaryDictionary."
Keisuke Kuroyanagi
2014-04-25
2
-10
/
+9
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Quit creating empty dictionary file in ExpandableBinaryDictionary.
Keisuke Kuroyanagi
2014-04-22
2
-10
/
+9
*
|
|
Merge "Handle user history dictionary as an ExpandableBinaryDictionary."
Keisuke Kuroyanagi
2014-04-25
4
-53
/
+47
|
\
\
\
|
*
|
|
Handle user history dictionary as an ExpandableBinaryDictionary.
Keisuke Kuroyanagi
2014-04-24
4
-53
/
+47
*
|
|
|
Merge "Simplify DictionaryFacilitatorForSuggest to be flexible."
Keisuke Kuroyanagi
2014-04-25
1
-95
/
+65
|
\
|
|
|
|
*
|
|
Simplify DictionaryFacilitatorForSuggest to be flexible.
Keisuke Kuroyanagi
2014-04-24
1
-95
/
+65
*
|
|
|
Merge "Announce keyboard language when TalkBack is on"
Tadashi G. Takaoka
2014-04-24
1
-20
/
+40
|
\
\
\
\
|
*
|
|
|
Announce keyboard language when TalkBack is on
Tadashi G. Takaoka
2014-04-23
1
-20
/
+40
*
|
|
|
|
Merge "Remove clearAndFlushDictionary() and use clear()."
Keisuke Kuroyanagi
2014-04-24
4
-13
/
+5
|
\
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
/
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Remove clearAndFlushDictionary() and use clear().
Keisuke Kuroyanagi
2014-04-24
4
-13
/
+5
*
|
|
|
Merge "Fix handling shift + enter"
Tadashi G. Takaoka
2014-04-24
1
-1
/
+3
|
\
\
\
\
|
*
|
|
|
Fix handling shift + enter
Tadashi G. Takaoka
2014-04-23
1
-1
/
+3
|
|
/
/
/
*
/
/
/
Move simulateKeyPress method to AccessibleKeyboardViewProxy
Tadashi G. Takaoka
2014-04-23
2
-24
/
+35
|
/
/
/
*
|
|
Merge "Fix: Reporting wrong main dictionary availability."
Keisuke Kuroyanagi
2014-04-22
1
-4
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix: Reporting wrong main dictionary availability.
Keisuke Kuroyanagi
2014-04-22
1
-4
/
+4
*
|
|
Merge "Use ArrayList constructor directly"
Tadashi G. Takaoka
2014-04-22
1
-2
/
+1
|
\
\
\
[prev]
[next]