aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Fix two nasty bugs with surrogate pairs.Jean Chalard2013-04-011-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The important bug is in findWordInTree. The problem, which is not obvious, is that we were calling codePointAt() with the code point index in the string, instead of the char index. The other bug this change fixes was harmless in the practice, because it's in the iteration which is only used for debug and pretty printing purposes. It's very similar in that it would substract a length in code point to a length in chars and truncate a StringBuilder at that length, so it would fail in a quite similar manner. This changes the meaning of the "length" attribute in Position, but it's clearer this way anyway. Bug: 8450145 Change-Id: If396f883a9e6449de39351553ba83f5be5bd30f0
* | | | | | | Fix an NPEJean Chalard2013-03-291-18/+10
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also remove an unused method and make 2 private variables final. Bug: 8461093 Change-Id: I676d93fda28e82eb5a6978f2e7ad5a0add2cbecf
* | | | | | Fix potential NPE in MainKeyboardView.KeyTimerHandlerTadashi G. Takaoka2013-03-281-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 8469652 Change-Id: Ib7a548e6a24d2e02de85ab444c0ec99d8f6b82c3
* | | | | | Merge "Fix an NPE"Jean Chalard2013-03-281-2/+1
|\ \ \ \ \ \
| * | | | | | Fix an NPEJean Chalard2013-03-281-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The code was passing the wrong parameter. Bug: 8492879 Change-Id: I091d62ca29601e3807eed287c7bdad38bf43a502
* | | | | | | Merge "Cleanup"Jean Chalard2013-03-281-0/+5
|\| | | | | |
| * | | | | | CleanupJean Chalard2013-03-281-0/+5
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Seems there was an unclosed cursor :o Change-Id: I7616849ace5217d8c6f54465f7b3a634e3c14116
* | | | | | am 78b07d8b: am 0cd02c2b: keep history after reset to jb-ub-latinimegoogle-azukiBaligh Uddin2013-03-271-2/+2
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | * commit '78b07d8b574fe2d1a43e796775b89b116f8f411f':
| * | | | | am 0cd02c2b: keep history after reset to jb-ub-latinimegoogle-azukiBaligh Uddin2013-03-271-2/+2
| |\ \ \ \ \ | | | |/ / / | | |/| | | | | | | | | * commit '0cd02c2bd732383766099aa2ec94abc8a8ac174a':
| | * | | | Import translations. DO NOT MERGEBaligh Uddin2013-03-274-16/+12
| | | |/ / | | |/| | | | | | | | | | | | | | | | | Change-Id: If21c77c39e8945f39c3ecb5186b80fd8229a7659 Auto-generated-cl: translation import
| * | | | am cc75c950: am 73d00e68: Merge "Use XmlPullParser.getEventType()"Tadashi G. Takaoka2013-03-272-17/+19
| |\| | | | | | | | | | | | | | | | | | | | | | | * commit 'cc75c950410f206c5bc6406071d256071aeabca9': Use XmlPullParser.getEventType()
| * | | | am bc586fb1: am 0b327101: Merge "Fix possible NPE"Satoshi Kataoka2013-03-271-19/+21
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit 'bc586fb1ff553bc640676b348b3b24ee2626bf42': Fix possible NPE
| * \ \ \ \ am f892f775: am d17b69ec: Clean up XmlParserUtilsTadashi G. Takaoka2013-03-273-27/+30
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'f892f7751e1263b71dd1b0a49618f922a16df1ae': Clean up XmlParserUtils
| * \ \ \ \ \ am ec183b50: am fb658d6c: Fix possible ArrayIndexOutOfBoundsExceptionTadashi G. Takaoka2013-03-271-1/+1
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | * commit 'ec183b50ff1b44390a44ec94f8910373f7dbf985': Fix possible ArrayIndexOutOfBoundsException
| * | | | | | am e47ee181: am a7b4398c: Don\'t announce changes for A11y within the same ↵Alan Viverette2013-03-271-20/+17
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | keyboard mode. * commit 'e47ee18192554877cd202455cbc3c9e932b86728': Don't announce changes for A11y within the same keyboard mode.
| * \ \ \ \ \ \ am 97ddbf22: am 19a70087: Merge "Fix appname"Satoshi Kataoka2013-03-2757-1343/+49
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '97ddbf22d5c6d4791b3115526fdc885a40009695': Fix appname
| * \ \ \ \ \ \ \ am 1e3c73de: am 3a8a63c3: Remove unused importTadashi G. Takaoka2013-03-271-1/+0
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '1e3c73de06caeeba31cb43099f4555e1ed17dba4': Remove unused import
| * \ \ \ \ \ \ \ \ am 3d0fee4e: am c6452f25: Merge "Remove reference to string.english_ime_name"Tadashi G. Takaoka2013-03-271-4/+5
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '3d0fee4e09050676c71276cc1bbd0c8bdeaf14d1': Remove reference to string.english_ime_name
| * \ \ \ \ \ \ \ \ \ am 45728330: am f4352c2c: Merge "Use correct appname resource"Satoshi Kataoka2013-03-271-7/+8
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '457283308a2bb929a473086040b402c673aca390': Use correct appname resource
| * \ \ \ \ \ \ \ \ \ \ am c1c3e03c: am 140b6705: Merge "Fix appname"Satoshi Kataoka2013-03-271-4/+4
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c1c3e03c12891dfd8a87f1254c8bc9d9ccc9333a': Fix appname
| | * \ \ \ \ \ \ \ \ \ \ am 140b6705: Merge "Fix appname"Satoshi Kataoka2013-03-211-4/+4
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '140b6705ece0559f2ea9647044b3baf6a314f3d3': Fix appname
| * | | | | | | | | | | | | am bd7b4fcc: am ee91bde1: Clean up InflateException reference from ↵Tadashi G. Takaoka2013-03-271-2/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | KeyboardBuilder * commit 'bd7b4fcce0ddf5bca612bcf275e073ddfd49b205': Clean up InflateException reference from KeyboardBuilder
| | * | | | | | | | | | | | am ee91bde1: Clean up InflateException reference from KeyboardBuilderTadashi G. Takaoka2013-03-201-2/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'ee91bde16c34af80201efb5f8d056caecbbbf338': Clean up InflateException reference from KeyboardBuilder
| | * | | | | | | | | | | | am 9da7fa0f: am 559616fb: Prevent keyboard A11y proxy from referencing a ↵Alan Viverette2013-03-191-0/+25
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | null keyboard view. * commit '9da7fa0f50fcc1bbbce648940c0f6849d9e6624c': Prevent keyboard A11y proxy from referencing a null keyboard view.
| * | \ \ \ \ \ \ \ \ \ \ \ \ Merge "[DO NOT MERGE] Increase string limits" into jb-mr2-devJean Chalard2013-03-281-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | [DO NOT MERGE] Increase string limitsJean Chalard2013-03-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These have been requested by the translators. For some reason the limits were shorter than the actual source strings. Both these messages are meant to be displayed alone on the screen, and 50 chars should fit comfortably. Bug: 8442366 Bug: 8442144 Change-Id: I7845f85ddee992313f658e0268d090eae73778b3
| * | | | | | | | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-03-273-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7ddec7dead61077b9972ca3a661571c096650bec Auto-generated-cl: translation import
| * | | | | | | | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-03-251-1/+1
| |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I502c6b5a38d4495774179eb587775e713d5c98c9 Auto-generated-cl: translation import
| * | | | | | | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-03-2249-1631/+1551
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7531241854018cd052606f7f4a9b82fccd2e725c Auto-generated-cl: translation import
* | | | | | | | | | | | | | | Merge "Increase string limits"Jean Chalard2013-03-281-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Increase string limitsJean Chalard2013-03-281-2/+2
| | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These have been requested by the translators. For some reason the limits were shorter than the actual source strings. Both these messages are meant to be displayed alone on the screen, and 50 chars should fit comfortably. Bug: 8442366 Bug: 8442144 Change-Id: I7062e533e5d4521d2866a6c5f947c8f25b790675
* | | | | | | | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-03-274-16/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic1a341b949098fc55c0e5f46c976547ba02f8eca Auto-generated-cl: translation import
* | | | | | | | | | | | | | | Merge "Fix Possible NPE"Satoshi Kataoka2013-03-271-1/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Fix Possible NPESatoshi Kataoka2013-03-261-1/+6
| | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 8448448 Change-Id: Ibe89c9abd24c4debb33a69c372eadf2afb09ea1c
* | | | | | | | | | | | | | | Merge "Fix possible SIOOBE"Satoshi Kataoka2013-03-271-2/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Fix possible SIOOBESatoshi Kataoka2013-03-271-2/+9
| |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 8461021 Change-Id: I8b0385610b80b5a672ec380935c485a0e01ae984
* | | | | | | | | | | | | | | Merge "Close ResearchLogger upon onFinishInputView"Kurt Partridge2013-03-262-17/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Close ResearchLogger upon onFinishInputViewKurt Partridge2013-03-252-17/+17
| | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, ResearchLogger#stop() was called both in LatinIME#onFinishInputView() and in LatinIME#onWindowHidden(). This resulted in multiple logs being written. Since onFinishInputView is the more reliable of the two (it is called in InputMethodService#onDestroy; onWindowHidden is not), the code now uses onFinishInputView as a stopping signal. Change-Id: Iae4b8c3bdab226027624eeab19b3737367e4a108
* | | | | | | | | | | | | | Merge "Use XmlPullParser.getEventType()"Tadashi G. Takaoka2013-03-262-17/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Use XmlPullParser.getEventType()Tadashi G. Takaoka2013-03-262-17/+19
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie423d3416639f81409cc920658c8088b7519b045
* | | | | | | | | | | | | Merge "Fix possible NPE"Satoshi Kataoka2013-03-261-19/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Fix possible NPESatoshi Kataoka2013-03-251-19/+21
| |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 8457109 Change-Id: I321fbef53e20a7c36ef4bd9f544b50abe6a52be9
* | | | | | | | | | | | Clean up XmlParserUtilsTadashi G. Takaoka2013-03-263-27/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I636e8f359d47f39e61a7f77e3e686f2721779b6f
* | | | | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-03-251-1/+1
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8468f1e69374a5ada2ea03e427895b771b8dc048 Auto-generated-cl: translation import
* | | | | | | | | | | Fix possible ArrayIndexOutOfBoundsExceptionTadashi G. Takaoka2013-03-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 8461864 Change-Id: Icd8f4f51ec064461c08d00c1c58bedf5fbae2553
* | | | | | | | | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2013-03-2349-1730/+1942
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-03-2249-1730/+1942
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I84d0b4a11df3ac9a5706419e5c9f76eeb8c5cfd1 Auto-generated-cl: translation import
* / | | | | | | | | Don't announce changes for A11y within the same keyboard mode.Alan Viverette2013-03-221-20/+17
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 8439108 Change-Id: If9f14bb65625468dcd399df47ad0d2123be30be7
* | | | | | | | | Merge "Fix appname"Satoshi Kataoka2013-03-2257-1343/+49
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Fix appnameSatoshi Kataoka2013-03-2257-1343/+49
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6789579 Change-Id: Ic4694e36e0846af95fa8dcdef919be251983b528