summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/applications
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | Merge "Reset permissions and app links when clearing app preferences - ↵Svetoslav Ganov2015-07-231-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | settings" into mnc-dev
| * | | | | | | | | | Reset permissions and app links when clearing app preferences - settingsSvet Ganov2015-07-231-1/+1
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug:22359132 Change-Id: I55044a3fd1f8959a2a48cfd02276a24b2f619eb0
* | | | | | | | | | Merge "Don't show disabled apps in ignore optimizations" into mnc-devJason Monk2015-07-231-2/+7
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Don't show disabled apps in ignore optimizationsJason Monk2015-07-211-2/+7
| | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 22612760 Change-Id: Iddb3ad9cb9403d9e51bfcda82db3d10ee34ca47d
* | | | | | | | | Bug 21589105 Rescope WRITE_SETTINGS (UX and Settings app change)...Billy Lau2015-07-212-26/+27
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Overall, fixed the detection of the state of permission in the corresponding UX to be more accurate. Also ensured that apps needing this capability can launch the summary UX through a specific intent. AndroidManifest: Adds the proper intent-filter so that apps can launch the Settings page using intent. strings.xml: Increased the CHAR limits for some strings due to requests from translators. Change-Id: Ie64f86e034867ed582c1c583a5e8f84671fa4d63
* | | | | | | | Merge "Handle monkey crash" into mnc-devJason Monk2015-07-201-1/+3
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Handle monkey crashJason Monk2015-07-201-1/+3
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | Merge "Offer 'ask' as an available app-linking state" into mnc-devChristopher Tate2015-07-201-36/+60
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Offer 'ask' as an available app-linking stateChristopher Tate2015-07-171-36/+60
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 22532193 Change-Id: I5bb43b1b8d84af1901f99fb10dd899c260d94c99
* | | | | | Bug 21589105 Rescope SYSTEM_ALERT_WINDOW (UX and Settings app change)...Billy Lau2015-07-173-40/+28
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Overall, fixed the detection of the state of permission in the corresponding UX to be more accurate. Also ensured that apps can actually launch the summary UX through a custom intent. AndroidManifest: Adds the proper intent-filter so that apps can launch the Settings page using intent. strings: Made changes to strings so that wordings are uniform everywhere and raised the char limit due to requests from translators. Change-Id: Ia03403641ad53bd1a33b84dae6db1739cfcf9d60
* | | | | Merge "Disable ignore battery optimization items that can't change" into mnc-devJason Monk2015-07-151-0/+11
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Disable ignore battery optimization items that can't changeJason Monk2015-07-151-0/+11
| | |_|/ | |/| | | | | | | | | | | | | | Bug: 22507803 Change-Id: Ia33746dc569f4d9f96242a502e54bcc8eb47bf12
* | | | Change move storage from dropdown pref to dialogJason Monk2015-07-151-21/+40
|/ / / | | | | | | | | | | | | | | | | | | Use a horizontal pref and a single button that triggers the dialog Bug: 21922660 Change-Id: Ifb4de75ca9269d2e8163eec5602932260adec0d9
* | | Merge "Bug: 21589105 Rescoping SYSTEM_ALERT_WINDOW and WRITE_SETTINGS ↵Billy Lau2015-07-149-222/+1043
|\ \ \ | |_|/ |/| | | | | permission to an explicit toggle to be enabled through Settings via Apps -> Advanced Apps." into mnc-dev
| * | Bug: 21589105 Rescoping SYSTEM_ALERT_WINDOW and WRITE_SETTINGS permission to anBilly Lau2015-07-139-222/+1043
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | explicit toggle to be enabled through Settings via Apps -> Advanced Apps. Added new and refactored an old xml to define the UX for two new Preferences in Advanced Settings. Modified the existing AdvancedAppSettings to add control flow for two new settings. Also enriched ManageApplications to handle these cases. Added additional strings in xml/values/strings.xml to support these settings. Also defined new classes to handle these the toggle of these permissions per app. Refactored codes from AppStateUsageBridge to a generic AppStateAppOpsBridge so that future usages related to AppOps can inherit from this class. Change-Id: I43b81282a063e05844c7805556a6d05cfc02bcdb
* | | Disable voice input if assist is voice serviceJorim Jaggi2015-07-141-2/+14
| |/ |/| | | | | | | Bug: 22358252 Change-Id: Id4a9de8c5287c5e025d0ccc7f98edd8855db519c
* | Don't clear data summary when loader is cancelledJason Monk2015-07-091-2/+1
| | | | | | | | | | | | | | Keep whatever summary we had before. Bug: 22351861 Change-Id: Id2088404f09dcadce1cbf2959918956844d613a7
* | Fix rotation issuesJason Monk2015-07-091-0/+9
| | | | | | | | | | | | Bug: 22373905 Bug: 22311581 Change-Id: Idbed99a3fc0cc64047da151be166ee0ea4c1fb3d
* | Show correct text for app link domains.Tim Kilbourn2015-07-081-0/+8
| | | | | | | | | | | | | | | | | | The user's preferences were not queried on the app listing, making it look like an app would open links even after the user disabled app links for the app. Bug: 21093152 Change-Id: I133ff229bb5e289ebec8df06924936fb3177f095
* | Merge "Hide screenshot preference when assist is disabled" into mnc-devJorim Jaggi2015-07-081-0/+2
|\ \ | |/ |/|
| * Hide screenshot preference when assist is disabledJorim Jaggi2015-07-081-0/+2
| | | | | | | | | | Bug: 22343636 Change-Id: Ic455232dda209f7fadec41aee85903623a4e6bda
* | Merge "Handle uninstall from notifications list" into mnc-devJason Monk2015-07-081-0/+3
|\ \
| * | Handle uninstall from notifications listJason Monk2015-07-071-0/+3
| |/ | | | | | | | | | | | | | | Don't crash in InstalledAppDetails on invalid app and finish app notification details when the app goes away. Bug: 22311566 Change-Id: I0bb7302dc16dd1a6f3aca152037705ad657d5554
* | App link handling is not just for "official" verified handlersChristopher Tate2015-07-072-54/+43
|/ | | | | | | | | | | Allow apps to be enabled as link handlers for their accepted domains even when they are not the "official" apps for those domains. Also clean up a bunch of inconsistent/wrong state reporting in the UI. Bug 22069429 Change-Id: Ic3b2bcc476dfc30085d3df7412b02bdc5d53df6d
* Fix buildSvetoslav2015-07-011-1/+1
| | | | Change-Id: I658528a9b0a8a281a2b30b2915c1be6963759378
* Avoid crashingJason Monk2015-07-011-1/+1
| | | | | Bug: 22202631 Change-Id: I1980f77ae4300dbd19d6829dc5974bab0b88d612
* Add setting to disable screenshot separately (2/2)Jorim Jaggi2015-06-291-0/+12
| | | | | Bug: 22063668 Change-Id: I85b255ac114184e0edbd71010d517b337ad935e5
* Handle rotation (or refresh) before callback is receivedJason Monk2015-06-293-9/+41
| | | | | | | Make sure we unregister the old receiver Bug: 22160603 Change-Id: I798ca07dd65711caa4d3295b7ad811ca2fc69c1d
* Fix marquee on app snippet in InstalledAppDetailsJason Monk2015-06-241-0/+1
| | | | | | | | | | First need to fix layout of the app_item as the widget was running over the end of the view, do this by switching to a RelativeLayout. Then select the view so it can actually marquee. Bug: 22043942 Change-Id: Ieb94649ccf3dc8dcf56014c02fcdc06da71a9a62
* Update disable dialogJason Monk2015-06-181-4/+4
| | | | | Bug: 20826933 Change-Id: Ib84d3ba50ead2b71f62a3b163a5f5ba32a576c00
* Merge "Support disabled until used apps" into mnc-devJason Monk2015-06-171-2/+7
|\
| * Support disabled until used appsJason Monk2015-06-161-2/+7
| | | | | | | | | | Bug: 21782239 Change-Id: I59bef6689a9efb74f64827026add0cbddc18cf53
* | Merge "Send broadcast when default dialer changes" into mnc-devYorke Lee2015-06-161-1/+4
|\ \
| * | Send broadcast when default dialer changesYorke Lee2015-06-151-1/+4
| | | | | | | | | | | | | | | Bug: 21846308 Change-Id: Ic92c3e39fa23dc1f2e08aa5d1dd1b27835c325cf
* | | Merge "Don't show work apps in ignore optimizations list" into mnc-devJason Monk2015-06-163-28/+20
|\ \ \
| * | | Don't show work apps in ignore optimizations listJason Monk2015-06-163-28/+20
| | |/ | |/| | | | | | | | | | | | | | | | The setting is global, so we only ever need one of each app. Bug: 21847753 Change-Id: Ib04061d87b9deb81a579ad110451f2f55ec7aeff
* | | Add warning for disabling usage access on prof ownersJason Monk2015-06-161-0/+11
|/ / | | | | | | | | Bug: 20751702 Change-Id: Id0f54f06c3bf05c32a973ad805c116cbae96028a
* | Merge "Layout refinement for app lists" into mnc-devJason Monk2015-06-167-84/+53
|\ \
| * | Layout refinement for app listsJason Monk2015-06-167-84/+53
| |/ | | | | | | | | | | | | | | | | | | | | Make all app lists (or at least all current app lists) use the same base layout for icon, label, and sizing/padding. This way they should look the same. Bug: 21727125 Bug: 21726922 Bug: 21853632 Change-Id: I3cffadb9e7b5184d4209deacd4ea70ec1d4f71b4
* | Merge "More storage UI updates." into mnc-devJeff Sharkey2015-06-161-3/+6
|\ \
| * | More storage UI updates.Jeff Sharkey2015-06-151-3/+6
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Storage volumes now have headers with larger fonts and progress bars to show used versus free space. Updated Memory to use new formatting template, and Data Usage to use consistent display logic. Allocate a unique color for each private volume, and yell when a volume is running low on space. Update private volume details to launch into MediaStore-backed storage backends in a management mode, and only show detailed items when hosting emulated storage. Show details dialog about "Other" and user storage items. Shortcut into single private volume when it's the only device. Add real eject icon. Bug: 21756698, 20275574, 21326612 Change-Id: If3ecd1d912d3e709c09d3e4da24f368e04dd3f9d
* | Merge "Use AssistUtils.getAssistInfo" into mnc-devAdrian Roos2015-06-151-5/+6
|\ \
| * | Use AssistUtils.getAssistInfoAdrian Roos2015-06-151-5/+6
| |/ | | | | | | | | | | | | | | Use consistent logic with SystemUI for determining default assist component. Bug: 21780590 Change-Id: I1313b79ce3bb75944889e3ceccb4a2e6bb23e824
* | Fix issue #21813831: Need API for asking to be added to power whitelistDianne Hackborn2015-06-151-3/+12
|/ | | | | | | | | | | When launching the battery whitelist for a particular app, we now default to the app being asked to enable adding to the whitelist, and dismissing the dialog will dismiss the entire whitelist UI. You can now launch the whitelist without specifying an app to just get the regular UI. Change-Id: Idf3840b8a30febe71fbd600969c257d72809643f
* Merge "App storage settings - Request size onResume" into mnc-devJason Monk2015-06-101-0/+6
|\
| * App storage settings - Request size onResumeJason Monk2015-06-101-0/+6
| | | | | | | | | | | | | | | | Our data might be stale (especially when coming from manage space activities). Bug: 21680510 Change-Id: Ifb919e05f23f76677b6de2aff3d13d00e195facb
* | Merge "New dialog for ignore battery optimizations" into mnc-devJason Monk2015-06-101-1/+11
|\ \ | |/ |/|
| * New dialog for ignore battery optimizationsJason Monk2015-06-101-1/+11
| | | | | | | | | | Bug: 21375688 Change-Id: I7240cc0615044cf5a34349e5ffdf2ae2e0f6333f
* | Merge "Implement default assist app setting" into mnc-devXiyuan Xia2015-06-102-0/+288
|\ \
| * | Implement default assist app settingXiyuan Xia2015-06-102-0/+288
| |/ | | | | | | | | | | | | | | | | | | | | | | - Add "None" support to AppListPreference - Add DefaultAssistPreference to manage assist; - Add AppListPreferenceWithSettings to show a settings icon; - Implement DefaultAssistPreference based on AppListPreferenceWithSettings; - Move voice input settings into ManageAssist and implement it based on AppListPreferenceWithSettings; Bug:20210110 Change-Id: If283b8b55a46b428ecfa6e45dc2123292b1d4302