aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* am bf62dc03: am ef103e1f: Merge "Close ResearchLogger upon onFinishInputView"Kurt Partridge2013-04-032-17/+17
|\ | | | | | | | | * commit 'bf62dc036f1e71751c8713ff13e686bbf635d6c3': Close ResearchLogger upon onFinishInputView
| * 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
* | | Import translations. DO NOT MERGEBaligh Uddin2013-04-038-57/+29
| | | | | | | | | | | | | | | Change-Id: Ic405d085ced9e64efd9b7da38097734c71808fbc Auto-generated-cl: translation import
* | | Merge "Import translations. DO NOT MERGE" into jb-mr2-devBaligh Uddin2013-04-0140-320/+160
|\ \ \
| * | | Import translations. DO NOT MERGEBaligh Uddin2013-03-2940-320/+160
| | | | | | | | | | | | | | | | | | | | Change-Id: I19c04b125fc3d2a6dd7b0a32ee90f098d931f83b Auto-generated-cl: translation import
* | | | Deactivate hardware keyboard handling.Jean Chalard2013-04-011-1/+1
|/ / / | | | | | | | | | | | | | | | Bug: 8000119 Change-Id: I021481343d6d87efd8ff6110e9aa0906a1a3d11d
* / / Import translations. DO NOT MERGEBaligh Uddin2013-03-274-16/+12
|/ / | | | | | | | | Change-Id: If21c77c39e8945f39c3ecb5186b80fd8229a7659 Auto-generated-cl: translation import
* | 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
* | Remove unused importTadashi G. Takaoka2013-03-221-1/+0
|/ | | | | | This is a follow up of I062c076f. Change-Id: Ic3a83d95aed1f86121ed552a6f20f0d24f9d6d83
* Merge "Remove reference to string.english_ime_name"Tadashi G. Takaoka2013-03-221-4/+5
|\
| * Remove reference to string.english_ime_nameTadashi G. Takaoka2013-03-221-4/+5
| | | | | | | | | | Bug: 6789579 Change-Id: I062c076f0ca16cc39274e20955aa83d667b7380d
* | Merge "Use correct appname resource"Satoshi Kataoka2013-03-221-7/+8
|\ \
| * | Use correct appname resourceSatoshi Kataoka2013-03-221-7/+8
| | | | | | | | | | | | | | | Bug: 6789579 Change-Id: Id11435a28d6c5b6c72867814e23f5e62429080f8
* | | am 74089a09: am ba0e497a: Merge commit ↵Baligh Uddin2013-03-221-3/+6
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | \'525bbec9eccbf5bd4581c2b9908e46f61c4431ad\' into jb-mr2-dev * 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 ...
| * | am 9da7fa0f: am 559616fb: Prevent keyboard A11y proxy from referencing a ↵Alan Viverette2013-03-201-0/+25
| | | | | | | | | | | | | | | | | | | | | null keyboard view. * commit '9da7fa0f50fcc1bbbce648940c0f6849d9e6624c': Prevent keyboard A11y proxy from referencing a null keyboard view.
| * | am a462cd80: Support feedbackSatoshi Kataoka2013-03-195-0/+56
| |\ \ | | | | | | | | | | | | | | | | * commit 'a462cd80ae9d07cea596c61c54d7b1b2ba6c6645': Support feedback
| * \ \ am 8e005f29: am 1061bfdb: Break dependencies to allow offdevice tests to buildJean Chalard2013-03-198-34/+61
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * commit '8e005f2989de98cd284f1f5210f4c9d8d658e5e7': Break dependencies to allow offdevice tests to build
| * \ \ \ am 6d90a10a: am 0cc0544a: Merge the dictionary pack in Latin IME.Jean Chalard2013-03-1993-34/+7481
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit '6d90a10a343723b8613fd22d323c586ecc33b284': Merge the dictionary pack in Latin IME.
| * \ \ \ \ am 841c295f: resolved conflicts for merge of 5b048292 to masterTadashi G. Takaoka2013-03-1820-93/+111
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '841c295f3c99214f45924434d9c0bb5b4760578d': Rename ProductionFlag.IS_EXPERIMENTAL to USES_DEVELOPMENT_ONLY_DIAGNOSTICS
| * | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-03-187-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ibb8964f1f799c3279460df23124ae8ec866ea873 Auto-generated-cl: translation import
| * | | | | | am f8325ec4: am 5cb0560b: Merge "Access the dictionary pack only if have ↵Jean Chalard2013-03-181-2/+8
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | INTERNET permission" into jb-mr2-dev * commit 'f8325ec4bb83f91d53949562556652bff315f088': Access the dictionary pack only if have INTERNET permission
| * \ \ \ \ \ \ am 62ed594c: am e0e67373: Refactor parameters by naming conventionSatoshi Kataoka2013-03-171-2/+2
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '62ed594c373e172ba7b32d099911b318dcbfc7b2': Refactor parameters by naming convention
| * \ \ \ \ \ \ \ am 3268a44e: am a5067333: Disable the header list of DebugSettingsActivityTadashi G. Takaoka2013-03-152-7/+8
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '3268a44e1cde2f4e14d01ac62e2e1a6e9a70a601': Disable the header list of DebugSettingsActivity
| * \ \ \ \ \ \ \ \ am f33f1cab: [FileEncap9] Extract ResearchLogDirectory classKurt Partridge2013-03-145-82/+153
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'f33f1cab2fd57fe39955593e68902554ed57a053': [FileEncap9] Extract ResearchLogDirectory class
| * \ \ \ \ \ \ \ \ \ am 7faa2caa: Merge "[Lazy4] Remove useless debug code"Kurt Partridge2013-03-141-33/+0
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '7faa2caa80ea3b07ab317a5aa92bd048b574af27': [Lazy4] Remove useless debug code
| * \ \ \ \ \ \ \ \ \ \ Merge "Import translations. DO NOT MERGE" into jb-ub-latinimegoogleBaligh Uddin2013-03-1449-3/+553
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-03-1249-3/+553
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Idf34e25ce4d5c162955b70c53c105f87486a7ff6 Auto-generated-cl: translation import
| * | | | | | | | | | | | am fb606c62: am f0864b1d: Merge "Clean up StaticInnerHandlerWrapper a bit" ↵Tadashi G. Takaoka2013-03-131-7/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into jb-mr2-dev * commit 'fb606c6277fdf7385bf8ce876102bda016465e8f': Clean up StaticInnerHandlerWrapper a bit
| * \ \ \ \ \ \ \ \ \ \ \ \ am 1ab33383: am 0d5f214a: Fix NPE found in monkey testTadashi G. Takaoka2013-03-131-0/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '1ab33383f983082621084a65a168101e5fb526e0': Fix NPE found in monkey test
| * \ \ \ \ \ \ \ \ \ \ \ \ \ am f5caf5be: am 601a8582: Merge "Move checking non-persistent checkbox to ↵Tadashi G. Takaoka2013-03-131-4/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | onResume" into jb-mr2-dev * commit 'f5caf5be994f8b7885f4e434e25019fd847ca927': Move checking non-persistent checkbox to onResume
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 0b251201: am 0ab44b21: Merge "Make isInternal mutable" into jb-mr2-devSatoshi Kataoka2013-03-135-16/+22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '0b2512017edb0161d51643560cd41dac9b1a1559': Make isInternal mutable
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 64b95965: Merge "[Lazy2] Pass a runnable to abort"Kurt Partridge2013-03-131-4/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '64b9596544acbeec1a416185e9472cfbd49cde60': [Lazy2] Pass a runnable to abort
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 5e75e15a: Merge "[Lazy1] Switch to blocking log closures"Kurt Partridge2013-03-122-42/+45
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '5e75e15a95185a56c0bdd19d3efbe9de9e5775f9': [Lazy1] Switch to blocking log closures
| * | | | | | | | | | | | | | | | | am dbfd2825: am 2bbd3065: Language dependent single/doule quotation more keysTadashi G. Takaoka2013-03-114-479/+547
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'dbfd2825c8bc46d64ac2752aa04c23ab385fbbac': Language dependent single/doule quotation more keys
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am d7b4af9b: am 67e264de: Merge "Add dotted circle to combination letter" ↵Tadashi G. Takaoka2013-03-1117-110/+679
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into jb-mr2-dev * commit 'd7b4af9b560fb11ca0acb78ca937a0eeb06e147c': Add dotted circle to combination letter
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 2d9b7f60: am af37cbb4: Merge "Announce keyboard mode changes as a ↵Svetoslav Ganov2013-03-084-6/+124
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WINDOW_STATE_CHANGED event." into jb-mr2-dev * commit '2d9b7f60dd8c8dfdf89fd3a9eb41296a58df3a22': Announce keyboard mode changes as a WINDOW_STATE_CHANGED event.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 60906d4d: am 914d054e: Move logic of selecting key preview attribute to ↵Tadashi G. Takaoka2013-03-082-17/+36
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Key class * commit '60906d4d08fdf4295c97ddfeacd61a06e7bc0f0c': Move logic of selecting key preview attribute to Key class
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am bba39b9b: [FileEncap8] Remove useless "success" variableKurt Partridge2013-03-071-13/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'bba39b9b678f4fb00511ba88c12eef9082ecc628': [FileEncap8] Remove useless "success" variable