234495 Commits

Author SHA1 Message Date
Steve McKay
3b8db2dc0e Merge "Correctly determine when to show details cell." into nyc-dev 2016-03-03 03:21:27 +00:00
mukesh agrawal
3896412dd4 Merge "add configuration knob for WifiLogger ringbuffers" into mm-wireless-dev
am: 2cdf03fe35

* commit '2cdf03fe3547e4d30f46463bca1bfe4e0a54ee04':
  add configuration knob for WifiLogger ringbuffers
2016-03-03 03:12:46 +00:00
Mukesh Agrawal
2cdf03fe35 Merge "add configuration knob for WifiLogger ringbuffers" into mm-wireless-dev 2016-03-03 03:09:23 +00:00
Chris Tate
d493ed6c0c Merge "Add API to clear a specific wallpaper" into nyc-dev 2016-03-03 01:30:35 +00:00
Aga Wronska
8755301017 Merge "Force show keyboard when presenting FragmentDialogs with EditText." into nyc-dev 2016-03-03 01:06:44 +00:00
Christopher Tate
79a2457e19 Add API to clear a specific wallpaper
There was previously no public API for clearing the keyguard wallpaper
versus the system wallpaper, or both.  Now there is.

Bug 27400185

Change-Id: If1789dd430040acdf16d77413c0e4b46bf3789f3
2016-03-02 17:05:25 -08:00
Lifu Tang
99a4966ed7 Merge "Addressed the review comments from API Council" into nyc-dev 2016-03-03 00:48:39 +00:00
Lifu Tang
76a620f048 Addressed the review comments from API Council
Following are the review comments from API Council:

(Places below that reference "s/foo/bar/" below are suggesting that "foo" be
 replaced with "bar".)

GnssClock
-- Class docs should not refer to "GPS" at the top level
-- s/InNs/Nanos/
-- s/Sec/Second/

GnssMeasurement
-- s/In// for "InUnitname"
-- s/Sec/Second/
-- s/Ms/Millis/
-- s/Deg/Degrees/
-- STATUS_GPS_LOCATION_DISABLED -> STATUS_GNSS_LOCATION_DISABLED

GnssMeasurementsEvent.Callback
-- "returns" -> "reports" in the method docs as the methods return void

LocationManager
-- register/unregisterGnssMeasurementEventCallback ->
   register/unregisterGnssMeasurementsEventCallback (plural)

GnssNavigationMessage
-- MESSAGE_TYPE_ constants -> change to just TYPE_; the "MESSAGE" is redundant
   with the class name
-- is a signed byte/short ok based on the standard here? If not consider using
   int in the public api

GnssStatus
-- Make sure @IntDef exists for the constellation type
-- Please append unit types for values returned to match GnssMeasurement methods

GnssStatusCallback
-- Please document time base/units for the time parameter of onFirstFix

Bug: 27385557
Change-Id: Ifed6a2eca3fd7ba89b3ded6964a70376235af8f4
2016-03-02 16:41:47 -08:00
Aga Wronska
02c532fb54 Force show keyboard when presenting FragmentDialogs with EditText.
Bug: 26823589
Change-Id: I593ed0e7ef40c9c95c311ca529d3826d73496458
2016-03-02 16:32:00 -08:00
Vadim Tryshev
c9f0a1103e Merge "Adding getManagedUserBadgedDrawableForDensity() to PackageManager." into nyc-dev 2016-03-03 00:28:17 +00:00
Selim Cinek
8316fac9c0 Merge "Adjusted the behavior when expanding the notification panel" into nyc-dev 2016-03-02 23:55:31 +00:00
Chris Craik
3f445f0eee Merge "Fix merged bitmap mesh generation and reenable merging" into nyc-dev 2016-03-02 23:55:28 +00:00
Selim Cinek
d1ad9ab312 Adjusted the behavior when expanding the notification panel
The topmost notification is now not collapsed anymore but slides in
expanded from the top. Therefore it's layout doesn't need to animate
anymore. This also cleans up a lot of code in the algorithm which was
depending on this resizing which isn't needed anymore.
In order to have that transition working perfectly, the padding when
collapsing a card is now the same as the slowdown length.
Also improved the logic when notification contents are allowed to
animate and when not.
Also fixed a bug where the top notification was cut off when QS was
expanded.

