aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge "Increase string limits"Jean Chalard2013-03-281-2/+2
|\
| * Increase string limits•••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 Jean Chalard2013-03-281-2/+2
* | Import translations. DO NOT MERGE•••Change-Id: Ic1a341b949098fc55c0e5f46c976547ba02f8eca Auto-generated-cl: translation import Baligh Uddin2013-03-274-16/+12
* | Merge "Fix Possible NPE"Satoshi Kataoka2013-03-271-1/+6
|\ \
| * | Fix Possible NPE•••Bug: 8448448 Change-Id: Ibe89c9abd24c4debb33a69c372eadf2afb09ea1c Satoshi Kataoka2013-03-261-1/+6
* | | Merge "Fix possible SIOOBE"Satoshi Kataoka2013-03-271-2/+9
|\ \ \
| * | | Fix possible SIOOBE•••Bug: 8461021 Change-Id: I8b0385610b80b5a672ec380935c485a0e01ae984 Satoshi Kataoka2013-03-271-2/+9
| |/ /
* | | Merge "Close ResearchLogger upon onFinishInputView"Kurt Partridge2013-03-262-17/+17
|\ \ \
| * | | Close ResearchLogger upon onFinishInputView•••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 Kurt Partridge2013-03-252-17/+17
* | | | Merge "Use XmlPullParser.getEventType()"Tadashi G. Takaoka2013-03-262-17/+19
|\ \ \ \ | |_|/ / |/| | |
| * | | Use XmlPullParser.getEventType()•••Change-Id: Ie423d3416639f81409cc920658c8088b7519b045 Tadashi G. Takaoka2013-03-262-17/+19
* | | | Merge "Fix possible NPE"Satoshi Kataoka2013-03-261-19/+21
|\ \ \ \ | |/ / / |/| | |
| * | | Fix possible NPE•••Bug: 8457109 Change-Id: I321fbef53e20a7c36ef4bd9f544b50abe6a52be9 Satoshi Kataoka2013-03-251-19/+21
| |/ /
* | | Clean up XmlParserUtils•••Change-Id: I636e8f359d47f39e61a7f77e3e686f2721779b6f Tadashi G. Takaoka2013-03-263-27/+30
* | | Import translations. DO NOT MERGE•••Change-Id: I8468f1e69374a5ada2ea03e427895b771b8dc048 Auto-generated-cl: translation import Baligh Uddin2013-03-251-1/+1
|/ /
* | Fix possible ArrayIndexOutOfBoundsException•••Bug: 8461864 Change-Id: Icd8f4f51ec064461c08d00c1c58bedf5fbae2553 Tadashi G. Takaoka2013-03-251-1/+1
* | Merge "Import translations. DO NOT MERGE"Baligh Uddin2013-03-2349-1730/+1942
|\ \
| * | Import translations. DO NOT MERGE•••Change-Id: I84d0b4a11df3ac9a5706419e5c9f76eeb8c5cfd1 Auto-generated-cl: translation import Baligh Uddin2013-03-2249-1730/+1942
* | | Don't announce changes for A11y within the same keyboard mode.•••Bug: 8439108 Change-Id: If9f14bb65625468dcd399df47ad0d2123be30be7 Alan Viverette2013-03-221-20/+17
|/ /
* | Merge "Fix appname"Satoshi Kataoka2013-03-2257-1343/+49
|\ \
| * | Fix appname•••Bug: 6789579 Change-Id: Ic4694e36e0846af95fa8dcdef919be251983b528 Satoshi Kataoka2013-03-2257-1343/+49
* | | Remove unused import•••This is a follow up of I062c076f. Change-Id: Ic3a83d95aed1f86121ed552a6f20f0d24f9d6d83 Tadashi G. Takaoka2013-03-221-1/+0
|/ /
* | Merge "Remove reference to string.english_ime_name"Tadashi G. Takaoka2013-03-221-4/+5
|\ \
| * | Remove reference to string.english_ime_name•••Bug: 6789579 Change-Id: I062c076f0ca16cc39274e20955aa83d667b7380d Tadashi G. Takaoka2013-03-221-4/+5
* | | Merge "Use correct appname resource"Satoshi Kataoka2013-03-221-7/+8
|\ \ \
| * | | Use correct appname resource•••Bug: 6789579 Change-Id: Id11435a28d6c5b6c72867814e23f5e62429080f8 Satoshi Kataoka2013-03-221-7/+8
* | | | am 74089a09: am ba0e497a: Merge commit \'525bbec9eccbf5bd4581c2b9908e46f61c44...•••* commit '74089a0946fa804e13497931a1c15e94a445f6ad': (93 commits) am 9da7fa0f: am 559616fb: Prevent keyboard A11y proxy from referencing a null keyboard view. Import translations. DO NOT MERGE Import translations. DO NOT MERGE Import translations. DO NOT MERGE Import translations. DO NOT MERGE Import translations. DO NOT MERGE Import translations. DO NOT MERGE Import translations. DO NOT MERGE Import translations. DO NOT MERGE Import translations. DO NOT MERGE Import translations. DO NOT MERGE Import translations. DO NOT MERGE Import translations. DO NOT MERGE Import translations. DO NOT MERGE Import translations. DO NOT MERGE Import translations. DO NOT MERGE Import translations. DO NOT MERGE Import translations. DO NOT MERGE Import translations. DO NOT MERGE Import translations. DO NOT MERGE ... Baligh Uddin2013-03-221-3/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | am 9da7fa0f: am 559616fb: Prevent keyboard A11y proxy from referencing a null...•••* commit '9da7fa0f50fcc1bbbce648940c0f6849d9e6624c': Prevent keyboard A11y proxy from referencing a null keyboard view. Alan Viverette2013-03-201-0/+25
| * | | am a462cd80: Support feedback•••* commit 'a462cd80ae9d07cea596c61c54d7b1b2ba6c6645': Support feedback Satoshi Kataoka2013-03-195-0/+56
| |\ \ \
| * \ \ \ am 8e005f29: am 1061bfdb: Break dependencies to allow offdevice tests to build•••* commit '8e005f2989de98cd284f1f5210f4c9d8d658e5e7': Break dependencies to allow offdevice tests to build Jean Chalard2013-03-198-34/+61
| |\ \ \ \
| * \ \ \ \ am 6d90a10a: am 0cc0544a: Merge the dictionary pack in Latin IME.•••* commit '6d90a10a343723b8613fd22d323c586ecc33b284': Merge the dictionary pack in Latin IME. Jean Chalard2013-03-1993-34/+7481
| |\ \ \ \ \
| * \ \ \ \ \ am 841c295f: resolved conflicts for merge of 5b048292 to master•••* commit '841c295f3c99214f45924434d9c0bb5b4760578d': Rename ProductionFlag.IS_EXPERIMENTAL to USES_DEVELOPMENT_ONLY_DIAGNOSTICS Tadashi G. Takaoka2013-03-1820-93/+111
| |\ \ \ \ \ \
| * | | | | | | Import translations. DO NOT MERGE•••Change-Id: Ibb8964f1f799c3279460df23124ae8ec866ea873 Auto-generated-cl: translation import Baligh Uddin2013-03-187-9/+9
| * | | | | | | am f8325ec4: am 5cb0560b: Merge "Access the dictionary pack only if have INTE...•••* commit 'f8325ec4bb83f91d53949562556652bff315f088': Access the dictionary pack only if have INTERNET permission Jean Chalard2013-03-181-2/+8
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ am 62ed594c: am e0e67373: Refactor parameters by naming convention•••* commit '62ed594c373e172ba7b32d099911b318dcbfc7b2': Refactor parameters by naming convention Satoshi Kataoka2013-03-171-2/+2
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ am 3268a44e: am a5067333: Disable the header list of DebugSettingsActivity•••* commit '3268a44e1cde2f4e14d01ac62e2e1a6e9a70a601': Disable the header list of DebugSettingsActivity Tadashi G. Takaoka2013-03-152-7/+8
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ am f33f1cab: [FileEncap9] Extract ResearchLogDirectory class•••* commit 'f33f1cab2fd57fe39955593e68902554ed57a053': [FileEncap9] Extract ResearchLogDirectory class Kurt Partridge2013-03-145-82/+153
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ am 7faa2caa: Merge "[Lazy4] Remove useless debug code"•••* commit '7faa2caa80ea3b07ab317a5aa92bd048b574af27': [Lazy4] Remove useless debug code Kurt Partridge2013-03-141-33/+0
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge "Import translations. DO NOT MERGE" into jb-ub-latinimegoogleBaligh Uddin2013-03-1449-3/+553
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Import translations. DO NOT MERGE•••Change-Id: Idf34e25ce4d5c162955b70c53c105f87486a7ff6 Auto-generated-cl: translation import Baligh Uddin2013-03-1249-3/+553
| * | | | | | | | | | | | | am fb606c62: am f0864b1d: Merge "Clean up StaticInnerHandlerWrapper a bit" in...•••* commit 'fb606c6277fdf7385bf8ce876102bda016465e8f': Clean up StaticInnerHandlerWrapper a bit Tadashi G. Takaoka2013-03-131-7/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ am 1ab33383: am 0d5f214a: Fix NPE found in monkey test•••* commit '1ab33383f983082621084a65a168101e5fb526e0': Fix NPE found in monkey test Tadashi G. Takaoka2013-03-131-0/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ am f5caf5be: am 601a8582: Merge "Move checking non-persistent checkbox to onR...•••* commit 'f5caf5be994f8b7885f4e434e25019fd847ca927': Move checking non-persistent checkbox to onResume Tadashi G. Takaoka2013-03-131-4/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 0b251201: am 0ab44b21: Merge "Make isInternal mutable" into jb-mr2-dev•••* commit '0b2512017edb0161d51643560cd41dac9b1a1559': Make isInternal mutable Satoshi Kataoka2013-03-135-16/+22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 64b95965: Merge "[Lazy2] Pass a runnable to abort"•••* commit '64b9596544acbeec1a416185e9472cfbd49cde60': [Lazy2] Pass a runnable to abort Kurt Partridge2013-03-131-4/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 5e75e15a: Merge "[Lazy1] Switch to blocking log closures"•••* commit '5e75e15a95185a56c0bdd19d3efbe9de9e5775f9': [Lazy1] Switch to blocking log closures Kurt Partridge2013-03-122-42/+45
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | am dbfd2825: am 2bbd3065: Language dependent single/doule quotation more keys•••* commit 'dbfd2825c8bc46d64ac2752aa04c23ab385fbbac': Language dependent single/doule quotation more keys Tadashi G. Takaoka2013-03-114-479/+547
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am d7b4af9b: am 67e264de: Merge "Add dotted circle to combination letter" int...•••* commit 'd7b4af9b560fb11ca0acb78ca937a0eeb06e147c': Add dotted circle to combination letter Tadashi G. Takaoka2013-03-1117-110/+679
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 2d9b7f60: am af37cbb4: Merge "Announce keyboard mode changes as a WINDOW_S...•••* commit '2d9b7f60dd8c8dfdf89fd3a9eb41296a58df3a22': Announce keyboard mode changes as a WINDOW_STATE_CHANGED event. Svetoslav Ganov2013-03-084-6/+124
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 60906d4d: am 914d054e: Move logic of selecting key preview attribute to Ke...•••* commit '60906d4d08fdf4295c97ddfeacd61a06e7bc0f0c': Move logic of selecting key preview attribute to Key class Tadashi G. Takaoka2013-03-082-17/+36
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \