summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/SubSettings.java
Commit message (Collapse)AuthorAgeFilesLines
* Prevent orientation changes from destroying/recreating security settingsScott Mertz2016-07-051-0/+1
| | | | | | | | | | | Logic in SecuritySettings deliberately recreates the entire preference tree in onResume rather than onCreate. This causes the state to be lost when the orientation changes. Instead of destroying/recreating when the orientation changes, handle it ourselves. Change-Id: I6276d8f97cb64a4823286f263642926561d7f2d0
* Move Blacklist and Notif Filter to PrivacyAbhisek Devkota2015-11-131-0/+0
| | | | | | | | | | | | | | | | Match CM 11 Change-Id: I5e3f9c26b68a89ba1622d95e2d0e4f4a93361c5e Cleanup Security/Privacy settings code Cleanup: * Mismerges * Code style * Copyright headers * File permissions Change-Id: I6c34586680f0ccbaa613a0acfee366113c32a81c
* Add back blacklist settings.Danny Baumann2015-11-131-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iae35717acfa9af4da75c07d24352acf981d19fc7 Improve translatability of summaries. Change-Id: I362b335cbe219d6e371a458c9d50fcd66bdf19fe Settings: Alert user when they attempt to add an invalid number to BL. - BlacklistProvider will reject numbers that aren't valid, silently. So instead of resuming to a blank screen, we should alert the user that the number they attempted to add is invalid by utilizing BlacklistUtils#addOrUpdate method. Change-Id: I1ca32427baad41c1c9379e18046e6ca7937b6d32 Add missing blacklist xxhdpi drawables. Change-Id: I327f408ff344e9358c479cf5fe9dc341918511b2 Blacklist: Fix launching blacklist settings Change-Id: I0043503e6ac0d3536941394ee5057001b72f9114 Settings : Launch only contacts picker for blacklist entry Change-Id: I266d1ad7f1aab745728b33490268cb197188f2b3
* Bluetooth: Add Manifest configure to fix settings crash issue.Matadeen Mishra2015-10-081-0/+1
| | | | | | | | | | | | | | | Settings is crashed when press back key after rotating screen when Bluetooth profile activity is opened. Add manifest configure to enable screen orientation feature. Settings: Change the text size of title when rotate screen The text size of bluetooth settings' title is not changed when rotate the screen. According to the configuration, change the text size of title. Change-Id: I3f08d0dd8181ffc8999ed29ac31dcc19a7dd56e9 CRs-Fixed: 917010
* Use Drawer in Settings appFabrice Di Meglio2014-02-031-1/+1
| | | | | | | | | | | | | | | | | | | | - get rid of PreferenceActivity as much as we can and use fragments instead - add Drawer widget - add Dashboard high level entry into the Drawer (but this is work in progress and would be done in another CL) - add bypass of fragment's Header validation when launched from the Drawer but *force* validation if external call thru an Intent Be aware that WifiPickerActivity should remain for now a PreferenceActivity. It is used by SetupWizard and should not trigger running the SettingsActivity's header building code. SetupWizard is a Home during the provisionnig process and then deactivate itself as a Home but would make the Home header to appear in the Drawer (because momentarily we would have two Home). Also, verified that: - the WiFi settings still work when called from SetupWizard - when you have multiple Launchers, the Home header will appear in the list of Headers in the Drawer Change-Id: I407a5e0fdd843ad7615d3d511c416a44e3d97c90
* More code cleaningFabrice Di Meglio2014-01-141-3/+0
| | | | | | | | | - remove some dead code - better variable naming - add debug log for exception - clean some unused imports Change-Id: Iec4239a7e75f29d860f286ab089e748e8a672281
* Whitelist fragments appropriate for an activityAmith Yamasani2013-07-301-0/+11
| | | | Change-Id: If4f8c4e9d9949b652946cffe0ebb09b587e5a042
* Fix up-navigation for different levels of Settings screens.Amith Yamasani2012-05-141-0/+6
| | | | | | | | | No up affordance for 2-pane screens since there's already a fragment breadcrumb for navigating up. Bug: 6452961 Change-Id: Iad9a5c2d0b68cc8f2aec7d5ed8e2ab14d023d48c
* Whoops forgot to add this file.Dianne Hackborn2011-03-151-0/+24
Change-Id: Ic040d02e6985bff8c2ee4afea133ff865d252b79