History log of /packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/CollapsibleCheckboxPreferenceGroup.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e45e96210e35695688baa03abba2659e747c4c1e 26-Jul-2016 Daniel Nishi <dhnishi@google.com> Fix a bug where the talkbacks for item statuses were broken.

Because the checked status of the checkbox was set in onBindViewHolder
and the Talkback began to read before onBindViewHolder was called,
the checked status of the checkbox was stale for TalkBack purposes.

By setting the checkbox widget's checked status during the onClick
event, the information stays fresh.

Change-Id: Id00d3e45fe26e227127e377c23335079734845d9
Fixes: 30220340
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/CollapsibleCheckboxPreferenceGroup.java
0e04f4e9b893a1a08852e925c7235a2a2c99f9df 01-Jul-2016 TreeHugger Robot <treehugger-gerrit@google.com> Merge "Retain checked and collapsed statuses on rotation in Deletion Helper." into nyc-mr1-dev
c950058526c77f9e6a2cb3635ceb0d6b55fab45f 30-Jun-2016 Daniel Nishi <dhnishi@google.com> Retain checked and collapsed statuses on rotation in Deletion Helper.

Because the CollapsibleCheckboxPreferenceGroup does not derive from the
CheckBoxPreference, it did not inherit its checked retaining status.
Furthermore, we need to add functionality to retain if the group is collapsed.

Bug: 29872587
Change-Id: I1d8a95a3fe1466bae7f58daecd37fde1c6af62b5
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/CollapsibleCheckboxPreferenceGroup.java
37b7ace230e31d136e2b559c7133cfbc889c9efd 29-Jun-2016 Daniel Nishi <dhnishi@google.com> Make the collapsible preference group checkbox bigger.

BUG: 29792525
Change-Id: I43d9a511847ecf8d9a9fe000cf2867504197f69e
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/CollapsibleCheckboxPreferenceGroup.java
a6c7a45f57fce5f8856aa53bdc4bfc59e895dcc9 08-Jun-2016 Daniel Nishi <dhnishi@google.com> Update the style on the deletion preferences.

This updates the deletion preference to match the mocks.
The icon is now aligned 16dp from the left and with a 32dp right pad.
The caret icons are now properly colored.
The title text on the Apps category are now the right size.

Bug: 28885053
Bug: 28917367
Bug: 29215443
Change-Id: Ic686308a14d451333de2d35c528bdbc96659b020
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/CollapsibleCheckboxPreferenceGroup.java
09fa1388d090666e631f9d764f935604a2c753e9 01-Jun-2016 Daniel Nishi <dhnishi@google.com> Initial commit of the Storage Manager app.

This patch ports over the Deletion Helper from Settings with the
app deletion and downloads deletion functionality. The functionality
is now inside of a new APK in a new activity which can be accessed
using the android.settings.DELETION_HELPER_SETTINGS intent.

Future CLs will add the following behavior:
1. Port over ability to delete photos.
2. Add overlay facilities for extending the storage manager behavior.
3. Port over the existing unit tests for the storage manager.

Bug: 28822584

Change-Id: I3084f29ab43d5f46202f0cdafcc11ff33d3bbf0f
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/CollapsibleCheckboxPreferenceGroup.java