summaryrefslogtreecommitdiffstats
path: root/src/com/cyanogenmod/setupwizard/setup/WifiSetupPage.java
Commit message (Collapse)AuthorAgeFilesLines
* WifiSetup: Pass the correct componentName and data for captivePortalBrandon McAnsh2015-07-131-10/+25
| | | | | | | | * CaptivePortal expects the networkid, which was not being passed on via the intent * Also use the correct componentName to bring up the sign in page Change-Id: I83d80dc3ec026d7a5a5d4b8bf4cf577214a13da4 Signed-off-by: Brandon McAnsh <brandon.mcansh@gmail.com>
* WifiSetup: If device has Leanback feature specify tv.settingsdhacker292015-04-231-0/+3
| | | | | | | | | | Fugu has both com.android.settings and com.android.tv.settings so currently it brings up a selector dialog for how to handle the wifi intent, which leads to "Activity is launching as a new task, so cancelling activity result." Fix this by passing the component name in the intent if FEATURE_LEANBACK is present Change-Id: I470590315d3f95a32b7796dd4a916a543392fcd6
* SetupWizard: Better handling of launching into other activitiescretin452015-04-011-1/+3
| | | | | Change-Id: I4d8dc4a1b25e45c6ff35042239a0adf4c16458f1 (cherry picked from commit ed5d46703ea6aac1c912be114523688f3f8219e8)
* SetupWizard: Add metrics for internal builds that ship with CMStatscretin452015-03-041-1/+23
| | | | Change-Id: Id932a105c18332e32605530d1502ff99b7cf380a
* SetupWizard: Add option to apply default theme if one existscretin452015-02-251-13/+32
| | | | | | * A bunch of code cleanup/refactoring to make this work Change-Id: I059fb5fa5bcd7dd8821e993218a320554f10a314
* SetupWizard: Fix race conditions with async callbackscretin452015-02-231-4/+8
| | | | Change-Id: Ifeeec3ac74b4644bb26b9f90d0159a64b173785b
* SetupWizard: Refactor context typecretin452015-02-231-4/+4
| | | | | | Context is assumed to be SetupWizardActivity and blindly cast. Just make the Context reference a SetupWizardActivity. Change-Id: I3d7ffd08980fbff0fbea51b45b28002b49813038
* SetupWizard: Pass accent color to CaptivePortalLogincretin452015-02-191-0/+2
| | | | Change-Id: Ic4cd72b6020b3aaca7d9a39486310a795063b899
* SetupWizard: Add captive portal checkcretin452015-02-191-11/+119
| | | | Change-Id: I990b3d5c67fa9ba54e7e834b42a11a93133646d9
* SetupWizard: If wifi doesn't return canceled, move to nextcretin452015-01-291-3/+3
| | | | Change-Id: Ia52e73a7d85064e564c04d4962f3c0cd6dec2b0f
* SetupWizard: Move fragment to correct packagecretin452015-01-281-0/+1
| | | | Change-Id: I5cf3a876f2574cbf2160715f972101f274c27c23
* SetupWizard: Fix some animation derpcretin452015-01-271-1/+1
| | | | Change-Id: I47200c2b73a44e8af6279437afc137f4b33d0cc2
* SetupWizard: Launch activities before loading fragmentscretin452015-01-231-1/+1
| | | | Change-Id: Ic5f393e37e6a77ffa9812f8370d2e3ee05ec9a1d
* SetupWizard: Add loading fragment if launching into another activitycretin452015-01-231-7/+24
| | | | | | Also always show the Wi-Fi page Change-Id: I3be39f793403131ea07d071c3d107b1800771e65
* SetupWizard: Initial commitcretin452015-01-151-0/+65