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