Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update setup wizard video and image of AOSP•••Bug: 17769384 Change-Id: I23748bce17566aad1693ff56e8c04f493f957f84 | 2014-10-06 | 1 | -4/+0 | |
* | Restore additional subtypes when the package is updated•••With this CL, Intent#ACTION_MY_PACKAGE_REPLACED will not only update the visibility of the setup activity but also reconstruct additional subtypes. This is important because the system always removes all the additional subtypes whenever the package is updated. BUG: 15890448 Change-Id: Ic36ea68f50b1ac89b4cbd268ee53f9a5e5d60afd | 2014-07-04 | 1 | -61/+0 | |
* | Don't use RichInputMethodManager in setup wizard•••In setup wizard, InputMethodManager may not be able to be aware that this IME is installed, especially just after the IME is installed via GooglePlay app and hit the open button on the app to launch the setup wizard. Bug: 9299618 Change-Id: I00c8544178b41074253d49ae9481996ec56593d2 | 2013-06-07 | 1 | -12/+36 | |
* | Introduce another activity to launch setup wizard•••Bug: 8336068 Change-Id: I35b94dd87c5b01d3e927da8f918a5398dd565d33 | 2013-05-10 | 1 | -425/+7 | |
* | Keep SetupActivity alive to check re-launching from launcher•••Bug: 8336068 Change-Id: I183b8e3fd1b3898d5f8dbbb13a0c93c64341fc38 | 2013-05-10 | 1 | -18/+32 | |
* | Fix an issue on the transition between the setup and the settings•••Bug: 8853220 Change-Id: I99b6c46d900e9391f77986d1ae6e3edeaeff01e5 | 2013-05-08 | 1 | -8/+9 | |
* | Preserve setup wizard step while orientation change•••Bug: 8159728 Change-Id: I596f59749443b8878b5613285f0fe793d449cdbd | 2013-05-02 | 1 | -34/+23 | |
* | Display still image when device can't play welcome video•••Note that the still image in this change is a placeholder and must be replaced by final asset. Bug: 8159728 Change-Id: I4f5a28e0af711edacbc87c2ee64508f34f67f0da | 2013-05-01 | 1 | -0/+4 | |
* | Catch error while playing welcome video•••Bug: 8159728 Change-Id: Ic8eea7993f12395d6eca6db8d5529803251a9fee | 2013-04-30 | 1 | -0/+11 | |
* | Merge "Get rid of janky black box before the movie starts" | 2013-04-26 | 1 | -0/+8 | |
|\ | |||||
| * | Get rid of janky black box before the movie starts•••Bug: 8159728 Change-Id: I1d0a01a05b3b694d21fdfdc246d1329ab829908d | 2013-04-26 | 1 | -0/+8 | |
* | | Keep task stack when invoking settings from setup wizard•••Bug: 8336068 Change-Id: If1df32595f72285b2dad16e28b4429b7b6059839 | 2013-04-26 | 1 | -2/+1 | |
|/ | |||||
* | Add next axction to setup wizard•••Bug: 8159728 Change-Id: Ia37ab32b63e4eda29bf1411719d00846525c278f | 2013-04-24 | 1 | -23/+46 | |
* | Refactor SetupStepGroup•••Bug: 8159728 Change-Id: I1ab846d0910aacbd2f979289d72bafea8a8e0378 | 2013-04-24 | 1 | -32/+35 | |
* | 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 | 2013-04-19 | 1 | -2/+64 | |
* | Groundwork to implement landscape and welcome screen•••Bug: 8159728 Change-Id: I05ff6578980ec2e210ebb482ea51b1600e74a4f4 | 2013-04-19 | 1 | -8/+9 | |
* | Add finish action to setup wizard•••Bug: 8159728 Change-Id: I1578fc31875a1edbfea213fb5e1a1b464d02e941 | 2013-04-19 | 1 | -4/+20 | |
* | Merge "Make setup wizard step number highlighted when activated" | 2013-04-19 | 1 | -20/+28 | |
|\ | |||||
| * | Make setup wizard step number highlighted when activated•••Bug: 8159728 Change-Id: I62ccbebaae0a0c4a93ad7c155fc3020a7f357f3c | 2013-04-19 | 1 | -20/+28 | |
* | | Update setup wizard icons•••Bug: 8159728 Change-Id: Ia5a14a35292b43dc1eaa2d4edd65134040355149 | 2013-04-18 | 1 | -4/+2 | |
|/ | |||||
* | Add user feedback to setup action labels and icons•••Bug: 8159728 Change-Id: I46c77c31973ae492c2a12291f2e0b154f64d26c9 | 2013-04-17 | 1 | -6/+3 | |
* | Finalize setup wizard strings and mark as translatable•••Bug: 8159728 Change-Id: I9f6f04b09b2cefdb7ece76a4f3c39ab56d0c8fab | 2013-04-17 | 1 | -5/+5 | |
* | Use correct appname resource•••Bug: 6789579 Change-Id: Id11435a28d6c5b6c72867814e23f5e62429080f8 | 2013-03-22 | 1 | -7/+8 | |
* | Fix NPE found in monkey test•••Bug: 8383127 Change-Id: Ifd70acabe118b477f103937c7f1e99e38e210833 | 2013-03-14 | 1 | -0/+3 | |
* | Add setup wizard launcher icon•••The setup wizard icon will be hidden if the Android Keyboard is in system image. Bug: 8239067 Change-Id: Ib0c0c9e3a0954512c3e03e42a661cdf86eff0dca | 2013-03-01 | 1 | -19/+36 | |
* | Add preliminary setup wizard•••Bug: 8159728 Change-Id: I30d9cd637fb1d2e64588550e0aa4387bc1f7e6e5 | 2013-02-21 | 1 | -5/+306 | |
* | Add placeholder of keyboard setup wizard•••Bug: 8159728 Change-Id: I5552e9d0ffa8f94d183e76378d55bba6f718adfe | 2013-02-14 | 1 | -0/+39 |