Bug: 27402534
Bug: 18434284
Change-Id: I31afa199d38d94e74fd45500c2236ffdb51d989d
2016-03-02 23:54:38 +00:00
Renat Aksitov
8351ff25a1 Merge "Voice Messaging Intent API." into nyc-dev 2016-03-02 23:47:25 +00:00
Doris Liu
352fcaeb20 Merge "Handle multiple animation actions within one frame" into nyc-dev 2016-03-02 23:39:06 +00:00
Yohei Yukawa
3d68c9d30f Merge "Add more JavaDoc to InputConnectionWrapper." into nyc-dev 2016-03-02 23:35:35 +00:00
Chris Craik
f6c20e4b42 Fix merged bitmap mesh generation and reenable merging
bug:26793764
bug:26569206
Change-Id: I54628e99b61f58f5726a387ea3599c29695c0efc
2016-03-02 15:34:02 -08:00
Jeff Sharkey
be3c6041ad Merge "More protected broadcasts!" into nyc-dev 2016-03-02 23:24:23 +00:00
Jeff Sharkey
925cc2a066 More protected broadcasts!
Bug: 26144973
Change-Id: I56f047d7e4b9d7bcf1ac40c98ee381badd909057
2016-03-02 16:21:58 -07:00
Steve McKay
d53f0df7df Merge "Use device model and name for internal storage." into nyc-dev 2016-03-02 23:03:40 +00:00
Jim Miller
042a68ae32 Merge "Attempt to fix bug where OwnerInfo gets lost." into nyc-dev 2016-03-02 23:01:59 +00:00
Steve McKay
ecec7cb062 Use device model and name for internal storage.
Bug: 27157923
Change-Id: I1d723e33fa871565fbd187509ffb05f691f030ac
2016-03-02 14:57:12 -08:00
Vadim Tryshev
66ae66a7f7 Adding getManagedUserBadgedDrawableForDensity() to PackageManager.
It allows badging an image regardless of of the user (no
user id parameter). The styling for managed users is applied.

This is useful for new cases where the existing functions
wouldn't badge the icon, but we need it.

Bug: 25192539
Change-Id: I2fd2f226f626fb2e6cda1cfe072013350e12b41c
2016-03-02 14:55:04 -08:00
Hyunyoung Song
5d634d7828 Merge "Revert the default wall paper for framework / emulator b/27451024 Change-Id: I68ed094f44f1b4c48407497790f809147ec0ad5a" into nyc-dev 2016-03-02 22:54:05 +00:00
Steve McKay
1c1219b250 Correctly determine when to show details cell.
Logic was messed up resulting in no file size and messed up date
    on files.

Change-Id: I02547803de00e1836b20fdf31694ccfd94a8b8f9
2016-03-02 14:06:20 -08:00
Wale Ogunwale
3716e52be5 Merge "config_supportsMultiWindow for device to specify multi-window support" into nyc-dev 2016-03-02 21:55:22 +00:00
Eino-Ville Talvala
74989b4d3f Merge "Camera2: Switch to auto-gen C++ binder interfaces" into nyc-dev 2016-03-02 21:47:13 +00:00
Svetoslav Ganov
e7f82ec533 Merge "Fix a regression in SettingsProvider" into nyc-dev 2016-03-02 21:32:05 +00:00
Ido Ofir
51e06e011d Merge "checking additional metadata and completed categories before displaying suggested actions in settings." into nyc-dev 2016-03-02 21:30:36 +00:00
Svetoslav Ganov
67a8d3516c Fix a regression in SettingsProvider
bug24990012

Change-Id: I1631d125df029f559ffc059ffcb73067389184e8
2016-03-02 13:26:43 -08:00
Pierre-Laurent Coirier
3be2727d28 Merge "Grant fixed SMS & Phone permission to package handling the twinning settings intent." into cw-e-dev am: 54c3808802
am: 0048acfc16  -s ours

