| Commit message (Expand) | Author | Files | Lines |
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 |
2013-04-25 | Fix missing initialization of PreviewPlacerView•••Bug: 8716050
Change-Id: I234f1134274b9f72c8abbd729783f9ffe8f20f64
|  Tadashi G. Takaoka | 1 | -0/+1 |
2013-04-25 | Put temp files within app files•••Bug: 8715614
Change-Id: I307d83923070994525cf0d27aad403e881a89314
|  Jean Chalard | 2 | -1/+14 |
2013-04-25 | Fix exact match checking for words with digraph.•••Bug: 8624690
Change-Id: I8946d6618609c8e0cb638aa96992b51b435232c7
|  Keisuke Kuroynagi | 9 | -102/+115 |
2013-04-25 | Implement a functionality to add an entry to the user dictionary•••Bug: 8600958
Change-Id: Ic472500406b9d54ec4052c490ee7cef62fc4e52a
|  Satoshi Kataoka | 15 | -5/+1242 |
2013-04-25 | [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 | 3 | -36/+91 |
2013-04-24 | Import translations. DO NOT MERGE•••Change-Id: Iefa9cf774c772bc113d481199a0a9c564a0aba27
Auto-generated-cl: translation import
|  Baligh Uddin | 53 | -294/+507 |
2013-04-24 | [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 | 2 | -11/+47 |
2013-04-24 | [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 | 3 | -9/+40 |
2013-04-24 | [PB3] Simplify storage•••By looping through children, there is no need to remember the
last index.
Bug: 7600384
Change-Id: I8b42b0aa38874ee494c6c4ecc09194a1d3c16922
|  Jean Chalard | 1 | -23/+19 |
2013-04-24 | [PB2] Small bugfix•••The button would not display after it got hidden once.
Bug: 7600384
Change-Id: I57f9f1191be3b8fff55dde7a2781dbef68a2df62
|  Jean Chalard | 1 | -3/+13 |
2013-04-24 | Fix proximity/edit correction detection that affects the terminal cost.•••Bug: 8624690
Change-Id: If59305674a781e0fcc284d236e3d8ba9cdf9ed08
|  Keisuke Kuroynagi | 3 | -18/+25 |
2013-04-24 | Add next axction to setup wizard•••Bug: 8159728
Change-Id: Ia37ab32b63e4eda29bf1411719d00846525c278f
|  Tadashi G. Takaoka | 3 | -23/+54 |
2013-04-24 | Tune setup wizard layout for landscape and tablet•••Bug: 8159728
Change-Id: Ic2206d50562d62578f8e5e50bbd3c36625dbafb7
|  Tadashi G. Takaoka | 10 | -42/+282 |
2013-04-24 | Make aggressive threshold really aggressive•••Bug: 8701480
Change-Id: If8242cfe61f3e56712fd6e25e36858cff7f0d177
|  Satoshi Kataoka | 2 | -5/+13 |
2013-04-24 | Refactor SetupStepGroup•••Bug: 8159728
Change-Id: I1ab846d0910aacbd2f979289d72bafea8a8e0378
|  Tadashi G. Takaoka | 2 | -34/+43 |
2013-04-24 | Add setup wizard indicator size resource•••This is a follow up of Ie8e058bc3c.
Bug: 8159728
Change-Id: I171fc99374789e69c15506c37970e6fcafbcb1e2
|  Tadashi G. Takaoka | 2 | -3/+4 |
2013-04-23 | [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 | 1 | -9/+2 |
2013-04-23 | Disable shadow of gesture trail (DO NOT MERGE)•••Bug: 8689880
Change-Id: I908c22d362f2f6f07e5e04be14d3aaa749a8ac8e
|  Tadashi G. Takaoka | 2 | -6/+10 |
2013-04-23 | Disable shadow of gesture trail•••Cherry-picked from JB-MR2 I908c22d362.
Bug: 8689880
Change-Id: Ie759c5d63056509e3ca61d9fb6823ab04ddf41ed
|  Tadashi G. Takaoka | 2 | -6/+10 |
2013-04-23 | Use resources for dimensions of setup wizard•••This is a ground work to fit the setup wizard to smaller phones and
larger tablets.
Bug: 8159728
Change-Id: Ie8e058bc3cba30cac3b31eb5a3ce975f2ee311d9
|  Tadashi G. Takaoka | 6 | -24/+39 |
2013-04-23 | Remove wording "wizard" from setup application•••Bug: 8676811
Bug: 8662102
Change-Id: Ie234d8871651344b6815ae68c8b1f0663a9f6c79
|  Tadashi G. Takaoka | 2 | -7/+10 |
2013-04-23 | Add an additional ID to the client info.•••Bug: 8651863
Change-Id: I748f35726d72ede926d5b06ed87ff029317f1ac3
|  Jean Chalard | 4 | -25/+110 |
2013-04-22 | Fix autocompletion lookahead handling•••Bug: 8689370
Change-Id: I056b1788764bd5c4d8ad9da86e790562d2781f06
|  Tom Ouyang | 2 | -3/+3 |
2013-04-22 | Check bigrams for lowercased previous word if original is not found•••Bug: 8592527
Change-Id: I70c4b81263d8b2cb7050364c124589f66900cfce
|  Tom Ouyang | 3 | -11/+9 |
2013-04-22 | Import translations. DO NOT MERGE•••Change-Id: Ib14aef97ea78806e1560fbd3d3e1f40f01bf8c0a
Auto-generated-cl: translation import
|  Baligh Uddin | 53 | -114/+2708 |
2013-04-22 | Import translations. DO NOT MERGE•••Change-Id: I58c4fff8e92f66f7e85446d6fd05e61e3f081aca
Auto-generated-cl: translation import
|  Baligh Uddin | 57 | -1606/+16 |
2013-04-22 | Legal notice•••Bug: 8533258
Change-Id: I00e4916f86f29dd476c51a65e8fa5a6c136fd179
|  Satoshi Kataoka | 7 | -12/+36 |
2013-04-22 | Add edit personal dictionary settings menu•••Bug: 8600958
Change-Id: I303adfbe25a56cc9b5ee9f3b5169a5bca0ad6c4a
|  Tadashi G. Takaoka | 4 | -0/+24 |
2013-04-22 | Don't triger onPress and startLongPressTimer when gesture is canceled•••Bug: 8650846
Change-Id: Ice5ef07d6833422906b0b756206e097f75d1f2db
|  Tadashi G. Takaoka | 3 | -23/+31 |
2013-04-22 | Implement IMM.switchToNextInputMethod() for ICS•••Bug: 8633367
Change-Id: Ifc0f97b1fdf5e5cc3601c24a503058c4822478dc
|  Tadashi G. Takaoka | 1 | -12/+115 |
2013-04-22 | Fix a small bug•••Tests results in Ibcd6c110f1d5582425f9592c42e31152131ef80c
Bug: 7226877
Change-Id: I8d03bae3264974eff7b790e27c073b0a8758d17a
|  Jean Chalard | 4 | -3/+12 |
2013-04-22 | Don't kill suggestions with native score < 1•••Change-Id: I954856b7fec0b91e19a467f2a87978d49caa639d
|  Jean Chalard | 1 | -1/+0 |
2013-04-22 | Centering setup wizard welcome video•••Bug: 8159728
Change-Id: Ia016c41dc39b87740ff57efe0e2fadd61f0da129
|  Tadashi G. Takaoka | 2 | -6/+23 |
2013-04-19 | 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 | 4 | -86/+147 |
2013-04-19 | Redisplay a hidden button after it entered the screen again.•••Bug: 7600384
Change-Id: I6cd18fd7584b6e98260cb432956f08ba9886580b
|  Jean Chalard | 1 | -1/+4 |
2013-04-19 | Hide the correct button when pressing a new button.•••Bug: 7600384
Change-Id: Ic5dbbbbcf19d778dde1316ebb417f1a8ede2d25d
|  Jean Chalard | 8 | -47/+55 |
2013-04-19 | Remove translatable="false" from setup wizard strings•••Change-Id: Ie2f53910ce91f8c288e83c4ea15dc51aafd4c6a2
|  Tadashi G. Takaoka | 1 | -1/+1 |
2013-04-19 | Support landscape orientation for setup wizard•••Bug: 8159728
Change-Id: Ic0f73a7ebfea6e5e98aa320eb1ebc2a677271665
|  Tadashi G. Takaoka | 3 | -0/+82 |
2013-04-19 | Add welcome screen to setup wizard•••This is a preliminary implementation because the welcome screen video
is just a placeholder.
Bug: 8159728
Change-Id: I6a2459a266babec2f078fc393b18c77b0b7992a8
|  Tadashi G. Takaoka | 7 | -2/+265 |
2013-04-19 | Groundwork to implement landscape and welcome screen•••Bug: 8159728
Change-Id: I05ff6578980ec2e210ebb482ea51b1600e74a4f4
|  Tadashi G. Takaoka | 11 | -61/+208 |
2013-04-19 | Add finish action to setup wizard•••Bug: 8159728
Change-Id: I1578fc31875a1edbfea213fb5e1a1b464d02e941
|  Tadashi G. Takaoka | 5 | -5/+28 |
2013-04-19 | Add translatable="false" for appropriate entries•••bug: 8662567
Change-Id: I1ac9b4b8834f3b0ea537ad3142fa533dea10f23e
|  Ken Wakasa | 1 | -4/+4 |
2013-04-19 | Fix an NPE in recorrection•••Also, theoretically, we don't want to retrieve older suggestions if
there are no results for a recorrection - that would look random.
This bug addresses this too.
Bug: 8657919
Change-Id: I44f36d34a708a968ab71fa0592da57f4c97d4b7f
|  Jean Chalard | 1 | -8/+11 |
2013-04-19 | Fix an NPE in recapitalize•••Bug: 8657736
Change-Id: I459d1c200826c1c394f8207475ecf60a4f356793
|  Jean Chalard | 1 | -2/+5 |
2013-04-19 | Remove ScrollView from setup wizard•••Change-Id: I85f089301d1be8ed789a20049d21e2c371cad1c5
|  Tadashi G. Takaoka | 1 | -52/+47 |
2013-04-19 | Move some attributes of setup wizard layouts to style files•••Change-Id: I7b5999253c959531212ee27ac1ddfe39de280e2c
|  Tadashi G. Takaoka | 5 | -54/+88 |
2013-04-19 | Update strings of setup wizard•••Bug: 8159728
Change-Id: I34ef461410f4ebd4a3869c3614318581d48fdef5
|  Tadashi G. Takaoka | 1 | -5/+7 |
2013-04-19 | Make setup wizard step number highlighted when activated•••Bug: 8159728
Change-Id: I62ccbebaae0a0c4a93ad7c155fc3020a7f357f3c
|  Tadashi G. Takaoka | 2 | -20/+31 |