summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* SetupWizard: add overlay to uncheck cyanogen theme option by defaultemancebo2015-06-182-3/+8
| | | | | Change-Id: I278dcb3b2d8099b71a66d90250c40836dd8ec7fc (cherry picked from commit 7a255f6e5c34b7abe49333eb8f623904a8576a67)
* SetupWizard: Add hook to finish setup for CTS automationcretin452015-06-175-1/+43
| | | | Change-Id: Ifd7edda671fd8011a9b9ed894333c292cd0c3331
* SetupWizard: allow FINISH_SETUP to be granted via whitelistRoman Birg2015-06-151-1/+3
| | | | | | Required by http://review.cyanogenmod.org/#/c/100839/ Change-Id: Id3b62c396b5be3497be004f0f3807d8627c4e4da Signed-off-by: Roman Birg <roman@cyngn.com>
* Automatic translation importMichael Bestas2015-06-132-7/+65
| | | | Change-Id: Id7898af5ac5ceb99d18b984f321166dbe780edb8
* SetupWizard: Ensure setup complete flags are set for secondary userscretin452015-06-121-0/+3
| | | | Change-Id: If96abdb6ccc52f7049018dcae6576dd1b886fc0f
* Automatic translation importMichael Bestas2015-06-092-0/+30
| | | | Change-Id: Ie54c22f80639bda17b1d926fac2b31137dba4620
* Automatic translation importMichael Bestas2015-05-312-0/+11
| | | | Change-Id: I08c97e02da04e4f471bd7e59ce60a5a334be5623
* Automatic translation importMichael Bestas2015-05-2411-5/+135
| | | | Change-Id: Ifa05ef59df4c397f799637fb2d8fa153c84e57fd
* OOBE: fix NPE in choose data sim pageemancebo2015-05-181-1/+2
| | | | Change-Id: Ib6228e7cd223d29ac48200e9a50c0900d35f8a4e
* Automatic translation importMichael Bestas2015-05-1619-1/+192
| | | | Change-Id: Ib46208f9ee1b87700f5d3d19aaa0d44cf054ec0c
* SetupWizard: hide WhisperPush if it's not installedRoman Birg2015-05-131-0/+12
| | | | | Change-Id: I7576a2ee0f851e1222b6ed4d53188950b20b6a16 Signed-off-by: Roman Birg <roman@cyngn.com>
* SetupWizard: Add kill switch implementationcretin452015-05-0818-5/+207
| | | | Change-Id: I1335cddf0dcc94eb8d2defeebdc47cb61abffd06
* SetupWizard: Use the system property mobile data page visibilitycretin452015-05-071-2/+6
| | | | Change-Id: I3a3301bcdbc2200ba62067188e59c886a0891788
* SetupWizard: Use new LegaleseViewer for privacy policy web viewscretin452015-05-064-7/+24
| | | | | | WebViews are no longer allowed in priv-apps. Change-Id: Iddf9c79d50ea9f9d9d32218342f9948a6cbf30ef
* Setupwizard: Fix msim NPE where sim only in slot 2cretin452015-05-042-7/+7
| | | | Change-Id: I919129185cb49c51f9f02d9718e116e7d02b0d2c
* Automatic translation importMichael Bestas2015-05-022-1/+69
| | | | Change-Id: I6b8d3fb084df5abb3449b842ce02d1d6aaf2170a
* SetupWizard: Increase delay for accessibilitycretin452015-05-011-2/+2
| | | | Change-Id: Ifff7161f95e91ec7763f388206cd1d30804ad600
* SetupWizard: update stats permission and packageRoman Birg2015-04-272-4/+6
| | | | | Change-Id: I3ef19b616422ca5cc0896840753192b1c1712525 Signed-off-by: Roman Birg <roman@cyngn.com>
* Disable the CyanogenServicesPage if FEATURE_LEANBACK detecteddhacker292015-04-251-1/+3
| | | | | | TV devices will not benefit from having a CM account. Change-Id: I5258a1442c400b35d92c22a2b0e8dcbe3516aead
* Automatic translation importMichael Bestas2015-04-253-11/+22
| | | | Change-Id: Ifc62c159189df11f3443defc57069ab5b78b644f
* If this is a TV device launch bluetooth pairing before Welcome pagedhacker292015-04-245-1/+130
| | | | | | | | TV devices like fugu don't have a default input method and expect to be able to pair the bluetooth remote during setup without having to manually initiate it with the bottom button on the device. Change-Id: I88246fe9b28a85dc334c0108b818e78cb29491bb
* WifiSetup: If device has Leanback feature specify tv.settingsdhacker292015-04-232-0/+12
| | | | | | | | | | 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: 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-203-26/+17
| | | | | | | | | SubscriptionController exists in the telephony process and cannot be accessed by SetupWizard. getInstance() will always return null. Change-Id: I017682d3aad539e1954348664b1c1fec7f76009d
* Automatic translation importMichael Bestas2015-04-174-3/+46
| | | | Change-Id: I1649ba39d39b73ce351909a310041d6f6b0a99b7
* SetupWizard: Give radio a 10 second chance to come upcretin452015-04-177-41/+185
| | | | Change-Id: Iadd817b200106783dd67edbc5ad03928ce2baa6b
* Setupwizard: Make sure to advance if GMS is absentcretin452015-04-092-22/+26
| | | | | Change-Id: Ia0c4d83c9a9f7c581208d753024f55f48326afc7 (cherry picked from commit cb09e29e29e64032fba5cfd47e71c4db38b32f20)
* SetupWizard: Aggressively hide nav bar on soft key devicescretin452015-04-092-6/+24
| | | | | Change-Id: Ic23fd7e605a323411fe2f581235ff3ed45bfcaed (cherry picked from commit 1d7988a4c78aa8a4c768e8ddb8e0ced2c8f8c530)
* SetupWizard: Ensure page object isn't null if FM destroyedcretin452015-04-091-5/+10
| | | | | Change-Id: Ia794e7656587ca803d02418d3d84d4df5027cd00 (cherry picked from commit 62b79e38809699edf47f8a4fad16fdf706ceaa5e)
* Automatic translation importMichael Bestas2015-04-091-0/+5
| | | | | Change-Id: Ifa97d2292f1ab37a21a8695a53e673f406df706b (cherry picked from commit cc9467cfbdde503d793ffd27141b6631749c6676)
* SetupWizard: Handle all touch events in EnableAccessibilityControllercretin452015-04-092-7/+17
| | | | | Change-Id: Icf15be21c90d32305a9c1f8b9835eb473acf1f33 (cherry picked from commit 0fde3a04cc62396b524aadb6a1a30f573a4b1b38)
* SetupWizard: Don't assume order of SubInfoRecordscretin452015-04-091-4/+10
| | | | Change-Id: I3b4132afccc96a5d08986a3cb902bd384931f21f
* SetupWizard: Disable Checkbox on ResumeAaahh2015-04-091-0/+4
| | | | | Change-Id: Ica6f3043b9b0d3703b6ce6f47a43b5201deb05b7 (cherry picked from commit 9192fc690306c85349b62204cb74f61a1d12edec)
* Automatic translation importMichael Bestas2015-04-014-2/+10
| | | | | Change-Id: Icd2308a33556872fa1564058b8250c60dc1b8372 (cherry picked from commit 6fb3d23f098fbae63334b7bf16506bfecf46ceda)
* SetupWizard: Lock orientation prior to finish animationcretin452015-04-011-1/+1
| | | | | Change-Id: I43a69937e2deb5f55585522fe5d00c51ffdae569 (cherry picked from commit c8e4c29020cb3acd8a8676bf1c60aad82e58888c)
* Automatic translation importMichael Bestas2015-04-014-1/+74
| | | | | Change-Id: I9aa0c0cf342d79ffcdb42e8c87284ad354fc9563 (cherry picked from commit afcf65d6c01b630784cf87927b58449c25a43fdb)
* SetupWizard: Initialize the nav keys bundle booleancretin452015-04-011-3/+5
| | | | | Change-Id: I50f2ef0fb7226c8b58437b669ca71df436d68ee8 (cherry picked from commit 33683fc2ce0d506c5c69726a112e768684676343)
* SetupWizard: Fix regression for devices without custom default themecretin452015-04-011-21/+34
| | | | | Change-Id: Ia223c1b118dbb68e596ff01cf944bc870a321752 (cherry picked from commit 838248ab868a91948fe5d63a0aba50e6dea13643)
* SetupWizard: Fix regression, only init pages oncecretin452015-04-012-17/+31
| | | | | Change-Id: I1207cb3975daa752a66eb8e9e40635f9a8009509 (cherry picked from commit 83be05d6ecf435be562f397e98e0ad61e5974ecd)
* SetupWizard: Better handling of launching into other activitiescretin452015-04-019-63/+106
| | | | | Change-Id: I4d8dc4a1b25e45c6ff35042239a0adf4c16458f1 (cherry picked from commit ed5d46703ea6aac1c912be114523688f3f8219e8)
* Disable theme components for secondary usersd34d2015-04-011-2/+25
| | | | | | | | This patch is to mitigate theming problems with multiple users. Once themes properly support multiple users we can revert this. Change-Id: Idc89a273bc1563fc668ca2a5a591cf133e8d5406 (cherry picked from commit 836f867086ce22c6c9c2c26bba4440177b1d9099)
* Automatic translation importMichael Bestas2015-04-018-10/+97
| | | | | Change-Id: If0a158896a3ec49fb0b32c48c6f426dea4d9b653 (cherry picked from commit c7b84c27939aed6a6f5c6ed28cc9da358bc0f79d)
* SetupWizard: don't crash without SIMsRoman Birg2015-03-261-6/+9
| | | | | | | SubscriptionManager may be null Change-Id: Ia2112044400576a93931474a3fff2af161ccda21 Signed-off-by: Roman Birg <roman@cyngn.com>
* setupwizard: Adapt to MR1 multisim APIsSteve Kondik2015-03-223-28/+40
| | | | Change-Id: Icb5bad076fe5a5e8a26befc5bedd04981c374117
* SetupWizard: #blamethemescretin452015-03-132-11/+39
| | | | | | 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: Only go through OOBE if ownercretin452015-03-122-9/+7
| | | | Change-Id: I3886119d0d6fd69f18ea23d4b6435da75280dbf8
* SetupWizard: Only update network state when resumedcretin452015-03-112-117/+131
| | | | Change-Id: Id018bf0ed4d9c54a1d6d57d53749c265b1d0e269
* SetupWizard: Update legal linkcretin452015-03-111-1/+1
| | | | Change-Id: I1389dbb3e7e0ba3b7db992fdef02f4c8fdc1692d
* SetupWizard: Refactor for better transitions out of OOBEcretin452015-03-099-28/+92
| | | | Change-Id: If91da3f44dbc5383236b54da529953d48a475250
* SetupWizard: move to CmHardwareServiceScott Mertz2015-03-073-22/+14
| | | | Change-Id: I9413151fe307d23196ea5736dc8c50966a43a7cc