aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Import translations. DO NOT MERGE" into jb-ub-latinimegoogleBaligh Uddin2014-06-2740-782/+392
|\
| * Import translations. DO NOT MERGEBaligh Uddin2014-06-2640-782/+392
| | | | | | | | | | Change-Id: If61b1a8ff95e3495119f09535a4e672ad0205b28 Auto-generated-cl: translation import
* | am 92223c04: Merge "Revert "Move getPrevWordsInfoFromNthPreviousWord to ↵Ken Wakasa2014-06-272-78/+76
|\ \ | | | | | | | | | | | | | | | | | | StringUtlis."" * commit '92223c04deaf9d915ade4da70d8b707591fd3b4c': Revert "Move getPrevWordsInfoFromNthPreviousWord to StringUtlis."
| * \ Merge "Revert "Move getPrevWordsInfoFromNthPreviousWord to StringUtlis.""Ken Wakasa2014-06-262-78/+76
| |\ \
| | * | Revert "Move getPrevWordsInfoFromNthPreviousWord to StringUtlis."Ken Wakasa2014-06-272-78/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit ba463c9a66f75e8d00f4658e32b763eb54215231 that broke the dicttool build. Bug: 14425059 Change-Id: Ie1685587104d26e4416624747c97f6087c13388a
* | | | am 593009bc: Merge "[SD2] Add support for a new tag Feature in ↵Jean Chalard2014-06-274-0/+40
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | KeyboardLayoutSet" * commit '593009bc9fa40b9e4adb3cbe8b2f86019bfdaf8a': [SD2] Add support for a new tag Feature in KeyboardLayoutSet
| * | | Merge "[SD2] Add support for a new tag Feature in KeyboardLayoutSet"Jean Chalard2014-06-264-0/+40
| |\ \ \
| | * | | [SD2] Add support for a new tag Feature in KeyboardLayoutSetJean Chalard2014-06-274-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 15840116 Change-Id: I3abbe4ce1ae573e9c5f1a8a96dc0056e8889d507
* | | | | am 938bb4a4: Revert "Use Settings app\'s theme for L and later"Mikhail Naganov2014-06-274-23/+6
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit '938bb4a4d50114eb741a128f7a75d50f1af55869': Revert "Use Settings app's theme for L and later"
| * | | | Revert "Use Settings app's theme for L and later"Mikhail Naganov2014-06-274-23/+6
| |/ / / | | | | | | | | | | | | | | | | | | | | This reverts commit 80c47b2f7961a5a8de1c6ec5751c04d15d42122a. Change-Id: I69619bd9856d4133794597a0cf81cc121e3a7887
* | | | am 80c47b2f: Use Settings app\'s theme for L and laterTadashi G. Takaoka2014-06-274-6/+23
|\| | | | | | | | | | | | | | | | | | | * commit '80c47b2f7961a5a8de1c6ec5751c04d15d42122a': Use Settings app's theme for L and later
| * | | Use Settings app's theme for L and laterTadashi G. Takaoka2014-06-274-6/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This CL must be checked in together with I506b9ae6ea. Bug: 11866784 Change-Id: I00aa90618642758c783f7c92f162dc2ee16659a6
* | | | am d966c072: Merge "Support performAccessibilityAction for CLICK and LONG_CLICK"Tadashi G. Takaoka2014-06-274-27/+47
|\| | | | | | | | | | | | | | | | | | | * commit 'd966c0727fc7706b2ed28e09cd323f79236292c8': Support performAccessibilityAction for CLICK and LONG_CLICK
| * | | Merge "Support performAccessibilityAction for CLICK and LONG_CLICK"Tadashi G. Takaoka2014-06-264-27/+47
| |\ \ \
| | * | | Support performAccessibilityAction for CLICK and LONG_CLICKTadashi G. Takaoka2014-06-274-27/+47
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 15727335 Change-Id: I83274c1a9d3cf2e8237d1674fe915b7b2d222a53
* | | | | am 1a2f3c44: Merge "Move getPrevWordsInfoFromNthPreviousWord to StringUtlis."Keisuke Kuroyanagi2014-06-272-76/+78
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit '1a2f3c4433d154c07c5017066c5dfe0f0070d520': Move getPrevWordsInfoFromNthPreviousWord to StringUtlis.
| * | | | Merge "Move getPrevWordsInfoFromNthPreviousWord to StringUtlis."Keisuke Kuroyanagi2014-06-262-76/+78
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Move getPrevWordsInfoFromNthPreviousWord to StringUtlis.Keisuke Kuroyanagi2014-06-272-76/+78
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 14425059 Change-Id: I3eb24e840c165e43f68c2a60fccf9974affb57a6
* | | | | am ffb086c1: Merge "Don\'t override application-specified completions"Jean Chalard2014-06-271-0/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit 'ffb086c18df1f1a03be5cc9860de224d94138c50': Don't override application-specified completions
| * | | | Merge "Don't override application-specified completions"Jean Chalard2014-06-261-0/+3
| |\ \ \ \
| | * | | | Don't override application-specified completionsJean Chalard2014-06-271-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...for any given input. This is not necessarily the best fix, but it's simple and it works well enough. Bug: 15869703 Change-Id: I54b262be8bdbec37031dea655c60a5573b3d8ec3
* | | | | | am 17c5a388: Merge "Find multiple previous word information to support n-gram."Keisuke Kuroyanagi2014-06-273-58/+97
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '17c5a388d6ada4dc395b52e56f8b18d63eebb863': Find multiple previous word information to support n-gram.
| * | | | | Merge "Find multiple previous word information to support n-gram."Keisuke Kuroyanagi2014-06-263-58/+97
| |\ \ \ \ \ | | | |/ / / | | |/| / / | | |_|/ / | |/| | |
| | * | | Find multiple previous word information to support n-gram.Keisuke Kuroyanagi2014-06-273-58/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 14425059 Change-Id: Ieace636334a9b2a094527341d4fcfc05958296c5
* | | | | am c9c3ea0b: Merge "Remove redundant override methods and extended classes"Tadashi G. Takaoka2014-06-275-76/+11
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit 'c9c3ea0b68a1bad1febb7532fa941b430a1b941a': Remove redundant override methods and extended classes
| * | | | Merge "Remove redundant override methods and extended classes"Tadashi G. Takaoka2014-06-265-76/+11
| |\ \ \ \
| | * | | | Remove redundant override methods and extended classesTadashi G. Takaoka2014-06-245-76/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 15727335 Change-Id: Icea09f0643e7aeb8e722e473ad322f7439c3497a
* | | | | | am 8f70552a: Add preliminary subtypes disabled for L-previewTadashi G. Takaoka2014-06-271-7/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '8f70552a21f5e2387d3fbc0f7f569c2a2a8464d6': Add preliminary subtypes disabled for L-preview
| * | | | | Add preliminary subtypes disabled for L-previewTadashi G. Takaoka2014-06-271-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 13966540 Bug: 13779052 Bug: 10028772 Bug: 7963632 Change-Id: Ieec809f2d391e90b1ec547a3a89e929db47a5ed1
* | | | | | am 5a9ccbbe: Merge "Add Sinhala keyboard layout"Tadashi G. Takaoka2014-06-279-116/+651
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '5a9ccbbef1080339f60fce039021133b0005d57c': Add Sinhala keyboard layout
| * | | | | Merge "Add Sinhala keyboard layout"Tadashi G. Takaoka2014-06-269-116/+651
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Add Sinhala keyboard layoutTadashi G. Takaoka2014-06-279-116/+651
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6911143 Change-Id: I9ff87ece3e68381c0e9855106e7320c227f09965
* | | | | | am bd5192ae: Merge "Add a relevant suggestion to period-checkable requests"Jean Chalard2014-06-273-4/+6
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'bd5192ae260c3f462c36d7eefe76d9517b3528d5': Add a relevant suggestion to period-checkable requests
| * | | | | Merge "Add a relevant suggestion to period-checkable requests"Jean Chalard2014-06-263-4/+6
| |\ \ \ \ \
| | * | | | | Add a relevant suggestion to period-checkable requestsJean Chalard2014-06-273-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 15412461 Change-Id: Ibf37df4d31141a7e43b54d6342e7861eedb1c03b
* | | | | | | am 3698facb: Merge "Update the Spanish dictionary"Jean Chalard2014-06-271-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '3698facbd56b3a8280545c7253ab130137f65f95': Update the Spanish dictionary
| * | | | | | Merge "Update the Spanish dictionary"Jean Chalard2014-06-261-0/+0
| |\ \ \ \ \ \
| | * | | | | | Update the Spanish dictionaryJean Chalard2014-06-271-0/+0
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | >>> dictionaries/es_wordlist.combined.gz Header : date : 1403153360 <=> 1403847862 version : 47 <=> 48 Body : Added: bañate 30 Added: correte 30 Added: duchate 30 Added: mostrame 40 Added: muestrame 40 Added: prestame 40 Added: sos 100 >>> java/res/raw/main_es.dict Header : date : 1403153360 <=> 1403847862 version : 47 <=> 48 Body : Added: bañate 30 Added: correte 30 Added: duchate 30 Added: mostrame 40 Added: muestrame 40 Added: prestame 40 Added: sos 100 Bug: 8010862 Change-Id: I0a478b5fd5edfadea420f306dc9b2d98876c246e
* | | | | | | am 79beb223: Merge "Refactor keyboard accessibility delegate classes"Tadashi G. Takaoka2014-06-275-25/+11
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '79beb223fccdc81d48026ab5d620626264e75bb1': Refactor keyboard accessibility delegate classes
| * | | | | | Merge "Refactor keyboard accessibility delegate classes"Tadashi G. Takaoka2014-06-265-25/+11
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | / / / | | | |/ / / | | |/| | |
| | * | | | Refactor keyboard accessibility delegate classesTadashi G. Takaoka2014-06-245-25/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 15727335 Change-Id: I1aa79a6f7f8cf14bacec391c016a5d1c553eea24
* | | | | | am ee5c0325: [CS5] Use a local var to keep the first suggestionJean Chalard2014-06-271-6/+7
|\| | | | | | |_|_|_|/ |/| | | | | | | | | | | | | | * commit 'ee5c032557ab3629babbacc1e52f1a6d1cd8d844': [CS5] Use a local var to keep the first suggestion
| * | | | [CS5] Use a local var to keep the first suggestionJean Chalard2014-06-271-6/+7
| | |/ / | |/| | | | | | | | | | | | | | Bug: 13238601 Change-Id: Ida8973945e8b141d01ea9d1825b89d84f0911575
* | | | am 67f863f4: Merge "Extend jni method to use multiple previous words."Keisuke Kuroyanagi2014-06-261-15/+16
|\| | | | | | | | | | | | | | | | | | | * commit '67f863f4cbbbf76b7c4acea43cbed69cd3e58aba': Extend jni method to use multiple previous words.
| * | | Merge "Extend jni method to use multiple previous words."Keisuke Kuroyanagi2014-06-241-15/+16
| |\ \ \ | | | |/ | | |/|
| | * | Extend jni method to use multiple previous words.Keisuke Kuroyanagi2014-06-261-15/+16
| | | | | | | | | | | | | | | | | | | | Bug: 14425059 Change-Id: I8150e8812ee32f8c713315a234b52e5b3a79d7a0
* | | | am c0748a19: Fix the buildJean Chalard2014-06-261-1/+1
|\| | | | | | | | | | | | | | | | | | | * commit 'c0748a19909d8863f54ae0482bf1614421f19dd8': Fix the build
| * | | Fix the buildJean Chalard2014-06-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | That was a merge not well resolved by git >.> Change-Id: I3cd042d6a5206daf1e9942358405d647c67423dd
* | | | am 310bb2c7: Merge "[HW1] Fix some bugs with event handling"Jean Chalard2014-06-263-2/+9
|\| | | | | | | | | | | | | | | | | | | * commit '310bb2c76f0a7a5cf97b47d029096d6296cdfd0b': [HW1] Fix some bugs with event handling
| * | | Merge "[HW1] Fix some bugs with event handling"Jean Chalard2014-06-243-2/+9
| |\ \ \