aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge "[PB1] Cleanup"Jean Chalard2013-04-241-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 Jean Chalard2013-04-231-9/+2
* | Merge "Use resources for dimensions of setup wizard"Tadashi G. Takaoka2013-04-236-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 Tadashi G. Takaoka2013-04-236-24/+39
| |/
* | Merge "Disable shadow of gesture trail"Tadashi G. Takaoka2013-04-232-6/+10
|\ \
| * | Disable shadow of gesture trail•••Cherry-picked from JB-MR2 I908c22d362. Bug: 8689880 Change-Id: Ie759c5d63056509e3ca61d9fb6823ab04ddf41ed Tadashi G. Takaoka2013-04-232-6/+10
| |/
* | Merge "Remove wording "wizard" from setup application"Tadashi G. Takaoka2013-04-232-7/+10
|\ \ | |/ |/|
| * Remove wording "wizard" from setup application•••Bug: 8676811 Bug: 8662102 Change-Id: Ie234d8871651344b6815ae68c8b1f0663a9f6c79 Tadashi G. Takaoka2013-04-232-7/+10
* | Merge "Add edit personal dictionary settings menu"Tadashi G. Takaoka2013-04-234-0/+24
|\ \ | |/ |/|
| * Add edit personal dictionary settings menu•••Bug: 8600958 Change-Id: I303adfbe25a56cc9b5ee9f3b5169a5bca0ad6c4a Tadashi G. Takaoka2013-04-224-0/+24
* | Add an additional ID to the client info.•••Bug: 8651863 Change-Id: I748f35726d72ede926d5b06ed87ff029317f1ac3 Jean Chalard2013-04-234-25/+110
* | Import translations. DO NOT MERGE•••Change-Id: Ib14aef97ea78806e1560fbd3d3e1f40f01bf8c0a Auto-generated-cl: translation import Baligh Uddin2013-04-2253-114/+2708
* | Legal notice•••Bug: 8533258 Change-Id: I00e4916f86f29dd476c51a65e8fa5a6c136fd179 Satoshi Kataoka2013-04-227-12/+36
* | Merge "Don't triger onPress and startLongPressTimer when gesture is canceled"Tadashi G. Takaoka2013-04-222-22/+30
|\ \ | |/ |/|
| * Don't triger onPress and startLongPressTimer when gesture is canceled•••Bug: 8650846 Change-Id: Ice5ef07d6833422906b0b756206e097f75d1f2db Tadashi G. Takaoka2013-04-222-22/+30
* | Merge "Implement IMM.switchToNextInputMethod() for ICS"Tadashi G. Takaoka2013-04-221-12/+115
|\ \
| * | Implement IMM.switchToNextInputMethod() for ICS•••Bug: 8633367 Change-Id: Ifc0f97b1fdf5e5cc3601c24a503058c4822478dc Tadashi G. Takaoka2013-04-221-12/+115
* | | Merge "Don't kill suggestions with native score < 1"Jean Chalard2013-04-221-1/+0
|\ \ \ | |_|/ |/| |
| * | Don't kill suggestions with native score < 1•••Change-Id: I954856b7fec0b91e19a467f2a87978d49caa639d Jean Chalard2013-04-221-1/+0
* | | Centering setup wizard welcome video•••Bug: 8159728 Change-Id: Ia016c41dc39b87740ff57efe0e2fadd61f0da129 Tadashi G. Takaoka2013-04-222-6/+23
|/ /
* | am a56c7020: am d4ab58a0: Add translatable="false" for appropriate entries•••* commit 'a56c702088055823bd755d2aafe13965b12785ed': Add translatable="false" for appropriate entries Ken Wakasa2013-04-191-4/+4
|\ \
| * \ am d4ab58a0: Add translatable="false" for appropriate entries•••* commit 'd4ab58a0f7bdf5aee51947607e1b17998912285c': Add translatable="false" for appropriate entries Ken Wakasa2013-04-191-4/+4
| |\ \
| | * | Add translatable="false" for appropriate entries•••bug: 8662567 Change-Id: I1ac9b4b8834f3b0ea537ad3142fa533dea10f23e Ken Wakasa2013-04-191-4/+4
* | | | Merge "Allow LogUnits to hold >1 word"Kurt Partridge2013-04-194-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 Partridge2013-04-194-86/+147
* | | | | Redisplay a hidden button after it entered the screen again.•••Bug: 7600384 Change-Id: I6cd18fd7584b6e98260cb432956f08ba9886580b Jean Chalard2013-04-191-1/+4
* | | | | Hide the correct button when pressing a new button.•••Bug: 7600384 Change-Id: Ic5dbbbbcf19d778dde1316ebb417f1a8ede2d25d Jean Chalard2013-04-198-47/+55
* | | | | Remove translatable="false" from setup wizard strings•••Change-Id: Ie2f53910ce91f8c288e83c4ea15dc51aafd4c6a2 Tadashi G. Takaoka2013-04-191-1/+1
* | | | | Support landscape orientation for setup wizard•••Bug: 8159728 Change-Id: Ic0f73a7ebfea6e5e98aa320eb1ebc2a677271665 Tadashi G. Takaoka2013-04-193-0/+82
* | | | | 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. Takaoka2013-04-197-2/+265
* | | | | Groundwork to implement landscape and welcome screen•••Bug: 8159728 Change-Id: I05ff6578980ec2e210ebb482ea51b1600e74a4f4 Tadashi G. Takaoka2013-04-1911-61/+208
* | | | | Merge "Add finish action to setup wizard"Tadashi G. Takaoka2013-04-195-5/+28
|\ \ \ \ \
| * | | | | Add finish action to setup wizard•••Bug: 8159728 Change-Id: I1578fc31875a1edbfea213fb5e1a1b464d02e941 Tadashi G. Takaoka2013-04-195-5/+28
* | | | | | am f1dde6a1: am 758c74fe: Merge "Fix an NPE in recorrection" into jb-mr2-dev•••* commit 'f1dde6a1bf659d182db5a2645515cc1efe74459c': Fix an NPE in recorrection Jean Chalard2013-04-191-8/+11
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | am 758c74fe: Merge "Fix an NPE in recorrection" into jb-mr2-dev•••* commit '758c74fe82683aef08d93a935433c027a7bc21a7': Fix an NPE in recorrection Jean Chalard2013-04-191-8/+11
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Merge "Fix an NPE in recorrection" into jb-mr2-devJean Chalard2013-04-191-8/+11
| | |\ \ \ \
| | | * | | | 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 Chalard2013-04-191-8/+11
* | | | | | | am 3629605b: am 77226ed0: Merge "Fix an NPE in recapitalize" into jb-mr2-dev•••* commit '3629605b7c14b5eea498ef9588f4fef788ef454c': Fix an NPE in recapitalize Jean Chalard2013-04-191-2/+5
|\| | | | | | | |_|_|/ / / |/| | | | |
| * | | | | am 77226ed0: Merge "Fix an NPE in recapitalize" into jb-mr2-dev•••* commit '77226ed006ba32228cd5db19031e04d13d87b27e': Fix an NPE in recapitalize Jean Chalard2013-04-191-2/+5
| |\| | | |
| | * | | | Merge "Fix an NPE in recapitalize" into jb-mr2-devJean Chalard2013-04-191-2/+5
| | |\ \ \ \
| | | * | | | Fix an NPE in recapitalize•••Bug: 8657736 Change-Id: I459d1c200826c1c394f8207475ecf60a4f356793 Jean Chalard2013-04-191-2/+5
| | | |/ / /
* | | | | | Remove ScrollView from setup wizard•••Change-Id: I85f089301d1be8ed789a20049d21e2c371cad1c5 Tadashi G. Takaoka2013-04-191-52/+47
* | | | | | Move some attributes of setup wizard layouts to style files•••Change-Id: I7b5999253c959531212ee27ac1ddfe39de280e2c Tadashi G. Takaoka2013-04-195-54/+88
* | | | | | Merge "Make setup wizard step number highlighted when activated"Tadashi G. Takaoka2013-04-192-20/+31
|\ \ \ \ \ \
| * | | | | | Make setup wizard step number highlighted when activated•••Bug: 8159728 Change-Id: I62ccbebaae0a0c4a93ad7c155fc3020a7f357f3c Tadashi G. Takaoka2013-04-192-20/+31
* | | | | | | Merge "Update strings of setup wizard"Tadashi G. Takaoka2013-04-191-5/+7
|\ \ \ \ \ \ \
| * | | | | | | Update strings of setup wizard•••Bug: 8159728 Change-Id: I34ef461410f4ebd4a3869c3614318581d48fdef5 Tadashi G. Takaoka2013-04-191-5/+7
* | | | | | | | am dcc59297: am 1844bec2: Merge "Import translations. DO NOT MERGE" into jb-m...•••* commit 'dcc59297ac97c2ae7791ab09c535927c93c607fb': Import translations. DO NOT MERGE Baligh Uddin2013-04-187-14/+14
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | am 1844bec2: Merge "Import translations. DO NOT MERGE" into jb-mr2-dev•••* commit '1844bec2024859f1c8dbc331893a74d5af9152d8': Import translations. DO NOT MERGE Baligh Uddin2013-04-187-14/+14
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | * | | | | | Merge "Import translations. DO NOT MERGE" into jb-mr2-devBaligh Uddin2013-04-187-14/+14
| | |\ \ \ \ \ \