aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/layout (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [PB11] Add a skeleton class for a self-updating progress barJean Chalard2013-04-261-1/+1
| | | | | Bug: 7600384 Change-Id: I55b51152dd9968a359af091bf309f0d406f63ec4
* [PB10] Add a progress bar to display file download progressJean Chalard2013-04-261-13/+17
| | | | | | | The progress bar is showing but doesn't show progress yet. Bug: 7600384 Change-Id: I80debd3f4368e82e4184a6c638bdcc8e48ed2305
* Merge "Get rid of janky black box before the movie starts"Tadashi G. Takaoka2013-04-261-0/+1
|\
| * Get rid of janky black box before the movie startsTadashi G. Takaoka2013-04-261-0/+1
| | | | | | | | | | Bug: 8159728 Change-Id: I1d0a01a05b3b694d21fdfdc246d1329ab829908d
* | Merge "Support ICS on the user dictionary settings"Satoshi Kataoka2013-04-261-31/+30
|\ \ | |/ |/|
| * Support ICS on the user dictionary settingsSatoshi Kataoka2013-04-261-31/+30
| | | | | | | | | | Bug: 8600958 Change-Id: I50e9228afc7b04147eb7c4734d3145abe8859a30
* | [PB7] Export animation code out of the preferenceJean Chalard2013-04-251-0/+16
|/ | | | | Bug: 7600384 Change-Id: I8009b31d96646acd667db410b94e969daea91d52
* Merge "Implement a functionality to add an entry to the user dictionary"Satoshi Kataoka2013-04-254-0/+287
|\
| * Implement a functionality to add an entry to the user dictionarySatoshi Kataoka2013-04-254-0/+287
| | | | | | | | | | | | Bug: 8600958 Change-Id: Ic472500406b9d54ec4052c490ee7cef62fc4e52a
* | [PB6] Encapsulate the buttons into a viewJean Chalard2013-04-251-8/+12
| | | | | | | | | | | | | | | | | | | | | | 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
* | Add next axction to setup wizardTadashi G. Takaoka2013-04-241-0/+6
|/ | | | | Bug: 8159728 Change-Id: Ia37ab32b63e4eda29bf1411719d00846525c278f
* Use resources for dimensions of setup wizardTadashi G. Takaoka2013-04-234-12/+11
| | | | | | | | This is a ground work to fit the setup wizard to smaller phones and larger tablets. Bug: 8159728 Change-Id: Ie8e058bc3cba30cac3b31eb5a3ce975f2ee311d9
* Centering setup wizard welcome videoTadashi G. Takaoka2013-04-221-6/+20
| | | | | Bug: 8159728 Change-Id: Ia016c41dc39b87740ff57efe0e2fadd61f0da129
* Add welcome screen to setup wizardTadashi G. Takaoka2013-04-194-0/+93
| | | | | | | | 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-195-53/+155
| | | | | Bug: 8159728 Change-Id: I05ff6578980ec2e210ebb482ea51b1600e74a4f4
* Add finish action to setup wizardTadashi G. Takaoka2013-04-191-0/+7
| | | | | Bug: 8159728 Change-Id: I1578fc31875a1edbfea213fb5e1a1b464d02e941
* 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-192-27/+4
| | | | Change-Id: I7b5999253c959531212ee27ac1ddfe39de280e2c
* Make setup wizard step number highlighted when activatedTadashi G. Takaoka2013-04-191-0/+3
| | | | | Bug: 8159728 Change-Id: I62ccbebaae0a0c4a93ad7c155fc3020a7f357f3c
* Add user feedback to setup action labels and iconsTadashi G. Takaoka2013-04-171-1/+1
| | | | | Bug: 8159728 Change-Id: I46c77c31973ae492c2a12291f2e0b154f64d26c9
* Merge the dictionary pack in Latin IME.Jean Chalard2013-03-193-0/+201
| | | | | Bug: 8161354 Change-Id: I17c23f56dd3bc2f27726556bf2c5a9d5520bd172
* Add preliminary setup wizardTadashi G. Takaoka2013-02-212-0/+136
| | | | | Bug: 8159728 Change-Id: I30d9cd637fb1d2e64588550e0aa4387bc1f7e6e5
* Fix layout direction of Keyboard and Suggestions viewTadashi G. Takaoka2013-02-181-0/+6
| | | | | Bug: 8167348 Change-Id: I5e0432707fff1dd3032686b733ba28bef305173a
* [Rlog79c] Cleanup of feedback strings and text entryKurt Partridge2013-02-041-1/+1
| | | | Change-Id: I97457ea8033a011c37e5970eb91d1a3273b81e2a
* [Rlog29] User interface for recordingKurt Partridge2013-01-291-92/+96
| | | | | | | | | - Also, internal flag for automatically replaying after a recording is made (off by default) - RLog key to "Bug?" multi-project commit with I0c2fababd73eed5a341af487bca04ddd650d4cc2 Change-Id: I162c96a715de7180f276e08b4686a20f29dabafb
* [Rlog15] ResearchLogger option to include account name in feedbackKurt Partridge2013-01-211-0/+8
| | | | | | multi-project commit with I0a293f392bd605c8203dc9a62993345ad58dcfbe Change-Id: Ief5b940a62dbaeaecdf1c55f2ffdd1e0fdaea2b9
* Refactor to add SeekBarDialogTadashi G. Takaoka2012-12-282-53/+3
| | | | Change-Id: Id8e08a1d5ec5efb2baf96a2634111619fcb9fd4e
* Remove unused suggestion preview stuffsTadashi G. Takaoka2012-12-071-28/+0
| | | | Change-Id: Ida5668f4eba1783d96e02001a64ae713f98176b7
* Suggestion strip will honor haptic feedback settings of keyboardTadashi G. Takaoka2012-10-171-0/+3
| | | | | Bug: 7313372 Change-Id: I427da8de68be3d2a78e810556340b96ab4edcc2d
* Utilize StateListDrawable for key preview backgroundTadashi G. Takaoka2012-09-052-3/+30
| | | | Change-Id: I268550a185701caecefc27ebaec40fb2c940d883
* ResearchLogger clean up splash screenKurt Partridge2012-08-301-88/+0
| | | | | | | | | - simpler text - AlertDialog implementation - declining users are redirected to regular IME Bug: 6188932 Change-Id: Ifb983c3511125f8919f4a8b25aeee7de66dbb0cb
* Rename SuggestionsView to SuggestionStripViewTadashi G. Takaoka2012-07-231-3/+3
|
* Rename LatinKeyboardView to MainKeyboardViewTadashi G. Takaoka2012-07-231-1/+1
| | | | Change-Id: I8f3123b8d727c7beb72e226f80c17794f89c8b60
* ResearchLog splash screenKurt Partridge2012-07-221-0/+88
| | | | | Bug: 6188932 Change-Id: I1b247ecc26a2dd4f3f1c1b1cd3d928af717ebdd5
* ResearchLogger feedback formKurt Partridge2012-07-223-0/+193
| | | | | | | | | - also cleaned up RLog menu multi-project commit with If0fd4fef89d390073e6939d5188ed5696866cb33 Bug: 6188932 Change-Id: I4f66f13bd366b4e8bde742ccd0704f812c6d33f9
* Fix one letter suggestion text size on more suggestions panelTadashi G. Takaoka2012-06-131-0/+1
| | | | | Bug: 6655216 Change-Id: Ie1fdd8e885a0fd95d3e811ab435ef3696b693d81
* Add custom subtype settingsTadashi G. Takaoka2012-04-191-0/+56
| | | | | Bug: 4460018 Change-Id: I4919d79516dcf574be2761bbaf9adcdc381b2ddc
* Remove unused resourcesTadashi G. Takaoka2012-03-303-207/+0
| | | | | | | Follow up to Ib27f2774 Bug: 6129704 Change-Id: I75b892a5f97270c270441a00f98e6e7ea1abc424
* Separate leftward arrow from "add to dictionary" hint textTadashi G. Takaoka2012-03-291-0/+36
| | | | | Bug: 6008875 Change-Id: I2be1698e485bc6541163771f41b8b82eaa3cee7a
* Merge "Use "dp" instead of "dip""Tadashi G. Takaoka2012-03-216-26/+26
|\
| * Use "dp" instead of "dip"Tadashi G. Takaoka2012-03-216-26/+26
| | | | | | | | Change-Id: Iaab1032a0ce0f97742288e76221433ef400e4b4f
* | Use "dp" instead of "sp"Tadashi G. Takaoka2012-03-213-6/+6
|/ | | | Change-Id: I772d117d88eb7361d8695c4d97c051f0c7397df8
* Fix centering more suggestions panel on tabletTadashi G. Takaoka2012-03-082-2/+0
| | | | | Bug: 6129726 Change-Id: I8dac3251eec68ad3fb523c632ff39f3cc661c81f
* Dynamically determine key preview backing view heightTadashi G. Takaoka2012-03-071-2/+2
| | | | | Bug: 6023947 Change-Id: I53a5c0eb99100a0dfe3e025808f5dc55747d1287
* Rename mini keyboard to more keys keyboardTadashi G. Takaoka2012-02-082-4/+4
| | | | Change-Id: Ie4c85e8ca5a1f41a420aae5c1cd9c1cb07e237e5
* Fix broken suggestions layoutTadashi G. Takaoka2011-12-162-2/+2
| | | | | | This is follow up change of If4b82376 Change-Id: I9b0d86ba630011372f41f26efb56bb0a80e09505
* Add a settings to change the sound effect volumesatok2011-10-111-0/+44
| | | | | | Bug: 5345401 Bug: 5402541 Change-Id: I1e653573a3362160104b77388d6cbd1700424649
* add vibration duration settingssatok2011-09-291-0/+49
| | | | Change-Id: I56a1a94df63160f367f866da759d7dd4fc428ed5
* Forward touch events above the keyboard to the suggestions stripTadashi G. Takaoka2011-09-271-2/+2
| | | | | | | | | The gutter area between the suggestions strip and the top-row keys looks like a part of the suggestions strip, and the touch events landing on the area should be forwarded to the suggestions strip. Bug: 5246673 Change-Id: I92af763be0feed21aa36ceffb5d575abe554f19e
* Add visual dividers to more suggestions panelTadashi G. Takaoka2011-09-081-1/+1
| | | | | Bug: 5275003 Change-Id: I9464db71388a40ea768984b4cf06c8da05bfa26c