aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | am b092aef4: Merge "Remove key show up and dismiss animation"Tadashi G. Takaoka2014-02-166-4/+10
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit 'b092aef4a7034f5a4a50f0e50bf3b4ebb4e2a86c': Remove key show up and dismiss animation
| * | | | Merge "Remove key show up and dismiss animation"Tadashi G. Takaoka2014-02-176-4/+10
| |\ \ \ \
| | * | | | Remove key show up and dismiss animationTadashi G. Takaoka2014-02-176-4/+10
| | |/ / / | | | | | | | | | | | | | | | | | | | | Bug: 11518021 Change-Id: I4a5eb0732f399612141f7c22d83e2210da612d7e
* | | | | am ffde401b: Fix PC/QWERTY phone layoutTadashi G. Takaoka2014-02-161-0/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit 'ffde401b656ba801b4187eeb61e41e0a00884a18': Fix PC/QWERTY phone layout
| * | | | Fix PC/QWERTY phone layoutTadashi G. Takaoka2014-02-171-0/+1
| |/ / / | | | | | | | | | | | | | | | | Bug: 13025426 Change-Id: I980832ccab7fb7700ca8b01d4f05e920b3f45582
* | | | am 95d16561: Remove unused code.Keisuke Kuroyanagi2014-02-1511-592/+98
|\| | | | | | | | | | | | | | | | | | | * commit '95d16561e0e6c38dbd99c893f09c5dbe9d4a465d': Remove unused code.
| * | | Remove unused code.Keisuke Kuroyanagi2014-02-1511-592/+98
| | | | | | | | | | | | | | | | | | | | Bug: 12810574 Change-Id: I9c7fff60ae0e94d52f3bd19c3e88de5a53b917d7
* | | | am 0fc93fe4: Implement PatriciaTriePolicy::getNextWordAndNextToken().Keisuke Kuroyanagi2014-02-152-18/+54
|\| | | | | | | | | | | | | | | | | | | * commit '0fc93fe4455f24809f6c9baf0d3b936519779cfb': Implement PatriciaTriePolicy::getNextWordAndNextToken().
| * | | Implement PatriciaTriePolicy::getNextWordAndNextToken().Keisuke Kuroyanagi2014-02-152-18/+54
| | | | | | | | | | | | | | | | | | | | Bug: 12810574 Change-Id: Id1d44f90de9455d9cbe7b6e0a161cae91d6d422c
* | | | am 85fe06e7: Merge "Remove unused argument from readDictionaryBinary."Keisuke Kuroyanagi2014-02-144-42/+13
|\| | | | | | | | | | | | | | | | | | | * commit '85fe06e759ab89c629caab5fb73de7ff0441d060': Remove unused argument from readDictionaryBinary.
| * | | Merge "Remove unused argument from readDictionaryBinary."Keisuke Kuroyanagi2014-02-144-42/+13
| |\ \ \
| | * | | Remove unused argument from readDictionaryBinary.Keisuke Kuroyanagi2014-02-144-42/+13
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 12810574 Change-Id: Ice415ebd8d11162facca3fe8927ef8a616b11424
* | | | | am 36d606fc: Use 16sp text to show important notice titleTadashi G. Takaoka2014-02-141-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit '36d606fcbc666c331ffaba02fe6b55afa4509348': Use 16sp text to show important notice title
| * | | | Use 16sp text to show important notice titleTadashi G. Takaoka2014-02-141-1/+1
| | |/ / | |/| | | | | | | | | | | | | | Bug: 10587358 Change-Id: Ib840cb71d9e87282ea0d13839dbf2a2da2081d5f
* | | | am b136b7dd: Merge "Add sanity check to KeybaordTextsTable for debugging"Tadashi G. Takaoka2014-02-142-9/+24
|\| | | | | | | | | | | | | | | | | | | * commit 'b136b7dd6f0757e3988639b0794c04d50b4087da': Add sanity check to KeybaordTextsTable for debugging
| * | | Merge "Add sanity check to KeybaordTextsTable for debugging"Tadashi G. Takaoka2014-02-142-9/+24
| |\ \ \
| | * | | Add sanity check to KeybaordTextsTable for debuggingTadashi G. Takaoka2014-02-142-9/+24
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 13007104 Change-Id: Id12f75da7a1c6a2a078d41721ee4016794e9dd2a
* | | | | am fdc41732: Merge "Fix a view-related crash"Jean Chalard2014-02-142-5/+14
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit 'fdc417321345037fdcf31de95fbaf7cc195856b3': Fix a view-related crash
| * | | | Merge "Fix a view-related crash"Jean Chalard2014-02-142-5/+14
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fix a view-related crashJean Chalard2014-02-142-5/+14
| | | |/ | | |/| | | | | | | | | | | | | Bug: 12788164 Change-Id: If0d815518824a8e57b15e80111c5e6e08e93ba7e
* | | | am 3c4f05dd: Remove unused label_tab_keyTadashi G. Takaoka2014-02-141-28/+25
|\| | | | | | | | | | | | | | | | | | | * commit '3c4f05dd66f8211508010e82b414d111037f35dd': Remove unused label_tab_key
| * | | Remove unused label_tab_keyTadashi G. Takaoka2014-02-141-28/+25
| | | | | | | | | | | | | | | | Change-Id: Ic10b9678c9b0ebab977589aa0093740b9c9f2d90
* | | | am e422c946: Fix test resource declarations and parsing a bitTadashi G. Takaoka2014-02-132-2/+2
|\| | | | | | | | | | | | | | | | | | | * commit 'e422c94634da4d0e61a9106addebf06cbcf70c2e': Fix test resource declarations and parsing a bit
| * | | Fix test resource declarations and parsing a bitTadashi G. Takaoka2014-02-142-2/+2
| | | | | | | | | | | | | | | | Change-Id: I882a41b2934c48f4405f1ea5bf4d6ad41e87322c
* | | | am d4469756: Merge "Special punctuations for Arabic and Persian"Tadashi G. Takaoka2014-02-136-10/+63
|\| | | | | | | | | | | | | | | | | | | * commit 'd4469756beca3b890fa52ff21aefa0559b0c38ac': Special punctuations for Arabic and Persian
| * | | Merge "Special punctuations for Arabic and Persian"Tadashi G. Takaoka2014-02-146-10/+63
| |\ \ \
| | * | | Special punctuations for Arabic and PersianTadashi G. Takaoka2014-02-146-10/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change also removes duplications from tablet punctuation suggestions Bug: 12640318 Change-Id: I221922484027d6b91e2f23a6bf60a18766f3a13c
* | | | | am 17993ed4: Merge "Fix null KeyDetector reference"Tadashi G. Takaoka2014-02-134-16/+9
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit '17993ed4ef235a730f609f6bd38c914ff0f5b4a6': Fix null KeyDetector reference
| * | | | Merge "Fix null KeyDetector reference"Tadashi G. Takaoka2014-02-144-16/+9
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fix null KeyDetector referenceTadashi G. Takaoka2014-02-144-16/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change must be checked in together with I737c266c45. Bug: 13011041 Change-Id: Ia3d25be6de47fa16ab7156a25641e53a23948ff4
* | | | | am 32a7e079: Merge "Add PunctuationSuggestions class"Tadashi G. Takaoka2014-02-1314-70/+185
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit '32a7e079e0f66c23405880bc228edcbaa42bd945': Add PunctuationSuggestions class
| * | | | Merge "Add PunctuationSuggestions class"Tadashi G. Takaoka2014-02-1414-70/+185
| |\ \ \ \
| | * | | | Add PunctuationSuggestions classTadashi G. Takaoka2014-02-1414-70/+185
| | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | This change must be checked in together with I366c477516. Bug: 12640318 Change-Id: I8d3864b9d9649c9e3306e82b01a6327b11281b1f
* | | | | am 42e4ea7d: Add Kazakh (kk) subtypeTadashi G. Takaoka2014-02-131-3/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit '42e4ea7d6cdaddcd2b055d3d8ddf04c86dba2575': Add Kazakh (kk) subtype
| * | | | Add Kazakh (kk) subtypeTadashi G. Takaoka2014-02-141-3/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | The Kazakh (kk) subtype has been temporarily disabled by Ic44ef378a9. Bug: 9698902 Change-Id: Ib2096cdf79fd45d36f5504be55f76416ba11445d
* | | | am 4197c6f3: Merge "Show the suggestion strip for the important notice"Jean Chalard2014-02-133-6/+9
|\| | | | | | | | | | | | | | | | | | | * commit '4197c6f3ab1db7d37bfb5fca05bd7169504f451e': Show the suggestion strip for the important notice
| * | | Merge "Show the suggestion strip for the important notice"Jean Chalard2014-02-143-6/+9
| |\ \ \ | | |/ / | |/| |
| | * | Show the suggestion strip for the important noticeJean Chalard2014-02-123-6/+9
| | | | | | | | | | | | | | | | | | | | Bug: 10587358 Change-Id: Ia060a9ca9dfc2e7fe0750536a9fea3b9cc5900c4
* | | | am 362ab36c: Fix a null object reference crash on Emoji PaletteYohei Yukawa2014-02-131-1/+3
|\| | | | | | | | | | | | | | | | | | | * commit '362ab36cf009d724768e742c3b2e264387efc521': Fix a null object reference crash on Emoji Palette
| * | | Fix a null object reference crash on Emoji PaletteYohei Yukawa2014-02-141-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Do nothing if the current EmojiPageKeyboardView is null. BUG: 13006906 Change-Id: I169b70122ec939075b5be033953b48762fd528fc
* | | | am 5f9f4b92: Merge "Fix indent."Yohei Yukawa2014-02-131-1/+1
|\| | | | | | | | | | | | | | | | | | | * commit '5f9f4b929b246491865553758fe55d58e720ca44': Fix indent.
| * | | Merge "Fix indent."Yohei Yukawa2014-02-141-1/+1
| |\ \ \
| | * | | Fix indent.Yohei Yukawa2014-02-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a follow up for the previous commit to fix indent. BUG: 12964092 Change-Id: I0530b1c0dae26ac736ddcc6d426ec6ce57bce4d1
* | | | | am 5e099580: Merge "Backward compatibility hack : send delete when empty."Jean Chalard2014-02-131-1/+7
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit '5e099580565039dfd19cc23eff5e086202473fcd': Backward compatibility hack : send delete when empty.
| * | | | Merge "Backward compatibility hack : send delete when empty."Jean Chalard2014-02-131-1/+7
| |\ \ \ \
| | * | | | Backward compatibility hack : send delete when empty.Jean Chalard2014-02-131-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some apps depend on the keyboard sending something to them when the text is empty. This is BROKEN. Your app must not lie to the keyboard about what is before the cursor. If there is something to delete, you must not pretend there is not and try to catch some delete event. This will result in a bad user experience. This will not work with all IMEs. If your app needs this broken behavior, you're doing it wrong. Seriously guys, we're not in the era of typewriters any more, there are touch screens, there are gestures, there is accessibility, there are many innovative IMEs that don't have keys. Do *NOT* rely on key events. This change implements an ugly hack so that these broken apps may continue half-working with LatinIME. We are very unhappy about this. Bug: 12998568 Change-Id: Ia62ae2fbee4fee65b463acf3a79aafcfd0defa1d
* | | | | | am 7ae6721f: Remove RTL aware !code and add corresponding !textTadashi G. Takaoka2014-02-1312-452/+413
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '7ae6721ffad1e79ee446de87d13f18a27619830b': Remove RTL aware !code and add corresponding !text
| * | | | | Remove RTL aware !code and add corresponding !textTadashi G. Takaoka2014-02-1312-452/+413
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9021c8fa1cf2d4ac07579237a939c15551509a0b
* | | | | | am 3cb77678: Fix Armenian switch to alphabet key textTadashi G. Takaoka2014-02-131-3/+10
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '3cb77678f52d343aff03cd9facf5379c7ef7e519': Fix Armenian switch to alphabet key text
| * | | | | Fix Armenian switch to alphabet key textTadashi G. Takaoka2014-02-131-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7963631 Change-Id: If5768c761ec96d3404900b0c017abc2317cce8d4