summaryrefslogtreecommitdiffstats
path: root/core/java/android/app
Commit message (Expand)AuthorAgeFilesLines
* Merge "JobScheduler only run jobs for started users." into lmp-devMatthew Williams2014-08-221-1/+4
|\
| * JobScheduler only run jobs for started users.Matthew Williams2014-08-211-1/+4
* | Merge "Work on issue #17011123: Hit Back/Recents button when in Recents..." i...Dianne Hackborn2014-08-223-9/+8
|\ \
| * | Work on issue #17011123: Hit Back/Recents button when in Recents...Dianne Hackborn2014-08-213-9/+8
* | | Merge "Fix notification badge when line 3 not shown." into lmp-devKenny Guy2014-08-221-7/+41
|\ \ \
| * | | Fix notification badge when line 3 not shown.Kenny Guy2014-08-221-7/+41
| |/ /
* | | Merge "Directly propagate Activity titles to action bars" into lmp-devAdam Powell2014-08-221-0/+3
|\ \ \
| * | | Directly propagate Activity titles to action barsAdam Powell2014-08-211-0/+3
| |/ /
* | | Merge "Allow Activities to opt into using Overlay for shared elements." into ...George Mount2014-08-211-7/+14
|\ \ \ | |_|/ |/| |
| * | Allow Activities to opt into using Overlay for shared elements.George Mount2014-08-211-7/+14
* | | JobScheduler needs to flush queue on chargingMatthew Williams2014-08-212-1/+13
| |/ |/|
* | Merge "Fix issue #17038762: Add API to add entries to the recents list" into ...Dianne Hackborn2014-08-215-6/+179
|\ \
| * | Fix issue #17038762: Add API to add entries to the recents listDianne Hackborn2014-08-205-6/+179
* | | Merge "Marking the methods to get Profile/Device Owner with @SystemApi." into...Nicolas Prevot2014-08-211-0/+2
|\ \ \
| * | | Marking the methods to get Profile/Device Owner with @SystemApi.Nicolas Prevot2014-08-211-0/+2
* | | | Merge "Set last phrase for constant values of EXTRA_* fields to ALL_CAPS" int...Esteban Talavera2014-08-211-19/+19
|\ \ \ \
| * | | | Set last phrase for constant values of EXTRA_* fields to ALL_CAPSEsteban Talavera2014-08-211-19/+19
* | | | | Merge "Updated documentation for setScreenCaptureDisabled()" into lmp-devEsteban Talavera2014-08-211-2/+5
|\ \ \ \ \
| * | | | | Updated documentation for setScreenCaptureDisabled()Esteban Talavera2014-08-211-2/+5
| | |/ / / | |/| | |
* | | | | Merge "Update notification layouts to match redlines" into lmp-devJorim Jaggi2014-08-211-38/+84
|\ \ \ \ \
| * | | | | Update notification layouts to match redlinesJorim Jaggi2014-08-211-38/+84
* | | | | | Merge "Rename PROVISIONING_NFC_MIME_TYPE to MIME_TYPE_PROVISIONING_NFC" into ...Esteban Talavera2014-08-211-16/+16
|\ \ \ \ \ \
| * | | | | | Rename PROVISIONING_NFC_MIME_TYPE to MIME_TYPE_PROVISIONING_NFCEsteban Talavera2014-08-201-16/+16
| | |_|/ / / | |/| | | |
* | | | | | Rename get/setBlockUninstall() to get/setUninstallBlocked()Esteban Talavera2014-08-212-7/+8
| |_|_|_|/ |/| | | |
* | | | | Merge "Remove setApplicationsHidden" into lmp-devEsteban Talavera2014-08-212-23/+0
|\ \ \ \ \
| * | | | | Remove setApplicationsHiddenEsteban Talavera2014-08-212-23/+0
| | |_|/ / | |/| | |
* | | | | Merge "Add apis for whitelisting IMEs and accessibility services." into lmp-devKenny Guy2014-08-212-0/+164
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add apis for whitelisting IMEs and accessibility services.Kenny Guy2014-08-202-0/+164
| | |/ / | |/| |
* | | | Merge "Notify app widget hosts when cross-profile providers change." into lmp...Svet Ganov2014-08-211-0/+25
|\ \ \ \ | |_|_|/ |/| | |
| * | | Notify app widget hosts when cross-profile providers change.Svet Ganov2014-08-201-0/+25
| |/ /
* | | Less intrusive VPN dialog and other UX tweaks.Jeff Davidson2014-08-201-9/+22
* | | Merge "Add a hidden method to query profile owner name for a user" into lmp-devAmith Yamasani2014-08-191-0/+21
|\ \ \ | |/ / |/| |
| * | Add a hidden method to query profile owner name for a userAmith Yamasani2014-08-201-0/+21
* | | Fix crash when launching Activities in 'android' packageAdam Lesinski2014-08-201-2/+7
|/ /
* | Merge "Rename restrictions API class and method" into lmp-devAmith Yamasani2014-08-191-2/+2
|\ \
| * | Rename restrictions API class and methodAmith Yamasani2014-08-191-2/+2
* | | Added notification color to all system notificationsSelim Cinek2014-08-201-0/+1
| |/ |/|
* | Add Shell command to set AppOps permissionsAdam Lesinski2014-08-191-1/+4
|/
* Merge "Exposes style and theme data, adds developer option." into lmp-devJon Miranda2014-08-181-0/+17
|\
| * Exposes style and theme data, adds developer option.Jon Miranda2014-08-181-0/+17
* | Merge "Expose system apis for backup transport migration" into lmp-devarete2014-08-183-2/+9
|\ \
| * | Expose system apis for backup transport migrationarete2014-08-183-2/+9
* | | Merge "Fix a bug propagating navigation button events from ToolbarActionBar" ...Adam Powell2014-08-181-1/+3
|\ \ \ | |/ / |/| |
| * | Fix a bug propagating navigation button events from ToolbarActionBarAdam Powell2014-08-181-1/+3
| |/
* | Fix issue #14617210: Apps can gain access to any ContentProvider...Dianne Hackborn2014-08-184-0/+125
* | Merge "Fix alert, date picker, time picker dialogs for TV." into lmp-devCraig Stout2014-08-161-0/+1
|\ \ | |/ |/|
| * Fix alert, date picker, time picker dialogs for TV.Craig Stout2014-08-151-0/+1
* | Merge "Fixes to lock task API from API review" into lmp-devJason Monk2014-08-163-26/+41
|\ \ | |/ |/|
| * Fixes to lock task API from API reviewJason Monk2014-08-143-26/+41
* | Merge "Fix date and time picker styling" into lmp-devAlan Viverette2014-08-152-117/+87
|\ \