summaryrefslogtreecommitdiffstats
path: root/src/com/cyanogenmod/setupwizard/setup/ChooseDataSimPage.java
Commit message (Collapse)AuthorAgeFilesLines
* SetupWizard: rebrand to LineageOSJoey Rizzoli2017-01-141-0/+5
| | | | | | | | | | * 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>
* ChooseDataSim: Use the extra data from the intent to validate the subRicardo Cerqueira2016-07-141-23/+22
| | | | | | | | | | | | | | Instead of waiting for the telephony stack to catch up to the default, take advantage of the fact that the intent already carries the ID as an extra. Also, we were using slotId and phoneId interchangeably, and they're not the same thing. While it's likely they'll match on a freshly reset phone, don't assume that. Index everything to subId for consistency. Ref CYNGNOS-3126 Change-Id: Ibcd767d0124b05d669886190f5d9a98f1a6e5bd7
* Prefer SIM carrier name over network carrierRicardo Cerqueira2016-04-181-1/+4
| | | | | | | | | | People generally identify their SIMs by the emitting carrier, not the network they attach to. In roaming or MVNO scenarios, these are likely not to be the same, leading to confusion in SIM selection. Ref CYNGNOS-2496 Change-Id: I0ecd8e7511fd4229d6ce7629b1f97aa83a1a6254
* 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: Wait for data sim changecretin452015-08-181-19/+115
| | | | | | | | | 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
* Fix incorrect retrieval of SIM Network Operator.Matt Garnes2015-06-191-1/+1
| | | | | | | | We were incorrectly passing the phone ID to TelephonyManager instead of the subscription ID. Pass the correct identifier to retrieve the network operator name. Change-Id: I266d2ce39c72db6e97eff5a36c5fec6242d516cc
* OOBE: fix NPE in choose data sim pageemancebo2015-05-181-1/+2
| | | | Change-Id: Ib6228e7cd223d29ac48200e9a50c0900d35f8a4e
* Setupwizard: Fix msim NPE where sim only in slot 2cretin452015-05-041-5/+4
| | | | Change-Id: I919129185cb49c51f9f02d9718e116e7d02b0d2c
* SetupWizard: handle skipping id in SubInfoRecordsPawit Pornkitprasan2015-04-201-7/+8
| | | | | | | This extends I3b4132afccc96a5d08986a3cb902bd384931f21f to actually work. Change-Id: I9183626b40edda6a96888dca2816ff116b64bc5e
* SetupWizard: don't access SubscriptionController directlyPawit Pornkitprasan2015-04-201-12/+11
| | | | | | | | | SubscriptionController exists in the telephony process and cannot be accessed by SetupWizard. getInstance() will always return null. Change-Id: I017682d3aad539e1954348664b1c1fec7f76009d
* SetupWizard: Give radio a 10 second chance to come upcretin452015-04-171-7/+44
| | | | Change-Id: Iadd817b200106783dd67edbc5ad03928ce2baa6b
* SetupWizard: Don't assume order of SubInfoRecordscretin452015-04-091-4/+10
| | | | Change-Id: I3b4132afccc96a5d08986a3cb902bd384931f21f
* setupwizard: Adapt to MR1 multisim APIsSteve Kondik2015-03-221-25/+32
| | | | Change-Id: Icb5bad076fe5a5e8a26befc5bedd04981c374117
* SetupWizard: Only update network state when resumedcretin452015-03-111-69/+80
| | | | Change-Id: Id018bf0ed4d9c54a1d6d57d53749c265b1d0e269
* SetupWizard: Add metrics for internal builds that ship with CMStatscretin452015-03-041-1/+9
| | | | Change-Id: Id932a105c18332e32605530d1502ff99b7cf380a
* SetupWizard: Add option to apply default theme if one existscretin452015-02-251-2/+1
| | | | | | * 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: Show next instead of skip on choose data sim pagecretin452015-01-281-5/+0
| | | | Change-Id: I159eab7ef18bd0ad504cc48434cb702ad77b6e37
* SetupWizard: Turn off signal strength listener prior to detachcretin452015-01-271-1/+1
| | | | Change-Id: I4c4b4a3e82067704b6895b9d46997d6e72b38786
* SetupWizard: Improve some of the transitionscretin452015-01-231-0/+7
| | | | Change-Id: I26a9d20cf429ab137d9877970ea0d6e4eafec0ad
* SetupWizard: remove logspamcretin452015-01-231-1/+0
| | | | Change-Id: Icaa4120c404d131604a2c44f77b49e61875c6038
* SetupWizard: Better handle next and previous actionscretin452015-01-231-6/+10
| | | | Change-Id: I239269d9313594b1d37ce3468e0c095c851946c6
* SetupWizard: Initial commitcretin452015-01-151-0/+267