aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/setup (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Override View.drawableStateChanged to detect state_pressedTadashi G. Takaoka2013-05-011-8/+23
| | | | | | | | | | Unlike on JB, View.setPressed(boolean) is never called when the view is pressed on ICS. To detect a pressed state of the view, we need to override View.drawableStateChanged() and check the drawable state contains state_pressed. Bug: 8159728 Change-Id: I481051364d6f3d1370742723c3ce19d898ea5463
* Display still image when device can't play welcome videoTadashi G. Takaoka2013-05-011-0/+4
| | | | | | | | Note that the still image in this change is a placeholder and must be replaced by final asset. Bug: 8159728 Change-Id: I4f5a28e0af711edacbc87c2ee64508f34f67f0da
* Catch error while playing welcome videoTadashi G. Takaoka2013-04-301-0/+11
| | | | | Bug: 8159728 Change-Id: Ic8eea7993f12395d6eca6db8d5529803251a9fee
* Merge "Get rid of janky black box before the movie starts"Tadashi G. Takaoka2013-04-261-0/+8
|\
| * Get rid of janky black box before the movie startsTadashi G. Takaoka2013-04-261-0/+8
| | | | | | | | | | Bug: 8159728 Change-Id: I1d0a01a05b3b694d21fdfdc246d1329ab829908d
* | Keep task stack when invoking settings from setup wizardTadashi G. Takaoka2013-04-261-2/+1
|/ | | | | Bug: 8336068 Change-Id: If1df32595f72285b2dad16e28b4429b7b6059839
* Add next axction to setup wizardTadashi G. Takaoka2013-04-241-23/+46
| | | | | Bug: 8159728 Change-Id: Ia37ab32b63e4eda29bf1411719d00846525c278f
* Refactor SetupStepGroupTadashi G. Takaoka2013-04-242-34/+43
| | | | | Bug: 8159728 Change-Id: I1ab846d0910aacbd2f979289d72bafea8a8e0378
* Add welcome screen to setup wizardTadashi G. Takaoka2013-04-192-2/+172
| | | | | | | | 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-191-8/+9
| | | | | Bug: 8159728 Change-Id: I05ff6578980ec2e210ebb482ea51b1600e74a4f4
* Add finish action to setup wizardTadashi G. Takaoka2013-04-191-4/+20
| | | | | Bug: 8159728 Change-Id: I1578fc31875a1edbfea213fb5e1a1b464d02e941
* Merge "Make setup wizard step number highlighted when activated"Tadashi G. Takaoka2013-04-191-20/+28
|\
| * Make setup wizard step number highlighted when activatedTadashi G. Takaoka2013-04-191-20/+28
| | | | | | | | | | Bug: 8159728 Change-Id: I62ccbebaae0a0c4a93ad7c155fc3020a7f357f3c
* | Update setup wizard iconsTadashi G. Takaoka2013-04-181-4/+2
|/ | | | | Bug: 8159728 Change-Id: Ia5a14a35292b43dc1eaa2d4edd65134040355149
* Add user feedback to setup action labels and iconsTadashi G. Takaoka2013-04-171-6/+3
| | | | | Bug: 8159728 Change-Id: I46c77c31973ae492c2a12291f2e0b154f64d26c9
* Finalize setup wizard strings and mark as translatableTadashi G. Takaoka2013-04-171-5/+5
| | | | | Bug: 8159728 Change-Id: I9f6f04b09b2cefdb7ece76a4f3c39ab56d0c8fab
* Use correct appname resourceSatoshi Kataoka2013-03-221-7/+8
| | | | | Bug: 6789579 Change-Id: Id11435a28d6c5b6c72867814e23f5e62429080f8
* Fix NPE found in monkey testTadashi G. Takaoka2013-03-141-0/+3
| | | | | Bug: 8383127 Change-Id: Ifd70acabe118b477f103937c7f1e99e38e210833
* Add show setup wizard icon preference settingsTadashi G. Takaoka2013-03-051-31/+28
| | | | | Bug: 8239067 Change-Id: If6106a3632d3abad3e22ce29f1351525a5152ec7
* Add setup wizard launcher iconTadashi G. Takaoka2013-03-012-19/+161
| | | | | | | | The setup wizard icon will be hidden if the Android Keyboard is in system image. Bug: 8239067 Change-Id: Ib0c0c9e3a0954512c3e03e42a661cdf86eff0dca
* Add preliminary setup wizardTadashi G. Takaoka2013-02-212-5/+362
| | | | | Bug: 8159728 Change-Id: I30d9cd637fb1d2e64588550e0aa4387bc1f7e6e5
* Add placeholder of keyboard setup wizardTadashi G. Takaoka2013-02-141-0/+39
Bug: 8159728 Change-Id: I5552e9d0ffa8f94d183e76378d55bba6f718adfe