aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add StatsUtils#onLoadSettings for when settings are changedJatin Matani2014-09-301-0/+2
| | | | | | | Non-blocking call in nature. Bug:17013677 Change-Id: Iff737422bbacbf22c9b0ff6eaf1c1f75e6bf23c3
* Merge "Add authentication/http request related code to LatinIme"Sandeep Siddhartha2014-09-263-0/+379
|\
| * Add authentication/http request related code to LatinImeSandeep Siddhartha2014-09-263-0/+379
| | | | | | | | | | | | Bug: 17464068 Bug: 17464805 Change-Id: I533ae8821e0628fdf6591538a96ab50f805c0cdf
* | Fix adding more diacritics letters for Nordic languagesTadashi G. Takaoka2014-09-262-11/+27
| | | | | | | | | | Bug: 10787354 Change-Id: Ia71417069a0cc10d7908d0c404ce85eb0cd76540
* | Add Serbian Latin keyboardTadashi G. Takaoka2014-09-2612-80/+354
| | | | | | | | | | Bug: 9687668 Change-Id: I0631ab04cf33e3d454c965e98a756c31666537bf
* | Merge "Add info log of custom input styles"Tadashi G. Takaoka2014-09-261-3/+15
|\ \
| * | Add info log of custom input stylesTadashi G. Takaoka2014-09-261-3/+15
| |/ | | | | | | | | Bug: 17622871 Change-Id: Ia97c7bc2f0923417b458b178fbd8776d5cd0758c
* / Add an internal state test to ImportantNoticeUtilsTestsTadashi G. Takaoka2014-09-261-2/+4
|/ | | | | | | | | | On some 32bit-x86 testing emulators, it seems the internal state after clear the related settings seems like a contradiction state. This CL adds an test to check such internal state in order to investigate what is happening on these emulators. Bug: 17635340 Change-Id: Iba85f06c46959b1dc22e2a9213c50c9e7e30949b
* Add the sync related permissions to LatinIme tooSandeep Siddhartha2014-09-251-0/+4
| | | | | | | | This can go in master because the actual code changes will also go in here, and not in lmp-dev Bug: 17464069 Change-Id: Ica1a22c61aa07efb6dadf8db53513607be437b73
* Merge "Fix checking a11y status just before calling an a11y method"Tadashi G. Takaoka2014-09-254-9/+15
|\
| * Fix checking a11y status just before calling an a11y methodTadashi G. Takaoka2014-09-254-9/+15
| | | | | | | | | | Bug: 17035860 Change-Id: I9627d525a570ced085281b4db93fe6896081e818
* | Add !string/<resource_name> referenceTadashi G. Takaoka2014-09-253-90/+126
|/ | | | | | | | | | | | | | | This CL introduces new text reference notation !string/<resource_name> to refer a string resource on the fly. This notation is mainly used to represent action key labels may refer a string in a system locale in run-time. This notation is needed to implement Hinglish and Serbian-Latin keyboards that need to refer its own action key labels. Bug: 17169632 Bug: 9687668 Change-Id: I042f6bd04714e0e448cd92031730eb9fb422e6d3
* Merge "Get stats from dictionary."Keisuke Kuroyanagi2014-09-253-4/+34
|\
| * Get stats from dictionary.Keisuke Kuroyanagi2014-09-223-4/+34
| | | | | | | | | | Bug: 16553957 Change-Id: I70c7a7be3c902dc8a0dfe8f946f9ef75ba6c9655
* | Merge "Add allowRedundantMoreKeys attribute"Tadashi G. Takaoka2014-09-2510-3/+144
|\ \
| * | Add allowRedundantMoreKeys attributeTadashi G. Takaoka2014-09-2510-3/+144
| | | | | | | | | | | | | | | | | | | | | This CL also adds a couple of custom layout tests of Nordic languages. Bug: 10787354 Change-Id: I5e875d3f30863395511afa82f0a02deb093d3a6f
* | | Merge "[ML10.1] Adjust call for additional features"Jean Chalard2014-09-251-1/+1
|\ \ \
| * | | [ML10.1] Adjust call for additional featuresJean Chalard2014-09-251-1/+1
| |/ / | | | | | | | | | | | | Bug: 11230254 Change-Id: I7b60d9174d7d267eb1b3cd848cff36cdbea75b12
* | | Merge "Fix typo."Keisuke Kuroyanagi2014-09-251-3/+3
|\ \ \ | |/ / |/| |
| * | Fix typo.Keisuke Kuroyanagi2014-09-251-3/+3
| | | | | | | | | | | | Change-Id: Ib090a3dfa7e53232e0d1ef5e4d2cbe48130f657f
* | | Merge "Add account change receiver to handle account removal"Sandeep Siddhartha2014-09-244-40/+128
|\ \ \ | |/ / |/| |
| * | Add account change receiver to handle account removalSandeep Siddhartha2014-09-244-40/+128
| | | | | | | | | | | | | | | | | | | | | | | | Also cleanup the manifest to group similar components together. Moving LoginAccountUtils to its own package Bug: 17464068 Change-Id: Iad7928855531d58334b1e4039bb45b97dde75462
* | | Stop showing more suggestions while important notice is showingTadashi G. Takaoka2014-09-241-1/+8
| | | | | | | | | | | | | | | Bug: 15812659 Change-Id: I314e235cfffae3ae655320a9a75867efc28066bf
* | | Merge "Fix Turkish/Azerbaijani keyboard to add more accented letters"Tadashi G. Takaoka2014-09-241-459/+467
|\ \ \
| * | | Fix Turkish/Azerbaijani keyboard to add more accented lettersTadashi G. Takaoka2014-09-221-459/+467
| | | | | | | | | | | | | | | | | | | | Bug: 16807005 Change-Id: Ifd0ab3aeb8207cdecacf8cfe5b1d58c07690142f
* | | | Merge "Fix not intercepting touch event while in modal mode"Tadashi G. Takaoka2014-09-242-2/+13
|\ \ \ \
| * | | | Fix not intercepting touch event while in modal modeTadashi G. Takaoka2014-09-222-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 17600156 Change-Id: Ife8f04550411d88311e08dd33e370a410d791ca2
* | | | | Merge "[ML9.1] Add option for multi-lingual support"Jean Chalard2014-09-241-0/+2
|\ \ \ \ \
| * | | | | [ML9.1] Add option for multi-lingual supportJean Chalard2014-09-221-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 11230254 Change-Id: I15d42fad155142fa6f556f13e84cad489be00dbd
* | | | | | am 4c4ba10b: am 71b51590: am a76e11a2: am 1f490d6c: am be4e0d0e: Fix when to ↵Tadashi G. Takaoka2014-09-231-5/+36
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | show important notice * commit '4c4ba10bbb257036d7cb6ae8a128263285b7384f': Fix when to show important notice
| * \ \ \ \ \ am be4e0d0e: Fix when to show important noticeTadashi G. Takaoka2014-09-221-5/+36
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'be4e0d0e3921af3d575f745cb356704974362baf': Fix when to show important notice
| | * | | | | | Fix when to show important noticeTadashi G. Takaoka2014-09-221-5/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | | | | | Import translations. DO NOT MERGEBaligh Uddin2014-09-216-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I5c04251f5db42dab2189da52895e171c9082348b Auto-generated-cl: translation import
| | * | | | | | Merge "Import translations. DO NOT MERGE" into lmp-devBaligh Uddin2014-09-2070-950/+476
| | |\ \ \ \ \ \
| | | * | | | | | Import translations. DO NOT MERGEBaligh Uddin2014-09-1770-950/+476
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I49fbe075888be15eb2e88516f1ca0407b664d5b8 Auto-generated-cl: translation import
* | | | | | | | | Merge "Prepare supporting n-gram for user history dictionary."Keisuke Kuroyanagi2014-09-232-12/+30
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Prepare supporting n-gram for user history dictionary.Keisuke Kuroyanagi2014-09-222-12/+30
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug:17097992 Change-Id: Ic8bfde3d4cc0e720bf7681e08e16fb2ad94d5670
* | | | | | | | | Merge "Add StatsUtilManager.onStartInput & onFinishInput"Jatin Matani2014-09-221-0/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add StatsUtilManager.onStartInput & onFinishInputJatin Matani2014-09-211-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug:15657192 Change-Id: I6e976202812d1c1675bd7822c4a15686d1ec1fe9
* | | | | | | | | | Merge "Hiding SuggestedWords.EMPTY and refactoring code that compares ↵Adrian Velicu2014-09-226-22/+24
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | SuggestedWords instances directly to it to use isEmpty instead"
| * | | | | | | | | Hiding SuggestedWords.EMPTY and refactoring code that compares ↵Adrian Velicu2014-09-226-22/+24
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SuggestedWords instances directly to it to use isEmpty instead Bug: 17560717 Change-Id: I7032bf0ab46f9cf5e3b3312a14e689b5496764c1
* | | | | | | | | Add plus-sign hint to PIN's zero keyTadashi G. Takaoka2014-09-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 16378846 Change-Id: Ia1f95a33db4e1eb6b2fe367cfffa4aada567b6d9
* | | | | | | | | Merge "Create DictionaryStats in executor."Keisuke Kuroyanagi2014-09-221-7/+10
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Create DictionaryStats in executor.Keisuke Kuroyanagi2014-09-221-7/+10
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 16553957 Change-Id: Ie4e9a6ee67f90ba0086af2075068e078efc7f189
* | | | | | | Merge "Invoke onWordCommitUserTyped on startInput() with non empty wordcomposer"Mohammadinamul Sheik2014-09-221-0/+7
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Invoke onWordCommitUserTyped on startInput() with non empty wordcomposerMohammadinamul Sheik2014-09-181-0/+7
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In chat clients, the last committed word is not committed via rich input connection. This will handle those missed out cases. Change-Id: If3f1f6e1927cdf56a09d3e9124f05c66ca75de53
* | | | | | Import translations. DO NOT MERGEBaligh Uddin2014-09-2173-9/+1227
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I51bc9a71a30b362938d155e091a7b0d4694eacbf Auto-generated-cl: translation import
* | | | | | am d8c83fb8: am 88cae78f: am 89dd5f03: am c1d35148: am f2d0d9b0: Merge ↵Yohei Yukawa2014-09-203-28/+42
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | "Avoid the add-to-dictionary indicator from being clipped" into lmp-dev * commit 'd8c83fb81bb06e22ab0857e1a7531c666ad8701e': Avoid the add-to-dictionary indicator from being clipped
| * | | | | am f2d0d9b0: Merge "Avoid the add-to-dictionary indicator from being ↵Yohei Yukawa2014-09-203-28/+42
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | clipped" into lmp-dev * commit 'f2d0d9b0b91953df440ed55e0ee2e7f67705a881': Avoid the add-to-dictionary indicator from being clipped
| | * | | | Merge "Avoid the add-to-dictionary indicator from being clipped" into lmp-devYohei Yukawa2014-09-203-28/+42
| | |\ \ \ \