* commit '0048acfc16dc29aef69faeafa1200d0fd0206763':
  Grant fixed SMS & Phone permission to package handling the twinning settings intent.
2016-03-02 21:14:49 +00:00
Jason Monk
f2bf0c4ba0 Merge "Guard against battery tile crash" into nyc-dev 2016-03-02 21:08:12 +00:00
Jason Monk
2462a50e8f Guard against battery tile crash
Bug: 27419759
Change-Id: Ic152ab56f7648e7346cbddf21840bd5313e50d3c
2016-03-02 16:04:39 -05:00
Jason Monk
25b86cca0f Merge "Fix crash while editing QS" into nyc-dev 2016-03-02 20:31:14 +00:00
Jason Monk
b01da9e4a2 Fix crash while editing QS
Bug: 27061859
Change-Id: I758bb6b881eadddca1a2e4eaae7b24319e512d14
2016-03-02 15:28:30 -05:00
Julia Reynolds
c523dc1ff9 Merge "Allow notifications to be hidden from lockscreen at a package level." into nyc-dev 2016-03-02 20:15:54 +00:00
Julia Reynolds
26fa8a54b6 Allow notifications to be hidden from lockscreen at a package level.
Bug: 26642033
Change-Id: I67674ea9d42ee6b5865702be5d9ab2b09b53e15f
2016-03-02 15:13:54 -05:00
Jeff Sharkey
c9a91cc050 Merge "Delay power broadcasts until system is booted." into nyc-dev 2016-03-02 20:10:47 +00:00
Chong Zhang
f8fd852060 Merge "Force disconnect when the surface is about to be saved." into nyc-dev 2016-03-02 20:10:10 +00:00
Jeff Sharkey
3dee8d6787 Delay power broadcasts until system is booted.
When the system isn't booted yet, enqueue any early broadcasts to be
sent after the system is ready.

Bug: 27449137
Change-Id: I5a93be3a2cf4d038149b54e0510b040fd69d3579
2016-03-02 13:08:21 -07:00
Jason Monk
797b1ef39e Merge "Shrink button ripple on QS btns to 36dp" into nyc-dev 2016-03-02 20:07:34 +00:00
Robin Lee
e4872f2a52 Merge "DevicePolicyManager#removeKeyPair- update contract" into nyc-dev 2016-03-02 20:05:41 +00:00
Steve McKay
8db100e4a3 Merge "Don't show title in delete confirmation." into nyc-dev 2016-03-02 19:56:21 +00:00
Robin Lee
8f617d40ab DevicePolicyManager#removeKeyPair- update contract
May also return true if the keypair didn't exist in the first place
which is a small reduction in the amount of information leakage, but
more importantly lets a caller be sure about keystore state at the end
of their call.

Bug: 27335182
Change-Id: I5e6d4c599b74f031e3f6d17cb7540898ffaf2571
2016-03-02 19:54:04 +00:00
Jason Monk
30014c4a57 Shrink button ripple on QS btns to 36dp
Bug: 27388390
Change-Id: I1efbedfdf720edf4cf5d43797da59904d91cb543
2016-03-02 14:52:27 -05:00
Hyunyoung Song
fcef23e831 Revert the default wall paper for framework / emulator
b/27451024
Change-Id: I68ed094f44f1b4c48407497790f809147ec0ad5a
2016-03-02 11:50:16 -08:00
Jason Monk
4cabb1b91f Merge "Add edit title to QS edit" into nyc-dev 2016-03-02 19:48:25 +00:00
Jason Monk
c04cf4baec Merge "Guard against monkey crash" into nyc-dev 2016-03-02 19:48:01 +00:00
Ben Kwa
f8d6fa2c5a Merge "Tweak root item layouts." into nyc-dev 2016-03-02 19:39:06 +00:00
Jason Monk
ae5bd03831 Guard against monkey crash
Bug: 27448755
Change-Id: I8345a274c979bf8ca1b4041c14318dd73810f79a
2016-03-02 14:38:31 -05:00