Commit Graph

7687 Commits

Author SHA1 Message Date
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
Robin Lee
c3152fe087 Merge "Corrections to javadoc for install & removeKeyPair" into nyc-dev
am: 9acee934de

* commit '9acee934de1f2242f29a57a854df837e8f38fa04':
  Corrections to javadoc for install & removeKeyPair
2016-03-09 16:28:51 +00:00
Chris Wren
a82662e3f5 Merge "add a ranking service to the rocket" into nyc-dev 2016-03-09 16:26:56 +00:00
Alan Viverette
2c18cd0823 Merge "Set DatePickerListener last during DatePickerDialog construction" into nyc-dev 2016-03-09 15:52:35 +00:00
Robin Lee
9acee934de Merge "Corrections to javadoc for install & removeKeyPair" into nyc-dev 2016-03-09 15:48:25 +00:00
Robin Lee
a1b290e11a Corrections to javadoc for install & removeKeyPair
Making these more consistent - refer to 'certificate and private key
pair' in titles instead of 'credentials'. It is still used in one place
where 'credentials' makes sense.

Bug: 27533004
Change-Id: Ied80017c6f391646b10921b011be35eea113373f
2016-03-09 14:38:36 +00:00
Makoto Onuki
5504622fb0 ShortcutManager: add remaining APIs.
- Icons are now persisted. (under /data/system_ce, as PNGs)
- the "load icon" APIs in LauncherApps are supported.
- Implement updateShortcuts()

- Addressed all the comments on the previous CL
- @hide the newly added constructor for PersistableBundle

- Enhance incoming shortcut validation
- A lot of internal clean-up.

Bug 27548047

Change-Id: I8e3c1ccd3e0a997a6d271c84d81170f0c022b60e
2016-03-08 18:37:32 -08:00
Sudheer Shanka
80e6e6332b Merge "Update DPM.getWifiMacAddress to take admin component as argument." into nyc-dev am: 97e89c624e
am: 6f0d578ea9

* commit '6f0d578ea97454e550586f58279bf868f24a2d53':
  Update DPM.getWifiMacAddress to take admin component as argument.
2016-03-08 23:49:35 +00:00
Alan Viverette
4d1ad994d3 Set DatePickerListener last during DatePickerDialog construction
Prevents us from calling the listener before we're fully set up.

Bug: 27475444
Change-Id: I0def384b60c09c44d36e60503ddb8434055dfb6f
2016-03-08 18:48:47 -05:00
Sudheer Shanka
6f0d578ea9 Merge "Update DPM.getWifiMacAddress to take admin component as argument." into nyc-dev
am: 97e89c624e

* commit '97e89c624e19c0a0ebe3d76506a493cfe29c0558':
  Update DPM.getWifiMacAddress to take admin component as argument.
2016-03-08 23:09:23 +00:00
Sudheer Shanka
97e89c624e Merge "Update DPM.getWifiMacAddress to take admin component as argument." into nyc-dev 2016-03-08 22:52:11 +00:00
Selim Cinek
5473760ae0 Merge "Fixed a bug where the font sizes where not enforced correctly" into nyc-dev am: c5ce69f555
am: 47bc04b0b0

* commit '47bc04b0b0403491fa64ec40d47d669be26bc428':
  Fixed a bug where the font sizes where not enforced correctly
2016-03-08 22:47:06 +00:00
Selim Cinek
47bc04b0b0 Merge "Fixed a bug where the font sizes where not enforced correctly" into nyc-dev
am: c5ce69f555

* commit 'c5ce69f555ce703a0bd1d7438e1b87ee9854eae8':
  Fixed a bug where the font sizes where not enforced correctly
2016-03-08 22:27:42 +00:00
Chris Wren
0efdb88ccc add a ranking service to the rocket
Bug: 22960980
Change-Id: Ic0e911a2f048a4b47171b338c3de13125852be43
2016-03-08 17:23:33 -05:00
Selim Cinek
c5ce69f555 Merge "Fixed a bug where the font sizes where not enforced correctly" into nyc-dev 2016-03-08 22:16:44 +00:00
Adrian Roos
6f86c33ee2 Merge "Fix and optimize stripForDelivery" into nyc-dev am: 37b3a4a544
am: 336256e1f6

* commit '336256e1f6aba6446f307957ba391c75f3a05eb2':
  Fix and optimize stripForDelivery
2016-03-08 22:05:27 +00:00
Adrian Roos
336256e1f6 Merge "Fix and optimize stripForDelivery" into nyc-dev
am: 37b3a4a544

* commit '37b3a4a5440f489f65941b8182b33c34f86ffc1d':
  Fix and optimize stripForDelivery
2016-03-08 21:50:32 +00:00
Adrian Roos
37b3a4a544 Merge "Fix and optimize stripForDelivery" into nyc-dev 2016-03-08 21:47:03 +00:00
Makoto Onuki
af00108ca4 resolve merge conflicts of 1ca3800c44 to master
Change-Id: I4657cdf99900cd555c3109605e8cbdbb0fed79e6
2016-03-08 10:39:25 -08:00
Makoto Onuki
1ca3800c44 Merge "Introducing ShortcutManager" into nyc-dev
am: ed58f5f0aa

* commit 'ed58f5f0aa580dd4a6dc0fd5dc957862309db8d9':
  Introducing ShortcutManager
2016-03-08 18:05:33 +00:00
Makoto Onuki
ed58f5f0aa Merge "Introducing ShortcutManager" into nyc-dev 2016-03-08 18:01:05 +00:00
Julia Reynolds
9a49d6c8ac Merge "Condition cleanup." into nyc-dev am: 4ed0e8cf8f
am: ad23e7bf78

* commit 'ad23e7bf78b3826ed2eb4866593386af1533a2b4':
  Condition cleanup.
2016-03-08 17:47:00 +00:00
Julia Reynolds
ad23e7bf78 Merge "Condition cleanup." into nyc-dev
am: 4ed0e8cf8f

* commit '4ed0e8cf8fb38b30f7518286e4d52c091339ae63':
  Condition cleanup.
2016-03-08 17:43:21 +00:00
Julia Reynolds
4ed0e8cf8f Merge "Condition cleanup." into nyc-dev 2016-03-08 17:39:01 +00:00
Julia Reynolds
1d6d16d699 Condition cleanup.
Change-Id: If978bebac52c0b1438e86339669f409b4b17c6fc
2016-03-08 10:41:31 -05:00
Jorim Jaggi
80a192059f Merge "Don\'t dock tasks that are non-dockable" into nyc-dev am: f2d7b28115
am: d31546c9e8

* commit 'd31546c9e8832ee90ea0ba09b111f27539a0abd8':
  Don't dock tasks that are non-dockable
2016-03-08 15:36:30 +00:00
Jorim Jaggi
d31546c9e8 Merge "Don\'t dock tasks that are non-dockable" into nyc-dev
am: f2d7b28115

* commit 'f2d7b28115773b324a27173ef31c3e58ce3487a7':
  Don't dock tasks that are non-dockable
2016-03-08 15:34:30 +00:00