aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge "Fix Turkish/Azerbaijani keyboard to add more accented letters"Tadashi G. Takaoka2014-09-243-94/+93
|\ \
| * | Fix Turkish/Azerbaijani keyboard to add more accented lettersTadashi G. Takaoka2014-09-223-94/+93
| |/ | | | | | | | | Bug: 16807005 Change-Id: Ifd0ab3aeb8207cdecacf8cfe5b1d58c07690142f
* | Call stopTestModeInNativeCode() in testDecaying().Keisuke Kuroyanagi2014-09-241-0/+1
| | | | | | | | Change-Id: I939fdbda31ff066ea6e807ad1438a8f77fb6ddef
* | am 4c4ba10b: am 71b51590: am a76e11a2: am 1f490d6c: am be4e0d0e: Fix when to ↵Tadashi G. Takaoka2014-09-231-0/+222
|\ \ | | | | | | | | | | | | | | | | | | show important notice * commit '4c4ba10bbb257036d7cb6ae8a128263285b7384f': Fix when to show important notice
| * | Fix when to show important noticeTadashi G. Takaoka2014-09-221-0/+222
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This CL introduces a timeout duration to show an important notice message. When the timeout has passed, the important notice message will be suppressed without user intervention. This CL also adds unit tests and fixes a bug in getNextImportantNoticeTitle(). Bug: 17181982 Change-Id: If321c0060cc2f7ca14ad0631b84f4990f88bd659
* | | Quit using try catch in addAndWriteRandomWords.Keisuke Kuroyanagi2014-09-221-7/+3
| | | | | | | | | | | | Change-Id: I1f3137bacf02bf6bad03a9a99fa56346ff0cd763
* | | Merge "Hiding SuggestedWords.EMPTY and refactoring code that compares ↵Adrian Velicu2014-09-221-2/+2
|\ \ \ | | | | | | | | | | | | SuggestedWords instances directly to it to use isEmpty instead"
| * | | Hiding SuggestedWords.EMPTY and refactoring code that compares ↵Adrian Velicu2014-09-221-2/+2
| | |/ | |/| | | | | | | | | | | | | | | | SuggestedWords instances directly to it to use isEmpty instead Bug: 17560717 Change-Id: I7032bf0ab46f9cf5e3b3312a14e689b5496764c1
* | | Merge "Quit depending on SoftReference in UserHistoryDictionaryTests."Keisuke Kuroyanagi2014-09-221-45/+38
|\ \ \
| * | | Quit depending on SoftReference in UserHistoryDictionaryTests.Keisuke Kuroyanagi2014-09-221-45/+38
| | | | | | | | | | | | | | | | Change-Id: I96533abf939d39873c5eaab9a9b02f71681aafcf
* | | | Add small unit test for adding/removing trigrams.Keisuke Kuroyanagi2014-09-191-0/+76
| |/ / |/| | | | | | | | | | | Bug:17097992 Change-Id: I0ed0b4a172130726d822dadb6d7a806b94130104
* | | Add account listing and preference integration for current accountSandeep Siddhartha2014-09-181-0/+132
| | | | | | | | | | | | | | | Bug: 17464068 Change-Id: Idb68a6012b285d6bc4632414bb6d11131148cf67
* | | Merge "Start showing the split keyboard layout"Sandeep Siddhartha2014-09-188-12/+100
|\ \ \
| * | | Start showing the split keyboard layoutSandeep Siddhartha2014-09-178-12/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change [3/3] Added tests for Qwerty/en-US/split Parse the switch-case statement from KeyboardBuilder to use the right layout. Bug: 4968173 Change-Id: If4d6d71d5900525290268d8affa55dccf1ebd4f2
* | | | Fix Romanian keyboard to promote "A with breve"Tadashi G. Takaoka2014-09-181-2/+2
|/ / / | | | | | | | | | | | | Bug: 17324498 Change-Id: Ie27f0023b2bfb18b0ee2051260ecf6bab75727a5
* | | Merge "Revert "Revert "Fall back to default keyboard theme"""Tadashi G. Takaoka2014-09-172-5/+66
|\ \ \
| * | | Revert "Revert "Fall back to default keyboard theme""Tadashi G. Takaoka2014-09-172-5/+66
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 821486ba8b7a8e2d1a8f31846af456faf076d126. Change-Id: If0285c87edcd5f7d3c5449026953a74bf1125f65
* | | | Merge "Revert "Fall back to default keyboard theme""Tadashi G. Takaoka2014-09-172-66/+5
|\| | |
| * | | Revert "Fall back to default keyboard theme"Tadashi G. Takaoka2014-09-172-66/+5
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6ed8b183262063d009e3bb2264e2fe04d780dea3. Change-Id: I48f775e54f4077e556b26bc0146bc918421c6845
* | | | Merge "Fall back to default keyboard theme"Tadashi G. Takaoka2014-09-172-5/+66
|\| | |
| * | | Fall back to default keyboard themeTadashi G. Takaoka2014-09-172-5/+66
| |/ / | | | | | | | | | | | | Bug: 17537884 Change-Id: I3452d6d4a5837c6b2d417c8d256c121df86131cc
* | | Fix tests.Jean Chalard2014-09-171-0/+3
| | | | | | | | | | | | | | | | | | | | | Looper.prepare() is not called automatically for us any more. Bug: 17518123 Change-Id: I2fb6caa4ef79ce7ed86ff58518f4b000483e508f
* | | Making spelling of the word "distracters" consistentAdrian Velicu2014-09-171-1/+1
|/ / | | | | | | | | Bug: 17537869 Change-Id: Ibfc1c84aff72aeb76c9b127503369d00f3dfaceb
* | Get locale using detected language for personalization.Keisuke Kuroyanagi2014-09-101-3/+17
| | | | | | | | | | Bug: 16547557 Change-Id: If3d88a548e5a2255ff81c819b056f77bfbe237ae
* | Move case and OOV detection logic into distracter filter.Keisuke Kuroyanagi2014-09-101-8/+27
| | | | | | | | | | | | Bug: 16547557 Change-Id: I8502585976deb5e93fff3b1e0266654b8a927bda
* | am 61e7afa6: am 0eaa25e0: am 914078fd: Fix a bug where recorrection would ↵Jean Chalard2014-09-081-18/+22
|\| | | | | | | | | | | | | stop on connectors * commit '61e7afa6fa98939f9dcb9f7a2ebb5678a51d4201': Fix a bug where recorrection would stop on connectors
| * Fix a bug where recorrection would stop on connectorsJean Chalard2014-09-081-18/+22
| | | | | | | | | | Bug: 16733686 Change-Id: I7a9f79a81e33a1f5bf5f3daf0b78d0f1e4447e7a
* | Fix the sentence separator for Hindi.Jean Chalard2014-09-081-0/+30
| | | | | | | | | | Change-Id: I623e4ccbc324751eb67ec4bb777e2be5ae2a60d1 Bug: 17418371
* | Merge "Fix a bug with the Greek question mark."Jean Chalard2014-09-081-0/+12
|\ \
| * | Fix a bug with the Greek question mark.Jean Chalard2014-09-081-0/+12
| | | | | | | | | | | | | | | Bug: 17398284 Change-Id: If49593e2c959935a183a4cd9d988407cc1160599
* | | am 82c8696f: am c7b8858e: am 6ba84dcd: Merge "Refactor action label/icon ↵Tadashi G. Takaoka2014-09-053-3/+29
|\ \ \ | |/ / |/| / | |/ | | | | | | definitions" into lmp-dev * commit '82c8696f526d3ab121a7e8d188acf30ce6ae8e9c': Refactor action label/icon definitions
| * Refactor action label/icon definitionsTadashi G. Takaoka2014-09-053-3/+29
| | | | | | | | | | Bug: 15782668 Change-Id: Ibf1205d46e9293d516a56030ba10841128f57450
* | Fix a bug where CAPS_WORDS would not be returned.Jean Chalard2014-09-051-0/+12
| | | | | | | | | | | | Also introduce some unit tests that would have caught the bug. Bug: 17398284 Change-Id: Idb715b7bd2f70992d6cdf4e25ef368809382caef
* | am 06429878: am 464ff7c1: Add unit tests for enter key\'s more keysTadashi G. Takaoka2014-09-033-0/+380
|\| | | | | | | | | * commit '06429878808f3e072ee34e97ac7a9085da9f8e79': Add unit tests for enter key's more keys
| * Add unit tests for enter key's more keysTadashi G. Takaoka2014-09-043-0/+380
| | | | | | | | | | Bug: 15681452 Change-Id: I3070c46bb2c0cb8ccaae66eaea132b41c567e135
* | am b506390b: am e8e08213: Merge "Add shared abstract test class for action ↵Tadashi G. Takaoka2014-09-033-154/+179
|\| | | | | | | | | | | | | label test" into lmp-dev * commit 'b506390b3538fb6ef90cc91a9f5622f52c5e245d': Add shared abstract test class for action label test
| * Add shared abstract test class for action label testTadashi G. Takaoka2014-09-033-154/+179
| | | | | | | | | | Bug: 15681452 Change-Id: I0ad21e6979aed1b5c8c210399c4edfd5993adbdc
* | am 034a4a5a: am c4710124: Merge "Fix the order of keys on more keys ↵Tadashi G. Takaoka2014-08-293-3/+2469
|\| | | | | | | | | | | | | keyboard" into lmp-dev * commit '034a4a5a19ba37dba8999b3763ae756fe748deaf': Fix the order of keys on more keys keyboard
| * Merge "Fix the order of keys on more keys keyboard" into lmp-devTadashi G. Takaoka2014-08-293-3/+2469
| |\
| | * Fix the order of keys on more keys keyboardTadashi G. Takaoka2014-08-293-3/+2469
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This CL fixes the behavior of !autoColumnOrder!<n> flag in a more keys specification. Formerly the <n> value specifies the maximum number of column of more keys. With this CL, the <n> value specifies the exact number of column of more keys. Bug: 16603887 Change-Id: I2120620fa512ee30043bb146ad675a942a375129
* | | am 3bd8eee3: am 4e28a6a8: Fix an IOOB exceptionJean Chalard2014-08-291-0/+10
|\| | | | | | | | | | | | | | * commit '3bd8eee3e8c3e89539578a4231661819de65c804': Fix an IOOB exception
| * | Fix an IOOB exceptionJean Chalard2014-08-291-0/+10
| |/ | | | | | | | | Bug: 17316001 Change-Id: Iaa2cfd30ebbe0d49e10a5c3a30336e06817d0a8b
* | am 727cd740: am f2eadbb4: Clear keyboard cache when system locale is changedTadashi G. Takaoka2014-08-291-4/+11
|\| | | | | | | | | * commit '727cd74072d97af334fe8c0d18fa6a1e23629ccb': Clear keyboard cache when system locale is changed
| * Clear keyboard cache when system locale is changedTadashi G. Takaoka2014-08-281-4/+11
| | | | | | | | | | Bug: 17310080 Change-Id: I2b388772f269f1e7610a5bd32de80793da2df16e
* | Fix: PersonalizationDictionaryTests.Keisuke Kuroyanagi2014-08-291-1/+1
| | | | | | | | Change-Id: I2196c53d8e3ac3ab4c6c2f8e9320489b3a8bacd2
* | Merge "Use DictionaryFacilitatorLruCache for personalization."Keisuke Kuroyanagi2014-08-291-1/+10
|\ \
| * | Use DictionaryFacilitatorLruCache for personalization.Keisuke Kuroyanagi2014-08-291-1/+10
| | | | | | | | | | | | | | | | | | Bug: 16547557 Change-Id: I5faba5e26d072b49c0fffcaeaf5062f9e0c2dcc0
* | | am aadb7a0e: am 5f19606d: Add action label tests in other locale than subtype\'sTadashi G. Takaoka2014-08-283-122/+177
|\ \ \ | |/ / |/| / | |/ | | * commit 'aadb7a0e03c22865f3af631e437202464aefb3f2': Add action label tests in other locale than subtype's
| * Add action label tests in other locale than subtype'sTadashi G. Takaoka2014-08-283-122/+177
| | | | | | | | | | | | | | This unit test can catch the bug: 17310080. Bug: 17310080 Change-Id: I931561217647fd558929b954ee1ef58c1d49df07
* | Straighten the dead char implementation, take 3.Jean Chalard2014-08-281-0/+215
| | | | | | | | Change-Id: I4f70f6eebe076c7d2b780d25e3a2c1d3faa2edfa