History log of /packages/apps/Settings/src/com/android/settings/deviceinfo/StorageVolumePreferenceCategory.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0e9cf8a723c3e03207e905e8e03303ec4b5526dc 24-Sep-2012 Jeff Sharkey <jsharkey@android.com> Storage item to represent cached data.

When touched, offers to clear all cached data.

Bug: 7216370
Change-Id: I86afe66b819fb7deeba909bef507925fc5a590f3
/packages/apps/Settings/src/com/android/settings/deviceinfo/StorageVolumePreferenceCategory.java
ec6e66268829e09df3f2b9d68500e672d35a8008 14-Sep-2012 Jeff Sharkey <jsharkey@android.com> Treat cache storage usage as available space.

Bug: 7123160
Change-Id: I1b3f36622be557d7c47f1452832f67da40893a02
/packages/apps/Settings/src/com/android/settings/deviceinfo/StorageVolumePreferenceCategory.java
da13ec0cb454f1aadada2acf12291cfaf0a7b176 13-Sep-2012 Jeff Sharkey <jsharkey@android.com> Iteration on multi-user Storage UI.

Now that DefaultContainerService has visibility of external storage
for all users, we can measure internal storage in a single pass.
Internal storage measurement now iterates across all known users,
counting both apps and emulated storage usage.

Create MeasurementDetails object with documentation about what is
counted under various device configurations. Generalize to measure
each Environment.DIRECTORY separately, so it can be combined as
needed. General cleanup of how measurements are passed to UI.

Bug: 7003520
Change-Id: Ib89c185296a0c9debdc20beeaa98584d803a84e8
/packages/apps/Settings/src/com/android/settings/deviceinfo/StorageVolumePreferenceCategory.java
fc76a78c458ac90d7e050ffc233cf9e32a2d9c0b 12-Sep-2012 Jeff Sharkey <jsharkey@android.com> Include user identifier in external storage paths.

When building external storage paths, always include user in path
to enable cross-user paths and aid debugging.

Mostly changes so Storage doesn't crash; will take another UI
iteration pass soon.

Bug: 7131382
Change-Id: If7ec807f12a36eb8ed02a0fb94e8a0b3a6694f16
/packages/apps/Settings/src/com/android/settings/deviceinfo/StorageVolumePreferenceCategory.java
04df8b77a40c06488a954a22cc5be638179b7747 07-Sep-2012 Jeff Sharkey <jsharkey@android.com> Iteration on multi-user storage UI.

Adds headers to distinguish between current and other users. Also
correctly orders color chips.

Bug: 7003520
Change-Id: I871f1a38d41dad5a5f7d97d91d2ebaac5951066c
/packages/apps/Settings/src/com/android/settings/deviceinfo/StorageVolumePreferenceCategory.java
96c2f8c50865e823e710be4d92f1589f978f03c2 07-Sep-2012 Jeff Sharkey <jsharkey@android.com> Progress towards split storage categories.

Cleans up StorageVolumePreferenceCategory creation, and uses new
isPrimary() API instead of passing around hacky "i == 0" derived
value.

Bug: 7003520
Change-Id: I9eb7164035b5368ee795e35b22e750aebbf3b159
/packages/apps/Settings/src/com/android/settings/deviceinfo/StorageVolumePreferenceCategory.java
90c8b20ccfd8f2e877bfac7cf3e883631af7a3e3 31-Aug-2012 Jeff Sharkey <jsharkey@android.com> Surface storage usage of other users.

Bring up separate StorageMeasurement sessions bound to other users
on device, and surface their total usage as teal colors. Exclude
app code size when measuring secondary users. Shift preferences to
using keys instead of fragile index ordering.

Bug: 7003520
Change-Id: I214d0b223e53955df71104502596743f049f2027
/packages/apps/Settings/src/com/android/settings/deviceinfo/StorageVolumePreferenceCategory.java
8218d3ba180505a52998caa1fd9f6a1647984e7f 20-Jan-2012 Li Gang <gang.g.li@intel.com> MTP/PTP: disable erasing/unmount operation for SD card while MTP/PTP is active

Check the USB connection status and MTP/PTP setting, if USB connected and MTP/PTP enabled,
disable the erasing and umount operation.
Judge SD card Mounting status and keep summary string.

Change-Id: Iff3e0f25b581bc462c88fff59eb93d765baaddd7
Author: Li Gang <gang.g.li@intel.com>
Signed-off-by: Xiaokang Qin <xiaokang.qin@intel.com>
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
Signed-off-by: Jack Ren <jack.ren@intel.com>
Author-tracking-BZ: 47043
/packages/apps/Settings/src/com/android/settings/deviceinfo/StorageVolumePreferenceCategory.java
cd4428ce2c03fd355a3093fad6553636da9cef9b 13-Jun-2012 Jeff Sharkey <jsharkey@android.com> Storage banner when device in low disk state.

