aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge "Add Akkhor Layout for Bengali Bangladesh"Tadashi G. Takaoka2014-10-011-160/+180
|\ \ \ \ \
| * | | | | Add Akkhor Layout for Bengali Bangladesh•••Bug: 16143057 Change-Id: I0b4a3d0d1125f9af25a98ee7a1852129ae1c1d2c Tadashi G. Takaoka2014-09-261-160/+180
* | | | | | Merge "Fix when to show more suggestions dot hint"Tadashi G. Takaoka2014-10-011-3/+7
|\ \ \ \ \ \
| * | | | | | Fix when to show more suggestions dot hint•••Bug: 17742406 Change-Id: Ifdf5d196778da2bb9bb9e3ca9250d23857d90bab Tadashi G. Takaoka2014-10-011-3/+7
* | | | | | | Merge "Fix NPE in KeyboardParams"Tadashi G. Takaoka2014-10-011-3/+9
|\ \ \ \ \ \ \
| * | | | | | | Fix NPE in KeyboardParams•••Bug: 17707885 Change-Id: Ie6a54ac5ab60f5d11363ac8da8eef850d65dba7c Tadashi G. Takaoka2014-10-011-3/+9
| |/ / / / / /
* | | | | | | Merge "Introduce NgramProperty in Java side."Keisuke Kuroyanagi2014-10-014-21/+79
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | / / / | |_|_|/ / / |/| | | | |
| * | | | | Introduce NgramProperty in Java side.•••Bug: 14425059 Change-Id: I8b3458ad22730b3dccbe0caea2c5930f5276dc82 Keisuke Kuroyanagi2014-10-014-21/+79
| | |_|/ / | |/| | |
* | | | | am 5139c4fd: am 702a736e: am 31838876: am 9baaa4b5: am 6ad437ed: Merge "Fix N...•••* commit '5139c4fd28d1a34981d590f2fbec9b407481ea52': Fix NPE due to the lack of null-check Yohei Yukawa2014-10-012-4/+4
|\ \ \ \ \
| * | | | | Fix NPE due to the lack of null-check•••The case that was not coverted well is that CursorAnchorInfoCompatWrapper could be instantiated with null object. In such situations, we should do nothing. BUG: 17682582 Change-Id: I6625a2f0ed8c5580ed9edfe4728f342da77a8e40 Yohei Yukawa2014-09-292-4/+4
* | | | | | Merge "Add StatsUtils#onLoadSettings for when settings are changed"Jatin Matani2014-10-011-0/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Add StatsUtils#onLoadSettings for when settings are changed•••Non-blocking call in nature. Bug:17013677 Change-Id: Iff737422bbacbf22c9b0ff6eaf1c1f75e6bf23c3 Jatin Matani2014-09-301-0/+2
| | |_|/ / | |/| | |
* | | | | Avoid double space when autocorrect is triggered•••Bug: 17596034 Change-Id: Iaa6cc066eefd2436195a91791f2628e9a5f1c449 Adrian Velicu2014-09-301-1/+9
| |_|_|/ |/| | |
* | | | Merge "Fix verbalizing missing emoticons"Tadashi G. Takaoka2014-09-291-1/+22
|\ \ \ \
| * | | | Fix verbalizing missing emoticons•••Bug: 15585153 Change-Id: I8ae184047558d1a78e20efde0b08e40beb4458b9 Tadashi G. Takaoka2014-09-291-1/+22
| |/ / /
* | | | Merge "Create a code point table based on occurrence counts."Akifumi Yoshimoto2014-09-292-0/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Create a code point table based on occurrence counts.•••Bug:17097992 Change-Id: Ifd76dbd4d385d800af416368e25c9e56a76d0fbf Akifumi Yoshimoto2014-09-262-0/+3
* | | | Merge "Rename PrevWordsInfo to NgramContext."Keisuke Kuroyanagi2014-09-2923-192/+188
|\ \ \ \
| * | | | Rename PrevWordsInfo to NgramContext.•••Bug: 14425059 Change-Id: Id06a71681fa8b5e589e29fba10fe5c1cfed66984 Keisuke Kuroyanagi2014-09-2923-192/+188
* | | | | Merge "Refactoring PrevWordsInfo."Keisuke Kuroyanagi2014-09-294-27/+61
|\| | | | | |_|/ / |/| | |
| * | | Refactoring PrevWordsInfo.•••Bug: 14425059 Change-Id: I48a193b965e3055bd10a00046322c2b7b19a6232 Keisuke Kuroyanagi2014-09-264-27/+61
* | | | Merge "Add authentication/http request related code to LatinIme"Sandeep Siddhartha2014-09-263-0/+379
|\ \ \ \
| * | | | Add authentication/http request related code to LatinIme•••Bug: 17464068 Bug: 17464805 Change-Id: I533ae8821e0628fdf6591538a96ab50f805c0cdf Sandeep Siddhartha2014-09-263-0/+379
* | | | | Fix adding more diacritics letters for Nordic languages•••Bug: 10787354 Change-Id: Ia71417069a0cc10d7908d0c404ce85eb0cd76540 Tadashi G. Takaoka2014-09-261-10/+26
| |/ / / |/| | |
* | | | Add Serbian Latin keyboard•••Bug: 9687668 Change-Id: I0631ab04cf33e3d454c965e98a756c31666537bf Tadashi G. Takaoka2014-09-262-59/+113
* | | | Merge "Add info log of custom input styles"Tadashi G. Takaoka2014-09-261-3/+15
|\ \ \ \
| * | | | Add info log of custom input styles•••Bug: 17622871 Change-Id: Ia97c7bc2f0923417b458b178fbd8776d5cd0758c Tadashi G. Takaoka2014-09-261-3/+15
| |/ / /
* / / / Add an internal state test to ImportantNoticeUtilsTests•••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 Tadashi G. Takaoka2014-09-261-2/+4
|/ / /
* | | 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 method•••Bug: 17035860 Change-Id: I9627d525a570ced085281b4db93fe6896081e818 Tadashi G. Takaoka2014-09-254-9/+15
* | | Add !string/<resource_name> reference•••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 Tadashi G. Takaoka2014-09-253-90/+126
|/ /
* | Merge "Get stats from dictionary."Keisuke Kuroyanagi2014-09-253-4/+34
|\ \
| * | Get stats from dictionary.•••Bug: 16553957 Change-Id: I70c7a7be3c902dc8a0dfe8f946f9ef75ba6c9655 Keisuke Kuroyanagi2014-09-223-4/+34
* | | Merge "Add allowRedundantMoreKeys attribute"Tadashi G. Takaoka2014-09-257-1/+138
|\ \ \
| * | | Add allowRedundantMoreKeys attribute•••This CL also adds a couple of custom layout tests of Nordic languages. Bug: 10787354 Change-Id: I5e875d3f30863395511afa82f0a02deb093d3a6f Tadashi G. Takaoka2014-09-257-1/+138
* | | | Merge "[ML10.1] Adjust call for additional features"Jean Chalard2014-09-251-1/+1
|\ \ \ \
| * | | | [ML10.1] Adjust call for additional features•••Bug: 11230254 Change-Id: I7b60d9174d7d267eb1b3cd848cff36cdbea75b12 Jean Chalard2014-09-251-1/+1
| |/ / /
* | | | Merge "Fix typo."Keisuke Kuroyanagi2014-09-251-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Fix typo.•••Change-Id: Ib090a3dfa7e53232e0d1ef5e4d2cbe48130f657f Keisuke Kuroyanagi2014-09-251-3/+3
* | | | Merge "Add account change receiver to handle account removal"Sandeep Siddhartha2014-09-243-1/+77
|\ \ \ \ | |/ / / |/| | |
| * | | Add account change receiver to handle account removal•••Also cleanup the manifest to group similar components together. Moving LoginAccountUtils to its own package Bug: 17464068 Change-Id: Iad7928855531d58334b1e4039bb45b97dde75462 Sandeep Siddhartha2014-09-243-1/+77
* | | | Stop showing more suggestions while important notice is showing•••Bug: 15812659 Change-Id: I314e235cfffae3ae655320a9a75867efc28066bf Tadashi G. Takaoka2014-09-241-1/+8
* | | | 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 letters•••Bug: 16807005 Change-Id: Ifd0ab3aeb8207cdecacf8cfe5b1d58c07690142f Tadashi G. Takaoka2014-09-221-459/+467
* | | | | 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 mode•••Bug: 17600156 Change-Id: Ife8f04550411d88311e08dd33e370a410d791ca2 Tadashi G. Takaoka2014-09-222-2/+13
* | | | | | Merge "[ML9.1] Add option for multi-lingual support"Jean Chalard2014-09-241-0/+2
|\ \ \ \ \ \
| * | | | | | [ML9.1] Add option for multi-lingual support•••Bug: 11230254 Change-Id: I15d42fad155142fa6f556f13e84cad489be00dbd Jean Chalard2014-09-221-0/+2
* | | | | | | am 4c4ba10b: am 71b51590: am a76e11a2: am 1f490d6c: am be4e0d0e: Fix when to ...•••* commit '4c4ba10bbb257036d7cb6ae8a128263285b7384f': Fix when to show important notice Tadashi G. Takaoka2014-09-231-5/+36
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Fix when to show important notice•••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 Tadashi G. Takaoka2014-09-221-5/+36