summaryrefslogtreecommitdiffstats
path: root/proguard.flags
Commit message (Collapse)AuthorAgeFilesLines
* Settings: Introduce Privacy Guard ManagerLars Greiss2013-07-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due that on the one hand a lot user are not familiar with permissions and how to read them and on the other user want to have a faster easy access to setup privacy guard for several apps this small manager assist the user to setup. Privacy Guard Manager shows a list off all installed apps Per default it shows only user apps which have critical permissions privacy guard can protect. The user can optional show in the list as well all system apps or turn off the filter to show all apps undependent of the permission the app has. To activate privacy guard for an app a simple click on the entry activates it so that the user can go fast trough the list. Longpress opens app detail page. Initial help dialog tells the user how to use it. Due the filter user who are unfimiliar with permissions can fast see which apps are effected without deeper knowledge cheers SlimRoms PatchSet3: - go inline with AOSP style - move PrivacyGuard by default into manager - change behaviour off active icons PatchSet4: - change app icon size to 36dip PatchSet5: - string change PatchSet6: - add reset option to disable privacy guard for all shown apps in the list PatchSet7: - Cleaned up the intro dialog a bit. PatchSet8+9: - cleanup - fix alignment of top checkbox PatchSet10: - fix permission filter PatchSet11: - improve icon loading Change-Id: I6bc886393bf90f8daed92b66d5fee1ce9e1accd0
* Switch to new SuperuserKoushik Dutta2013-03-041-0/+2
| | | | Change-Id: I9d91392ad6fbc9953d19059ab59b91d214c00e0c
* User management screensAmith Yamasani2012-03-271-0/+1
| | | | | | | | | | | Customized Settings for restricted users - Only some top-level settings panels available User management - Primary user can add and remove users - User details screen to change name and list of enabled apps Change-Id: Ia6beb991b427197a4ec2724ca3c9222073f6cf7d
* Add the cancel button handlerJean Chalard2011-12-071-0/+4
| | | | | | | Step 3 Bug: 5306641 Change-Id: Ida4ccf181942714799576fde0ac55596ce043434
* Add PowerUsageSummary to proguard list.Amith Yamasani2011-06-291-0/+1
| | | | | Bug: 4975279 Change-Id: I8e36dd6ce6f0e6a7859af00e7980e636933140fb
* Move Account & sync settings into Settings app.Amith Yamasani2010-12-011-0/+1
| | | | | | Fragmentized some of the activities and moved buttons into the menu area. Bug: 3148844
* Fragmentize "Factory reset" setting screen.Amith Yamasani2010-11-031-0/+3
| | | | | | Split the screen into 2 fragments. Bug: 3148480
* Move classes related to input method to com.android.settings.inputmethodsatok2010-11-011-0/+1
| | | | | | - Updated proguard.flags Change-Id: I198761b0f0ad5288c8c807a7a3c2e965731fcee5
* Start fragmentizing Manage Applications.Dianne Hackborn2010-10-291-1/+1
| | | | Change-Id: I0c3d6a358d0236893aba7257537ec32bfad4170d
* Fix proguard flags to retain FindNearby class.Amith Yamasani2010-10-281-0/+2
| | | | Bug: 3140836
* Fragmentize BluetoothSettings.Daisuke Miyakawa2010-09-131-1/+1
| | | | | | | | | Add UserLeaveHintListener.java, so that the settings won't use its implementation around Activity#onUserLeaveHint(). Also fragmentize bluetooth tethering screen. Change-Id: Id06ae3161fbdb5854ddb7a257f464fb16ea9b089
* Add Wifi Setup screen for Setup Wizard with XL size screen.Daisuke Miyakawa2010-09-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * Add WifiSettingsForSetupWizardXL as a new Activity The activity has WifiSettings fragment in it. It also contains several buttons, texts around the fragment. * Making configuration UI part of Preference list. In Wifi Setup for Setup Wizard XL, WifiSettings fragment lets a UI for configuring access points shown inside a PregerenceCategory object, while it has been shown as Dialog. To achieve this action, WifiDialog is decomposed into two parts: - WifiConfigUiBase (Mainly UI part) - WifiConfigController (Mainly Wifi controller part) All codes for wifi configuration in WifiDialog is now in WifiConfigController, which is reused from WifiConfigPreference. * Misc stuff - Remove AccessPoint#compareTo(). Instead, AccessPoint.AccessPointComparater should be used when needed. Change-Id: I520d690d3301837d32f91dad54a973a379ce1989
* Make LocalePicker Fragment.Daisuke Miyakawa2010-08-291-0/+1
| | | | | | | | | | | | | | | | | The logic calling selectFirst() is removed as - There's no comment why it is needed. - Actually SetupWizard gets stack as that forces users to see WirelessSettings in SetupWizard. The other changes: - Move back LocalePickerFragment to LocalePicker. - Make <activity> for LocalePicker in AndroidManifest <activity-alias> - Add a short comment about how getComponent(), which should be a key for understanding how top-level settings work. - Modify LanguageSettings so that it corectly points LocalePicker as a fragment. Change-Id: I78d356e40af896ba1aab72fba12c90467371c7b0
* Fragmentize WifiSettings.Daisuke Miyakawa2010-08-251-1/+1
| | | | | | | | | | | | | | | | - Add button bar feature toward SettingsPreferenceFragment, which has existed in PreferenceActivity and has been used (probably) only by Settings app. - super.onActivityCreated() is not called at the beggining of WifiSettings#onActivityCreated(), the parent method assumes the child should have prepared PreferenceScreen, while WifiSettings cannot do until the parent Activity is ready. - Call SetHasOptionMenu() should be called AFTER the parent Activity is ready. It is not documented, so it would be better to file another bug. - Add exception to proguard... Change-Id: Iebd27f0cb0abdbee9b4b1cc9b00f4bf127f7815d
* Fix proguard flags for settings.Amith Yamasani2010-08-191-0/+3
| | | | Bug: 2933151
* Create LocalePickerFragment for fragmentizing LocalePicker Activity.Daisuke Miyakawa2010-08-131-0/+2
Need to add proguard.flag, as the Activity crashes without it. Change-Id: Icbc75be4a4183920ed472ac64cc509115260f865