History log of /packages/apps/Settings/proguard.flags
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
81bef1d74568d623b9db3c5409740dc21c0bbc08 16-May-2014 John Spurlock <jspurlock@google.com> VolumeZen: Sound & Notifications settings.

- Add sound settings under the newly combined Sound & Notifications
top-level settings page.
- New slider preferences for setting audio stream volumes.
- Migrate checkbox prefs to switch prefs.
- New settings subpage for touch sounds.
- New settings subpage for "Showing notifications"
- New setting pref for displaying intercepted notifications in zen mode.
- New tri-state lockscreen notifications pref.
- Add priority + sensitivity options to app notification dialog.
- Remove badges on app notifications row, migrate to subtitle text.
- Migrate strings to common spot in strings.xml
- Remove heads up setting.
- Remove tweaks category (unused).
- Clean up notification settings, separate out into a code section per option.
- Clean up _settings.xml files, prefix each pref with option name.
- Add appropriate indexing data to each settings page.

Depends on f/b change Ic30aa575ae07650cee62c8c1d83b6bc69395cf0d

Change-Id: If700385a7d0057f6c4c4bcf6e648dcf88b8ebff2
/packages/apps/Settings/proguard.flags
26515da08707b6f8182cc8b0ed5e01e97aa92a96 02-Aug-2013 Martijn Coenen <maco@google.com> NFC payment settings.

First version, pending final UX.

Change-Id: I357e900c3f2012b35814ae197c49a8c9b97b7148
/packages/apps/Settings/proguard.flags
ff8ce275f4ce8e850d1ac28e6e4329fd50d38b30 22-Feb-2013 Daniel Sandler <dsandler@android.com> Proguard fix: include notification settings fragment.

#proguaaaaaaaaard

Change-Id: Ifdc7370f93dc4bbdfedc7be35534d5f2ccda3bad
/packages/apps/Settings/proguard.flags
b810a0ddf9dd93a08789aff38901eeab9bfaf812 25-Mar-2012 Amith Yamasani <yamasani@google.com> User management screens

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
/packages/apps/Settings/proguard.flags
0824d31aeaf185801b6fb3ec063a5149c78d6a49 02-Dec-2011 Jean Chalard <jchalard@google.com> Add the cancel button handler

Step 3

Bug: 5306641
Change-Id: Ida4ccf181942714799576fde0ac55596ce043434
/packages/apps/Settings/proguard.flags
1909901875e0b2a6b8816b23412c912905f04068 30-Jun-2011 Amith Yamasani <yamasani@google.com> Add PowerUsageSummary to proguard list.

Bug: 4975279
Change-Id: I8e36dd6ce6f0e6a7859af00e7980e636933140fb
/packages/apps/Settings/proguard.flags
43c697854c7e373fbc1dae8b7a5259a32de346b4 01-Dec-2010 Amith Yamasani <yamasani@google.com> Move Account & sync settings into Settings app.

Fragmentized some of the activities and moved buttons into the menu area.

Bug: 3148844
/packages/apps/Settings/proguard.flags
b14e1e04939ca610fd5f2439f879265450b0a6cd 02-Nov-2010 Amith Yamasani <yamasani@google.com> Fragmentize "Factory reset" setting screen.

Split the screen into 2 fragments.

Bug: 3148480
/packages/apps/Settings/proguard.flags
0417e4094713c5f4dac700b645000d0959bf62fa 01-Nov-2010 satok <satok@google.com> Move classes related to input method to com.android.settings.inputmethod

- Updated proguard.flags

Change-Id: I198761b0f0ad5288c8c807a7a3c2e965731fcee5
/packages/apps/Settings/proguard.flags
f4eb85bc3c57ca70b577cea1524431fead4a4ccc 30-Oct-2010 Dianne Hackborn <hackbod@google.com> Start fragmentizing Manage Applications.

Change-Id: I0c3d6a358d0236893aba7257537ec32bfad4170d
/packages/apps/Settings/proguard.flags
6257bf86758a4b80074b6f55f7430d505d9f1011 28-Oct-2010 Amith Yamasani <yamasani@google.com> Fix proguard flags to retain FindNearby class.

Bug: 3140836
/packages/apps/Settings/proguard.flags
6ebf8619d7f09e9642aed84310b56d9847eead94 10-Sep-2010 Daisuke Miyakawa <dmiyakawa@google.com> Fragmentize BluetoothSettings.

Add UserLeaveHintListener.java, so that the settings won't use
its implementation around Activity#onUserLeaveHint().

Also fragmentize bluetooth tethering screen.

Change-Id: Id06ae3161fbdb5854ddb7a257f464fb16ea9b089
/packages/apps/Settings/proguard.flags
d36699282cbd0a6897f425106081d3f2c0db55d4 27-Aug-2010 Daisuke Miyakawa <dmiyakawa@google.com> Add Wifi Setup screen for Setup Wizard with XL size screen.

* 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
/packages/apps/Settings/proguard.flags
0cc35e444bd71f117b6aed97e40ea4f3d82cd8fa 25-Aug-2010 Daisuke Miyakawa <dmiyakawa@google.com> Make LocalePicker Fragment.

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
/packages/apps/Settings/proguard.flags
9c8bde576ab18fcfe653587f3e63604430c8791c 25-Aug-2010 Daisuke Miyakawa <dmiyakawa@google.com> Fragmentize WifiSettings.

- 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
/packages/apps/Settings/proguard.flags
7385d65817977407ba6406374e47523793dd0fcc 19-Aug-2010 Amith Yamasani <yamasani@google.com> Fix proguard flags for settings.

Bug: 2933151
/packages/apps/Settings/proguard.flags
c81adf598f27fb13f6043cea3b1c4f0839c337dd 12-Aug-2010 Daisuke Miyakawa <dmiyakawa@google.com> Create LocalePickerFragment for fragmentizing LocalePicker Activity.

Need to add proguard.flag, as the Activity crashes without it.

Change-Id: Icbc75be4a4183920ed472ac64cc509115260f865
/packages/apps/Settings/proguard.flags