aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-04-26[PB9] Make buttons that animate-out unclickableJean Chalard2-1/+5
Clicking on a button that is animating-out is only done by mistake. Better make them unclickable. Also, interrupt an out-in animation if it has been preempted. Bug: 7600384 Change-Id: Ic4700cda46a894ea580bc67ee7bef885ecf1d3bc
2013-04-26Delete obsolete dictionariesJean Chalard1-5/+6
Bug: 7980985 Change-Id: I4c9165e6102cb12fa1249074297e94013439ea3b
2013-04-26Update dictionariesJean Chalard2-0/+0
Full diff too long: truncated Summary diff >>> dictionaries/ru_wordlist.combined.gz Header : date : 1366277083 <=> 1366957492 version : 31 <=> 32 Contents : - Reinstate 2- and 3- letter words that were demoted to avoid bad space insertion (343 entries) - Add missing words as per b/6341908 and b/5674314 (98 entries) This has zero effect on the regression tests Bug: 6341908 Bug: 5674314 Change-Id: Ifce268a7eab5edd264d963489187e975017f8b72
2013-04-26Support ICS on the user dictionary settingsSatoshi Kataoka7-68/+148
Bug: 8600958 Change-Id: I50e9228afc7b04147eb7c4734d3145abe8859a30
2013-04-26Remove graying animation of alt-code keys while typingTadashi G. Takaoka2-0/+7
Bug: 8727807 Change-Id: Idcc76dade3ceba5649666d795b6e4f94a161d748
2013-04-26Add strings-appname.xml to AOSP Android Keyboard projectTadashi G. Takaoka3-18/+43
Change-Id: I8dea5393ad3b12c2398bbeb7f1040b66d82c9c35
2013-04-26Keep task stack when invoking settings from setup wizardTadashi G. Takaoka1-2/+1
Bug: 8336068 Change-Id: If1df32595f72285b2dad16e28b4429b7b6059839
2013-04-25Always consider corrections of intentional omissions (e.g., apostrophe)Tom Ouyang3-4/+12
Example: "thts" -> "that's" Bug: 8721815 Change-Id: I8c1efbf651d2569ba3600516cc7447d46bf30fa4
2013-04-25Fix deleting a dictionaryJean Chalard1-1/+1
When the user presses the "delete" button in the Add-on dictionary interface, we send an empty dictionary to Latin IME as a dummy for it to use instead of the pre-installed one. The old "empty" placeholder was rejected by initial verification. This one is still empty, but passes the check. Bug: 7980985 Change-Id: I751bbf67d8078dd5fbdce1dd2f0db72a8207816d
2013-04-25[ZF3] Add the option to block potentially offensive wordsJean Chalard2-0/+11
Bug: 7226877 Change-Id: I2171c946258468b0a39d6590c7af994ef25ba552
2013-04-25[ZF2] Read settings for profanity filtering.Jean Chalard4-3/+21
Bug: 7226877 Change-Id: Ie0c713e1eba1529c0b288a1e5011023a79bedd6b
2013-04-25[ZF1] Check profanity in Java rather than in nativeJean Chalard4-10/+33
Bug: 7226877 Change-Id: Ib6c32bfee9977c27dbf7e1e590b2b00d9ceb7301
2013-04-25Work around a bug in older DownloadManager versions.Jean Chalard4-5/+21
This adds a number to the extension. Note that for DownloadManager to keep this, the server needs to send it a mime type it does not recognize. Right now, it does not recognize application/json so it's okay, but we'd do well to remove the content/type header from the server to prevent problems. Bug: 8467516 Change-Id: Ic484f66ac3f67c36f59f2c0bcb8c7fdeb6e8590d
2013-04-25[PB8] Add an animation upon status change.Jean Chalard3-8/+42
Bug: 7600384 Change-Id: If5efb9357075193d10255187008e870e2933bdb8
2013-04-25[PB7] Export animation code out of the preferenceJean Chalard3-24/+108
Bug: 7600384 Change-Id: I8009b31d96646acd667db410b94e969daea91d52
2013-04-25Fix missing initialization of PreviewPlacerViewTadashi G. Takaoka1-0/+1
Bug: 8716050 Change-Id: I234f1134274b9f72c8abbd729783f9ffe8f20f64
2013-04-25Put temp files within app filesJean Chalard2-1/+14
Bug: 8715614 Change-Id: I307d83923070994525cf0d27aad403e881a89314
2013-04-25Fix exact match checking for words with digraph.Keisuke Kuroynagi9-102/+115
Bug: 8624690 Change-Id: I8946d6618609c8e0cb638aa96992b51b435232c7
2013-04-25Implement a functionality to add an entry to the user dictionarySatoshi Kataoka15-5/+1242
Bug: 8600958 Change-Id: Ic472500406b9d54ec4052c490ee7cef62fc4e52a
2013-04-25[PB6] Encapsulate the buttons into a viewJean Chalard3-36/+91
Handling buttons directly in the preference causes large problems of code readability and interface. It's better to have a class to manage the buttons and their animations separately. This is feature-equivalent, and mostly delegates stuff for now. Bug: 7600384 Change-Id: Ia8da0ec68ffac84fc1d65e1760539a87a73fa776
2013-04-24Import translations. DO NOT MERGEBaligh Uddin53-294/+507
Change-Id: Iefa9cf774c772bc113d481199a0a9c564a0aba27 Auto-generated-cl: translation import
2013-04-24[PB5] Store state in a more convenient mannerJean Chalard2-11/+47
This is more readable and will help with animations going forward. Bug: 7600384 Change-Id: I255598d860d1e451fef106b00da63c282fe95f95
2013-04-24[PB4] Make a memory non-staticJean Chalard3-9/+40
The life span of this object is actually the life span of the interface. It should not be static. Also, we'll have a few other things to store in there soon. Bug: 7600384 Change-Id: I708019e9ee53653e83a1e52c8e76326c3e39bcf3
2013-04-24[PB3] Simplify storageJean Chalard1-23/+19
By looping through children, there is no need to remember the last index. Bug: 7600384 Change-Id: I8b42b0aa38874ee494c6c4ecc09194a1d3c16922
2013-04-24[PB2] Small bugfixJean Chalard1-3/+13
The button would not display after it got hidden once. Bug: 7600384 Change-Id: I57f9f1191be3b8fff55dde7a2781dbef68a2df62
2013-04-24Fix proximity/edit correction detection that affects the terminal cost.Keisuke Kuroynagi3-18/+25
Bug: 8624690 Change-Id: If59305674a781e0fcc284d236e3d8ba9cdf9ed08
2013-04-24Add next axction to setup wizardTadashi G. Takaoka3-23/+54
Bug: 8159728 Change-Id: Ia37ab32b63e4eda29bf1411719d00846525c278f
2013-04-24Tune setup wizard layout for landscape and tabletTadashi G. Takaoka10-42/+282
Bug: 8159728 Change-Id: Ic2206d50562d62578f8e5e50bbd3c36625dbafb7
2013-04-24Make aggressive threshold really aggressiveSatoshi Kataoka2-5/+13
Bug: 8701480 Change-Id: If8242cfe61f3e56712fd6e25e36858cff7f0d177
2013-04-24Refactor SetupStepGroupTadashi G. Takaoka2-34/+43
Bug: 8159728 Change-Id: I1ab846d0910aacbd2f979289d72bafea8a8e0378
2013-04-24Add setup wizard indicator size resourceTadashi G. Takaoka2-3/+4
This is a follow up of Ie8e058bc3c. Bug: 8159728 Change-Id: I171fc99374789e69c15506c37970e6fcafbcb1e2
2013-04-23[PB1] CleanupJean Chalard1-9/+2
This preference is not a DialogPreference any more, as it doesn't ever display a Dialog. Bug: 7600384 Change-Id: Ia5965617c83d3cb964010f9b40d833065dccef60
2013-04-23Disable shadow of gesture trail (DO NOT MERGE)Tadashi G. Takaoka2-6/+10
Bug: 8689880 Change-Id: I908c22d362f2f6f07e5e04be14d3aaa749a8ac8e
2013-04-23Disable shadow of gesture trailTadashi G. Takaoka2-6/+10
Cherry-picked from JB-MR2 I908c22d362. Bug: 8689880 Change-Id: Ie759c5d63056509e3ca61d9fb6823ab04ddf41ed
2013-04-23Use resources for dimensions of setup wizardTadashi G. Takaoka6-24/+39
This is a ground work to fit the setup wizard to smaller phones and larger tablets. Bug: 8159728 Change-Id: Ie8e058bc3cba30cac3b31eb5a3ce975f2ee311d9
2013-04-23Remove wording "wizard" from setup applicationTadashi G. Takaoka2-7/+10
Bug: 8676811 Bug: 8662102 Change-Id: Ie234d8871651344b6815ae68c8b1f0663a9f6c79
2013-04-23Add an additional ID to the client info.Jean Chalard4-25/+110
Bug: 8651863 Change-Id: I748f35726d72ede926d5b06ed87ff029317f1ac3
2013-04-22Fix autocompletion lookahead handlingTom Ouyang2-3/+3
Bug: 8689370 Change-Id: I056b1788764bd5c4d8ad9da86e790562d2781f06
2013-04-22Check bigrams for lowercased previous word if original is not foundTom Ouyang3-11/+9
Bug: 8592527 Change-Id: I70c4b81263d8b2cb7050364c124589f66900cfce
2013-04-22Import translations. DO NOT MERGEBaligh Uddin53-114/+2708
Change-Id: Ib14aef97ea78806e1560fbd3d3e1f40f01bf8c0a Auto-generated-cl: translation import
2013-04-22Import translations. DO NOT MERGEBaligh Uddin57-1606/+16
Change-Id: I58c4fff8e92f66f7e85446d6fd05e61e3f081aca Auto-generated-cl: translation import
2013-04-22Legal noticeSatoshi Kataoka7-12/+36
Bug: 8533258 Change-Id: I00e4916f86f29dd476c51a65e8fa5a6c136fd179
2013-04-22Add edit personal dictionary settings menuTadashi G. Takaoka4-0/+24
Bug: 8600958 Change-Id: I303adfbe25a56cc9b5ee9f3b5169a5bca0ad6c4a
2013-04-22Don't triger onPress and startLongPressTimer when gesture is canceledTadashi G. Takaoka3-23/+31
Bug: 8650846 Change-Id: Ice5ef07d6833422906b0b756206e097f75d1f2db
2013-04-22Implement IMM.switchToNextInputMethod() for ICSTadashi G. Takaoka1-12/+115
Bug: 8633367 Change-Id: Ifc0f97b1fdf5e5cc3601c24a503058c4822478dc
2013-04-22Fix a small bugJean Chalard4-3/+12
Tests results in Ibcd6c110f1d5582425f9592c42e31152131ef80c Bug: 7226877 Change-Id: I8d03bae3264974eff7b790e27c073b0a8758d17a
2013-04-22Don't kill suggestions with native score < 1Jean Chalard1-1/+0
Change-Id: I954856b7fec0b91e19a467f2a87978d49caa639d
2013-04-22Centering setup wizard welcome videoTadashi G. Takaoka2-6/+23
Bug: 8159728 Change-Id: Ia016c41dc39b87740ff57efe0e2fadd61f0da129
2013-04-19Allow LogUnits to hold >1 wordKurt Partridge4-86/+147
LogUnits have been annotated with the autocorrected words, but until now this was assumed to be a single word without spaces. But spaceless typing can result in spaces in the LogUnit label. With this change, the LogUnit inspects the autocorrected text to determine how many words were inserted, and counts them accurately. This change corrects a privacy problem, which was that if the word sampling algorithm chose a LogUnit that actually contained multiple words, then more than two successive words would be included in the log. Change-Id: I7c01c3dd3ac33d7e96c00836256bae9c14b124ed
2013-04-19Redisplay a hidden button after it entered the screen again.Jean Chalard1-1/+4
Bug: 7600384 Change-Id: I6cd18fd7584b6e98260cb432956f08ba9886580b