Bug: 6576409
Change-Id: I25f71935e312bf6efa832d10c22e3edbdc18f4fb
/packages/apps/Settings/src/com/android/settings/deviceinfo/StorageVolumePreferenceCategory.java
c18cc43b28c9e24dadd85c3a5187b665a2741472 24-May-2012 Fabrice Di Meglio <fdimeglio@google.com> Fix bug #6522190 MountService should respond to configuration changes ("INTERNAL STORAGE" string should be translated dynamically)

- use an ID instead of a String for StorageVolume description
- use this ID for getting the correct localized version of the description string

Change-Id: If66868ecc84297322cb9a3f0b2d834f79dd019ca
/packages/apps/Settings/src/com/android/settings/deviceinfo/StorageVolumePreferenceCategory.java
0bcd8a95a96566d9e2c97c3305ee0dccf758ca7a 18-Oct-2011 Chih-Chung Chang <chihchung@google.com> Fix 5352588: Accept view intent without URI.

Change-Id: Ibfcf32a7d27c3ac2d3fa3695e430b3e29f3ecd20
/packages/apps/Settings/src/com/android/settings/deviceinfo/StorageVolumePreferenceCategory.java
cba7d938bbca392352d8aee733e913844c96e9fa 06-Aug-2011 Gilles Debunne <debunne@google.com> Format volume option restored

It was removed independently of the state.
As a result an "Erase USB Storage" option is now available on the Nexus S.
I guess this is WAI.

Change-Id: I8765808924085c10ebf213da7f825db70017d0aa
/packages/apps/Settings/src/com/android/settings/deviceinfo/StorageVolumePreferenceCategory.java
b7609ff9990e583d62c9af0080d741884a9c5a06 09-Jul-2011 Gilles Debunne <debunne@google.com> Storage correctly updates internal storage graph.

The estimated used size used to be displayed next to the actual applications' size.

Change-Id: I9a9bf1faf638f8495507930e531ca4c851558f26
/packages/apps/Settings/src/com/android/settings/deviceinfo/StorageVolumePreferenceCategory.java
bd9ddab4f4e1f47b141abdcc0248cc716112b3c7 28-Jun-2011 Dianne Hackborn <hackbod@google.com> Fix up storage UI for old USB storage.

- In the storage overview, if storage is not emulated then we have a
new first section showing internal storage.
- In manage applications, we know show storage use on the SD card
separately from internal storage use.

Change-Id: I7eb993f59fdb5de5f5dcfe4a3bc2b95ae30d754a
/packages/apps/Settings/src/com/android/settings/deviceinfo/StorageVolumePreferenceCategory.java
d2a6f28fa7ba8189d2a1987129db27fd840fac0f 11-Jun-2011 Mike Lockwood <lockwood@android.com> Disable option to format SD card for secondary external storage

This is a temporary workaround for an interoperability problem with MTP

Change-Id: Iaf63ea0ac76e12ffd635765785da027cab0fcb9a
Signed-off-by: Mike Lockwood <lockwood@android.com>
/packages/apps/Settings/src/com/android/settings/deviceinfo/StorageVolumePreferenceCategory.java
4f734d9d590d0f75a60d744d97218eb54faa4330 03-Jun-2011 Gilles Debunne <debunne@google.com> Used space visible in SD Card bar graph

Bug 4544470

Change-Id: Iccae9bb568f1f7baf81c702f29f7a9e238d39d2b
/packages/apps/Settings/src/com/android/settings/deviceinfo/StorageVolumePreferenceCategory.java
6d36fd3a03299b9b1bdaaceef2bfaa8714c3fa72 26-May-2011 Gilles Debunne <debunne@google.com> Erase SD Card fixed in Settings/Storage.

Adding the StorageVolume to the format intent.

Change-Id: If1a50a2d5c5154e9f00116db536c62324c447e7c
/packages/apps/Settings/src/com/android/settings/deviceinfo/StorageVolumePreferenceCategory.java
104ea2873dff5fa3a5f6bd4cfdb893bac3527fdf 19-May-2011 Gilles Debunne <debunne@google.com> Storage stats on external SD card in Settings.

Storage categories are dynamically created from list of StorageVolumes instead
of a static XML.

Unknown files' sizes are part of Misc rather than Apps.

Categories with a size of 0 are removed.

TODO : remove the notion of a "nosdcard" product. Change strings accordingly.
See all TODO in code

Change-Id: I017ac20f5fa50ad9bdeba8e666754ec84acf3858
/packages/apps/Settings/src/com/android/settings/deviceinfo/StorageVolumePreferenceCategory.java