summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/applications
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge "Show list of permissions instead of just numbers" into mnc-devMakoto Onuki2015-06-103-20/+48
|\ \ | |/ |/|
| * Show list of permissions instead of just numbersMakoto Onuki2015-06-083-20/+48
| | | | | | | | | | | | Bug 21615746 Change-Id: I23439b3571f10d6d396174025a19b5ebb585dee9
* | Merge "annoint new constants" into mnc-devChris Wren2015-06-102-2/+4
|\ \
| * | annoint new constantsChris Wren2015-06-092-2/+4
| |/ | | | | | | | | Bug: 21114836 Change-Id: I63fb1da67a6f6d8dfad076e7e1c2cef0783c17f9
* | Advanced apps updates (2/2)Jason Monk2015-06-091-1/+1
| | | | | | | | | | | | | | Change the title of the screen, add a category to break things up Bug: 21372377 Change-Id: I03c2060937f540235755e4b74c5634543e526d25
* | Move ApplicationsState to SettingsLibTony Mantler2015-06-0815-1636/+33
|/ | | | | | | | | Also take InterestingConfigChanges along for the ride and delete unused AppPermissionSettings b/21328967 Change-Id: I4d0c1a27054845a54cf68e95a92024d2e46f636e
* Merge "Fix updates of the enable/disable button" into mnc-devJason Monk2015-06-041-0/+9
|\
| * Fix updates of the enable/disable buttonJason Monk2015-06-041-0/+9
| | | | | | | | | | | | | | | | | | | | Make the entire ApplicationsState resume and do way too much work so that we can get a little bit of state. ApplicationsState could use some refactoring. Bug: 21518528 Change-Id: Ibb6a2c15948f9bc69490426d4004dc83582087b4
* | Merge "Protect against monkey crash" into mnc-devJason Monk2015-06-041-1/+1
|\ \
| * | Protect against monkey crashJason Monk2015-06-031-1/+1
| |/ | | | | | | | | Bug: 19541028 Change-Id: Ia8e477b3c2843b2e841c429ce090ff388958bfcb
* | In Settings, don't allow to disable an app which is profile/device owner.Nicolas Prevot2015-06-031-0/+23
|/ | | | | | | | | | In the App Info section of Settings: If the app is device owner or profile owner of at least one user, disable the disable button. BUG: 20831525 Change-Id: Iff00314108caf8c0b209f66060e6655ef06f2aa0
* Merge "Only show emergency app preference if enabled" into mnc-devAdrian Roos2015-06-021-1/+2
|\
| * Only show emergency app preference if enabledAdrian Roos2015-05-271-1/+2
| | | | | | | | | | Bug: 21471480 Change-Id: I93e5dcb9acb8be1220d2874d5bca764819139760
* | Merge "More memory updates" into mnc-devJason Monk2015-05-285-14/+88
|\ \
| * | More memory updatesJason Monk2015-05-285-14/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Some string changes - Make processes in memory details not clickable - Put processes in a 'detail' category - Hide processes when an app only has 1 - Add memory item to bottom of app info page Bug: 20694769 Change-Id: Ifbe2205aeef230e44752d075578524249b30bdf8
* | | Help fallbacks and intent workJason Monk2015-05-281-1/+1
|/ / | | | | | | | | | | | | | | | | | | - Handle a backup URI, so that if the specified URI is not available, another can be used. - Add some data to help intents when they are intent URIs - Fill in the context with a classname when it isn't present Bug: 15475009 Change-Id: I7050fa61121901929e650b20bd7a0ae21e8ba207
* | Add no data usage stringJason Monk2015-05-271-0/+3
|/ | | | | | | | Add a no data usage string so we can avoid showing incorrect dates when no data is available. Bug: 21076561 Change-Id: I4568cd750fe5f973fed0ff4ffa48412d8c6afd97
* Merge "Don't have app info pages load so much info" into mnc-devJason Monk2015-05-263-26/+22
|\
| * Don't have app info pages load so much infoJason Monk2015-05-263-26/+22
| | | | | | | | | | | | | | | | | | They don't need to resume the ApplicationsState session because they only need info for one app, instead just make sure ApplicationsState can load the info as requested. Bug: 20696893 Change-Id: I146387438348fad1396ac4528819b2f1a93a97bf
* | Merge "Fix crash while rotating with app info dialog up" into mnc-devJason Monk2015-05-261-10/+12
|\ \
| * | Fix crash while rotating with app info dialog upJason Monk2015-05-261-10/+12
| |/ | | | | | | | | Bug: 21037445 Change-Id: Ie5b0f8aa04913d0ab781be334c6c305db97235a0
* | Merge "Unbanish memory screen and new UX" into mnc-devJason Monk2015-05-269-405/+467
|\ \
| * | Unbanish memory screen and new UXJason Monk2015-05-269-405/+467
| |/ | | | | | | | | | | | | | | Give memory screen a makeover so that it looks nice enough to be restored to its rightful home. Bug: 20694769 Change-Id: I2f6933037b3fbbfb0d9fe5e3ca821ef59e171faa
* | Add permission summaries back inJason Monk2015-05-263-2/+99
|/ | | | | | | | Use broadcasts to ask the PackageInstaller about the number of granted permissions. Bug: 21078474 Change-Id: I91d88d145a803f5f6c3f3163ba1f4500d39b1943
* Merge "Fix loading screen one more time" into mnc-devJason Monk2015-05-211-13/+11
|\
| * Fix loading screen one more timeJason Monk2015-05-211-13/+11
| | | | | | | | | | | | | | | | Don't rebuild the app list until the entry load is complete to avoid having a slowly populating list shown to the user. Bug: 21086054 Change-Id: I801ab292fdbf6801c1b9c8f957336660810da5f6
* | Merge "Remove data item from app info when not supported" into mnc-devJason Monk2015-05-211-11/+21
|\ \ | |/ |/|
| * Remove data item from app info when not supportedJason Monk2015-05-211-11/+21
| | | | | | | | | | Bug: 21207963 Change-Id: I91693d9a85c0905cbb021181967fa16aac61d3ea
* | Merge "Follow up for I8050df3177b6d540829c3f0989a4e4b1381c87ec (2/2)" into ↵Jorim Jaggi2015-05-201-15/+1
|\ \ | |/ |/| | | mnc-dev
| * Follow up for I8050df3177b6d540829c3f0989a4e4b1381c87ec (2/2)Jorim Jaggi2015-05-191-15/+1
| | | | | | | | Change-Id: I7623488349209248596827d03fd77cd128f8b2b4
* | Default ignore optimizations to show system appsJason Monk2015-05-191-0/+2
|/ | | | | Bug: 21211422 Change-Id: Ied526cffa86406b8b81824cf2cdb03cc37bb7433
* Add setting to disable assist data (2/2).Jorim Jaggi2015-05-181-0/+76
| | | | | Bug: 20944446 Change-Id: I3c518176cab88ce9b5031a0241bee30240e6f896
* Try not to crash while AppInfo is finishingJason Monk2015-05-182-3/+11
| | | | | Bug: 21025020 Change-Id: Iebb9e6b24ca503f87b5648f0aaf02dde01903488
* Hide platform platform legacy permissions behind a menu option - settings.Svet Ganov2015-05-162-218/+8
| | | | | | bug:21195624 Change-Id: Ib1dcfe2a15685c36e2a59e0921ea74d46ec9738c
* Merge "Fix bug #21025020 Stability: JCs in Settings: Caused by: ↵Fabrice Di Meglio2015-05-141-5/+8
|\ | | | | | | java.lang.NullPointerException" into mnc-dev
| * Fix bug #21025020 Stability: JCs in Settings: Caused by: ↵Fabrice Di Meglio2015-05-141-5/+8
| | | | | | | | | | | | | | | | java.lang.NullPointerException - prevent the NPE Change-Id: Ief5a618e789e50eebcaa4386bd9ecec2192b4565
* | Merge "Hide permission related summaries" into mnc-devJason Monk2015-05-133-6/+6
|\ \
| * | Hide permission related summariesJason Monk2015-05-133-6/+6
| |/ | | | | | | | | | | | | | | We need to get this data from the PackageInstaller directly, in the mean time hide the summaries since they are incorrect. Bug: 21078474 Change-Id: I1c1b50ee6806cfbf16830fbff5bf8ffae344451a
* | Merge "Add additional permissions button to manage perms" into mnc-devJason Monk2015-05-131-11/+79
|\ \
| * | Add additional permissions button to manage permsJason Monk2015-05-131-11/+79
| |/ | | | | | | | | Bug: 20269176 Change-Id: Ic004204b0fd984717a6d3848e8295edc67047883
* | Merge "replace temporary metrics categories with permanent ones." into mnc-devChris Wren2015-05-133-7/+6
|\ \
| * | replace temporary metrics categories with permanent ones.Chris Wren2015-05-133-7/+6
| | | | | | | | | | | | | | | Bug: 21114836 Change-Id: I05ca033e2e15fc1ae4330453bbe50aaa6cd1ea6c
* | | Start app notifications as fragment not intentJason Monk2015-05-133-20/+13
| |/ |/| | | | | | | | | | | | | This lets it show the back arrow when coming from within the settings app. Bug: 20561808 Change-Id: I103c8fb74197c5a0530c363a234da5e2148726a7
* | Merge "More updates to battery optimization whitelist" into mnc-devJason Monk2015-05-121-18/+15
|\ \
| * | More updates to battery optimization whitelistJason Monk2015-05-121-18/+15
| |/ | | | | | | | | | | | | | | | | | | | | Mostly just string updates. Also fix crash in power details. Bug: 19991702 Bug: 21027488 Bug: 21063077 Change-Id: I5a5e382a20ffaecd9eb16454906c985cc1510572
* | App info > storage updatesJason Monk2015-05-121-36/+50
|/ | | | | | | | | | - 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
* Update strings for ignore optimizations controlJason Monk2015-05-111-3/+3
| | | | | Bug: 19991702 Change-Id: Ie5b54fd70176cfceb8b88cf18a9974321ba84c28
* Merge "Button that goes from app info details to app info" into mnc-devJason Monk2015-05-084-4/+32
|\
| * Button that goes from app info details to app infoJason Monk2015-05-084-4/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This info button is shown on the header of all app detail pages. This button is hidden when coming from app info, to avoid allowing users to go in circles. Since app notification details had a settings button where the new info button goes, the app notification settings will move down to be a preference (this matches the usage access screen UX). Also fix a bug in launching app notification settings for managed profiles. Bug: 20633669 Change-Id: Idbb4f7c3326b4c6b0a19559b722ee0406eaba6c0
* | Merge "Choose correct network template for data history" into mnc-devJason Monk2015-05-081-1/+11
|\ \