0ba89bd54c4b44b3803342da10b0c08b0bf76ad4 |
|
10-Oct-2014 |
Alan Viverette <alanv@google.com> |
Update Settings to use themed Context.getDrawable() Explicit null theme is passed when using Resources.getDrawable() and no theme is available, e.g. when using getResourcesForApplication(). This fixes an issue with ic_text_dot theming and helps avoid similar issues in the future. BUG: 17648301 Change-Id: I3e97c3490b6f2a55744f567b21284f2935ae9af7
/packages/apps/Settings/src/com/android/settings/applications/ApplicationsState.java
|
43052367c654202a1a2124d44c7b33e92331d1f4 |
|
23-Jan-2013 |
Dianne Hackborn <hackbod@google.com> |
Handle new "disabled until used" mode. We want these apps to still show up as normal apps, not look like they have been disabled completely (entirely gone) or by the user (listed separately as disabled). Change-Id: Ib58ead274a74c6df3ee87c8db5f7d0652e37b9bd
/packages/apps/Settings/src/com/android/settings/applications/ApplicationsState.java
|
18b64f446cd7b9043909b0cd42d1ab364392da24 |
|
18-Jan-2013 |
Dianne Hackborn <hackbod@google.com> |
Improve app ops UI. Merge app entries together some. Also a little weekend present for swetland. Change-Id: Ie2b6654d9de0b9eeaafbf4b070845353c130b9c1
/packages/apps/Settings/src/com/android/settings/applications/ApplicationsState.java
|
c715fb1207361bb2a793752eefb02f1956075739 |
|
22-Sep-2012 |
Dianne Hackborn <hackbod@google.com> |
Fix issue 7198767, 7198366, 7189824. Bug #7198767: Crash on choosing App info from the Recent apps tab Bug #7198366: Settings UI should not show other Users' apps Bug #7189824: Settings crashes on trying to access Battery usage summary Also fix running services to be able to show user bitmap when in secondary users, crash in running services if a service is running whose app is not installed for the current user. Change-Id: Ief24810c9ddce1ec3f8641ce08af79e1bc18f221
/packages/apps/Settings/src/com/android/settings/applications/ApplicationsState.java
|
3db54cb97630fe83342c2ca189d13ff5a1a598d3 |
|
17-Sep-2012 |
Dianne Hackborn <hackbod@google.com> |
Add app details menu item to uninstall an app for all users. Also some fixes: uninstalled apps are now marked as such in the all apps lists, and sorted to the bottom like disabled apps. We don't immediately close the installed app details screen when launching the uninstall UI. Change-Id: Id22b749c20fc2441733c604d1de8889269217c5c
/packages/apps/Settings/src/com/android/settings/applications/ApplicationsState.java
|
1f6ddac9f41f341073e7cedd8f777a43b7d11679 |
|
13-Jul-2012 |
Dianne Hackborn <hackbod@google.com> |
If external storage is emulated, don't show it as separate entries. The installed app details UI is really complicted for the two-partition internal and external storage case... however, in our lovely new world of emulated external storage, there is no reason for this, since the external storage is using the same partition as internal storage. So in this case, don't show external storage as a separate item, just combine it into the base app size and data size values. Change-Id: Iea0e78f2d532ad50e20fef98740c93b2e897890a
/packages/apps/Settings/src/com/android/settings/applications/ApplicationsState.java
|
313ab1727014d535790bc89afdcf725ff936e5b4 |
|
30-Jun-2012 |
Dianne Hackborn <hackbod@google.com> |
Fix issue #6761130: Clearing app data in settings does not clear app's USB storage The installed app details was not correctly distinguishing between cache and normal data on external storage. The cache files on external storage are now correctly shown in the cache section, since those are what get deleted when you hit the clear cache button. Change-Id: Id98bdb7fb5202d6a092fe5a772638eeb6aed2b47
/packages/apps/Settings/src/com/android/settings/applications/ApplicationsState.java
|
309c5dcee18ced447d049d5de882a9586694e04c |
|
17-May-2012 |
Dianne Hackborn <hackbod@google.com> |
Rework manage applications to be page-able. Turn everything around so that we can have multiple list views with their own adapters. Switch to using a ViewPager for managing the different lists. Smile! Change-Id: I9c102abb06cf67f313a8696507aa4597b38c7ab9
/packages/apps/Settings/src/com/android/settings/applications/ApplicationsState.java
|
c883ee5eaae1666f8321cfcc3058fb3843e695dc |
|
29-Aug-2011 |
Dianne Hackborn <hackbod@google.com> |
Small improvements for issue #5225666 Sort disabled apps to the bottom of the list to make them easier to find together. Also change the order of the tabs because with the new layout anything after the third tab is buried so put all apps at the end so the running tab is more visible. Change-Id: Id022fdbf366505cf0da3fb9a6270c3f2e2704d51
/packages/apps/Settings/src/com/android/settings/applications/ApplicationsState.java
|
430a3d3376cfa2c2a03d6f18d28577c34750102c |
|
08-Aug-2011 |
Dianne Hackborn <hackbod@google.com> |
Update to work with the activity manager taking over OOM settings. The values it needs are no longer in properties. Also fix a few problems: bug with apps being left in the services list, sorting of internal storage. Change-Id: Ife9706e004931269c36a7bc37b9dbb016064c2e4
/packages/apps/Settings/src/com/android/settings/applications/ApplicationsState.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/applications/ApplicationsState.java
|
a12c1e3226ca660a23f049f880947df7f8d96c4e |
|
17-Jun-2011 |
Dianne Hackborn <hackbod@google.com> |
Re-enable user disabling of apps. Change-Id: I5f3a474926cf2b93e311435f67f36837f5f56caa
/packages/apps/Settings/src/com/android/settings/applications/ApplicationsState.java
|
c442e52dca4d32e2ea391e361c847ce834bf0dfd |
|
08-Mar-2011 |
Dianne Hackborn <hackbod@google.com> |
Fix issue #4021524 HMI63B: "Force stop" button not disabled after app is stopped There should probably be a broadcast from PM about this. Later. Change-Id: I713197ed458f8f6a914efb3800cd1b192f741613
/packages/apps/Settings/src/com/android/settings/applications/ApplicationsState.java
|
2372ba5b54f018cbc2e01f66b661c2e322d174d7 |
|
14-Feb-2011 |
Dianne Hackborn <hackbod@google.com> |
Fix issue #3405731: Manage applications app names don't update with locale Change-Id: Ia7dcf7973bde6785afb5978ee2a7858bc6740582
/packages/apps/Settings/src/com/android/settings/applications/ApplicationsState.java
|
a07621232479ee7e9926696a0af13b6f2e213507 |
|
18-Jan-2011 |
Kenny Root <kroot@google.com> |
Display OBB usage as part of app details Add the OBB usage to the application details for USB storage / SD card storage usage. Bug: 3356814 Change-Id: I06c97a73ae927316a2683ea15fd1a8b1aada31e3
/packages/apps/Settings/src/com/android/settings/applications/ApplicationsState.java
|
424acfb7ad469efb0a51c69fc8713cc96e2357b0 |
|
17-Jan-2011 |
Kenny Root <kroot@google.com> |
Measure external storage application usage Application data usage on the SD card (or USB storage) was not being reported by the Manage Applications screen. This is important for upcoming OBB space accounting. Bug: 3308791 Change-Id: Ibc9ad013cb2f6d0ee28caadca8899c1ff6e78f44
/packages/apps/Settings/src/com/android/settings/applications/ApplicationsState.java
|
4e4ed14ee2b82cb90a25b3027eb36f190ce2e1e7 |
|
29-Oct-2010 |
Dianne Hackborn <hackbod@google.com> |
Fix issue #3146784: ANR in manage applications See the big comment. Change-Id: I36164a6fcba58fe2b0e2b3aa216780d0d0e5ed37
/packages/apps/Settings/src/com/android/settings/applications/ApplicationsState.java
|
5e34f239861874455d815f1001feed24d994eafd |
|
22-Oct-2010 |
Dianne Hackborn <hackbod@google.com> |
Fix issue #3124528: Mange applications is including cache files in storage size Change-Id: If26aeaed7572354feca7b8e65b7451a024a10266
/packages/apps/Settings/src/com/android/settings/applications/ApplicationsState.java
|
d2be882d8f2e5acd8a5806c649ba4640249cf4ba |
|
21-Oct-2010 |
Dianne Hackborn <hackbod@google.com> |
Fix issue #3114356: Storage visualization in Manage Apps is confusing Also fixes issue #3097388: If you launch Manage Applications when SD card app info isn't available, incomplete information gets cached Change-Id: If3377a965653590e5bc1df25e38764a83e96b820
/packages/apps/Settings/src/com/android/settings/applications/ApplicationsState.java
|
6dc1bf84cf72dd72a2517878f6b280e8afdcf4c2 |
|
05-Oct-2010 |
Dianne Hackborn <hackbod@google.com> |
Manage apps "on SD card" now shows all apps that can go on SD card. Change-Id: Icc413891b2b884bb1af340b4c09ab3935c8e51ca
/packages/apps/Settings/src/com/android/settings/applications/ApplicationsState.java
|
19df79af269c4a2354b0989cebfcfe949aea42c4 |
|
20-Sep-2010 |
Dianne Hackborn <hackbod@google.com> |
Some improvements to the manage apps code: - Battery stats now aggregates bluetooth usage. - Battery stats now uses new history iterator API. - Battery stats chart is refectored to have the start of a common facility for building tick charts. - Manage apps will now asynchronously wait for the apps list if it is taking >.25ms to build. Change-Id: I568dd74beedf9a0a5a4c88ab567510cee9af8299
/packages/apps/Settings/src/com/android/settings/applications/ApplicationsState.java
|
0f9daab75f1557722b6e687a68eebfd5d28cbc51 |
|
30-Jul-2010 |
Dianne Hackborn <hackbod@google.com> |
Manage apps "third party" and "on sd card" filters were swapped. Also change the app details screen to make use of the common ApplicationsState object for its UI, improving launch performance. Change-Id: I387ed72a06d44aab47a85692c10247ce488c605c
/packages/apps/Settings/src/com/android/settings/applications/ApplicationsState.java
|
508fedc4102790dcd7004e4962e2b540967b714b |
|
29-Jul-2010 |
Dianne Hackborn <hackbod@google.com> |
Improvements to manage apps / running services: - Running services now keeps a single data structure to make switching through the UI a lot faster. - Display text when there are no apps. - Fix deadlock. - Add new preference entry to view manage apps for storage use. - Etc. Change-Id: I0f5babf407ed7e84169f59584ddcb6cd0e9d67d9
/packages/apps/Settings/src/com/android/settings/applications/ApplicationsState.java
|
e7623f775cb37a8de049dae8c03b5b396526fdd1 |
|
27-Jul-2010 |
Dianne Hackborn <hackbod@google.com> |
Rewrite Manage Applications to be faster and simpler. Change-Id: I4cf405e83a369cb935bccf375798557ffd93e14e
/packages/apps/Settings/src/com/android/settings/applications/ApplicationsState.java
|