History log of /packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/AppDeletionPreference.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
72cde70eded5cd45f022540e09736be754a5b91f 18-Aug-2016 Daniel Nishi <dhnishi@google.com> AppDeletionPreference used app name instead of package name.

Using the label name can cause conflicts if multiple apps have the
same label. Package names must be unique.

Prior to this change, AppDeletionPreference used the app label as its
key. Because the key was not unique, this caused a bad interactions with
the other Deletion Helper parts. It causes duplicated entries in the
Deletion Helper and invalid behavior when selecting which packages to
delete.

Bug: 31089224
Test: m -j32 RunStorageManagerRoboTests
Change-Id: I6dd9627818d5a154d04d17ae2324bb65865148a7
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/AppDeletionPreference.java
91125be98af76cf3f854d72b6de7ac6e6c0c8229 29-Jun-2016 Daniel Nishi <dhnishi@google.com> Update the download file preferences to match the mocks.

This nests the preference to align with the category,
updates how the last modified time is represented,
and adds icons for the given downloaded files.

Bug: 29826961
Change-Id: I318b3d0e4fbbd373e5f0938e581f22464f112e8e
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/AppDeletionPreference.java
5e2460bb808460c37e9409e0735a95998457647c 08-Jun-2016 Daniel Nishi <dhnishi@google.com> Update the app deletion preferences to match the mocks.

In the latest mocks, there are several changes.

1. The nested preferences align with the title/summary text of the parent.
2. The app icon is 24dp.
3. The strings have been updated slightly.

Bug: 28884396
Change-Id: I1edb5019acd42a32d1014718267fa436cc699e5a
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/AppDeletionPreference.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/AppDeletionPreference.java