Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Automatic translation import | Michael Bestas | 2015-03-06 | 24 | -5/+186 | |
| | | | | Change-Id: Ie14f953a377b6d9410c6b5b386334e153abd4964 | |||||
* | SetupWizard: Fix race condition on finish | cretin45 | 2015-03-06 | 1 | -62/+41 | |
| | | | | Change-Id: Ie4a5893c49db7ce9622091e05776cb5523ed5c45 | |||||
* | SetupWizard: Make sure we have this activities themechange listener | cretin45 | 2015-03-05 | 1 | -14/+15 | |
| | | | | Change-Id: Iae69f1d7df2b3c032a187eda3593ea83fe0d9196 | |||||
* | SetupWizard: Add metrics for internal builds that ship with CMStats | cretin45 | 2015-03-04 | 17 | -18/+377 | |
| | | | | Change-Id: Id932a105c18332e32605530d1502ff99b7cf380a | |||||
* | SetupWizard: Add callback for actions to run post finish | cretin45 | 2015-03-03 | 4 | -18/+50 | |
| | | | | Change-Id: Ifa62c94f61afbe33a97a66dc0acb72e303023579 | |||||
* | SetupWizard: Darken the button bar text | cretin45 | 2015-03-03 | 5 | -5/+6 | |
| | | | | Change-Id: Ie56d4726c6191f603b15bcc112c8b2bdabd53fc5 | |||||
* | SetupWizard: Update legal link | cretin45 | 2015-03-02 | 1 | -1/+1 | |
| | | | | Change-Id: I7fddeac0a5da34906169bcd89a3f308a8463759e | |||||
* | SetupWizard: Make sure fragment is attached in callback | cretin45 | 2015-02-27 | 2 | -5/+17 | |
| | | | | Change-Id: Id492defa4c1d9bcad87311250a5f62fa046ee381 | |||||
* | Automatic translation import | Michael Bestas | 2015-02-28 | 32 | -76/+243 | |
| | | | | Change-Id: I39a444b2b346bebabe2ada088bdb58422ece13fe | |||||
* | SetupWizard: Update setting constants. | Adnan | 2015-02-26 | 1 | -10/+10 | |
| | | | | Change-Id: I6d6070b3bdeaf8caf55f8c7d5fa3a54ab2d088bc | |||||
* | SetupWizard: Images to get overlayed on mass market devices | cretin45 | 2015-02-25 | 5 | -0/+0 | |
| | | | | Change-Id: I5be1419b75604478939846332a23ff1fdfb232ca | |||||
* | SetupWizard: Add option to apply default theme if one exists | cretin45 | 2015-02-25 | 23 | -168/+375 | |
| | | | | | | * A bunch of code cleanup/refactoring to make this work Change-Id: I059fb5fa5bcd7dd8821e993218a320554f10a314 | |||||
* | SetupWizard: Auto advance sim missing page if sim inserted | cretin45 | 2015-02-23 | 1 | -0/+3 | |
| | | | | Change-Id: I3105a264bb9ae13c513398ae19d541ae194b7331 | |||||
* | SetupWizard: Fix race conditions with async callbacks | cretin45 | 2015-02-23 | 4 | -14/+87 | |
| | | | | Change-Id: Ifeeec3ac74b4644bb26b9f90d0159a64b173785b | |||||
* | SetupWizard: Refactor context type | cretin45 | 2015-02-23 | 16 | -41/+47 | |
| | | | | | | Context is assumed to be SetupWizardActivity and blindly cast. Just make the Context reference a SetupWizardActivity. Change-Id: I3d7ffd08980fbff0fbea51b45b28002b49813038 | |||||
* | SetupWizard: Ellipsize long text in button bar | cretin45 | 2015-02-23 | 2 | -8/+9 | |
| | | | | Change-Id: Id71b60b449545aeb92bd2325c8ded769bee8e014 | |||||
* | SetupWizard: Remove accessibilty geture check | cretin45 | 2015-02-23 | 1 | -10/+8 | |
| | | | | Change-Id: I6cee55773405cc057f0b1e343c93b9f1588666a4 | |||||
* | SetupWizard: Pass accent color to CaptivePortalLogin | cretin45 | 2015-02-19 | 1 | -0/+2 | |
| | | | | Change-Id: Ic4cd72b6020b3aaca7d9a39486310a795063b899 | |||||
* | SetupWizard: Add captive portal check | cretin45 | 2015-02-19 | 3 | -11/+133 | |
| | | | | Change-Id: I990b3d5c67fa9ba54e7e834b42a11a93133646d9 | |||||
* | Automatic translation import | Michael Bestas | 2015-02-18 | 28 | -114/+648 | |
| | | | | Change-Id: Ia85bbd82021baf9f264b9ad42385da9576553378 | |||||
* | SetupWizard: Don't crash on upgrade from 11 | cretin45 | 2015-02-18 | 2 | -7/+6 | |
| | | | | | | There is no need to have an original package as there is no data to persist. Change-Id: Ibfa2be22cb20e5c8a93dd2646da0e4f1db2f89ef | |||||
* | SetupWizard: Fix scenario where GMS setup disables its components | cretin45 | 2015-02-17 | 4 | -40/+131 | |
| | | | | Change-Id: Ia8edd39645f83625ff06fb61903b672b774257d6 | |||||
* | SetupWizard: Fix regression setting UI flags with onscreen keys | cretin45 | 2015-02-17 | 1 | -2/+4 | |
| | | | | Change-Id: I9fbbf4368ebe8faabbe4d66b5cacbf9ee2f3be36 | |||||
* | SetupWizard: Reveal the default wallpaper on oobe finish | cretin45 | 2015-02-16 | 23 | -74/+240 | |
| | | | | Change-Id: I68a256853f256af3464da7eba57a307a810d80cd | |||||
* | SetupWizard: Cleanup end animation | cretin45 | 2015-02-13 | 1 | -2/+8 | |
| | | | | Change-Id: Ie941b426b57dc39d18632ac4a68bb0c3526385fc | |||||
* | SetupWizard. Don't show account pages if no connectivity | cretin45 | 2015-02-13 | 1 | -2/+23 | |
| | | | | Change-Id: I36e181f67e9fc0efef39cc58f7dc80bbbfd5b49d | |||||
* | SetupWizard: Only show backup if a gms account was added | cretin45 | 2015-02-13 | 1 | -1/+4 | |
| | | | | Change-Id: I6cadf141c330d072f8cfc51769e4f41b74ebf880 | |||||
* | SetupWizard: Don't scale image on finish page | cretin45 | 2015-02-13 | 1 | -1/+1 | |
| | | | | Change-Id: I2985dc21332f52cd2979c7f77def1589c9ba7d3e | |||||
* | SetupWizard: Don't show restore page if already enabled | cretin45 | 2015-02-11 | 1 | -0/+2 | |
| | | | | Change-Id: I3ed4563efe10b644d5c63fc52f409021ab749924 | |||||
* | SetupWizard: Fix typo | cretin45 | 2015-02-11 | 1 | -1/+1 | |
| | | | | Change-Id: I903dbd69888e3f1c4eb1441306dc0d5e1f5ef46b | |||||
* | SetupWizard: Make location page dynamic based on GMS | cretin45 | 2015-02-10 | 3 | -19/+54 | |
| | | | | Change-Id: Ia30791882f049cef632281f21f2d7653536d5818 | |||||
* | SetupWizardTests: Underp re-enabling GMS setup | cretin45 | 2015-02-11 | 2 | -51/+26 | |
| | | | | Change-Id: I13d38acd8d5875a71375ceec51f284fa58605989 | |||||
* | Automatic translation import | Michael Bestas | 2015-02-10 | 25 | -75/+1123 | |
| | | | | Change-Id: I3e8a1deb1ab8ede84d265b24cdb721b19b945135 | |||||
* | SetupWizardTests: Query PM for gms home activies | cretin45 | 2015-02-10 | 1 | -16/+54 | |
| | | | | Change-Id: I4dfc15df33be0be19881e6546cd6704e3f91a453 | |||||
* | SetupWizard: Pretend to be the gms wizardmanager for restore page | cretin45 | 2015-02-10 | 1 | -1/+6 | |
| | | | | Change-Id: I9376ed55cbb4f8cc176a2f2bb9a493fe023841a0 | |||||
* | SetupWizard: Only show some pages if user is owner | cretin45 | 2015-02-10 | 1 | -5/+7 | |
| | | | | Change-Id: Ib0e873d69fa38a2f214e0250eb8b1700011af369 | |||||
* | SetupWizard: Add helpers for multiuser | cretin45 | 2015-02-10 | 2 | -4/+12 | |
| | | | | Change-Id: I37345661e451523ccc571069646054071381358d | |||||
* | SetupWizard: Fix formatting | cretin45 | 2015-02-10 | 1 | -13/+13 | |
| | | | | Change-Id: I23e49d07766c53893f5948820db01bd764134b22 | |||||
* | SetupWizard: Add condition for hiding secure sms option | cretin45 | 2015-02-10 | 1 | -1/+3 | |
| | | | | Change-Id: I0287c8119d56fd9a055caa96c8eaba7fb844f236 | |||||
* | More string improvements | Michael Bestas | 2015-02-09 | 1 | -5/+9 | |
| | | | | Change-Id: I3dd79f90bb87fb5150dc00de39c938fb7a0642a8 | |||||
* | SetupWizard: Improve strings | Michael Bestas | 2015-02-06 | 3 | -35/+48 | |
| | | | | Change-Id: I3b850d0772e1c3e5eddb0218c7e41360ee233470 | |||||
* | SetupWizard: Use fade in/out animation for emergency dialer | cretin45 | 2015-02-06 | 1 | -1/+6 | |
| | | | | Change-Id: I43a1d4b0a257e2639e5b461a541001815736a32d | |||||
* | SetupWizard: Catch case where restore activity not found | cretin45 | 2015-02-06 | 1 | -12/+20 | |
| | | | | Change-Id: I4acd9c2779fc41f087942e37647f90b47d3f3d9a | |||||
* | SetupWizard: Add generic sim missing asset | cretin45 | 2015-02-06 | 9 | -14/+22 | |
| | | | | Change-Id: I2dcae095c96a020a54792a939b053ae78005d056 | |||||
* | SetupWizard: Don't broadcast finished if guest user | cretin45 | 2015-02-06 | 1 | -2/+9 | |
| | | | | Change-Id: Id30a52902444769ea48db4cbbd039d31d2abe5d6 | |||||
* | SetupWizard: Don't register for secure sms if not selected | cretin45 | 2015-02-06 | 1 | -1/+3 | |
| | | | | Change-Id: If17eecb127443d1b0c691af7ff21012a618a1c85 | |||||
* | SetupWizard : Support rotation for date/time picker | Danesh M | 2015-02-06 | 1 | -22/+7 | |
| | | | | | | Fix crashes Change-Id: I7d0a7088f2c65949ee15f4f0d05c74ffce45ba64 | |||||
* | SetupWizard: Improved show/hide page logic | cretin45 | 2015-02-04 | 1 | -34/+46 | |
| | | | | Change-Id: I23212a97c0435ee69db46c8b478207c62e3b07cb | |||||
* | SetupWizard: Use TelephonyManager for checking/enabling mobile data | cretin45 | 2015-02-04 | 1 | -12/+11 | |
| | | | | Change-Id: I6135d9a92efea56a50f5200827e0734f974c4849 | |||||
* | SetupWizard: Don't show wizard for guest account | cretin45 | 2015-02-04 | 1 | -0/+6 | |
| | | | | Change-Id: Ie03e22bcbd035b47b55a9774b9e6fc21d407291b |