summaryrefslogtreecommitdiffstats
path: root/src/com/cyanogenmod/setupwizard/setup/AbstractSetupData.java
Commit message (Collapse)AuthorAgeFilesLines
* SetupWizard: Restore last page on setup wizard death.Adnan Begovic2016-03-171-0/+15
| | | | | | | | | Since the restore process (or any external setup wizard process) can take a long time to finish execution, save the current page and restore it on recreation when necessary. Change-Id: I575cf58047eb307c95408a0955dd7e5b50a62107 TICKET: CYNGNOS-2233
* SetupWizard: #blamethemescretin452015-03-131-0/+7
| | | | | | Themes keep breaking the handle themeConfig flag. This provides a workaround for cases the activity gets torn down during the finish process. Change-Id: I6664ded3dfff5b69c1217f89f25106953cb5f92a
* SetupWizard: Add callback for actions to run post finishcretin452015-03-031-0/+7
| | | | Change-Id: Ifa62c94f61afbe33a97a66dc0acb72e303023579
* SetupWizard: Add option to apply default theme if one existscretin452015-02-251-9/+18
| | | | | | * A bunch of code cleanup/refactoring to make this work Change-Id: I059fb5fa5bcd7dd8821e993218a320554f10a314
* SetupWizard: Fix race conditions with async callbackscretin452015-02-231-10/+69
| | | | Change-Id: Ifeeec3ac74b4644bb26b9f90d0159a64b173785b
* SetupWizard: Refactor context typecretin452015-02-231-3/+4
| | | | | | Context is assumed to be SetupWizardActivity and blindly cast. Just make the Context reference a SetupWizardActivity. Change-Id: I3d7ffd08980fbff0fbea51b45b28002b49813038
* SetupWizard. Let each page optionally handle deferred actions on finishcretin452015-01-301-0/+6
| | | | Change-Id: I040d8dd472cc73ee034b3dbe8177a5b2e3314918
* SetupWizard: Add receivers for sim state and timecretin452015-01-291-1/+2
| | | | Change-Id: I8d44623e898eaa175d69d682c8089caa1a58f287
* SetupWizard: Refactor page completed to hiddencretin452015-01-281-6/+6
| | | | Change-Id: Ia5e84c52a711767e539adcc3b1a2fdc5d5a27b13
* SetupWizard: More refactor to match redlinescretin452015-01-211-5/+0
| | | | Change-Id: I74f422ba0c294d5e91aefb9356458c681cc53b37
* SetupWizard: Initial commitcretin452015-01-151-0/+155