Ruben Brunk
9fba796ea5
Merge "Allow per-package exemptions for restricted AppOps" into nyc-dev am: 89db9dbedb
...
am: c5630f8247
* commit 'c5630f8247141a346790ce9a5454629a0d297115':
Allow per-package exemptions for restricted AppOps
2016-03-11 23:58:38 +00:00
Ruben Brunk
c5630f8247
Merge "Allow per-package exemptions for restricted AppOps" into nyc-dev
...
am: 89db9dbedb
* commit '89db9dbedbb250e012d5853a7c3ae2b8fa070ecc':
Allow per-package exemptions for restricted AppOps
2016-03-11 23:54:17 +00:00
Ruben Brunk
89db9dbedb
Merge "Allow per-package exemptions for restricted AppOps" into nyc-dev
2016-03-11 22:48:38 +00:00
Ruben Brunk
29931bc684
Allow per-package exemptions for restricted AppOps
...
- When setting blanket user restrictions, per-package
exemptions may be granted.
- Exempt the current active VrListenerService from the
blanket restriction on drawing overlays while in VR mode.
Bug: 26775563
Change-Id: I14b17a126502c7905a970ad42d25d6dd600b86b1
2016-03-11 14:05:44 -08:00
Alan Viverette
a019841dd1
Merge "Add consistent @NonNull annotations for drawable callbacks" into nyc-dev am: 79936ddda4
...
am: a3710fbd27
* commit 'a3710fbd2780fe6decd11d2bc259f0c3b6e28f71':
Add consistent @NonNull annotations for drawable callbacks
2016-03-11 18:59:49 +00:00
Alan Viverette
a3710fbd27
Merge "Add consistent @NonNull annotations for drawable callbacks" into nyc-dev
...
am: 79936ddda4
* commit '79936ddda4c8d1709f736cda013070c3ab32db6f':
Add consistent @NonNull annotations for drawable callbacks
2016-03-11 18:49:50 +00:00
Alan Viverette
f6d87ec193
Add consistent @NonNull annotations for drawable callbacks
...
Bug: 27599515
Change-Id: I33fdc5392302403bfff9cc74a8226173ec962af6
2016-03-11 10:09:14 -05:00
Jorim Jaggi
439affd23c
Merge "Add ability to swap docked/fullscreen stack" into nyc-dev am: 95b69f8231
...
am: b1e14fc05e
* commit 'b1e14fc05e591856d5f6cfec30a538341aa00f91':
Add ability to swap docked/fullscreen stack
2016-03-11 12:08:37 +00:00
Jorim Jaggi
b1e14fc05e
Merge "Add ability to swap docked/fullscreen stack" into nyc-dev
...
am: 95b69f8231
* commit '95b69f82316220bc40d227bf7208920eb6ed9283':
Add ability to swap docked/fullscreen stack
2016-03-11 12:06:04 +00:00
Jorim Jaggi
95b69f8231
Merge "Add ability to swap docked/fullscreen stack" into nyc-dev
2016-03-11 12:02:38 +00:00
Selim Cinek
78f6971660
Merge changes I8c1cd4d4,I5ed13c17,If603049c,I5cb7937c into nyc-dev am: 00e61f5a64
...
am: 00fdea7e14
* commit '00fdea7e14841c516dea884cd28bb5cfa0272c9d':
Fixed a bug where text would still not animate
Reseting user expansions when the shade is collapsed
Added more spacing around notifications
Fixed an bug with the notification backgrounds
2016-03-11 02:30:41 +00:00
Selim Cinek
00fdea7e14
Merge changes I8c1cd4d4,I5ed13c17,If603049c,I5cb7937c into nyc-dev
...
am: 00e61f5a64
* commit '00e61f5a6455ba0ae90859acdd76e54efc849c3c':
Fixed a bug where text would still not animate
Reseting user expansions when the shade is collapsed
Added more spacing around notifications
Fixed an bug with the notification backgrounds
2016-03-11 02:27:55 +00:00
Selim Cinek
00e61f5a64
Merge changes I8c1cd4d4,I5ed13c17,If603049c,I5cb7937c into nyc-dev
...
* changes:
Fixed a bug where text would still not animate
Reseting user expansions when the shade is collapsed
Added more spacing around notifications
Fixed an bug with the notification backgrounds
2016-03-11 02:20:15 +00:00
Adam Lesinski
5199141263
Merge "Cache per-Activity Resources objects" into nyc-dev am: 58f1018c56
...
am: 3283e02a45
* commit '3283e02a45431d92689e92ba683a05b4fc457541':
Cache per-Activity Resources objects
2016-03-10 20:56:36 +00:00
Adam Lesinski
3283e02a45
Merge "Cache per-Activity Resources objects" into nyc-dev
...
am: 58f1018c56
* commit '58f1018c56a88e7864c7ff85f5b85129e790ffd2':
Cache per-Activity Resources objects
2016-03-10 20:53:54 +00:00
Adam Lesinski
58f1018c56
Merge "Cache per-Activity Resources objects" into nyc-dev
2016-03-10 20:50:40 +00:00
Adam Lesinski
082614c6a5
Cache per-Activity Resources objects
...
Each Activity has a Resources object whose underlying state changes
when a configuration change occurs, both global and for that activity only (multi-window).
Views and other clients of the Resources object can safely cache it knowing that
they always have a reference to the most up-to-date resources.
This applies to Resources.Theme objects as well.
Bug:26854894
Change-Id: Ifd3da5a1086e17f747dfc265a447fe92a3a5c692
2016-03-10 11:30:18 -08:00
Kenny Guy
25ed2ead62
Merge "Update docs to make suspend then uninstall clear." into nyc-dev am: ab750d283a
...
am: fd1ce2b9e2
* commit 'fd1ce2b9e27eec3b1b017ab23cd08729d4cc2063':
Update docs to make suspend then uninstall clear.
2016-03-10 19:26:08 +00:00
Kenny Guy
fd1ce2b9e2
Merge "Update docs to make suspend then uninstall clear." into nyc-dev
...
am: ab750d283a
* commit 'ab750d283aca3dcfa8178589ca64e8be819f848b':
Update docs to make suspend then uninstall clear.
2016-03-10 19:23:42 +00:00
Kenny Guy
ab750d283a
Merge "Update docs to make suspend then uninstall clear." into nyc-dev
2016-03-10 19:19:08 +00:00
Jorim Jaggi
d47e7e1176
Add ability to swap docked/fullscreen stack
...
Adds tap affordance that moves all tasks of the docked
stack into the fullscreen stack as well as moves the top task
of the fullscreen stack into the docked stack.
Also make sure not to trigger focus switch when tapping the divider
handle. For that, add a method so SysUI can specify the touchable
region which then gets excludes for the focus switch touch region.
Bug: 27358134
Change-Id: I34f39c53cacc0b9c00f87a792b88c3f64a5f61e1
2016-03-10 19:49:45 +01:00
Christopher Tate
f1dd9d9e2f
Merge "Improve AlarmManager docs" into nyc-dev am: 4206bde4d7
...
am: c097e6eb93
* commit 'c097e6eb9379f32d850c941ea44fad7a0a05b9c8':
Improve AlarmManager docs
2016-03-10 18:03:57 +00:00
Christopher Tate
c097e6eb93
Merge "Improve AlarmManager docs" into nyc-dev
...
am: 4206bde4d7
* commit '4206bde4d731a0633f7a4ef778f4d92a4b1adb4a':
Improve AlarmManager docs
2016-03-10 18:01:52 +00:00
Kenny Guy
871f3ebb56
Update docs to make suspend then uninstall clear.
...
Update docs to say suspending then unintalling an
app unsuspends the app. Point out admin can block
uninstall if they want.
Bug: 26935242
Change-Id: I4390fa20c9d8954b36ff80fc449b62891eee598c
2016-03-10 14:04:43 +00:00
Selim Cinek
c0fac72d3c
Added more spacing around notifications
...
The notification spacings were increased and
slightly adapted to spec to improve the
layout hierarchy.
Bug: 27431551
Change-Id: If603049c38b0f101c8e64813d9e5797c34aade0e
2016-03-09 20:13:12 -08:00
Christopher Tate
2affae90b8
Improve AlarmManager docs
...
In particular, add some missing information about what
getNextAlarmClock() returns.
Bug 27562400
Change-Id: I8c76b0c4208082d4da8ea490518e023584da6440
2016-03-09 17:56:32 -08:00
Joe Onorato
ca3cbc1d63
Merge "Add an API for apps to get their System Health / Battery Stats data." into nyc-dev am: 04a72a2a51
...
am: af2d5fb699
* commit 'af2d5fb699e18378190139411c87046fa07be092':
Add an API for apps to get their System Health / Battery Stats data.
2016-03-10 01:02:12 +00:00
Joe Onorato
af2d5fb699
Merge "Add an API for apps to get their System Health / Battery Stats data." into nyc-dev
...
am: 04a72a2a51
* commit '04a72a2a51ce3d128959b2ba53b5c22576322e59':
Add an API for apps to get their System Health / Battery Stats data.
2016-03-10 00:58:30 +00:00
Joe Onorato
04a72a2a51
Merge "Add an API for apps to get their System Health / Battery Stats data." into nyc-dev
2016-03-10 00:52:03 +00:00
Vadim Tryshev
aa0dfc8c41
Merge "Fixing bugs with peeking a wallpaper." into nyc-dev am: 4eeb7e2cae
...
am: ed633e97e3
* commit 'ed633e97e35fd8d04a1e0bec812db08b002b30b2':
Fixing bugs with peeking a wallpaper.
2016-03-09 23:52:35 +00:00
Vadim Tryshev
ed633e97e3
Merge "Fixing bugs with peeking a wallpaper." into nyc-dev
...
am: 4eeb7e2cae
* commit '4eeb7e2cae3d7cae43a35a6cc43b03ab923937bd':
Fixing bugs with peeking a wallpaper.
2016-03-09 23:50:35 +00:00
Joe Onorato
713fec85b8
Add an API for apps to get their System Health / Battery Stats data.
...
Change-Id: Ib27e1be469b826f6d83d73ce6024102bbdb1d47a
2016-03-09 15:47:24 -08:00
Vadim Tryshev
4eeb7e2cae
Merge "Fixing bugs with peeking a wallpaper." into nyc-dev
2016-03-09 23:44:23 +00:00
Jeff Sharkey
5b416edcff
Merge "Log when pre-N apps send too much to DropBox." into nyc-dev am: 93720d5729
...
am: 7051cad205
* commit '7051cad205e3ea3269c51811f5586e165d533af0':
Log when pre-N apps send too much to DropBox.
2016-03-09 23:39:22 +00:00
Jeff Sharkey
7051cad205
Merge "Log when pre-N apps send too much to DropBox." into nyc-dev
...
am: 93720d5729
* commit '93720d572971115b4968acc8f64529b5698bfd11':
Log when pre-N apps send too much to DropBox.
2016-03-09 23:37:21 +00:00
Jeff Sharkey
93720d5729
Merge "Log when pre-N apps send too much to DropBox." into nyc-dev
2016-03-09 23:31:01 +00:00
Jeff Sharkey
b8e8a91f54
Log when pre-N apps send too much to DropBox.
...
Once they target N, they'll start getting exceptions, which is
intended to make sure they pay attention to data that would have
otherwise been dropped on the floor.
Bug: 27571535
Change-Id: I49163679c629cd0788327d2c3a654e757ecdcb99
2016-03-09 16:27:42 -07:00
Makoto Onuki
108853ba12
Merge "ShortcutManager: add remaining APIs." into nyc-dev am: 4a07c34ca8
...
am: 027fd0ae95
* commit '027fd0ae9512b57ec13448d292609ad41ebd0bb6':
ShortcutManager: add remaining APIs.
2016-03-09 22:35:38 +00:00
Makoto Onuki
027fd0ae95
Merge "ShortcutManager: add remaining APIs." into nyc-dev
...
am: 4a07c34ca8
* commit '4a07c34ca86fddb75332eba22a4d7b9bd48205db':
ShortcutManager: add remaining APIs.
2016-03-09 22:33:35 +00:00
Makoto Onuki
4a07c34ca8
Merge "ShortcutManager: add remaining APIs." into nyc-dev
2016-03-09 22:28:45 +00:00
Suprabh Shukla
6a643dbee7
Merge "Calling method in DPMS after resolving userId" into nyc-dev am: d7924b6063
...
am: 06a3c6d32c
* commit '06a3c6d32c0c70457c7eb5eccf3395e867fb3b61':
Calling method in DPMS after resolving userId
2016-03-09 22:02:22 +00:00
Suprabh Shukla
06a3c6d32c
Merge "Calling method in DPMS after resolving userId" into nyc-dev
...
am: d7924b6063
* commit 'd7924b60635d62f2df888b53dc3ef27d9947133c':
Calling method in DPMS after resolving userId
2016-03-09 21:58:10 +00:00
Suprabh Shukla
d7924b6063
Merge "Calling method in DPMS after resolving userId" into nyc-dev
2016-03-09 21:50:44 +00:00
Suprabh Shukla
8bea73e5c1
Calling method in DPMS after resolving userId
...
ActivityManagerService was calling
hasDeviceOwnerOrProfileOwner in DevicePolicyManagerService.LocalService
before resolving negative userIds to a real user. Moved the call to a point
when userId is already resolved.
bug: b/27538249
Change-Id: I760412978b3260523e9abcfe59d8e100ec4af12f
2016-03-09 13:38:15 -08:00
Vadim Tryshev
93a914a77f
Fixing bugs with peeking a wallpaper.
...
1. Cached wallpaper from one user could be retrieved
for another user. Fixed with adding a mCachedWallpaperUserId
member.
2. mDefault wallpaper was returned too early. Moved down
so that default wallpaper could be returned only after
making sure that system wallpaper is unspecified.
Bug: 25185253
Change-Id: Ie620621e5c4039d5d680211150aa5327f321f11a
2016-03-09 20:36:01 +00:00
Chris Wren
52165a7ab0
Merge "add a ranking service to the rocket" into nyc-dev am: a82662e3f5
...
am: 2be6b136a8
* commit '2be6b136a8d0f5de12a8e1f5a3c17c8b4fe27cf1':
add a ranking service to the rocket
2016-03-09 16:52:05 +00:00
Chris Wren
2be6b136a8
Merge "add a ranking service to the rocket" into nyc-dev
...
am: a82662e3f5
* commit 'a82662e3f5d6a36df9d5c0d33d5847d08273bd93':
add a ranking service to the rocket
2016-03-09 16:47:46 +00:00
Alan Viverette
c6dfb332ba
Merge "Set DatePickerListener last during DatePickerDialog construction" into nyc-dev am: 2c18cd0823
...
am: 669b25d58e
* commit '669b25d58e6b8840f39c95f76c79ab90c46e27e7':
Set DatePickerListener last during DatePickerDialog construction
2016-03-09 16:31:06 +00:00
Robin Lee
4a23e41cb4
Merge "Corrections to javadoc for install & removeKeyPair" into nyc-dev am: 9acee934de
...
am: c3152fe087
* commit 'c3152fe08749c12f017598a37e65277c180f05b6':
Corrections to javadoc for install & removeKeyPair
2016-03-09 16:31:05 +00:00
Alan Viverette
669b25d58e
Merge "Set DatePickerListener last during DatePickerDialog construction" into nyc-dev
...
am: 2c18cd0823
* commit '2c18cd082359533d326081756b4fd2df2164a253':
Set DatePickerListener last during DatePickerDialog construction
2016-03-09 16:28:52 +00:00