Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_packages_inputmethods_LatinIME
/
24beeba1d3ef957a55baf69f94b97a2f3579e531
/
tests
0567d14
am 7ba02315: am b172725c: am 7d045829: Request update shift state after shift-chording input
by Tadashi G. Takaoka
· 13 years ago
2a6f58d
Prep for GCC 4.7
by Ken Wakasa
· 13 years ago
b3f7897
Cancel gesture typing by sliding out from keyboard
by Tadashi G. Takaoka
· 13 years ago
7d04582
Request update shift state after shift-chording input
by Tadashi G. Takaoka
· 13 years ago
40f7b43
am 82cc7349: am b9385ff9: am cdbf6fb5: Merge "Correctly add double quote to the space strippers" into jb-mr1.1-dev
by Jean Chalard
· 13 years ago
c5653da
Correctly add double quote to the space strippers
by Jean Chalard
· 13 years ago
76d4ffe
Add Spanish United States keyboard
by Tadashi G. Takaoka
· 13 years ago
6fbbab3
Enhance ImfUtils to InputMethodManagerWrapper class
by Tadashi G. Takaoka
· 13 years ago
240871e
Move code point constants from Keyboard to Constants class
by Tadashi G. Takaoka
· 13 years ago
1ec8299
Fix the build (again)
by Jean Chalard
· 13 years ago
bc464e2
Replace useless CharSequence to String
by Tadashi G. Takaoka
· 13 years ago
6ae5e45
Stop using private APIs in tests.
by Jean Chalard
· 13 years ago
2752287
Fix failing tests.
by Jean Chalard
· 13 years ago
6def28d
Make unit tests create temporary files in the cache directory.
by Yuichiro Hanada
· 13 years ago
d2579c4
fix writeCharGroup.
by Yuichiro Hanada
· 13 years ago
daff19b
am d173ed18: am bf6c8bd8: am 3f7fe829: Merge "Always consider a new line the start of a sentence" into jb-mr1-dev
by Jean Chalard
· 13 years ago
2699b45
Always consider a new line the start of a sentence
by Jean Chalard
· 13 years ago
3c6d9fe
Add insertWord.
by Yuichiro Hanada
· 13 years ago
84d858e
Use BinaryDictInputOutput to save UserHistoryDictionary.
by Yuichiro Hanada
· 14 years ago
82d9dea
Combine mHasParentAddress with mHasLinkedListNode into mSupportsDynamicUpdate.
by Yuichiro Hanada
· 13 years ago
66597f5
Add deleteWord.
by Yuichiro Hanada
· 13 years ago
d36245f
Add getTerminalPosition.
by Yuichiro Hanada
· 13 years ago
65feee1
Make BinaryDictIOUtils.
by Yuichiro Hanada
· 13 years ago
bf45dc4
Make writePlacedNode write the linked-list node.
by Yuichiro Hanada
· 13 years ago
90a9127
Take space state into account for caps (A11)
by Jean Chalard
· 13 years ago
252da38
Take locale into account for caps (A10)
by Jean Chalard
· 13 years ago
50e61b8
Remove an unused function (A8)
by Jean Chalard
· 13 years ago
2c0d916
Fix abbreviations processing for English (A7)
by Jean Chalard
· 13 years ago
7e35841
Add tests for BinaryDictInputOutput.
by Yuichiro Hanada
· 13 years ago
1a34772
Move FormatOptions and FileHeader to FormatSpec.
by Yuichiro Hanada
· 13 years ago
be5db53
Add tests for readDictionaryBinary with byte array.
by Yuichiro Hanada
· 13 years ago
13b85c4
Refactor BinaryDictIOTests.
by Yuichiro Hanada
· 13 years ago
6e422af
Check shortcuts in checkDictionary.
by Yuichiro Hanada
· 13 years ago
2a2b5ed
Change BinaryDictIOTests's package.
by Yuichiro Hanada
· 13 years ago
83dfe0f
Add FormatOptions.
by Yuichiro Hanada
· 13 years ago
c61bed6
Add a preliminary test for basic Russian spell check
by Jean Chalard
· 13 years ago
5d96585
Add a first test for the spell checker
by Jean Chalard
· 13 years ago
2035b94
Merge "Reinstate the shortcut-only attribute" into jb-mr1-dev
by Jean Chalard
· 14 years ago
72b1c93
Reinstate the shortcut-only attribute
by Jean Chalard
· 14 years ago
666a433
add UserHistoryDictIOUtils.
by Yuichiro Hanada
· 14 years ago
b2a43a2
add readUnigramsAndBigramsBinary.
by Yuichiro Hanada
· 14 years ago
35ff945
Separate inner classes of keyboard package out under internal package
by Tadashi G. Takaoka
· 14 years ago
5cc5961
Merge "Use ByteBuffer when reading FusionDictionary from file." into jb-mr1-dev
by Jean Chalard
· 14 years ago
d4fe7fd
Use ByteBuffer when reading FusionDictionary from file.
by Yuichiro Hanada
· 14 years ago
64a26b4
Fix bug in InputPointers.append
by Tadashi G. Takaoka
· 14 years ago
9fc6af3
Fix SubtypeSwitcher initialization path
by Tadashi G. Takaoka
· 14 years ago
5f282ea
Add CollectionUtils class to create generic collection easily
by Tadashi G. Takaoka
· 14 years ago
ac78633
Rename and consolidate some constants
by Tadashi G. Takaoka
· 14 years ago
6785b90
Remove touch coordinate from pickSuggestionManually
by Tadashi G. Takaoka
· 14 years ago
0d35c15
fix findWordInTree.
by Yuichiro Hanada
· 14 years ago
66f3389
fix findWordInTree.
by Yuichiro Hanada
· 14 years ago
7ae1fd0
Use ArrayList to implement PointerTrackerQueue
by Tadashi G. Takaoka
· 14 years ago
0cc425b
Add PointerTrackerQueue unit tests
by Tadashi G. Takaoka
· 14 years ago
bf505d9
Add <uses-sdk> in manifest files of test apks
by Ken Wakasa
· 14 years ago
f68fe7a
Don't forward phantom space state on stripper input
by Jean Chalard
· 14 years ago
c8e45dd
Rename LatinKeyboardView to MainKeyboardView
by Tadashi G. Takaoka
· 14 years ago
7abdcf1
Implement ResizableIntArray.fill
by Tadashi G. Takaoka
· 14 years ago
c49c85f
Implement ResizableIntArray.setLength and .get
by Tadashi G. Takaoka
· 14 years ago
9370ab9
Make ScalableIntArray public as ResizableIntArray
by Tadashi G. Takaoka
· 14 years ago
f583098
Update InputPointers unit test comments
by Tadashi G. Takaoka
· 14 years ago
57f7de0
Add default capacity parameter to InputPointers' constructor
by Tadashi G. Takaoka
· 14 years ago
7247bff
Fix InputPointers.append
by Tadashi G. Takaoka
· 14 years ago
2ad6d12
A little optimization of InputPointers.copy
by Tadashi G. Takaoka
· 14 years ago
d579f1a
Consolidate methods that do the same thing (A74)
by Jean Chalard
· 14 years ago
0e9e7e3
Cleanup (A57)
by Jean Chalard
· 14 years ago
f254e3f
Fix a bug where the caps mode would not be changed
by Jean Chalard
· 14 years ago
83f4a98
Cleanup, part 10 : remove from the code obsolete options (C10)
by Jean Chalard
· 14 years ago
b0561ae
Remove a member (B5)
by Jean Chalard
· 14 years ago
9a5bf1d
Use InstrumentationTestCase and get rid of AndroidTestCase.getTestContext call
by Tadashi G. Takaoka
· 14 years ago
02308be
Merge RichInputConnection with EditingUtils
by Jean Chalard
· 14 years ago
2033d98
am 08c295c5: am 9a321180: Add unit tests for double tap shift key
by Tadashi G. Takaoka
· 14 years ago
8f3b46f
am c79a7104: am 2959fc0f: Delay shift lock transient until long pressed shift key is released
by Tadashi G. Takaoka
· 14 years ago
9a32118
Add unit tests for double tap shift key
by Tadashi G. Takaoka
· 14 years ago
d231d5d
am 57da84da: am fb0a4ba8: Add unit tests for long press shift key
by Tadashi G. Takaoka
· 14 years ago
2959fc0
Delay shift lock transient until long pressed shift key is released
by Tadashi G. Takaoka
· 14 years ago
9afa42d
am 7291fbce: am 16531ad5: Merge "More precise KeyboardState unit test" into jb-dev
by Tadashi G. Takaoka
· 14 years ago
fb0a4ba
Add unit tests for long press shift key
by Tadashi G. Takaoka
· 14 years ago
0d6d4c2
More precise KeyboardState unit test
by Tadashi G. Takaoka
· 14 years ago
59f5f25
am e03f6b39: am e0952029: Merge "Make KeySpecParser case sensitive again" into jb-dev
by Tadashi G. Takaoka
· 14 years ago
0a3362d
Make KeySpecParser case sensitive again
by Tadashi G. Takaoka
· 14 years ago
1b6caa9
am ee78fb26: am 7ab7f66c: Fix adjusting key\'s label/code case
by Tadashi G. Takaoka
· 14 years ago
7ab7f66
Fix adjusting key's label/code case
by Tadashi G. Takaoka
· 14 years ago
37e9eb2
am e0f8476f: am ab619812: Merge "Fix some of the input logic tests" into jb-dev
by Jean Chalard
· 14 years ago
ab61981
Merge "Fix some of the input logic tests" into jb-dev
by Jean Chalard
· 14 years ago
f83a682
Fix some of the input logic tests
by Jean Chalard
· 14 years ago
d4577f7
am 82ffc9fe: am 16950d65: Reset automatic upper case when chroding key is pressed
by Tadashi G. Takaoka
· 14 years ago
4071470
am 168147fa: am 65331d6e: Merge "Add multi touch and shift chording unit tests" into jb-dev
by Tadashi G. Takaoka
· 14 years ago
6fbb8c8
am 628a5745: am 75c60bf3: Merge "Change auto caps mode argument to int type" into jb-dev
by Tadashi G. Takaoka
· 14 years ago
ef04186
am 9a06a1e9: am 468ac358: Merge "Add utils for forgetting curve" into jb-dev
by satok
· 14 years ago
16950d6
Reset automatic upper case when chroding key is pressed
by Tadashi G. Takaoka
· 14 years ago
2972ccb
Add multi touch and shift chording unit tests
by Tadashi G. Takaoka
· 14 years ago
553e2f1
Change auto caps mode argument to int type
by Tadashi G. Takaoka
· 14 years ago
607a924
Add utils for forgetting curve
by satok
· 14 years ago
aec44d5
include text context in researchLogger
by Kurt Partridge
· 14 years ago
ca93442
Fix newly created custom input style display name
by Tadashi G. Takaoka
· 14 years ago
757c125
Get subtype name string resource from its own locale
by Tadashi G. Takaoka
· 14 years ago
27b42ce
Fix "no language" subtype name (DO NOT MERGE)
by Tadashi G. Takaoka
· 14 years ago
0806bb0
Binary bigram lookup checks both uppercase and lowercase when previous word is uppercase.
by Tom Ouyang
· 14 years ago
38026b4
Predefined keyboard layouts are configurable via XML resource
by Tadashi G. Takaoka
· 14 years ago
6bfd5f6
Fix confusable "label" usage, use "text" instead
by Tadashi G. Takaoka
· 14 years ago
Next »