summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Automatic translation importMichael Bestas2015-03-0624-5/+186
| | | | Change-Id: Ie14f953a377b6d9410c6b5b386334e153abd4964
* SetupWizard: Fix race condition on finishcretin452015-03-061-62/+41
| | | | Change-Id: Ie4a5893c49db7ce9622091e05776cb5523ed5c45
* SetupWizard: Make sure we have this activities themechange listenercretin452015-03-051-14/+15
| | | | Change-Id: Iae69f1d7df2b3c032a187eda3593ea83fe0d9196
* SetupWizard: Add metrics for internal builds that ship with CMStatscretin452015-03-0417-18/+377
| | | | Change-Id: Id932a105c18332e32605530d1502ff99b7cf380a
* SetupWizard: Add callback for actions to run post finishcretin452015-03-034-18/+50
| | | | Change-Id: Ifa62c94f61afbe33a97a66dc0acb72e303023579
* SetupWizard: Darken the button bar textcretin452015-03-035-5/+6
| | | | Change-Id: Ie56d4726c6191f603b15bcc112c8b2bdabd53fc5
* SetupWizard: Update legal linkcretin452015-03-021-1/+1
| | | | Change-Id: I7fddeac0a5da34906169bcd89a3f308a8463759e
* SetupWizard: Make sure fragment is attached in callbackcretin452015-02-272-5/+17
| | | | Change-Id: Id492defa4c1d9bcad87311250a5f62fa046ee381
* Automatic translation importMichael Bestas2015-02-2832-76/+243
| | | | Change-Id: I39a444b2b346bebabe2ada088bdb58422ece13fe
* SetupWizard: Update setting constants.Adnan2015-02-261-10/+10
| | | | Change-Id: I6d6070b3bdeaf8caf55f8c7d5fa3a54ab2d088bc
* SetupWizard: Images to get overlayed on mass market devicescretin452015-02-255-0/+0
| | | | Change-Id: I5be1419b75604478939846332a23ff1fdfb232ca
* SetupWizard: Add option to apply default theme if one existscretin452015-02-2523-168/+375
| | | | | | * A bunch of code cleanup/refactoring to make this work Change-Id: I059fb5fa5bcd7dd8821e993218a320554f10a314
* SetupWizard: Auto advance sim missing page if sim insertedcretin452015-02-231-0/+3
| | | | Change-Id: I3105a264bb9ae13c513398ae19d541ae194b7331
* SetupWizard: Fix race conditions with async callbackscretin452015-02-234-14/+87
| | | | Change-Id: Ifeeec3ac74b4644bb26b9f90d0159a64b173785b
* SetupWizard: Refactor context typecretin452015-02-2316-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 barcretin452015-02-232-8/+9
| | | | Change-Id: Id71b60b449545aeb92bd2325c8ded769bee8e014
* SetupWizard: Remove accessibilty geture checkcretin452015-02-231-10/+8
| | | | Change-Id: I6cee55773405cc057f0b1e343c93b9f1588666a4
* SetupWizard: Pass accent color to CaptivePortalLogincretin452015-02-191-0/+2
| | | | Change-Id: Ic4cd72b6020b3aaca7d9a39486310a795063b899
* SetupWizard: Add captive portal checkcretin452015-02-193-11/+133
| | | | Change-Id: I990b3d5c67fa9ba54e7e834b42a11a93133646d9
* Automatic translation importMichael Bestas2015-02-1828-114/+648
| | | | Change-Id: Ia85bbd82021baf9f264b9ad42385da9576553378
* SetupWizard: Don't crash on upgrade from 11cretin452015-02-182-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 componentscretin452015-02-174-40/+131
| | | | Change-Id: Ia8edd39645f83625ff06fb61903b672b774257d6
* SetupWizard: Fix regression setting UI flags with onscreen keyscretin452015-02-171-2/+4
| | | | Change-Id: I9fbbf4368ebe8faabbe4d66b5cacbf9ee2f3be36
* SetupWizard: Reveal the default wallpaper on oobe finishcretin452015-02-1623-74/+240
| | | | Change-Id: I68a256853f256af3464da7eba57a307a810d80cd
* SetupWizard: Cleanup end animationcretin452015-02-131-2/+8
| | | | Change-Id: Ie941b426b57dc39d18632ac4a68bb0c3526385fc
* SetupWizard. Don't show account pages if no connectivitycretin452015-02-131-2/+23
| | | | Change-Id: I36e181f67e9fc0efef39cc58f7dc80bbbfd5b49d
* SetupWizard: Only show backup if a gms account was addedcretin452015-02-131-1/+4
| | | | Change-Id: I6cadf141c330d072f8cfc51769e4f41b74ebf880
* SetupWizard: Don't scale image on finish pagecretin452015-02-131-1/+1
| | | | Change-Id: I2985dc21332f52cd2979c7f77def1589c9ba7d3e
* SetupWizard: Don't show restore page if already enabledcretin452015-02-111-0/+2
| | | | Change-Id: I3ed4563efe10b644d5c63fc52f409021ab749924
* SetupWizard: Fix typocretin452015-02-111-1/+1
| | | | Change-Id: I903dbd69888e3f1c4eb1441306dc0d5e1f5ef46b
* SetupWizard: Make location page dynamic based on GMScretin452015-02-103-19/+54
| | | | Change-Id: Ia30791882f049cef632281f21f2d7653536d5818
* SetupWizardTests: Underp re-enabling GMS setupcretin452015-02-112-51/+26
| | | | Change-Id: I13d38acd8d5875a71375ceec51f284fa58605989
* Automatic translation importMichael Bestas2015-02-1025-75/+1123
| | | | Change-Id: I3e8a1deb1ab8ede84d265b24cdb721b19b945135
* SetupWizardTests: Query PM for gms home activiescretin452015-02-101-16/+54
| | | | Change-Id: I4dfc15df33be0be19881e6546cd6704e3f91a453
* SetupWizard: Pretend to be the gms wizardmanager for restore pagecretin452015-02-101-1/+6
| | | | Change-Id: I9376ed55cbb4f8cc176a2f2bb9a493fe023841a0
* SetupWizard: Only show some pages if user is ownercretin452015-02-101-5/+7
| | | | Change-Id: Ib0e873d69fa38a2f214e0250eb8b1700011af369
* SetupWizard: Add helpers for multiusercretin452015-02-102-4/+12
| | | | Change-Id: I37345661e451523ccc571069646054071381358d
* SetupWizard: Fix formattingcretin452015-02-101-13/+13
| | | | Change-Id: I23e49d07766c53893f5948820db01bd764134b22
* SetupWizard: Add condition for hiding secure sms optioncretin452015-02-101-1/+3
| | | | Change-Id: I0287c8119d56fd9a055caa96c8eaba7fb844f236
* More string improvementsMichael Bestas2015-02-091-5/+9
| | | | Change-Id: I3dd79f90bb87fb5150dc00de39c938fb7a0642a8
* SetupWizard: Improve stringsMichael Bestas2015-02-063-35/+48
| | | | Change-Id: I3b850d0772e1c3e5eddb0218c7e41360ee233470
* SetupWizard: Use fade in/out animation for emergency dialercretin452015-02-061-1/+6
| | | | Change-Id: I43a1d4b0a257e2639e5b461a541001815736a32d
* SetupWizard: Catch case where restore activity not foundcretin452015-02-061-12/+20
| | | | Change-Id: I4acd9c2779fc41f087942e37647f90b47d3f3d9a
* SetupWizard: Add generic sim missing assetcretin452015-02-069-14/+22
| | | | Change-Id: I2dcae095c96a020a54792a939b053ae78005d056
* SetupWizard: Don't broadcast finished if guest usercretin452015-02-061-2/+9
| | | | Change-Id: Id30a52902444769ea48db4cbbd039d31d2abe5d6
* SetupWizard: Don't register for secure sms if not selectedcretin452015-02-061-1/+3
| | | | Change-Id: If17eecb127443d1b0c691af7ff21012a618a1c85
* SetupWizard : Support rotation for date/time pickerDanesh M2015-02-061-22/+7
| | | | | | Fix crashes Change-Id: I7d0a7088f2c65949ee15f4f0d05c74ffce45ba64
* SetupWizard: Improved show/hide page logiccretin452015-02-041-34/+46
| | | | Change-Id: I23212a97c0435ee69db46c8b478207c62e3b07cb
* SetupWizard: Use TelephonyManager for checking/enabling mobile datacretin452015-02-041-12/+11
| | | | Change-Id: I6135d9a92efea56a50f5200827e0734f974c4849
* SetupWizard: Don't show wizard for guest accountcretin452015-02-041-0/+6
| | | | Change-Id: Ie03e22bcbd035b47b55a9774b9e6fc21d407291b