Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PB7] Export animation code out of the preference•••Bug: 7600384 Change-Id: I8009b31d96646acd667db410b94e969daea91d52 | 2013-04-25 | 3 | -24/+108 | |
* | 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 | |
* | | | Fix proximity/edit correction detection that affects the terminal cost.•••Bug: 8624690 Change-Id: If59305674a781e0fcc284d236e3d8ba9cdf9ed08 | 2013-04-24 | 3 | -18/+25 | |
* | | | 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 | |
|\ \ \ | | |/ | |/| | |||||
| * | | Refactor SetupStepGroup•••Bug: 8159728 Change-Id: I1ab846d0910aacbd2f979289d72bafea8a8e0378 | 2013-04-24 | 2 | -34/+43 | |
* | | | Merge "Check bigrams for lowercased previous word if original is not found" | 2013-04-24 | 3 | -11/+9 | |
|\ \ \ | |_|/ |/| | | |||||
| * | | Check bigrams for lowercased previous word if original is not found•••Bug: 8592527 Change-Id: I70c4b81263d8b2cb7050364c124589f66900cfce | 2013-04-22 | 3 | -11/+9 | |
* | | | Merge "Add setup wizard indicator size resource" | 2013-04-24 | 2 | -3/+4 | |
|\ \ \ | | |/ | |/| | |||||
| * | | Add setup wizard indicator size resource•••This is a follow up of Ie8e058bc3c. Bug: 8159728 Change-Id: I171fc99374789e69c15506c37970e6fcafbcb1e2 | 2013-04-24 | 2 | -3/+4 | |
* | | | Merge "[PB1] Cleanup" | 2013-04-24 | 1 | -9/+2 | |
|\ \ \ | |/ / |/| | | |||||
| * | | [PB1] Cleanup•••This preference is not a DialogPreference any more, as it doesn't ever display a Dialog. Bug: 7600384 Change-Id: Ia5965617c83d3cb964010f9b40d833065dccef60 | 2013-04-23 | 1 | -9/+2 | |
* | | | am e55ae342: am 0e5b6384: Disable shadow of gesture trail (DO NOT MERGE)•••* commit 'e55ae3424adc81d201df1390df29ce5d6cd0333f': Disable shadow of gesture trail (DO NOT MERGE) | 2013-04-23 | 0 | -0/+0 | |
|\ \ \ | |||||
| * \ \ | am 0e5b6384: Disable shadow of gesture trail (DO NOT MERGE)•••* commit '0e5b6384f3f6daf9c05a25e60a900da4d24e3913': Disable shadow of gesture trail (DO NOT MERGE) | 2013-04-23 | 2 | -6/+10 | |
| |\ \ \ | |||||
| | * | | | Disable shadow of gesture trail (DO NOT MERGE)•••Bug: 8689880 Change-Id: I908c22d362f2f6f07e5e04be14d3aaa749a8ac8e | 2013-04-23 | 2 | -6/+10 | |
* | | | | | am 6b87e270: am fc036454: Import translations. DO NOT MERGE•••* commit '6b87e270f773027f8fc08280551d82e903f90ef5': Import translations. DO NOT MERGE | 2013-04-23 | 0 | -0/+0 | |
|\| | | | | |||||
| * | | | | am fc036454: Import translations. DO NOT MERGE•••* commit 'fc0364548979c2f881ce2fa0629205b8378a3a28': Import translations. DO NOT MERGE | 2013-04-23 | 4 | -16/+16 | |
| |\| | | | |||||
| | * | | | Import translations. DO NOT MERGE•••Change-Id: I58c4fff8e92f66f7e85446d6fd05e61e3f081aca Auto-generated-cl: translation import | 2013-04-22 | 57 | -1606/+16 | |
* | | | | | Merge "Use resources for dimensions of setup wizard" | 2013-04-23 | 6 | -24/+39 | |
|\ \ \ \ \ | |||||
| * | | | | | 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 | 2013-04-23 | 6 | -24/+39 | |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge "Disable shadow of gesture trail" | 2013-04-23 | 2 | -6/+10 | |
|\ \ \ \ \ | |||||
| * | | | | | Disable shadow of gesture trail•••Cherry-picked from JB-MR2 I908c22d362. Bug: 8689880 Change-Id: Ie759c5d63056509e3ca61d9fb6823ab04ddf41ed | 2013-04-23 | 2 | -6/+10 | |
| |/ / / / | |||||
* | | | | | Merge "Remove wording "wizard" from setup application" | 2013-04-23 | 2 | -7/+10 | |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Remove wording "wizard" from setup application•••Bug: 8676811 Bug: 8662102 Change-Id: Ie234d8871651344b6815ae68c8b1f0663a9f6c79 | 2013-04-23 | 2 | -7/+10 | |
* | | | | | Merge "Add edit personal dictionary settings menu" | 2013-04-23 | 4 | -0/+24 | |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Add edit personal dictionary settings menu•••Bug: 8600958 Change-Id: I303adfbe25a56cc9b5ee9f3b5169a5bca0ad6c4a | 2013-04-22 | 4 | -0/+24 | |
* | | | | | Add an additional ID to the client info.•••Bug: 8651863 Change-Id: I748f35726d72ede926d5b06ed87ff029317f1ac3 | 2013-04-23 | 4 | -25/+110 | |
* | | | | | Fix autocompletion lookahead handling•••Bug: 8689370 Change-Id: I056b1788764bd5c4d8ad9da86e790562d2781f06 | 2013-04-22 | 2 | -3/+3 | |
| |_|_|/ |/| | | | |||||
* | | | | Import translations. DO NOT MERGE•••Change-Id: Ib14aef97ea78806e1560fbd3d3e1f40f01bf8c0a Auto-generated-cl: translation import | 2013-04-22 | 53 | -114/+2708 | |
* | | | | Legal notice•••Bug: 8533258 Change-Id: I00e4916f86f29dd476c51a65e8fa5a6c136fd179 | 2013-04-22 | 7 | -12/+36 | |
* | | | | Merge "Don't triger onPress and startLongPressTimer when gesture is canceled" | 2013-04-22 | 3 | -23/+31 | |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Don't triger onPress and startLongPressTimer when gesture is canceled•••Bug: 8650846 Change-Id: Ice5ef07d6833422906b0b756206e097f75d1f2db | 2013-04-22 | 3 | -23/+31 | |
* | | | | Merge "Implement IMM.switchToNextInputMethod() for ICS" | 2013-04-22 | 1 | -12/+115 | |
|\ \ \ \ | |||||
| * | | | | Implement IMM.switchToNextInputMethod() for ICS•••Bug: 8633367 Change-Id: Ifc0f97b1fdf5e5cc3601c24a503058c4822478dc | 2013-04-22 | 1 | -12/+115 |