aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Ask the client to make itself known when it's notJean Chalard2013-04-012-1/+74
| | | | | | | | | | Upon invoking the settings of the dictionary pack with an unknown client, we now launch an intent to ask the client to make itself known. This change also includes the code that receives this intent and acts upon it. Bug: 8492879 Change-Id: I2c6496dea845646961ecafcf64e282cb93ee91dc
* Fix an NPEJean Chalard2013-03-291-18/+10
| | | | | | | | Also remove an unused method and make 2 private variables final. Bug: 8461093 Change-Id: I676d93fda28e82eb5a6978f2e7ad5a0add2cbecf
* 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-261-5/+3
|\ \ | |/ |/|
| * Close ResearchLogger upon onFinishInputViewKurt Partridge2013-03-251-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | 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 "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-261-13/+16
|/ | | | Change-Id: I636e8f359d47f39e61a7f77e3e686f2721779b6f
* Fix possible ArrayIndexOutOfBoundsExceptionTadashi G. Takaoka2013-03-251-1/+1
| | | | | Bug: 8461864 Change-Id: Icd8f4f51ec064461c08d00c1c58bedf5fbae2553
* Fix appnameSatoshi Kataoka2013-03-224-1/+33
| | | | | Bug: 6789579 Change-Id: Ic4694e36e0846af95fa8dcdef919be251983b528
* Use correct appname resourceSatoshi Kataoka2013-03-221-7/+8
| | | | | Bug: 6789579 Change-Id: Id11435a28d6c5b6c72867814e23f5e62429080f8
* Support feedbackSatoshi Kataoka2013-03-193-0/+51
| | | | | Bug: 8143554 Change-Id: If0a6bafc94da040f97f27c6d046fb58bed9fd615
* am 1061bfdb: Break dependencies to allow offdevice tests to buildJean Chalard2013-03-194-14/+7
|\ | | | | | | | | * commit '1061bfdb34bbcb63bf0046eec42313d264ac33fa': Break dependencies to allow offdevice tests to build
| * Break dependencies to allow offdevice tests to buildJean Chalard2013-03-194-14/+7
| | | | | | | | Change-Id: Ia9a2e8f0672b3f72943f26fb15de1d3c7c5ce7f1
* | am 0cc0544a: Merge the dictionary pack in Latin IME.Jean Chalard2013-03-196-30/+48
|\| | | | | | | | | * commit '0cc0544a2995c7eb54a830ae54db60af89d4073d': Merge the dictionary pack in Latin IME.
| * Merge the dictionary pack in Latin IME.Jean Chalard2013-03-196-30/+48
| | | | | | | | | | Bug: 8161354 Change-Id: I17c23f56dd3bc2f27726556bf2c5a9d5520bd172
* | resolved conflicts for merge of 5b048292 to masterTadashi G. Takaoka2013-03-196-54/+59
|\| | | | | | | Change-Id: I67ebab46954cd7b8e3e79e7fed523bafb15f8835
| * Rename ProductionFlag.IS_EXPERIMENTAL to USES_DEVELOPMENT_ONLY_DIAGNOSTICSKen Wakasa2013-03-186-53/+58
| | | | | | | | | | bug: 8393568 Change-Id: Ie5edf44a3627aca9416145aff56bf05bbf2a05f3
* | am 5cb0560b: Merge "Access the dictionary pack only if have INTERNET ↵Jean Chalard2013-03-181-2/+8
|\| | | | | | | | | | | | | permission" into jb-mr2-dev * commit '5cb0560b000f37b3fb3937f01b6d3e928afef57a': Access the dictionary pack only if have INTERNET permission
| * Merge "Access the dictionary pack only if have INTERNET permission" into ↵Jean Chalard2013-03-181-2/+8
| |\ | | | | | | | | | jb-mr2-dev
| | * Access the dictionary pack only if have INTERNET permissionJean Chalard2013-03-181-2/+8
| | | | | | | | | | | | | | | Bug: 8161354 Change-Id: I68ee3acb2955a017d25666cc2dad791798f9064a
* | | am e0e67373: Refactor parameters by naming conventionSatoshi Kataoka2013-03-181-2/+2
|\| | | | | | | | | | | | | | * commit 'e0e67373735918c78eaeaf24f127e1d28816aa29': Refactor parameters by naming convention
| * | Refactor parameters by naming conventionSatoshi Kataoka2013-03-181-2/+2
| | | | | | | | | | | | Change-Id: I8bda8075b33f656ecbec08320afcd864b620fe77
* | | am a5067333: Disable the header list of DebugSettingsActivityTadashi G. Takaoka2013-03-152-7/+8
|\| | | | | | | | | | | | | | * commit 'a50673330e012f6cca02b83eca1c047b8da319e0': Disable the header list of DebugSettingsActivity
| * | Disable the header list of DebugSettingsActivityTadashi G. Takaoka2013-03-152-7/+8
| |/ | | | | | | | | | | | | This change addresses the issue that the debug settings on 10-inch tablet doesn't show up. Change-Id: I60540cf21276869a3ca81b7b0154056ce7d93ff1
* | am f0864b1d: Merge "Clean up StaticInnerHandlerWrapper a bit" into jb-mr2-devTadashi G. Takaoka2013-03-141-7/+7
|\| | | | | | | | | * commit 'f0864b1d95411ce9886a5ade13f42cb17f578828': Clean up StaticInnerHandlerWrapper a bit
| * Merge "Clean up StaticInnerHandlerWrapper a bit" into jb-mr2-devTadashi G. Takaoka2013-03-141-7/+7
| |\
| | * Clean up StaticInnerHandlerWrapper a bitTadashi G. Takaoka2013-03-141-7/+7
| | | | | | | | | | | | Change-Id: Ib07efe6da1eb2f0fd9ef68ca71502c98f7e19f4b
* | | am 0d5f214a: Fix NPE found in monkey testTadashi G. Takaoka2013-03-141-0/+3
|\| | | | | | | | | | | | | | * commit '0d5f214aa774ab0ab7c17521984caae11c9f4c2b': Fix NPE found in monkey test
| * | Fix NPE found in monkey testTadashi G. Takaoka2013-03-141-0/+3
| |/ | | | | | | | | Bug: 8383127 Change-Id: Ifd70acabe118b477f103937c7f1e99e38e210833
| * Merge "[DO NOT MERGE] Deactivate H/W keyboard handling" into jb-mr2-devJean Chalard2013-03-131-1/+1
| |\
| | * [DO NOT MERGE] Deactivate H/W keyboard handlingJean Chalard2013-03-121-1/+1
| | | | | | | | | | | | | | | | | | | | | For MR2, LatinIME should not be handling hardware keyboard events. The feature is still work in progress. Change-Id: I56ff18bff84ba6b5a6bc3f8829b42eaf33b72554
* | | am 601a8582: Merge "Move checking non-persistent checkbox to onResume" into ↵Tadashi G. Takaoka2013-03-141-4/+4
|\| | | | | | | | | | | | | | | | | | | | jb-mr2-dev * commit '601a8582d0f761a85b6eb16e7a6b78402f6f2599': Move checking non-persistent checkbox to onResume
| * | Merge "Move checking non-persistent checkbox to onResume" into jb-mr2-devTadashi G. Takaoka2013-03-131-4/+4
| |\ \
| | * | Move checking non-persistent checkbox to onResumeTadashi G. Takaoka2013-03-131-4/+4
| | |/ | | | | | | | | | | | | Bug: 8336068 Change-Id: I07e67a6aee24a239a21e6fc69eb2ec741b9a5b2b
* | | am 0ab44b21: Merge "Make isInternal mutable" into jb-mr2-devSatoshi Kataoka2013-03-135-16/+22
|\| | | | | | | | | | | | | | * commit '0ab44b21bd6ef5e9fde329b25dfd84f6ca5c0825': Make isInternal mutable
| * | Merge "Make isInternal mutable" into jb-mr2-devSatoshi Kataoka2013-03-135-16/+22
| |\ \ | | |/ | |/|
| | * Make isInternal mutableSatoshi Kataoka2013-03-135-16/+22
| | | | | | | | | | | | Change-Id: Ib81ceba801be0ac7ef65c4eadd1ec8599e80dacc
* | | am af37cbb4: Merge "Announce keyboard mode changes as a WINDOW_STATE_CHANGED ↵Svetoslav Ganov2013-03-081-0/+4
|\| | | | | | | | | | | | | | | | | | | | event." into jb-mr2-dev * commit 'af37cbb44ef40fcd15fa02456c9abda8021847ce': Announce keyboard mode changes as a WINDOW_STATE_CHANGED event.
| * | Announce keyboard mode changes as a WINDOW_STATE_CHANGED event.Alan Viverette2013-03-071-0/+4
| |/ | | | | | | | | Bug: 8165295 Change-Id: Ie416f6cdb68377f3e06f30e9b6363c38ba2a602d
* | Merge "Make some methods visible for testing"Kurt Partridge2013-03-061-0/+3
|\ \
| * | Make some methods visible for testingKurt Partridge2013-03-051-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | bug: 8302967 multi-project commit with Icf915abb57ef00840ee93b67a25db42ba51f1c38 Change-Id: I105bda5bdff871508140fb99487dddbf17992790
* | | am 84fa8043: Merge "Add show setup wizard icon preference settings" into ↵Tadashi G. Takaoka2013-03-053-31/+49
|\ \ \ | | |/ | |/| | | | | | | | | | | | | jb-mr2-dev * commit '84fa8043e6bef47378b3fc32c277e33034d5c174': Add show setup wizard icon preference settings
| * | Add show setup wizard icon preference settingsTadashi G. Takaoka2013-03-053-31/+49
| | | | | | | | | | | | | | | Bug: 8239067 Change-Id: If6106a3632d3abad3e22ce29f1351525a5152ec7
* | | Clean up PREF_USABILITY_STUDY_MODEKurt Partridge2013-03-042-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Refer to a common default value in DebugSettings - Make PREF_USABILITY_STUDY_MODE independent of the ResearchLogger - ResearchLogger uses its own preference through ResearchSettings multi-project commit with Ie0df836c9d779eba484b522666ec357f4e234823 Change-Id: I88547a2f619db6e7364abbbec12f9f76855dd11a
* | | Remove MainLogBuffer#setSuggest()Kurt Partridge2013-03-011-1/+1
| |/ |/| | | | | | | | | multi-project commit with Ia98b1406fc2ee11a96893c77ea58d800fece7624 Change-Id: I8bc3d07b83dbe7d8fc56a618de07dade7f510b13
* | am 99b0dc6f: Merge "Add setup wizard launcher icon" into jb-mr2-devTadashi G. Takaoka2013-03-012-19/+161
|\| | | | | | | | | * commit '99b0dc6f0d18f5fdd8634e8fa533bf1b3f81a538': Add setup wizard launcher icon