| Commit message (Expand) | Author | Files | Lines |
2013-05-01 | Import translations. DO NOT MERGE•••Change-Id: I3f66d23846516560e3a1e316cf56dc7a17dfe9e2
Auto-generated-cl: translation import
|  Baligh Uddin | 89 | -2322/+2501 |
2013-05-01 | Pass blockOffensiveWords as a parameter•••Bug: 8773353
Change-Id: Ic1019742ce7ff6e4f7fff4d2729f8ab52d841488
|  Jean Chalard | 11 | -29/+43 |
2013-05-01 | Cleanup -- follow up to Ief04a4abb6dc1f79660a2e419c9c5e271802b5a1•••Change-Id: Icb89c5119a67edaa019d5f7645b734cfcfc29041
|  Ken Wakasa | 1 | -5/+0 |
2013-05-01 | DO NOT MERGE: Return possible suggestions in Google Spell Checker•••Bug: 8772531
By the change in the suggestion algorithm, the pruning of the suggestions is not required anymore. This has been fixed in master branch properly.
Change-Id: I6ab9da953d69ff726d2bc328c09064e6ade0dcea
|  Satoshi Kataoka | 2 | -10/+0 |
2013-05-01 | Fix build•••Change-Id: Ib9373b26b04b0f4789b3cd6a7af64e4bcd2c4b9c
|  Satoshi Kataoka | 1 | -0/+6 |
2013-05-01 | Fix a layout problem for pre-MR2•••...where marginStart is not supported yet.
Change-Id: Id4f642333c17d091b1ab36549ca580f4572d3bf4
|  Jean Chalard | 1 | -1/+2 |
2013-05-01 | Fix Google spell checker tests•••Bug: 8613307
Change-Id: Ief04a4abb6dc1f79660a2e419c9c5e271802b5a1
|  Satoshi Kataoka | 9 | -96/+96 |
2013-05-01 | Introduce MoreSuggestionsListener class•••Bug: 8694255
Change-Id: I9420a7cb1983c6211f58d13b3b11db4347c3f99b
|  Tadashi G. Takaoka | 3 | -22/+49 |
2013-05-01 | Add permissions for personalization•••Bug: 8683365
Change-Id: Ia74d730a6b778c0e647794efc8c3a810c715902c
|  Satoshi Kataoka | 1 | -4/+6 |
2013-05-01 | Override View.drawableStateChanged to detect state_pressed•••Unlike on JB, View.setPressed(boolean) is never called when the view
is pressed on ICS. To detect a pressed state of the view, we need to
override View.drawableStateChanged() and check the drawable state
contains state_pressed.
Bug: 8159728
Change-Id: I481051364d6f3d1370742723c3ce19d898ea5463
|  Tadashi G. Takaoka | 1 | -8/+23 |
2013-05-01 | Fix exact match profanity•••Bug: 8661070
Change-Id: I421bed14cc71af7715101423652d706e33958445
|  Satoshi Kataoka | 1 | -2/+2 |
2013-05-01 | Display still image when device can't play welcome video•••Note that the still image in this change is a placeholder and must be
replaced by final asset.
Bug: 8159728
Change-Id: I4f5a28e0af711edacbc87c2ee64508f34f67f0da
|  Tadashi G. Takaoka | 3 | -0/+10 |
2013-05-01 | Don't do recorrection when suggestions are off.•••Bug: 8767981
Change-Id: If5c775e488b91ae03ecce2673c99918ac8134928
|  Jean Chalard | 1 | -2/+7 |
2013-04-30 | Import translations. DO NOT MERGE•••Change-Id: I90d5918cc37eaa6d3e19822e149a8a16b9d76744
Auto-generated-cl: translation import
|  Baligh Uddin | 1 | -1/+1 |
2013-04-30 | Catch error while playing welcome video•••Bug: 8159728
Change-Id: Ic8eea7993f12395d6eca6db8d5529803251a9fee
|  Tadashi G. Takaoka | 2 | -3/+14 |
2013-04-30 | [PB14] Cosmetic fixes to the progress bar•••Bug: 7600384
Change-Id: I33ea155c0c97c7ead07686c4d2a9e0d98be9929c
|  Jean Chalard | 2 | -0/+4 |
2013-04-30 | Cleanup an unused return value•••Change-Id: I974964aa3cc24b5480e57bd38c197fe7a49acaa4
|  Ken Wakasa | 2 | -21/+10 |
2013-04-30 | [PB13] Actually update the progress bar•••Bug: 7600384
Change-Id: Iaa8f3a59243a15d2a01aaf6017ed85c52b6482a6
|  Jean Chalard | 1 | -5/+60 |
2013-04-30 | Fix missing string reference of spellchecker.xml•••This is a followup of I8dea5393ad.
Change-Id: I311c50cf8205298f20694e068bb9a4b661df8a8b
|  Tadashi G. Takaoka | 1 | -1/+1 |
2013-04-30 | Fix the title of the fragment of the personal dictionary•••This change is corresponding to I9b8bab21b144385bc2386e7fcb
Bug: 8600958
Change-Id: I0a0cf37d0a11c14a51dc63b2e4371facb34514d0
|  Satoshi Kataoka | 2 | -14/+0 |
2013-04-30 | [PB12] Implement the progress bar update lifecycle•••This ensures the thread does not run uselessly (it is even terminated when
the progress bar exits the screen).
Bug: 7600384
Change-Id: I09117a6f763b574b9b3266f36ba3da4720dc9224
|  Jean Chalard | 2 | -3/+93 |
2013-04-29 | Reduce MAX_NORM_DISTANCE_FOR_EDIT in typing model after recent logic improvem...•••After recent logic improvements we can now safely reduce MAX_NORM_DISTANCE_FOR_EDIT.
This leads to better regression test performance and faster runtime speed.
Bug: 8633962
Change-Id: Ie0db73680b32687ff4d8ea5dfae47dee5c7c66a3
|  Tom Ouyang | 3 | -3/+3 |
2013-04-30 | Fix: Demote first char capitalized new words.•••Bug: 8680578
Change-Id: I84bcdf3a20428c7561f600332bfef4685c72b67f
Signed-off-by: Keisuke Kuroynagi <ksk@google.com>
|  Keisuke Kuroynagi | 4 | -11/+16 |
2013-04-29 | Avoid leaking AssetFileDescriptor.•••Change-Id: Iac388c8aefc684980cb4c7131fb47319f6073eb3
|  Jeff Sharkey | 1 | -2/+10 |
2013-04-27 | Revert "Import translations. DO NOT MERGE"•••This reverts commit c64147835229ddbd04541ddfe56dae0c4754e2a3
Change-Id: Ibfdb00914e74239ed18982f7e264392e27ebccc4
|  Baligh Uddin | 53 | -2487/+2193 |
2013-04-26 | Import translations. DO NOT MERGE•••Change-Id: If02e4938fef4c4b30e61ae967aed197873b2dc61
Auto-generated-cl: translation import
|  Baligh Uddin | 53 | -2193/+2487 |
2013-04-26 | Import translations. DO NOT MERGE•••Change-Id: Id6eb0824603681ad04462fc08c0dcf071efa1d72
Auto-generated-cl: translation import
|  Baligh Uddin | 1 | -1/+1 |
2013-04-26 | Improve bigram frequency lookup•••Bug: 8592527
Change-Id: I1908bcb552279b9acb140fe4d8d26b10ed9eda72
|  Tom Ouyang | 11 | -106/+217 |
2013-04-27 | A small follow-up to I8d03bae3264974eff7b790e27c073b0a8758d17a•••Change-Id: Id3727f075e74c0102edcb51eabcfdbef745b94b7
|  Ken Wakasa | 1 | -1/+1 |
2013-04-26 | [PB11] Add a skeleton class for a self-updating progress bar•••Bug: 7600384
Change-Id: I55b51152dd9968a359af091bf309f0d406f63ec4
|  Jean Chalard | 2 | -1/+32 |
2013-04-26 | [PB10] Add a progress bar to display file download progress•••The progress bar is showing but doesn't show progress yet.
Bug: 7600384
Change-Id: I80debd3f4368e82e4184a6c638bdcc8e48ed2305
|  Jean Chalard | 3 | -15/+35 |
2013-04-26 | Update dictionaries•••>>> dictionaries/ru_wordlist.combined.gz
Header :
date : 1366957492 <=> 1366974711
Body :
Added: ложись 100
Added: под 100
Added: посмотрю 100
Added: угу 100
Added: ух 100
>>> java/res/raw/main_ru.dict
Header :
date : 1366957492 <=> 1366974711
Body :
Added: ложись 100
Added: под 100
Added: посмотрю 100
Added: угу 100
Added: ух 100
Change-Id: Ida39ea2cf25cd291554f3b2f3ce31f57dca24113
|  Jean Chalard | 2 | -0/+0 |
2013-04-26 | Just cosmetic cleanups•••Change-Id: I3dc8a4bb3f89f4a18cfffd5f13a71503738452e6
|  Ken Wakasa | 8 | -38/+31 |
2013-04-26 | [PB9] Make buttons that animate-out unclickable•••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
|  Jean Chalard | 2 | -1/+5 |
2013-04-26 | Get rid of janky black box before the movie starts•••Bug: 8159728
Change-Id: I1d0a01a05b3b694d21fdfdc246d1329ab829908d
|  Tadashi G. Takaoka | 2 | -0/+9 |
2013-04-26 | Delete obsolete dictionaries•••Bug: 7980985
Change-Id: I4c9165e6102cb12fa1249074297e94013439ea3b
|  Jean Chalard | 1 | -5/+6 |
2013-04-26 | Fix graying animation of alt-code keys when space/enter is typed•••Change-Id: Iac508f37afa916ca52c62c2369cb7ff91bde0a64
|  Tadashi G. Takaoka | 1 | -12/+14 |
2013-04-26 | Update dictionaries•••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
|  Jean Chalard | 2 | -0/+0 |
2013-04-26 | Support ICS on the user dictionary settings•••Bug: 8600958
Change-Id: I50e9228afc7b04147eb7c4734d3145abe8859a30
|  Satoshi Kataoka | 7 | -68/+148 |
2013-04-26 | Remove graying animation of alt-code keys while typing•••Bug: 8727807
Change-Id: Idcc76dade3ceba5649666d795b6e4f94a161d748
|  Tadashi G. Takaoka | 2 | -0/+7 |
2013-04-26 | Add strings-appname.xml to AOSP Android Keyboard project•••Change-Id: I8dea5393ad3b12c2398bbeb7f1040b66d82c9c35
|  Tadashi G. Takaoka | 3 | -18/+43 |
2013-04-26 | Keep task stack when invoking settings from setup wizard•••Bug: 8336068
Change-Id: If1df32595f72285b2dad16e28b4429b7b6059839
|  Tadashi G. Takaoka | 1 | -2/+1 |
2013-04-25 | Always consider corrections of intentional omissions (e.g., apostrophe)•••Example: "thts" -> "that's"
Bug: 8721815
Change-Id: I8c1efbf651d2569ba3600516cc7447d46bf30fa4
|  Tom Ouyang | 3 | -4/+12 |
2013-04-25 | Fix deleting a dictionary•••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
|  Jean Chalard | 1 | -1/+1 |
2013-04-25 | [ZF3] Add the option to block potentially offensive words•••Bug: 7226877
Change-Id: I2171c946258468b0a39d6590c7af994ef25ba552
|  Jean Chalard | 2 | -0/+11 |
2013-04-25 | [ZF2] Read settings for profanity filtering.•••Bug: 7226877
Change-Id: Ie0c713e1eba1529c0b288a1e5011023a79bedd6b
|  Jean Chalard | 4 | -3/+21 |
2013-04-25 | [ZF1] Check profanity in Java rather than in native•••Bug: 7226877
Change-Id: Ib6c32bfee9977c27dbf7e1e590b2b00d9ceb7301
|  Jean Chalard | 4 | -10/+33 |
2013-04-25 | Work around a bug in older DownloadManager versions.•••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
|  Jean Chalard | 4 | -5/+21 |
2013-04-25 | [PB8] Add an animation upon status change.•••Bug: 7600384
Change-Id: If5efb9357075193d10255187008e870e2933bdb8
|  Jean Chalard | 3 | -8/+42 |
2013-04-25 | [PB7] Export animation code out of the preference•••Bug: 7600384
Change-Id: I8009b31d96646acd667db410b94e969daea91d52
|  Jean Chalard | 3 | -24/+108 |