aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* am 9c239184: am 49afe45d: Fix buildTadashi G. Takaoka2012-05-241-1/+1
|\ | | | | | | | | * commit '9c239184530be37fa806cf37a4f19ae0bc824aec': Fix build
| * Fix buildTadashi G. Takaoka2012-05-241-1/+1
| | | | | | | | | | | | Follow up of I7822adf407 Change-Id: Iac75c0f2ff2482bce1305c54cb25b708037db6c6
* | am bc48a8f7: am c60a846e: Fix NPE in Settings.updateCustomInputStylesSummaryTadashi G. Takaoka2012-05-241-1/+2
|\| | | | | | | | | * commit 'bc48a8f7ab0d9003a9c97ceb7d85bcf0502785a6': Fix NPE in Settings.updateCustomInputStylesSummary
| * Fix NPE in Settings.updateCustomInputStylesSummaryTadashi G. Takaoka2012-05-241-1/+2
| | | | | | | | Change-Id: I7822adf407046098f97bf60da9382910c0a40209
* | am 60b2d84d: am 1e1235fe: Merge "Support bigram suggestions in Android spell ↵satok2012-05-231-1/+28
|\| | | | | | | | | | | | | checker" into jb-dev * commit '60b2d84d82ce8fd4a7bf4592d5229ee2436a675c': Support bigram suggestions in Android spell checker
| * Merge "Support bigram suggestions in Android spell checker" into jb-devsatok2012-05-231-1/+28
| |\
| | * Support bigram suggestions in Android spell checkersatok2012-05-241-1/+28
| | | | | | | | | | | | | | | Bug: 6136291 Change-Id: Ic278153f95b23e9aa180d1d6b5960785766d96e5
* | | am 925212ff: am c54d558e: Cancel adding user history bigram when ↵satok2012-05-235-180/+219
|\| | | | | | | | | | | | | | | | | | | | autocorrection is cancelled * commit '925212ff4b3d6ff4182a94a133c0e4a4f23dd6aa': Cancel adding user history bigram when autocorrection is cancelled
| * | Cancel adding user history bigram when autocorrection is cancelledsatok2012-05-245-180/+219
| | | | | | | | | | | | | | | Bug: 6465474 Change-Id: Ifbfe0ddc2ce5fab070939ede3db7bf03a8535a45
* | | am a6f86554: am 0b6b6ee5: Merge "Notify the dictionary pack about copy ↵Jean Chalard2012-05-231-5/+13
|\| | | | | | | | | | | | | | | | | | | | failures" into jb-dev * commit 'a6f865541bb1f0db7d179d77d6c4fe10a22dc109': Notify the dictionary pack about copy failures
| * | Merge "Notify the dictionary pack about copy failures" into jb-devJean Chalard2012-05-231-5/+13
| |\ \
| | * | Notify the dictionary pack about copy failuresJean Chalard2012-05-231-5/+13
| | | | | | | | | | | | | | | | | | | | Bug: 6532896 Change-Id: I57f7b1a400222c89776f9bff652a7da4470232c5
* | | | am 09abb2c7: am 2866da88: Make ProximityInfo copy constructor for testTadashi G. Takaoka2012-05-231-9/+37
|\| | | | | | | | | | | | | | | | | | | * commit '09abb2c7de0828c0ec8ee58a442722fbfdf628f5': Make ProximityInfo copy constructor for test
| * | | Make ProximityInfo copy constructor for testTadashi G. Takaoka2012-05-231-9/+37
| | | | | | | | | | | | | | | | Change-Id: I94a29784591208af1849d4941a3b4789b93782de
* | | | am 0673e941: am 4cba9f58: Merge "Remove unused private method ↵Tadashi G. Takaoka2012-05-231-21/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Suggest.searchBigramSuggestion" into jb-dev * commit '0673e941eb26b491f53bbbb2bbdc49bfd07ff973': Remove unused private method Suggest.searchBigramSuggestion
| * | | Merge "Remove unused private method Suggest.searchBigramSuggestion" into jb-devTadashi G. Takaoka2012-05-231-21/+0
| |\ \ \ | | |/ / | |/| |
| | * | Remove unused private method Suggest.searchBigramSuggestionTadashi G. Takaoka2012-05-231-21/+0
| | | | | | | | | | | | | | | | Change-Id: I077c4c019676fefb8eac6042bd7db1b7ab33ca03
* | | | am 41531cfb: am ff4c037c: Merge "Remove an updated dictionary that changed ↵Jean Chalard2012-05-232-0/+34
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | locales" into jb-dev * commit '41531cfb7413b22267b17359a76fc47432152d57': Remove an updated dictionary that changed locales
| * | | Merge "Remove an updated dictionary that changed locales" into jb-devJean Chalard2012-05-232-0/+34
| |\ \ \ | | |/ / | |/| |
| | * | Remove an updated dictionary that changed localesJean Chalard2012-05-232-0/+34
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | When a dictionary changes locale, we need to remove the file that corresponds to the old version. It has a different path than the new one, so we have to search for it explicitly. Bug: 6540631 Change-Id: Ie9d63ba636651fe90f8fbb9627b7265ac7b34ccd
* | | am e0e7bba1: am 24ce3645: Merge "Fix RuntiomeException when no custom input ↵Tadashi G. Takaoka2012-05-221-2/+6
|\| | | | | | | | | | | | | | | | | | | | style is defined" into jb-dev * commit 'e0e7bba154cdc22cf603687eeb8a46e7b57e2eb6': Fix RuntiomeException when no custom input style is defined
| * | Merge "Fix RuntiomeException when no custom input style is defined" into jb-devTadashi G. Takaoka2012-05-221-2/+6
| |\ \
| | * | Fix RuntiomeException when no custom input style is definedTadashi G. Takaoka2012-05-231-2/+6
| | |/ | | | | | | | | | | | | Bug: 6524480 Change-Id: I6bceea9fe07095b9ff3ed25c5677a82fa5d4086a
* | | am c4f66d32: am 6c034901: Fix an NPEJean Chalard2012-05-221-1/+1
|\| | | | | | | | | | | | | | * commit 'c4f66d3233159ee224dd0b30dd117fe539af2be6': Fix an NPE
| * | Fix an NPEJean Chalard2012-05-231-1/+1
| |/ | | | | | | | | Bug: 6538761 Change-Id: Id85486ee93437cfec7db421d5c7f2d7980a7e32e
* | am 04046b77: am 37f81cd6: Merge "Always use AccessibilityUtils to send ↵Svetoslav Ganov2012-05-221-13/+1
|\| | | | | | | | | | | | | events." into jb-dev * commit '04046b7742f425d6573f54bad9582ad547906852': Always use AccessibilityUtils to send events.
| * Merge "Always use AccessibilityUtils to send events." into jb-devSvetoslav Ganov2012-05-221-13/+1
| |\
| | * Always use AccessibilityUtils to send events.alanv2012-05-211-13/+1
| | | | | | | | | | | | | | | Bug: 6532601 Change-Id: I3aba9066ccd8d401973abfe9100f4cab731b5e7d
* | | Merge "switch ResearchLogger output to json."Kurt Partridge2012-05-222-576/+544
|\ \ \
| * | | switch ResearchLogger output to json.Kurt Partridge2012-05-212-576/+544
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use multiple logging files, clean up internal nested class structure. multi-project commit with I1813b6710ef586d96cf8936662f58b870040d6e5 Bug: 6188932 Change-Id: I438790e28f74747c4c1a48a20c1942a0fd818b6c
* | | | am 37105e86: am 09c4909c: Merge "Remove a high surrogate after a delete if ↵Jean Chalard2012-05-221-0/+13
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | any" into jb-dev * commit '37105e8636fc84f9e903581443730a0bf6692996': Remove a high surrogate after a delete if any
| * | | Remove a high surrogate after a delete if anyJean Chalard2012-05-221-0/+13
| | |/ | |/| | | | | | | | | | Bug: 6526328 Change-Id: Iae70cad7b3c114bc13af48ae0eadd52ab88e8471
* | | am b9c597a7: am 2798c85c: Fix cursor leak in ContactsBinaryDictionaryTom Ouyang2012-05-211-1/+5
|\| | | | | | | | | | | | | | * commit 'b9c597a72d2e20a23351a832916cea7353f4fc41': Fix cursor leak in ContactsBinaryDictionary
| * | Fix cursor leak in ContactsBinaryDictionaryTom Ouyang2012-05-211-1/+5
| | | | | | | | | | | | | | | Bug: 6529131 Change-Id: I86493705fbf069ba7a6c43581cfbd1bcc27ff1ba
* | | am 82ffc9fe: am 16950d65: Reset automatic upper case when chroding key is ↵Tadashi G. Takaoka2012-05-214-23/+38
|\| | | | | | | | | | | | | | | | | | | | pressed * commit '82ffc9fe5f7255c902e371bb5353bdef97205fd6': Reset automatic upper case when chroding key is pressed
| * | Reset automatic upper case when chroding key is pressedTadashi G. Takaoka2012-05-214-23/+38
| | | | | | | | | | | | | | | Bug: 6501446 Change-Id: Idc3b88b5370c0d7968cc388885e9066f922cfcf3
* | | am 2eb4565b: am fc0a0015: Mark UserDictionary and ContactsDictionary as ↵Tadashi G. Takaoka2012-05-212-2/+10
|\| | | | | | | | | | | | | | | | | | | | deprecated * commit '2eb4565ba33d158520eba693abe3bb263853104e': Mark UserDictionary and ContactsDictionary as deprecated
| * | Mark UserDictionary and ContactsDictionary as deprecatedTadashi G. Takaoka2012-05-212-2/+10
| | | | | | | | | | | | | | | Bug: 6473962 Change-Id: I14477f99f67aedf756d9387ec1d50ef57a1c079e
* | | am 647827cc: am 78e3977e: Get rid of unused CODE_HAPTIC_AND_AUDIO_FEEDBACKTadashi G. Takaoka2012-05-211-4/+2
|\| | | | | | | | | | | | | | * commit '647827cc0171f7dc5d425dea5754fca3df49d036': Get rid of unused CODE_HAPTIC_AND_AUDIO_FEEDBACK
| * | Get rid of unused CODE_HAPTIC_AND_AUDIO_FEEDBACKTadashi G. Takaoka2012-05-211-4/+2
| | | | | | | | | | | | | | | Bug: 6523953 Change-Id: Ibea6c74d00e956116f492a3bedfe40e580b4c316
* | | am 1dbfbc60: am fd08b439: Tiny comment update to reflect what the class does ↵Ken Wakasa2012-05-211-1/+1
|\| | | | | | | | | | | | | | | | | | | | more accurately. * commit '1dbfbc60e7e385455f07ad4c11c34addda5c4902': Tiny comment update to reflect what the class does more accurately.
| * | Tiny comment update to reflect what the class does more accurately.Ken Wakasa2012-05-201-1/+1
| | | | | | | | | | | | Change-Id: I9eab3b5d387a5bf5d9b7fce4c1618170a7f34727
* | | am 6b965106: am cc38306d: Only speak key label after checking for password ↵alanv2012-05-211-3/+2
|\| | | | | | | | | | | | | | | | | | | | obscure flag. * commit '6b9651068b8b8db3591a9c1067cc7dfe27890d7b': Only speak key label after checking for password obscure flag.
| * | Only speak key label after checking for password obscure flag.alanv2012-05-191-3/+2
| | | | | | | | | | | | | | | Bug: 6523222 Change-Id: Ic737c4ce135d869a3422b1ebbea0a845c71b1699
* | | am e9b13a26: am 282adf73: Pass IME accessibility events directly to the ↵alanv2012-05-212-1/+18
|\| | | | | | | | | | | | | | | | | | | | AccessibilityManager. * commit 'e9b13a2685f91ba481a0cd4914078c51295cecea': Pass IME accessibility events directly to the AccessibilityManager.
| * | Pass IME accessibility events directly to the AccessibilityManager.alanv2012-05-192-1/+18
| | | | | | | | | | | | | | | Bug: 6523554 Change-Id: I44bceb7b068ff1ac0c799f4a93d5dcd8026f1e4b
* | | am 4bdb2bf3: am e1128687: Merge "Change to a binary version of the ↵Tom Ouyang2012-05-219-14/+311
|\| | | | | | | | | | | | | | | | | | | | expandable user dictionary." into jb-dev * commit '4bdb2bf3b9cceb99736a736de42088fcf3bd1a0f': Change to a binary version of the expandable user dictionary.
| * | Merge "Change to a binary version of the expandable user dictionary." into ↵Tom Ouyang2012-05-189-14/+311
| |\ \ | | | | | | | | | | | | jb-dev
| | * | Change to a binary version of the expandable user dictionary.Tom Ouyang2012-05-179-14/+311
| | | | | | | | | | | | | | | | | | | | Bug: 6435677 Change-Id: If83409f699608d443796e64a3c65692ae81b98e6
* | | | am 628a5745: am 75c60bf3: Merge "Change auto caps mode argument to int type" ↵Tadashi G. Takaoka2012-05-214-16/+35
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | into jb-dev * commit '628a5745e19d227cdff2370704a4958e2791eb5a': Change auto caps mode argument to int type