aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | 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
* Merge "Fix checking a11y status just before calling an a11y method"Tadashi G. Takaoka2014-09-251-2/+2
|\
| * Fix checking a11y status just before calling an a11y methodTadashi G. Takaoka2014-09-251-2/+2
| | | | | | | | | | Bug: 17035860 Change-Id: I9627d525a570ced085281b4db93fe6896081e818
* | Add !string/<resource_name> referenceTadashi G. Takaoka2014-09-251-1/+1
|/ | | | | | | | | | | | | | | 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
* | [ML10.1] Adjust call for additional featuresJean Chalard2014-09-251-1/+1
| | | | | | | | | | Bug: 11230254 Change-Id: I7b60d9174d7d267eb1b3cd848cff36cdbea75b12
* | Merge "Add account change receiver to handle account removal"Sandeep Siddhartha2014-09-243-1/+77
|\ \
| * | Add account change receiver to handle account removalSandeep Siddhartha2014-09-243-1/+77
| | | | | | | | | | | | | | | | | | | | | | | | 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 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
| * | | | | 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
| * | | | | Merge "(DO NOT MERGE) Fix showing important notice even at beginning of ↵Tadashi G. Takaoka2014-09-185-17/+41
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | sentence" into lmp-dev
| | * | | | | (DO NOT MERGE) Fix showing important notice even at beginning of sentenceTadashi G. Takaoka2014-09-185-17/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 17536096 Change-Id: Ic72d6fecc3241c1a9aba87b82a46750cbd69e001
* | | | | | | 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-224-20/+22
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | SuggestedWords instances directly to it to use isEmpty instead"
| * | | | | | | Hiding SuggestedWords.EMPTY and refactoring code that compares ↵Adrian Velicu2014-09-224-20/+22
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SuggestedWords instances directly to it to use isEmpty instead Bug: 17560717 Change-Id: I7032bf0ab46f9cf5e3b3312a14e689b5496764c1
* | | | | | | 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
* | | | Fix unit tests.Keisuke Kuroyanagi2014-09-192-5/+26
| | | | | | | | | | | | | | | | Change-Id: I7706db4c9279488552ea5fabc16dd1dd2bc7fa05
* | | | Merge "Added @UsedForTesting to 'missing' methods to avoid ProGuard removing ↵Adrian Velicu2014-09-195-0/+9
|\ \ \ \ | | | | | | | | | | | | | | | them"
| * | | | Added @UsedForTesting to 'missing' methods to avoid ProGuard removing themAdrian Velicu2014-09-195-0/+9
| |/ / / | | | | | | | | | | | | | | | | Bug: 16864527 Change-Id: I698a1b3e09e7e9a12722169b37f87bd51c8cbd34
* / / / [ML8] Add a language weightJean Chalard2014-09-197-25/+43
|/ / / | | | | | | | | | | | | | | | | | | ...and rename an improperly named normalization value Bug: 11230254 Change-Id: I0f5633148a9f66dbfd7d28540b8a8985131c4549
* | | Add word commit methods to StatsUtilsMohammadinamul Sheik2014-09-181-1/+17
| | | | | | | | | | | | Change-Id: Ibb2cf0150cd9a851ff48d097688edc916dc82998
* | | Add account listing and preference integration for current accountSandeep Siddhartha2014-09-182-6/+172
| | | | | | | | | | | | | | | Bug: 17464068 Change-Id: Idb68a6012b285d6bc4632414bb6d11131148cf67
* | | Merge "Add Accounts & privacy settings in LatinIME"Sandeep Siddhartha2014-09-186-3/+107
|\ \ \
| * | | Add Accounts & privacy settings in LatinIMESandeep Siddhartha2014-09-176-3/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also start showing the logging preference on this screen too. This settings screen will be the container for all account management, sync and privacy related settings Bug: 17464068 Change-Id: Ie0806f6e8a542e9dea2834445ff7b38805207bda
* | | | Merge "Pass prevWordCount to native code for getSuggestion."Keisuke Kuroyanagi2014-09-181-7/+7
|\ \ \ \
| * | | | Pass prevWordCount to native code for getSuggestion.Keisuke Kuroyanagi2014-09-181-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 14425059 Change-Id: Id2b49a448982c997e5c0a22445b115e675156c3e
* | | | | Merge "Fix showing important notice even at beginning of sentence"Tadashi G. Takaoka2014-09-185-18/+40
|\ \ \ \ \
| * | | | | Fix showing important notice even at beginning of sentenceTadashi G. Takaoka2014-09-185-18/+40
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a cherry-pick of Ic72d6fecc3 from lmp-dev. Bug: 17536096 Change-Id: Id76b8f8dc85d03bc7ed5f24800301c081a82a8d2
* | | | | resolved conflicts for merge of 233a2f21 to masterYohei Yukawa2014-09-185-156/+121
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| | Change-Id: If391cc622367dfb4448c6a5c32b82111d352d86e
| * | | Merge "Use Add-To-Dictionary indicator only" into lmp-devYohei Yukawa2014-09-185-156/+121
| |\ \ \ | | |_|/ | |/| |
| | * | Use Add-To-Dictionary indicator onlyYohei Yukawa2014-09-185-156/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With this CL, the previously used commit indicator was reverted. Instead we use the add-to-dictionary indicator only at the moment. This CL also fixes the indicator position in bidi context. BUG: 17335734 Change-Id: I5f7cf173ddc30876e2b01320acaff8ba4265edf6
* | | | Merge "Add a Dictionary.isUserSpecific method."Jean Chalard2014-09-181-0/+18
|\ \ \ \
| * | | | Add a Dictionary.isUserSpecific method.David Faden2014-09-181-0/+18
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As the name suggests, returns true if the Dictionary is of a type that may use user-specific data, e.g., contacts. Cherry-pick of I11e71286c7635f50ace156dcc5308dbe51268d4e Change-Id: I08c3f22f0c34eaa71bbd06594314f3b411658c5c
* | | | am 902cefb6: am 97ad4968: am bfabac44: Suppress voice input key on ↵Tadashi G. Takaoka2014-09-181-1/+1
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | textWebEmailAddress field * commit '902cefb6635053b682a917259eb5a964a17506fd': Suppress voice input key on textWebEmailAddress field