aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/accessibility/AccessibilityLongPressTimer.java (unfollow)
Commit message (Expand)AuthorFilesLines
2015-06-22Detection and logging of slow input connections.•••Also adds a hook to log using StatsUtils. Proto change is coming in a separate CL. Bug 22010482. Change-Id: I08065fc7a5cd116e50ff84cb14bbbc44c4f14bc7 Dan Zivkovic2-7/+60
2015-06-22Clear/remove all the scheduled downloads in Download Manager•••Bug: 21797386 Change-Id: I60f50a2fe890af46f5e847c34df2edf719d40ac4 Mohammadinamul Sheik2-0/+38
2015-06-19Disable download notifications.•••Change-Id: I25263fe227ae88afa2021454b0dac2b0c7b9bfe0 Chieu Nguyen1-3/+1
2015-06-19Cleanup before fixing getTextAfterCursor().•••We never delete text after the cursor, so constrain the API accordingly. Define the number of characters to read before and after. Set them to reasonable values. The next CL will start caching text after the cursor. Bug 21926256. Change-Id: Idd58daf68614de4a69344aa3c8a4323720c5d3a0 Dan Zivkovic2-27/+22
2015-06-17Do not restrict downloads to WiFi networks.•••Bug 21900337. Change-Id: I82991b492ea4c02a28a1ccc898d6f12741f1b793 Dan Zivkovic7-134/+23
2015-06-16Revert "Remove "Personal dictionary" link from settings."•••This reverts commit 76de0a8f528830d7f6c85f45f63cac0f5aa8517c. Bug 21881199. Change-Id: I53f42a1e8f25d214de97264f4d25813bc637cafa Dan Zivkovic3-0/+47
2015-06-15Hide Notification when downloading the keyboard metadata•••Bug: 21797386 Change-Id: Iebe9d2f18c5c8325a5601d49d8c4c65166b67036 Mohammadinamul Sheik1-5/+2
2015-06-15Import translations. DO NOT MERGE•••Change-Id: I778853cc6cf9bd0453ab7e9149b64602d6e6fb9b Auto-generated-cl: translation import Geoff Mendal4-20/+20
2015-06-10Import translations. DO NOT MERGE•••Change-Id: Ib5516b4b5a50c0769410fdbb37f527a8a77bf4f9 Auto-generated-cl: translation import Geoff Mendal8-50/+50
2015-06-08Import translations. DO NOT MERGE•••Change-Id: I31808e8c9b7034fb2b180936168968eff69319e3 Auto-generated-cl: translation import Geoff Mendal23-91/+91
2015-06-03Import translations. DO NOT MERGE•••Change-Id: Ieead0f573f84c1959e2b396808b4f339eca666cd Auto-generated-cl: translation import Geoff Mendal31-125/+69
2015-06-01Import translations. DO NOT MERGE•••Change-Id: Ic2ece7209e745530a0856a3847cf00b3a63327c2 Auto-generated-cl: translation import Geoff Mendal74-9/+213
2015-05-28Change metadata fetch interval back to 4 days.•••Bug 19774872. Change-Id: Icd790414d9462ee74a7eac11dd255fddf3048dce Dan Zivkovic1-1/+1
2015-05-21Mark resources translatable.•••Bug 21366029. Change-Id: I1fdf954112c15ae67084189306016018a811b37c Dan Zivkovic1-4/+2
2015-05-21Remove dogfood history reset.•••Change-Id: I1d7ebe5962fc3176c376e1ce34c7ac98cdf41373 Dan Zivkovic1-33/+0
2015-05-19Fix on-commit bug in AOSP keyboard.•••Bug 21272977. Change-Id: Id561040c29a7f2576cd9ef0514c31751a4360ef8 Dan Zivkovic1-6/+23
2015-05-13Import translations. DO NOT MERGE•••Change-Id: Ib618c2ce9292d8c2c5d3fbe926973f2319a45fc7 Auto-generated-cl: translation import Geoff Mendal2-31/+31
2015-05-12Make the DictionaryService check for download every day.•••Bug: 20103664 Change-Id: Iba019d5f79f46c560171e0594c2b5114b477923a Mohammadinamul Sheik1-1/+1
2015-05-12clean up debug tags.•••Change-Id: I2ca37bd691abcc036ead8071045d37d72b2d088d Mohammadinamul Sheik1-1/+0
2015-05-08Update the DB version.•••Bug 20103664. Change-Id: I1e2b72979df148d8aa71e3e58437a5853e63c261 Dan Zivkovic1-1/+1
2015-05-07Set syncAutomatically for sync users•••Note: this doesn't mean that sync would happen. It only unblocks users who are already opted into cloud sync Change-Id: I91836efadac89d0429d7f2e9c9190a873a638743 Jatin Matani1-0/+15
2015-05-06Metadata URI does not need additionalId.•••Bug 20701628. Change-Id: Ifba1e7dd7f9934c8c13279dfb95bf02c0e30e650 Dan Zivkovic2-10/+6
2015-05-04DO NOT MERGE - Remove Log statement from FileUtils•••Change-Id: I3e2031bcf0cbdf79994b99b9473572eb3e62734d Mohammadinamul Sheik1-8/+1
2015-05-04Look up thresholds during decoder reset.•••Bug 20701628. Change-Id: I4de89587776a0859aeda5d2ed76ab1eb4f918458 Dan Zivkovic3-3/+3
2015-05-04Make the DictionaryService stage the downloaded files•••Bug: 20641948 Change-Id: I6639c995b12c033bc30241cd219201dd483ee516 Mohammadinamul Sheik6-52/+122
2015-05-01Import translations. DO NOT MERGE•••Change-Id: I4077e97bfbbb23bf55ceaf627306473e302f08fe Auto-generated-cl: translation import Geoff Mendal1-1/+1
2015-05-01Delete history on upgrade in LatinIME.•••Bug 20733902. Change-Id: Ibe27e6cafe4db87ba62d7df708229e0d8564ffa8 Dan Zivkovic3-7/+40
2015-05-01Do not learn from cursor corrections when autocorrection is disabled.•••Bug: 20681528 Change-Id: I80e7095b70a151f3ccc36856d7e0837613a35972 Tom Ouyang1-3/+2
2015-04-30Do not learn from cursor corrections when autocorrection is disabled.•••Bug: 20681528 Change-Id: I80e7095b70a151f3ccc36856d7e0837613a35972 Tom Ouyang1-3/+2
2015-04-29Spelling cannot cache words across invocations.•••We want to let the facilitator decide if a word is valid or invalid, and cache the answer in the facilitator's cache. The spell checker session doesn't need its own word cache, except as a crutch to communicate suggestions to the code that populates the suggestion drop-down. We leave that in place. Bug 20018546. Change-Id: I3c3c53e0c1d709fa2f64a2952a232acd7380b57a Dan Zivkovic4-25/+63
2015-04-29Import translations. DO NOT MERGE•••Change-Id: I4e17f973073f0e5cbb1c8d8bae6e087cb8147b81 Auto-generated-cl: translation import Geoff Mendal1-179/+179
2015-04-29Import translations. DO NOT MERGE•••Change-Id: Iaef4f34aafd86ac42c650536601d67dad67f73f1 Auto-generated-cl: translation import Geoff Mendal1-22/+22
2015-04-29Import translations. DO NOT MERGE•••Change-Id: I48ca4bdfb8c0dded8af8412146b7902a34d88161 Auto-generated-cl: translation import Geoff Mendal1-3/+3
2015-04-29Import translations. DO NOT MERGE•••Change-Id: I4e17f973073f0e5cbb1c8d8bae6e087cb8147b81 Auto-generated-cl: translation import Geoff Mendal1-179/+179
2015-04-29Import translations. DO NOT MERGE•••Change-Id: Iaef4f34aafd86ac42c650536601d67dad67f73f1 Auto-generated-cl: translation import Geoff Mendal1-22/+22
2015-04-27Restore preference change update to show app icon setting.•••Bug: 20544640 Change-Id: I6e2a26a8a5e43360dfefcc85bb46eae28f5e3867 Chieu Nguyen2-1/+4
2015-04-27Import translations. DO NOT MERGE•••Change-Id: I5ad6f6abd6d40b1dea68441bca18851461ed6fd4 Auto-generated-cl: translation import Geoff Mendal1-2/+2
2015-04-25Import translations. DO NOT MERGE•••Change-Id: I9964b966c2cf45db046bf295cc7d9051eb6ae023 Auto-generated-cl: translation import Geoff Mendal77-0/+154
2015-04-25Import translations. DO NOT MERGE•••Change-Id: I9ae307bf3567fa52a6fbb6f17de26de9274eff9c Auto-generated-cl: translation import Geoff Mendal1-1/+1
2015-04-25Import translations. DO NOT MERGE•••Change-Id: I5eedc967208ea3d92d4d73b536281040106d7591 Auto-generated-cl: translation import Geoff Mendal74-0/+148
2015-04-23Specify fileName argument as Nullable.•••Bug 20526371. Change-Id: If53a81f925fbb1b29ad945ba0ec2192d92ae1eff Dan Zivkovic1-1/+1
2015-04-22Restore switch for showing app icon.•••Bug: 20307420 Change-Id: I95969de40936d2ea992669324d0c4df7e8de2bd9 Chieu Nguyen5-3/+34
2015-04-22Import translations. DO NOT MERGE•••Change-Id: Id500c47ffc67f94d2a8e273ab0f19deceb44a1e5 Auto-generated-cl: translation import Geoff Mendal3-0/+624
2015-04-22Import translations. DO NOT MERGE•••Change-Id: Ieca899d22fe4aee62edb01073e7fb301162406ef Auto-generated-cl: translation import Geoff Mendal3-0/+270
2015-04-22Import translations. DO NOT MERGE•••Change-Id: I45a167114702d67738d5f9eb8781b421280787ed Auto-generated-cl: translation import Geoff Mendal3-0/+624
2015-04-22Import translations. DO NOT MERGE•••Change-Id: I97a940bcf053f383c40e03847cf2f14b38e8a62c Auto-generated-cl: translation import Geoff Mendal3-0/+2553
2015-04-22Import translations. DO NOT MERGE•••Change-Id: Ibcb1922d708ae3894eb7015fabf24a399ef31ca3 Auto-generated-cl: translation import Geoff Mendal3-0/+72
2015-04-22Import translations. DO NOT MERGE•••Change-Id: Ided6d0f74ba4159e0b59bc6ea8867b5096c1ea80 Auto-generated-cl: translation import Geoff Mendal3-0/+81
2015-04-22Import translations. DO NOT MERGE•••Change-Id: Iceda291cbb5d6d33c82346973c45a24c0601b04d Auto-generated-cl: translation import Geoff Mendal3-0/+93
2015-04-20Always specify non-null Locale object to SuggestionSpan•••Confusingly, specifying a null Locale object to the constructor of SuggestionSpan does not necessarily mean that SuggestionSpan#getLocale() returns null. The constructor in question also receives Context object, and Context's locale can be used as a fallback locale to initialize locale of SuggestionSpan. With this CL, LatinIME always specify non-null Locale object when instantiating SuggestionSpan object. It basically corresponds to the active main dictionary, but can be Locale#ROOT when one locale is not determined for some reasons. BUG: 20435013 Change-Id: I2c152466410327300e7dba4d7ed9a22f57c17c4f Yohei Yukaw3-13/+60