History log of /packages/apps/Settings/src/com/android/settings/deviceinfo/StorageVolumePreferenceCategory.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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