Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge "[PB9] Make buttons that animate-out unclickable" | 2013-04-26 | 2 | -1/+5 | |
|\ | |||||
| * | [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 | 2013-04-26 | 2 | -1/+5 | |
* | | Merge "Get rid of janky black box before the movie starts" | 2013-04-26 | 2 | -0/+9 | |
|\ \ | |||||
| * | | Get rid of janky black box before the movie starts•••Bug: 8159728 Change-Id: I1d0a01a05b3b694d21fdfdc246d1329ab829908d | 2013-04-26 | 2 | -0/+9 | |
* | | | Merge "Fix graying animation of alt-code keys when space/enter is typed" | 2013-04-26 | 1 | -12/+14 | |
|\ \ \ | |_|/ |/| | | |||||
| * | | Fix graying animation of alt-code keys when space/enter is typed•••Change-Id: Iac508f37afa916ca52c62c2369cb7ff91bde0a64 | 2013-04-26 | 1 | -12/+14 | |
* | | | Delete obsolete dictionaries•••Bug: 7980985 Change-Id: I4c9165e6102cb12fa1249074297e94013439ea3b | 2013-04-26 | 1 | -5/+6 | |
* | | | Merge "[ZF3] Add the option to block potentially offensive words" | 2013-04-26 | 2 | -0/+11 | |
|\ \ \ | |||||
| * | | | [ZF3] Add the option to block potentially offensive words•••Bug: 7226877 Change-Id: I2171c946258468b0a39d6590c7af994ef25ba552 | 2013-04-25 | 2 | -0/+11 | |
* | | | | Merge "[ZF2] Read settings for profanity filtering." | 2013-04-26 | 4 | -3/+21 | |
|\| | | | |||||
| * | | | [ZF2] Read settings for profanity filtering.•••Bug: 7226877 Change-Id: Ie0c713e1eba1529c0b288a1e5011023a79bedd6b | 2013-04-25 | 4 | -3/+21 | |
* | | | | Merge "Update dictionaries" | 2013-04-26 | 1 | -0/+0 | |
|\ \ \ \ | |||||
| * | | | | 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 | 2013-04-26 | 1 | -0/+0 | |
| | |_|/ | |/| | | |||||
* | | | | Merge "Support ICS on the user dictionary settings" | 2013-04-26 | 7 | -68/+148 | |
|\ \ \ \ | |||||
| * | | | | Support ICS on the user dictionary settings•••Bug: 8600958 Change-Id: I50e9228afc7b04147eb7c4734d3145abe8859a30 | 2013-04-26 | 7 | -68/+148 | |
* | | | | | Merge "Add strings-appname.xml to AOSP Android Keyboard project" | 2013-04-26 | 3 | -18/+43 | |
|\ \ \ \ \ | |||||
| * | | | | | Add strings-appname.xml to AOSP Android Keyboard project•••Change-Id: I8dea5393ad3b12c2398bbeb7f1040b66d82c9c35 | 2013-04-26 | 3 | -18/+43 | |
| | |/ / / | |/| | | | |||||
* | | | | | Merge "Keep task stack when invoking settings from setup wizard" | 2013-04-26 | 1 | -2/+1 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | Keep task stack when invoking settings from setup wizard•••Bug: 8336068 Change-Id: If1df32595f72285b2dad16e28b4429b7b6059839 | 2013-04-26 | 1 | -2/+1 | |
| |/ / / | |||||
* / / / | Remove graying animation of alt-code keys while typing•••Bug: 8727807 Change-Id: Idcc76dade3ceba5649666d795b6e4f94a161d748 | 2013-04-26 | 2 | -0/+7 | |
|/ / / | |||||
* | | | 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 | 2013-04-25 | 1 | -1/+1 | |
* | | | Merge "[ZF1] Check profanity in Java rather than in native" | 2013-04-25 | 2 | -2/+18 | |
|\ \ \ | | |/ | |/| | |||||
| * | | [ZF1] Check profanity in Java rather than in native•••Bug: 7226877 Change-Id: Ib6c32bfee9977c27dbf7e1e590b2b00d9ceb7301 | 2013-04-25 | 2 | -2/+18 | |
* | | | Merge "[PB8] Add an animation upon status change." | 2013-04-25 | 3 | -8/+42 | |
|\ \ \ | |||||
| * | | | [PB8] Add an animation upon status change.•••Bug: 7600384 Change-Id: If5efb9357075193d10255187008e870e2933bdb8 | 2013-04-25 | 3 | -8/+42 | |
* | | | | Merge "Fix missing initialization of PreviewPlacerView" | 2013-04-25 | 1 | -0/+1 | |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Fix missing initialization of PreviewPlacerView•••Bug: 8716050 Change-Id: I234f1134274b9f72c8abbd729783f9ffe8f20f64 | 2013-04-25 | 1 | -0/+1 | |
* | | | | 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 | 2013-04-25 | 4 | -5/+21 | |
* | | | | Merge "[PB7] Export animation code out of the preference" | 2013-04-25 | 3 | -24/+108 | |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | [PB7] Export animation code out of the preference•••Bug: 7600384 Change-Id: I8009b31d96646acd667db410b94e969daea91d52 | 2013-04-25 | 3 | -24/+108 | |
| | |/ | |/| | |||||
* / | | Put temp files within app files•••Bug: 8715614 Change-Id: I307d83923070994525cf0d27aad403e881a89314 | 2013-04-25 | 2 | -1/+14 | |
|/ / | |||||
* | | Merge "Implement a functionality to add an entry to the user dictionary" | 2013-04-25 | 15 | -5/+1242 | |
|\ \ | |/ |/| | |||||
| * | Implement a functionality to add an entry to the user dictionary•••Bug: 8600958 Change-Id: Ic472500406b9d54ec4052c490ee7cef62fc4e52a | 2013-04-25 | 15 | -5/+1242 | |
* | | [PB6] Encapsulate the buttons into a view•••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-25 | 3 | -36/+91 | |
* | | Merge "[PB5] Store state in a more convenient manner" | 2013-04-25 | 2 | -11/+47 | |
|\ \ | |||||
| * | | [PB5] Store state in a more convenient manner•••This is more readable and will help with animations going forward. Bug: 7600384 Change-Id: I255598d860d1e451fef106b00da63c282fe95f95 | 2013-04-24 | 2 | -11/+47 | |
* | | | Import translations. DO NOT MERGE•••Change-Id: Iefa9cf774c772bc113d481199a0a9c564a0aba27 Auto-generated-cl: translation import | 2013-04-24 | 53 | -294/+507 | |
* | | | Merge "[PB4] Make a memory non-static" | 2013-04-24 | 3 | -9/+40 | |
|\| | | |||||
| * | | [PB4] Make a memory non-static•••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 | 3 | -9/+40 | |
* | | | Merge "[PB3] Simplify storage" | 2013-04-24 | 1 | -23/+19 | |
|\| | | |||||
| * | | [PB3] Simplify storage•••By looping through children, there is no need to remember the last index. Bug: 7600384 Change-Id: I8b42b0aa38874ee494c6c4ecc09194a1d3c16922 | 2013-04-24 | 1 | -23/+19 | |
* | | | Merge "[PB2] Small bugfix" | 2013-04-24 | 1 | -3/+13 | |
|\| | | |||||
| * | | [PB2] Small bugfix•••The button would not display after it got hidden once. Bug: 7600384 Change-Id: I57f9f1191be3b8fff55dde7a2781dbef68a2df62 | 2013-04-24 | 1 | -3/+13 | |
* | | | Merge "Add next axction to setup wizard" | 2013-04-24 | 3 | -23/+54 | |
|\ \ \ | |/ / |/| | | |||||
| * | | Add next axction to setup wizard•••Bug: 8159728 Change-Id: Ia37ab32b63e4eda29bf1411719d00846525c278f | 2013-04-24 | 3 | -23/+54 | |
* | | | Merge "Tune setup wizard layout for landscape and tablet" | 2013-04-24 | 10 | -42/+282 | |
|\ \ \ | |||||
| * | | | Tune setup wizard layout for landscape and tablet•••Bug: 8159728 Change-Id: Ic2206d50562d62578f8e5e50bbd3c36625dbafb7 | 2013-04-24 | 10 | -42/+282 | |
* | | | | Merge "Make aggressive threshold really aggressive" | 2013-04-24 | 2 | -5/+13 | |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Make aggressive threshold really aggressive•••Bug: 8701480 Change-Id: If8242cfe61f3e56712fd6e25e36858cff7f0d177 | 2013-04-24 | 2 | -5/+13 | |
| | |/ | |/| | |||||
* | | | Merge "Refactor SetupStepGroup" | 2013-04-24 | 2 | -34/+43 | |
|\ \ \ | |/ / |/| / | |/ |