History log of /packages/apps/Settings/src/com/android/settings/applications/AppStorageSettings.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
16634fd0ff74f243aa26ad4714df3a0921bdbe20 08-Aug-2015 Jeff Sharkey <jsharkey@android.com> Block moving when already in progress.

Use frozen state as a proxy for knowing if a package is currently
being moved, and block any new move requests until the current move
is finished.

Bug: 22069486
Change-Id: I50a70353132c1035b969982f0b7779f5dcb2251d
/packages/apps/Settings/src/com/android/settings/applications/AppStorageSettings.java
9a1c0dce7a496f51087cf0497b931a31c64b0a65 27-Jul-2015 Julia Reynolds <juliacr@google.com> Handle app uninstall via Storage & USB.

Bug: 22702406
Change-Id: Ie02fd53be93cad1af043be2c573bd650fc1c0df2
/packages/apps/Settings/src/com/android/settings/applications/AppStorageSettings.java
bd45c3cbe0ccb9d5a1ebeabccda1e803d613e729 20-Jul-2015 Jason Monk <jmonk@google.com> Handle monkey crash

Don't create dialog if we don't have one to create, and make sure
that storage-related prefs are removed when they aren't needed.

Bug: 22571238
Change-Id: I452cbf75313cd14572fc7b57bd6164292cf17209
/packages/apps/Settings/src/com/android/settings/applications/AppStorageSettings.java
e8400c2fb78e80979b5190d4abc9685442cdfc25 15-Jul-2015 Jason Monk <jmonk@google.com> Change move storage from dropdown pref to dialog

Use a horizontal pref and a single button that triggers the dialog

Bug: 21922660
Change-Id: Ifb4de75ca9269d2e8163eec5602932260adec0d9
/packages/apps/Settings/src/com/android/settings/applications/AppStorageSettings.java
ece9d5145f38ec077be9d7f3a2e145500b296a29 10-Jun-2015 Jason Monk <jmonk@google.com> App storage settings - Request size onResume

Our data might be stale (especially when coming from manage space
activities).

Bug: 21680510
Change-Id: Ifb919e05f23f76677b6de2aff3d13d00e195facb
/packages/apps/Settings/src/com/android/settings/applications/AppStorageSettings.java
67cd6ab93a526fe65877743e458590f4e6f187ee 08-Jun-2015 Tony Mantler <nicoya@google.com> Move ApplicationsState to SettingsLib

Also take InterestingConfigChanges along for the ride
and delete unused AppPermissionSettings

b/21328967

Change-Id: I4d0c1a27054845a54cf68e95a92024d2e46f636e
/packages/apps/Settings/src/com/android/settings/applications/AppStorageSettings.java
c27f9e179adef2061e0000385f350874a7772c4e 12-May-2015 Jason Monk <jmonk@google.com> App info > storage updates

- Fix button theme
- Hide move dropdown when can't move
- Cleanup by switching to using a horizontal preference layout, rather
than custom layouts

Bug: 21060534
Change-Id: I2cc3ab4063ff6b4dfe873f9152b34130d702faae
/packages/apps/Settings/src/com/android/settings/applications/AppStorageSettings.java
954d8dad5e395544f95ca211466bcc7195d31877 24-Apr-2015 Jeff Sharkey <jsharkey@android.com> Migrate package movement to use new API.

We now kick off the move immediately, and pass along the "ID" of the
move in progress. This allows the progress activity to be completely
destroyed and recreated without kicking off a second conflicting move
operation.

Also uses new cleaner movement API that accepts direct VolumeInfo.

Bug: 19993667
Change-Id: I28bc268fcb42dfc9152020b16ef7058d63157597
/packages/apps/Settings/src/com/android/settings/applications/AppStorageSettings.java
1f4efd7360dea3038fe2096b1d4bccaae8e2a09f 15-Apr-2015 Jeff Sharkey <jsharkey@android.com> Move packages between candidate volumes.

We now allow moving packages between all possible candidate volumes,
as determined by the framework. Moving now jumps through wizard to
help user understand what's going on.

Bug: 19993667
Change-Id: I5416ed2865f400b1d718c68a3f0e033080fefa0e
/packages/apps/Settings/src/com/android/settings/applications/AppStorageSettings.java
8a963babe2e36b7a41f77b8d2598c97658196e58 20-Mar-2015 Chris Wren <cwren@android.com> log visibility of views

Depends-On: I5b1dccb5d103ece3112acf38889bae16273b092f
Change-Id: I116aed2bb805f723a5bf2ec9eb94257de0b4a7b5
/packages/apps/Settings/src/com/android/settings/applications/AppStorageSettings.java
60a09ea2388db01a661beeb9995a7ecf770a4200 26-Feb-2015 Jason Monk <jmonk@google.com> Start implementation of new app info storage page

Things are mostly in the right places, may need some minor location
adjustment on everything and styling for the buttons.

Bug: 19511439
Change-Id: If7730285d6ddc36e32cc8bc119885a8e215c0eb5
/packages/apps/Settings/src/com/android/settings/applications/AppStorageSettings.java
07025891683aef83d850b0a91b37aa75b11ce33c 26-Feb-2015 Jason Monk <jmonk@google.com> Merge profiles apps into app list

Remove the spinner and add all apps into one list and badge the managed
items.

Bug: 19443900
Change-Id: I9ccacc1b503da2663b9a3945f4fd6051ae95e328
/packages/apps/Settings/src/com/android/settings/applications/AppStorageSettings.java
588a0881c13d8ed63ba67b3145254c22211a2019 03-Mar-2015 Jason Monk <jmonk@google.com> Follow-up on comments from splitting app info

Bug: 19511439
Change-Id: Id1395597262f66514808f71d99978120dbba70e1
/packages/apps/Settings/src/com/android/settings/applications/AppStorageSettings.java
cd91128a2de5d111c59fe442c72b764d9a9acb3a 24-Feb-2015 Jason Monk <jmonk@google.com> Split app info into several screens

The root screen now only has the uninstall/force stop/disable buttons
and the rest has moved to sub screens listed in a preference list.
The root screen as UI approximate to the new mocks, but the separated
screens (storage, launch by default, etc.) have yet to receive their
visual overhaul.

Bug: 19511439
Change-Id: I4e01fbaefc69e0652edea2429d9e9b028c78e825
/packages/apps/Settings/src/com/android/settings/applications/AppStorageSettings.java