aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Make logs less spammy.Dan Zivkovic2015-04-071-2/+6
| | | | | | | | | | | | Bug 19987461. Change-Id: Ibf58f2b26c2d01f765ef32abb47c84be49e2ba9f
* | am 6bb70115: Read less data from the input connection.Dan Zivkovic2015-04-071-4/+4
|\| | | | | | | | | * commit '6bb701155931fbf3f96aaea1c8c7b0ba4b521b3f': Read less data from the input connection.
| * Read less data from the input connection.Dan Zivkovic2015-04-071-4/+4
| | | | | | | | | | | | | | | | | | | | Currently, we read 256 (max word size) * 5 (max N-gram size + 1) characters from the input connection when building our context. This is overkill. We don't need more than 80 characters, regardless of which decoder we use. Bug 19987461. Change-Id: Ie3a321cf2482adbacd8006d9d86e6601097c15ed
* | am 3e66c635: Skip decoding for in-vocabulary words.Dan Zivkovic2015-04-071-36/+30
|\| | | | | | | | | * commit '3e66c6357d5cc9e8e3ef8e63c2334d2b92465061': Skip decoding for in-vocabulary words.
| * Skip decoding for in-vocabulary words.Dan Zivkovic2015-04-071-36/+30
| | | | | | | | | | | | | | | | | | | | The spell checker is decoding, and getting multiple sets of suggestions, for every word it encounters. It even does that for in-vocabulary words, though it will not underline or show suggestions for in-vocabulary words. Bug 19987461. Change-Id: Ie61101fa8ab8917f3f49c77768dbcffd96c1685e
* | am ec2891b0: Define stats for UserDictionaryLookup.Dan Zivkovic2015-04-062-4/+43
|\| | | | | | | | | * commit 'ec2891b007ac6322bd66aedca217ad4e22b6a85b': Define stats for UserDictionaryLookup.
| * Define stats for UserDictionaryLookup.Dan Zivkovic2015-04-062-4/+43
| | | | | | | | | | | | Bug 20071513. Change-Id: Iaab909575da29bfe6e17bb3865ce51d1e7720e7c
* | am c79ed10c: Merge "Revert "Declare that LatinIME does not use cleartext ↵Dan Zivkovic2015-04-061-2/+1
|\| | | | | | | | | | | | | network traffic."" * commit 'c79ed10cf74c464bc9d6a32135ccb50d99998daf': Revert "Declare that LatinIME does not use cleartext network traffic."
| * Merge "Revert "Declare that LatinIME does not use cleartext network traffic.""Dan Zivkovic2015-04-061-2/+1
| |\
| | * Revert "Declare that LatinIME does not use cleartext network traffic."Dan Zivkovic2015-04-061-2/+1
| | | | | | | | | | | | | | | | | | | | | This reverts commit 24a9683ac9fc1b6d3ac49de449ea4b2f155f26a9. Change-Id: I6f305aac6ac8d5c550a39eb5c88ec2881203cecc Reason: Breaks a clean build on master.
| * | Import translations. DO NOT MERGEGeoff Mendal2015-04-0374-2/+76
| | | | | | | | | | | | | | | Change-Id: I984112f22ef3047ee98f0ce57f541d901df92517 Auto-generated-cl: translation import
* | | Import translations. DO NOT MERGEGeoff Mendal2015-04-0374-2/+76
| | | | | | | | | | | | | | | Change-Id: I663b603f01a112286031cabcb83773f4ec174040 Auto-generated-cl: translation import
* | | am e1b13a45: Log timing for performUpdateSuggestionStripSync.Tom Ouyang2015-04-031-0/+9
|\| | | | | | | | | | | | | | * commit 'e1b13a4550de44c63b6b57969a4ef6a91f14a781': Log timing for performUpdateSuggestionStripSync.
| * | Log timing for performUpdateSuggestionStripSync.Tom Ouyang2015-04-031-0/+9
| | | | | | | | | | | | Change-Id: Id08daf7c06e874b43deed77a49b65969dadb1565
* | | am 5760cdf7: Merge "Declare that LatinIME does not use cleartext network ↵Alex Klyubin2015-04-031-1/+2
|\| | | | | | | | | | | | | | | | | | | | traffic." * commit '5760cdf750aadc3b5e2c0c7749c74ed41e09de0f': Declare that LatinIME does not use cleartext network traffic.
| * | Merge "Declare that LatinIME does not use cleartext network traffic."Alex Klyubin2015-04-031-1/+2
| |\|
| | * Declare that LatinIME does not use cleartext network traffic.Alex Klyubin2015-04-021-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This declares to the platform and tools that this app does not use cleartext network traffic. The platform and tools will be blocking (on best effort basis) attempts to use such traffic by this app. For example, attempts to use HTTP (rather than HTTPS) will be blocked. Bug: 19215516 Change-Id: I4c933a214457025797e077b72d8daf8a0c876923
* | | am fe1191a4: Add edit_personal_dictionary back to strings.xmlDan Zivkovic2015-04-031-0/+3
|\| | | | | | | | | | | | | | * commit 'fe1191a448adac1b1fd605c79665aa023a336639': Add edit_personal_dictionary back to strings.xml
| * | Add edit_personal_dictionary back to strings.xmlDan Zivkovic2015-04-031-0/+3
| | | | | | | | | | | | | | | | | | Bug 20061825. Change-Id: I3bad714a340df383a80d17c25efb068304f6bd74
* | | am ceaafa2f: Merge "Do not throw NPE if the dictionary info is not available ↵Mohammadinamul Sheik2015-04-034-2/+22
|\| | | | | | | | | | | | | | | | | | | | on db" * commit 'ceaafa2ff99fd881b5fa6053734a7e38a594638f': Do not throw NPE if the dictionary info is not available on db
| * | Merge "Do not throw NPE if the dictionary info is not available on db"Mohammadinamul Sheik2015-04-034-2/+22
| |\ \
| | * | Do not throw NPE if the dictionary info is not available on dbMohammadinamul Sheik2015-04-024-2/+22
| | | | | | | | | | | | | | | | | | | | Bug: 20035793 Change-Id: Idc13af405eab5457954a93db3dddcd81f6eb6435
* | | | am 4c326c66: Merge "Log timing of commitChosenWord()"Dan Zivkovic2015-04-021-9/+6
|\| | | | | | | | | | | | | | | | | | | * commit '4c326c66e983ece2b8fb6c8b3220c7281e26a7b8': Log timing of commitChosenWord()
| * | | Merge "Log timing of commitChosenWord()"Dan Zivkovic2015-04-021-9/+6
| |\ \ \
| | * | | Log timing of commitChosenWord()Dan Zivkovic2015-04-021-9/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 19987461. Change-Id: If5bb798a350e9083ee8b67a84af132c100f0a7eb
* | | | | am 3350f703: Merge "Log timing of commitChosenWord()"Dan Zivkovic2015-04-021-0/+39
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit '3350f70371983961c413c747c0e7ddd138ee6de8': Log timing of commitChosenWord()
| * | | | Merge "Log timing of commitChosenWord()"Dan Zivkovic2015-04-021-0/+39
| |\| | |
| | * | | Log timing of commitChosenWord()Dan Zivkovic2015-04-021-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 19987461. Change-Id: Ibeebb9f1b1c4f3a9ed988c9e20209a9c83b5a359
* | | | | am 915b1ed3: Merge "Log interrupted tasks in AOSP."Dan Zivkovic2015-04-024-5/+12
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit '915b1ed34aaedbf2bd62f5fbaa6cf5e5b20a5bdf': Log interrupted tasks in AOSP.
| * | | | Merge "Log interrupted tasks in AOSP."Dan Zivkovic2015-04-024-5/+12
| |\| | | | | |/ / | |/| |
| | * | Log interrupted tasks in AOSP.Dan Zivkovic2015-04-024-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | Bug 19987461. Change-Id: Ia2714f555146f8f31a6d8c61f555d2b6fecdab7d
* | | | am a0a66638: Merge "Add shortcut support to UserDictionaryLookup."Dan Zivkovic2015-04-023-89/+160
|\| | | | | | | | | | | | | | | | | | | * commit 'a0a66638947b5b26e7e1e5cd263a070d9ba50074': Add shortcut support to UserDictionaryLookup.
| * | | Merge "Add shortcut support to UserDictionaryLookup."Dan Zivkovic2015-04-023-89/+160
| |\| |
| | * | Add shortcut support to UserDictionaryLookup.Dan Zivkovic2015-04-023-89/+160
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | Also move the class to the parent package, since it's no longer tied to the spell checking service. Bug 19966848. Bug 20036810. Change-Id: I35014d212fd87281eb90def03ee92e6872dcd63e
* | | am f3392aca: Learn corrections that were made in the middle of a word.Tom Ouyang2015-04-021-15/+44
|\| | | | | | | | | | | | | | * commit 'f3392aca58290137e1893ed0c89d6626d5d3e424': Learn corrections that were made in the middle of a word.
| * | Learn corrections that were made in the middle of a word.Tom Ouyang2015-04-021-15/+44
| |/ | | | | | | | | | | | | These occur when the user moves the cursor into a word. Bug: 19571104 Change-Id: Ibc2e4f0146f7c1130ad078bd0c0a871dafa5d694
* | am 1a58c47e: Unlearn word when the user moves the cursor in to correct it.Tom Ouyang2015-04-021-0/+19
|\| | | | | | | | | * commit '1a58c47ebe137ee1d5b3a2567b97802946945d38': Unlearn word when the user moves the cursor in to correct it.
| * Unlearn word when the user moves the cursor in to correct it.Tom Ouyang2015-04-011-0/+19
| | | | | | | | Change-Id: I36358e551d6c51e786b6e09b1a1368ebf3c48f69
* | am b6105d20: Merge "Increase char limit for message"Jatin Matani2015-04-021-1/+1
|\| | | | | | | | | * commit 'b6105d2087375b050d299a1f85a2898b1421e997': Increase char limit for message
| * Merge "Increase char limit for message"Jatin Matani2015-04-011-1/+1
| |\
| | * Increase char limit for messageJatin Matani2015-04-011-1/+1
| | | | | | | | | | | | | | | Bug:20022334 Change-Id: I3487043a567ee3b6579a15361464f00be118d3e5
* | | Revert "Import translations. DO NOT MERGE"Geoff Mendal2015-04-0174-96/+74
| | | | | | | | | | | | | | | | | | This reverts commit 41fbd240b53d853b54b8a7b4ad96b65f80388e64. Change-Id: Ica9e4ef43f162f94b21c5c04ecf281cb54619e59
* | | Import translations. DO NOT MERGEGeoff Mendal2015-04-0174-74/+96
| | | | | | | | | | | | | | | Change-Id: I76dbe3b81f2ded4ef0f6b8151609571f373e61d7 Auto-generated-cl: translation import
* | | am 88f03707: Specify argument nullability.Dan Zivkovic2015-03-311-5/+9
|\| | | | | | | | | | | | | | * commit '88f03707aaa9eee60066015b7e954671b2ad0e96': Specify argument nullability.
| * | Specify argument nullability.Dan Zivkovic2015-03-311-5/+9
| | | | | | | | | | | | | | | | | | Bug 19996229. Change-Id: I26938b26cd171b7947671a8406af6e3b7c8539f4
* | | am 6d639891: DictStats should mask account info in filenameJatin Matani2015-03-312-10/+10
|\| | | | | | | | | | | | | | * commit '6d63989197bc6bedbc0b41a6a3dd83deabef9255': DictStats should mask account info in filename
| * | DictStats should mask account info in filenameJatin Matani2015-03-302-10/+10
| | | | | | | | | | | | Change-Id: I1985fcc352c1c0658c4177f906f1d71ee0d67c6f
* | | am 76de0a8f: Remove "Personal dictionary" link from settings.Dan Zivkovic2015-03-314-52/+0
|\| | | | | | | | | | | | | | * commit '76de0a8f528830d7f6c85f45f63cac0f5aa8517c': Remove "Personal dictionary" link from settings.
| * | Remove "Personal dictionary" link from settings.Dan Zivkovic2015-03-304-52/+0
| |/ | | | | | | | | | | Bug 19966848. Change-Id: Ice6a030d2d2319822d5108c5b6a37efa4de1090f
* | am fa22abb9: Merge "Setup wizard status only available on Lollipop++"Dan Zivkovic2015-03-301-5/+9
|\| | | | | | | | | * commit 'fa22abb94dc54650663c2b86313681621135e587': Setup wizard status only available on Lollipop++