summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SetupWizard: Remove useless WhisperPushUtilsZdrowy Gosciu2016-02-022-79/+0
| | | | | | | | WISP-41 Change-Id: Ia93d9f9d5d1b2f4d2613491e203451247ca9b474 Signed-off-by: Zdrowy Gosciu <ZdrowyGosciu+GITHUB@gmail.com> (cherry picked from commit 9710862296c94cd6d9b5d16f146e9fb4ec899009)
* SetupWizard: Ensure UI doesn't show when user is guestcretin452016-02-012-12/+29
| | | | | | Issue-id: CYNGNOS-1736 Change-Id: Ibcd85ca3f90a6ab35a3ae6da622f59786ddcbcd3
* SetupWizard: Bring back software nav keys optioncretin452016-02-011-47/+28
| | | | | | Issue-id: OPO-402 Change-Id: Id04105a48dfbb494dddc757f8fe9bcad16796937
* SetupWizard: Fix test app building in 13cretin452016-02-011-5/+2
| | | | Change-Id: I53d5317070950d75637182c9284a7a38ec99c222
* SetupWizard: RIP Whisperpushcretin452016-02-013-115/+0
| | | | Change-Id: I20363cc80dbb1481bd66abb4bd4202212ff37028
* SetupWizard : Use MccTable for mcc -> locale lookupDanesh M2016-01-282-7/+30
| | | | | | | | 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
* Themes: Re-enable applying theme in OOBEd34d2016-01-284-23/+47
| | | | | Change-Id: I0b027bff18c3b33fc0a925ee756766ed31740b35 TICKET: OPO-361
* Automatic translation importMichael Bestas2016-01-254-12/+53
| | | | Change-Id: I521c0301a8a3fff426b15dd7645b6e5b59496bac
* SetupWizard : Ensure we don't override user locale picksDanesh M2016-01-252-26/+50
| | | | | | | | | | | | 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-202-6/+55
| | | | | | | | | | 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 : Set min date to Jan 1, 2016 GMTDanesh M2016-01-151-0/+12
| | | | | | | | | | In the event that the current time returns us epoch, hard code the time so the user doesn't have to scroll all the way to 2016 when setting the time. CRACKLING-721 Change-Id: I7a4122320c80e941154b84f306565c0f9b452a7d
* SetupWizard: Upgrade sdk to 23cretin452016-01-121-7/+3
| | | | | | Also remove uneeded perms. Change-Id: I953e341c30d8d02beffe2031f102379586da4e81
* SetupWizard: Don't disable packages on main threadcretin452016-01-122-8/+31
| | | | | | Issue-id: YAM-69 Change-Id: I81ea039a7444d3db5d97b1d798bffe9a6b8ec498
* Automatic translation importMichael Bestas2016-01-1115-34/+264
| | | | Change-Id: I41eb1f3ba6fdec2a332fc63f8f45c39d4c87bc99
* Revert "SetupWizard: declare setupwizard category in manifest"Roman Birg2016-01-081-1/+0
| | | | | | This reverts commit 62f145793a5fe513477ac2e05188fa72a4fa1b95. Change-Id: Icb686765d4438fb3c8ba919e091d4561a198de73
* SetupWizard: declare setupwizard category in manifestRoman Birg2016-01-071-0/+1
| | | | | | | | | | In case there's more than one setup wizard package, we can only grant permissions to one by default. That is queried by the Intent.CATEGORY_SETUP_WIZARD which needs to be declared so we are in the line up to receive the permission. Change-Id: Ia9bf7ef2dfdaedfc567f038cd860abafa0e2d657 Signed-off-by: Roman Birg <roman@cyngn.com>
* Automatic translation importMichael Bestas2015-12-2548-214/+128
| | | | Change-Id: I1f5120b5affa555a034c43060b3dc300e2a144ad
* SetupWizard: Conditionally run account setupMatt Mower2015-12-213-1/+15
| | | | | | | | | If the package defined by cm_account_type (which can be overlayed) exists, then add CyanogenSettingsPage. Otherwise, omit. PS3: On the cyngn side, the account type and package name don't match. Added a new string to overlay. Change-Id: I15e032e21281aaf51ca32ac9cc0861e033201f19
* Fingerprint: Use M fingerprint setup actiond34d2015-12-031-1/+1
| | | | Change-Id: I2af048649aed4e8c81e2e31e1ad42612ad9dc6a4
* Revert "Fingerprint: Use AOSP fingerprint setup"d34d2015-12-034-44/+155
| | | | | | | | | This reverts commit 070fbeaf5d4f0a25282f64936a21b4ac7e5c469b. We still need to show the fingerprint setup screen which allows the user to skip setting up a fingerprint if they choose to do so. Change-Id: Ifa49ad1ac0e5cf113290b973ac5e9cd8abdbed9a
* Fingerprint: Use AOSP fingerprint setupd34d2015-11-294-155/+44
| | | | | | Switch to AOSP fingerprint setup now that Marshmallow supports it. Change-Id: I55ef80671c758034be324027f168af03dda66aef
* SetupWizard: Update Location services pageMatt Mower2015-11-143-86/+130
| | | | | | | | | | | | * Remove usage of deprecated setLocationProviderEnabled and isLocationProviderEnabled * Use BroadcastReceiver to listen for changes to mode * Replace GPS option with Battery Saving option (there is no longer a mode available in Android which disables GPS) TODO: Create CMStats entry for ENABLE_BATTERY_SAVING_LOCATION Change-Id: I2efe69125518637ae9b7d0dce285c39dae654d4c
* SetupWizard: Fix locale picker stylingcretin452015-10-277-53/+104
| | | | Change-Id: If336a8321b09513ec8b22f8138a47fb4d94e5913
* SetupWizard: Update proguard for play services 8115000cretin452015-10-232-5/+23
| | | | Change-Id: Ia3dfa3190b08fac70de2fe088da419d96b0ffa9e
* SetupWizard: Temporary compile fixes.Adnan Begovic2015-10-156-49/+46
| | | | Change-Id: Iffdbb3b38aef75f14dcb0957df8dda13f844159b
* Switch SetupWizard to use CMSettings for settings unrelated to bootclasspathYvonne Wong2015-10-143-11/+17
| | | | | Issue-Id: CYNGNOS-831 Change-Id: Iba8ab05f327360332383c6e93f6a0401e57e846e
* SetupWizard: Remove themechange config change for now.Adnan Begovic2015-10-091-1/+1
| | | | Change-Id: I4ccaab30a6719723e2d3e92edb5eaa0977e51d1b
* SetupWizard: fix stats permissionRoman Birg2015-09-281-1/+1
| | | | | | | Ref: CYNGNOS-1144 Change-Id: I3c9ed01b883134c2c10b1be64ae7e1d319c3df9e Signed-off-by: Roman Birg <roman@cyngn.com>
* Automatic translation importMichael Bestas2015-09-245-6/+107
| | | | Change-Id: I6a030395a7027ca91bffcb5bb2fcc6a93b6225ac
* SetupWizard: Tweak logic for showing/hiding sim missing pagecretin452015-09-171-5/+10
| | | | | | CYNGNOS-1021 Change-Id: I6139ca4368eb1bf49b07a95ac60ca28831e2cd3a
* Revert "Bump HOME intent priority"Danesh M2015-09-151-1/+1
| | | | | | | | Breaks sim unlock This reverts commit 4fb57dc022820d6edad69af729073bdd0b572b38. Change-Id: I0e90a471b508b9c0c4bc692ff5ca4508cbe5862b
* Automatic translation importMichael Bestas2015-09-121-0/+57
| | | | Change-Id: Id71fb96b7e72b372d5e0e2d0f525f6d84ac46cc5
* Bump HOME intent priorityRaj Yengisetty2015-09-111-1/+1
| | | | | | | | | | Other applications have a higher priority causing some poor behavior during OOBE (e.g. CryptKeeper). Bumping this to get rid of some jank during first boot. issue-id: CYNGNOS-983 Change-Id: I272d1541e22933aa3abd86d2e73c7140eaa4df91
* SetupWizard: Allow SetupWizard to use CMHWmartincz2015-09-101-1/+1
| | | | Change-Id: Ic47824e7219bbf214bd388ad888e2af67ff62f39
* SetupWizard: Handle xfinity captival portalcretin452015-09-011-0/+4
| | | | | | CYNGNOS-691 Change-Id: I62ef349da48ffd3e9b148e68e946fe550cea2ff7
* SetupWizard: Check for frp in finish receivercretin452015-09-012-1/+10
| | | | | | CYNGNOS-886 Change-Id: I97af3285d9321f2f153676eaac081e5408300661
* Automatic translation importMichael Bestas2015-09-017-8/+43
| | | | Change-Id: If2f9f1e7f813e675382a712c62bcc6737b9fa4f0
* Automatic translation importTom Powell2015-08-212-29/+30
| | | | Change-Id: Ibdd3f4c2b7fcd45add1d855f72f61f67de93ea6f
* Automatic translation importTom Powell2015-08-201-0/+6
| | | | Change-Id: Id4e0ec397f0fb74bc7adf0490ab43be933cd3830
* SetupWizard: Don't wait for data connection to present the data toggleRicardo Cerqueira2015-08-201-0/+31
| | | | | | | | | | We can proceed to the data enablement screen as soon as the device confirms the requested slot is active. Waiting for an actual data connection kinda breaks the point of that screen :) Addresses CYNGNOS-660 and CRACKLING-503 Change-Id: I975508852b37c0e4b112612ac10aacb71ded97b3
* SetupWizard: Improve wait for data sim change logiccretin452015-08-191-25/+52
| | | | | | | | Invalid sims and bad connections causes huge delays when switching. This disallows switching to invalid sims. It also fixes a bug were the next button would get enabled while waiting on a switch. CRACKLING-503 Change-Id: I6cf7391910cc23554bb418c3083e736a3f06e037
* setupwizard: Move CMHW to CMSDKSteve Kondik2015-08-192-11/+10
| | | | Change-Id: Icc898a22c17486c9e2cc7f2d9d54ca025c134b0d
* SetupWizard: Wait for data sim changecretin452015-08-185-29/+149
| | | | | | | | | When changing the default data sim for msim, disable the next action until the operation completes. This PS also refactors how the wait for radio logic a bit. CRACKLING-503 Change-Id: I38ba3ea00f63d3e42c260e5b0e8558c3bc9d347f
* Automatic translation importMichael Bestas2015-08-171-0/+5
| | | | Change-Id: Ia4c3c61a0f9e3d5741319ba5d8451283f7ec0089
* Automatic translation importTom Powell2015-08-121-0/+5
| | | | Change-Id: I6067047c137f92974969558373e25356ee1e5996
* Automatic translation importTom Powell2015-08-112-6/+15
| | | | Change-Id: Ie68bf98b4eac46b5584b34fd117712d51524f7c8
* Automatic translation importTom Powell2015-08-111-3/+3
| | | | Change-Id: I8d9db21a4c4287b8da9c9d247fa949469c9b52fb
* SetupWizard: remove crash-inducing debug lineBrint E. Kriebel2015-08-101-1/+0
| | | | | | | | Introduced in Ia1a81c4443cfd5bc3c3e5fd84758ff0ba2a2a140, this causes an NPE in some situations. Change-Id: I13239eb92b69087fe2c91b46482ff76748ab1c19 Ticket: CYNGNOS-707
* SetupWizard: Adjust FRP-enforcing logicRicardo Cerqueira2015-08-102-4/+9
| | | | | | | | | | * Always pass ALLOW_SKIP to GMS, it's smart enough to know when it can't be applied. * Don't bring up the authentication screen if no-network and canSkip Still CYNGNOS-707 Change-Id: Ia1a81c4443cfd5bc3c3e5fd84758ff0ba2a2a140
* SetupWizard: don't allow skipping FRPRoman Birg2015-08-072-14/+28
| | | | | Change-Id: I7532c0c68418458b921a98e556ee3172b2cf1af3 Signed-off-by: Roman Birg <roman@cyngn.com>