| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | Get rid of janky black box before the movie starts•••Bug: 8159728
Change-Id: I1d0a01a05b3b694d21fdfdc246d1329ab829908d
|  Tadashi G. Takaoka | 2013-04-26 | 1 | -0/+8 |
* | | | | Merge "Fix graying animation of alt-code keys when space/enter is typed" |  Tadashi G. Takaoka | 2013-04-26 | 1 | -12/+14 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Fix graying animation of alt-code keys when space/enter is typed•••Change-Id: Iac508f37afa916ca52c62c2369cb7ff91bde0a64
|  Tadashi G. Takaoka | 2013-04-26 | 1 | -12/+14 |
* | | | | Delete obsolete dictionaries•••Bug: 7980985
Change-Id: I4c9165e6102cb12fa1249074297e94013439ea3b
|  Jean Chalard | 2013-04-26 | 1 | -5/+6 |
* | | | | Merge "[ZF2] Read settings for profanity filtering." |  Jean Chalard | 2013-04-26 | 3 | -3/+20 |
|\ \ \ \ |
|
| * | | | | [ZF2] Read settings for profanity filtering.•••Bug: 7226877
Change-Id: Ie0c713e1eba1529c0b288a1e5011023a79bedd6b
|  Jean Chalard | 2013-04-25 | 3 | -3/+20 |
* | | | | | Merge "Support ICS on the user dictionary settings" |  Satoshi Kataoka | 2013-04-26 | 6 | -37/+118 |
|\ \ \ \ \ |
|
| * | | | | | Support ICS on the user dictionary settings•••Bug: 8600958
Change-Id: I50e9228afc7b04147eb7c4734d3145abe8859a30
|  Satoshi Kataoka | 2013-04-26 | 6 | -37/+118 |
* | | | | | | Merge "Keep task stack when invoking settings from setup wizard" |  Tadashi G. Takaoka | 2013-04-26 | 1 | -2/+1 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | Keep task stack when invoking settings from setup wizard•••Bug: 8336068
Change-Id: If1df32595f72285b2dad16e28b4429b7b6059839
|  Tadashi G. Takaoka | 2013-04-26 | 1 | -2/+1 |
| | |_|/ /
| |/| | | |
|
* / | | | | Remove graying animation of alt-code keys while typing•••Bug: 8727807
Change-Id: Idcc76dade3ceba5649666d795b6e4f94a161d748
|  Tadashi G. Takaoka | 2013-04-26 | 1 | -0/+5 |
|/ / / / |
|
* | | | | Merge "[ZF1] Check profanity in Java rather than in native" |  Jean Chalard | 2013-04-25 | 2 | -2/+18 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | [ZF1] Check profanity in Java rather than in native•••Bug: 7226877
Change-Id: Ib6c32bfee9977c27dbf7e1e590b2b00d9ceb7301
|  Jean Chalard | 2013-04-25 | 2 | -2/+18 |
* | | | | Merge "[PB8] Add an animation upon status change." |  Jean Chalard | 2013-04-25 | 3 | -8/+42 |
|\ \ \ \ |
|
| * | | | | [PB8] Add an animation upon status change.•••Bug: 7600384
Change-Id: If5efb9357075193d10255187008e870e2933bdb8
|  Jean Chalard | 2013-04-25 | 3 | -8/+42 |
* | | | | | Merge "Fix missing initialization of PreviewPlacerView" |  Tadashi G. Takaoka | 2013-04-25 | 1 | -0/+1 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Fix missing initialization of PreviewPlacerView•••Bug: 8716050
Change-Id: I234f1134274b9f72c8abbd729783f9ffe8f20f64
|  Tadashi G. Takaoka | 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
|  Jean Chalard | 2013-04-25 | 4 | -5/+21 |
* | | | | | Merge "[PB7] Export animation code out of the preference" |  Jean Chalard | 2013-04-25 | 2 | -24/+92 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | [PB7] Export animation code out of the preference•••Bug: 7600384
Change-Id: I8009b31d96646acd667db410b94e969daea91d52
|  Jean Chalard | 2013-04-25 | 2 | -24/+92 |
| | |/ /
| |/| | |
|
* / | | | Put temp files within app files•••Bug: 8715614
Change-Id: I307d83923070994525cf0d27aad403e881a89314
|  Jean Chalard | 2013-04-25 | 2 | -1/+14 |
|/ / / |
|
* | | | Merge "Implement a functionality to add an entry to the user dictionary" |  Satoshi Kataoka | 2013-04-25 | 6 | -5/+881 |
|\ \ \
| |/ /
|/| | |
|
| * | | Implement a functionality to add an entry to the user dictionary•••Bug: 8600958
Change-Id: Ic472500406b9d54ec4052c490ee7cef62fc4e52a
|  Satoshi Kataoka | 2013-04-25 | 6 | -5/+881 |
* | | | [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
|  Jean Chalard | 2013-04-25 | 2 | -28/+79 |
* | | | Merge "[PB5] Store state in a more convenient manner" |  Jean Chalard | 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
|  Jean Chalard | 2013-04-24 | 2 | -11/+47 |
* | | | | Merge "[PB4] Make a memory non-static" |  Jean Chalard | 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
|  Jean Chalard | 2013-04-24 | 3 | -9/+40 |
* | | | | Merge "[PB3] Simplify storage" |  Jean Chalard | 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
|  Jean Chalard | 2013-04-24 | 1 | -23/+19 |
* | | | | Merge "[PB2] Small bugfix" |  Jean Chalard | 2013-04-24 | 1 | -3/+13 |
|\| | | |
|
| * | | | [PB2] Small bugfix•••The button would not display after it got hidden once.
Bug: 7600384
Change-Id: I57f9f1191be3b8fff55dde7a2781dbef68a2df62
|  Jean Chalard | 2013-04-24 | 1 | -3/+13 |
* | | | | Merge "Add next axction to setup wizard" |  Tadashi G. Takaoka | 2013-04-24 | 1 | -23/+46 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Add next axction to setup wizard•••Bug: 8159728
Change-Id: Ia37ab32b63e4eda29bf1411719d00846525c278f
|  Tadashi G. Takaoka | 2013-04-24 | 1 | -23/+46 |
* | | | | Merge "Make aggressive threshold really aggressive" |  Satoshi Kataoka | 2013-04-24 | 1 | -3/+10 |
|\ \ \ \ |
|
| * | | | | Make aggressive threshold really aggressive•••Bug: 8701480
Change-Id: If8242cfe61f3e56712fd6e25e36858cff7f0d177
|  Satoshi Kataoka | 2013-04-24 | 1 | -3/+10 |
| | |/ /
| |/| | |
|
* | | | | Merge "Refactor SetupStepGroup" |  Tadashi G. Takaoka | 2013-04-24 | 2 | -34/+43 |
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| * | | Refactor SetupStepGroup•••Bug: 8159728
Change-Id: I1ab846d0910aacbd2f979289d72bafea8a8e0378
|  Tadashi G. Takaoka | 2013-04-24 | 2 | -34/+43 |
* | | | [PB1] Cleanup•••This preference is not a DialogPreference any more, as it doesn't
ever display a Dialog.
Bug: 7600384
Change-Id: Ia5965617c83d3cb964010f9b40d833065dccef60
|  Jean Chalard | 2013-04-23 | 1 | -9/+2 |
|/ / |
|
* | | Merge "Add edit personal dictionary settings menu" |  Tadashi G. Takaoka | 2013-04-23 | 2 | -0/+16 |
|\ \ |
|
| * | | Add edit personal dictionary settings menu•••Bug: 8600958
Change-Id: I303adfbe25a56cc9b5ee9f3b5169a5bca0ad6c4a
|  Tadashi G. Takaoka | 2013-04-22 | 2 | -0/+16 |
* | | | Add an additional ID to the client info.•••Bug: 8651863
Change-Id: I748f35726d72ede926d5b06ed87ff029317f1ac3
|  Jean Chalard | 2013-04-23 | 4 | -25/+110 |
* | | | Legal notice•••Bug: 8533258
Change-Id: I00e4916f86f29dd476c51a65e8fa5a6c136fd179
|  Satoshi Kataoka | 2013-04-22 | 5 | -12/+31 |
* | | | Merge "Don't triger onPress and startLongPressTimer when gesture is canceled" |  Tadashi G. Takaoka | 2013-04-22 | 2 | -22/+30 |
|\ \ \
| |/ /
|/| | |
|
| * | | Don't triger onPress and startLongPressTimer when gesture is canceled•••Bug: 8650846
Change-Id: Ice5ef07d6833422906b0b756206e097f75d1f2db
|  Tadashi G. Takaoka | 2013-04-22 | 2 | -22/+30 |
* | | | Merge "Implement IMM.switchToNextInputMethod() for ICS" |  Tadashi G. Takaoka | 2013-04-22 | 1 | -12/+115 |
|\ \ \ |
|
| * | | | Implement IMM.switchToNextInputMethod() for ICS•••Bug: 8633367
Change-Id: Ifc0f97b1fdf5e5cc3601c24a503058c4822478dc
|  Tadashi G. Takaoka | 2013-04-22 | 1 | -12/+115 |
* | | | | Don't kill suggestions with native score < 1•••Change-Id: I954856b7fec0b91e19a467f2a87978d49caa639d
|  Jean Chalard | 2013-04-22 | 1 | -1/+0 |
| |/ /
|/| | |
|
* | | | Merge "Allow LogUnits to hold >1 word" |  Kurt Partridge | 2013-04-19 | 4 | -86/+147 |
|\ \ \ |
|
| * | | | Allow LogUnits to hold >1 word•••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
|  Kurt Partridge | 2013-04-19 | 4 | -86/+147 |