summaryrefslogtreecommitdiffstats
path: root/src/com/cyanogenmod/setupwizard/setup/WelcomePage.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove analytics supportHEADreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004replicant-6.0belgin2020-11-251-5/+0
| | | | | Signed-off-by: belgin <belginstirbu@hotmail.com> Acked-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* SetupWizard: rebrand to LineageOSJoey Rizzoli2017-01-141-249/+9
| | | | | | | | | | * Rebrand UI * Add privacy guard to setup * Disable Cyngn inc MOD platform and account setup * Make privacy policy view-able again Change-Id: Iacd60886992ca72d3f75bb21a905d612432751fc Signed-off-by: Joey Rizzoli <joey@lineageos.it>
* SetupWizard: Ensure language picker is enabled onResumecretin452016-05-231-0/+3
| | | | | | Issue-id: FEIJ-559 Change-Id: Iafe0467fc4130074ce86fe5f28b215d4774dc50e
* SetupWizard : Don't update locale if sim lockedDanesh M2016-02-031-2/+32
| | | | | | | | | If the sim is locked, or the setup wizard is not visible, don't change the locale as it creates a unpleasant experience for the user. CYNGNOS-1797 Change-Id: Ib696e83cfcdaef18bcf24ef649e6268b7142961a
* SetupWizard : Use MccTable for mcc -> locale lookupDanesh M2016-01-281-6/+28
| | | | | | | | Some sims such as T-Mobile return incorrect languages for their PL(Preferred languages). Lookup the locale via the MccTable instead, and fallback to trusting the sim. Change-Id: I612d4952355ce4a42b35579e1f9aa879417c4cd4
* SetupWizard : Ensure we don't override user locale picksDanesh M2016-01-251-26/+49
| | | | | | | | | | | | Take scroll events into consideration when deciding whether to override user locale with sim locale. Also move locale fetching to be async so we don't cause any unecessary blocking. CYNGNOS-1521 Change-Id: I0c4c1b89dd227f661c1a1cdcce445349fe4a206f
* SetupWizard : Switch to mcc/mnc localeDanesh M2016-01-201-6/+47
| | | | | | | | | | Also ensure we only send stats event once and only if the user actually changed the locale. CYNGNOS-1521 CYNGNOS-1326 Change-Id: I7b0451137e6bf80bf71350da28fe391fc8c52ce8
* SetupWizard: Fix locale picker stylingcretin452015-10-271-0/+2
| | | | Change-Id: If336a8321b09513ec8b22f8138a47fb4d94e5913
* SetupWizard: Add kill switch implementationcretin452015-05-081-5/+74
| | | | Change-Id: I1335cddf0dcc94eb8d2defeebdc47cb61abffd06
* SetupWizard: Add metrics for internal builds that ship with CMStatscretin452015-03-041-0/+8
| | | | Change-Id: Id932a105c18332e32605530d1502ff99b7cf380a
* SetupWizard: Add option to apply default theme if one existscretin452015-02-251-2/+2
| | | | | | * A bunch of code cleanup/refactoring to make this work Change-Id: I059fb5fa5bcd7dd8821e993218a320554f10a314
* SetupWizard: Refactor context typecretin452015-02-231-2/+2
| | | | | | Context is assumed to be SetupWizardActivity and blindly cast. Just make the Context reference a SetupWizardActivity. Change-Id: I3d7ffd08980fbff0fbea51b45b28002b49813038
* SetupWizard: Reveal the default wallpaper on oobe finishcretin452015-02-161-6/+0
| | | | Change-Id: I68a256853f256af3464da7eba57a307a810d80cd
* SetupWizard: Use fade in/out animation for emergency dialercretin452015-02-061-1/+6
| | | | Change-Id: I43a1d4b0a257e2639e5b461a541001815736a32d
* SetupWizard: Add config for branded devices and sim card resourcecretin452015-01-271-1/+6
| | | | Change-Id: I6a5b0de93dd254826827d7a1501eb3e95901678e
* SetupWizard: Better handle next and previous actionscretin452015-01-231-6/+10
| | | | Change-Id: I239269d9313594b1d37ce3468e0c095c851946c6
* SetupWizard: More refactor to match redlinescretin452015-01-211-4/+6
| | | | Change-Id: I74f422ba0c294d5e91aefb9356458c681cc53b37
* SetupWizard: Add Cyanogen services pagecretin452015-01-191-0/+13
| | | | Change-Id: I39970b1b659a3a7ed3bb5b4350707aa0e53aba24
* SetupWizard: Initial commitcretin452015-01-151-0/+148