Keun-young Park
614955d3f9
Merge "make isUiModeLocked, isNightModeLocked test api" into nyc-dev
...
am: 63f2c9b0cb
* commit '63f2c9b0cb2d041202978369ccb9ed3726cd8e3b':
make isUiModeLocked, isNightModeLocked test api
2016-03-01 19:45:16 +00:00
Calin Juravle
48175a5959
Merge "Restrict the cases when we profile guided compile an apk" into nyc-dev
...
am: e1ac71fe99
* commit 'e1ac71fe9924add9368d118932e6c2bf0dfb2d70':
Restrict the cases when we profile guided compile an apk
2016-03-01 19:38:31 +00:00
Dimitry Ivanov
2b594cdcc7
Merge "Display Toast with linker warnings after Activity.onStart()" into nyc-dev
...
am: 1984d78330
* commit '1984d783304fe1ee915907d3a3c631f73d1243ff':
Display Toast with linker warnings after Activity.onStart()
2016-03-01 19:29:23 +00:00
Adam Powell
3eb3620603
Merge "Correct state loss tracking for FragmentTransaction.commitNow" into nyc-dev
...
am: 55fc649368
* commit '55fc649368b09347d5af14cd26b2ef87d577451a':
Correct state loss tracking for FragmentTransaction.commitNow
2016-03-01 19:24:22 +00:00
Keun-young Park
63f2c9b0cb
Merge "make isUiModeLocked, isNightModeLocked test api" into nyc-dev
2016-03-01 18:37:57 +00:00
Calin Juravle
e1ac71fe99
Merge "Restrict the cases when we profile guided compile an apk" into nyc-dev
2016-03-01 17:59:20 +00:00
Dimitry Ivanov
1984d78330
Merge "Display Toast with linker warnings after Activity.onStart()" into nyc-dev
2016-03-01 17:50:02 +00:00
Adam Powell
3518feda21
Correct state loss tracking for FragmentTransaction.commitNow
...
Booleans are hard.
Bug 27419920
Change-Id: I91a746aa14cad36bf77ec6224ffc13b00dc39ae7
2016-03-01 09:07:44 -08:00
Michal Karpinski
5bbc8cd539
Merge "Adding SecurityException information to all device logging DPM public methods" into nyc-dev
...
am: 8fc5462ee1
* commit '8fc5462ee1f9b8e5b13d13b0920433b340fa6b6c':
Adding SecurityException information to all device logging DPM public methods
2016-03-01 16:04:35 +00:00
Michal Karpinski
8fc5462ee1
Merge "Adding SecurityException information to all device logging DPM public methods" into nyc-dev
2016-03-01 15:57:44 +00:00
Michal Karpinski
b58e4966db
Adding SecurityException information to all device logging DPM public methods
...
Bug: 22860162
Change-Id: I6cdfad2dcdf14896c855debef34964def190e110
2016-03-01 15:26:56 +00:00
Julia Reynolds
84c0cf5baf
Merge "Api review: AutomaticZenRule" into nyc-dev
...
am: 2319dd3a66
* commit '2319dd3a66754b8b6ff27a1363c33244a8a9eccc':
Api review: AutomaticZenRule
2016-03-01 15:07:23 +00:00
Julia Reynolds
2319dd3a66
Merge "Api review: AutomaticZenRule" into nyc-dev
2016-03-01 15:05:36 +00:00
Fyodor Kupolov
9f432e3e2e
Merge "Allow system to bypass DISALLOW_SHARE_LOCATION restriction" into nyc-dev
...
am: 57b82f38c4
* commit '57b82f38c42d9926d0eb09d600480bebe54500ae':
Allow system to bypass DISALLOW_SHARE_LOCATION restriction
2016-03-01 02:21:10 +00:00
Fyodor Kupolov
57b82f38c4
Merge "Allow system to bypass DISALLOW_SHARE_LOCATION restriction" into nyc-dev
2016-03-01 01:22:00 +00:00
Dimitry Ivanov
87885e6896
Merge "Explicitly check for updated system apps" into nyc-dev
...
am: cad065fb7f
* commit 'cad065fb7fc2fbf8dc4b930f3b52c90e2602cc48':
Explicitly check for updated system apps
2016-03-01 00:58:41 +00:00
Dimitry Ivanov
cad065fb7f
Merge "Explicitly check for updated system apps" into nyc-dev
2016-03-01 00:51:38 +00:00
Dianne Hackborn
8680858008
Merge "Fix issue #27385109 : control activity behavior without triggering..." into nyc-dev
...
am: 72041bb2c6
* commit '72041bb2c6cbdab53f00d23cd7f832acf2cbfb5d':
Fix issue #27385109 : control activity behavior without triggering...
2016-03-01 00:50:08 +00:00
Dianne Hackborn
72041bb2c6
Merge "Fix issue #27385109 : control activity behavior without triggering..." into nyc-dev
2016-03-01 00:35:40 +00:00
Dimitry Ivanov
b2b8c3c1d9
Explicitly check for updated system apps
...
Unbundled apps should not be allowed to share
linker-namespaces with default namespace; it implies
that they will not have unlimited access to private
native libs once updated.
Bug: http://b/27189432
Change-Id: I60295b9b31d700016add93537418fdcce5a77719
2016-02-29 16:23:10 -08:00
Jeff Sharkey
620ef3f226
Merge "Parcelable classes should always be final." into nyc-dev
...
am: 753c347efd
* commit '753c347efd0a03ee0187e9c98c9978e43104c257':
Parcelable classes should always be final.
2016-03-01 00:08:21 +00:00
Jeff Sharkey
753c347efd
Merge "Parcelable classes should always be final." into nyc-dev
2016-03-01 00:02:43 +00:00
Jeff Sharkey
50d1c044b5
Parcelable classes should always be final.
...
Also hide ConnectivityMetricsEvent which isn't being used yet.
Bug: 27415331
Change-Id: Iacdccddda504f3f669185f807b4f35b8dc2b0212
2016-02-29 16:46:09 -07:00
Colin Cross
414c529a4f
Merge "Add dumpsys meminfo --unreachable" into nyc-dev
2016-02-29 22:19:40 +00:00
Dianne Hackborn
4a18c26609
Fix issue #27385109 : control activity behavior without triggering...
...
...isUserAMonkey for testing purpose
Add an argument for the caller to specify if they are a poo flinging
monkey.
Change-Id: I0e149a8d78776abaf07517bd4ae886047b7f4252
2016-02-29 12:37:11 -08:00
Ruben Brunk
0cbe76be29
Merge "Revert "DO NOT SUBMIT: Hide VR features for preview."" into nyc-dev
...
am: b77f9ec93a
* commit 'b77f9ec93a11841aacb72d4fecd1bf56f6253254':
Revert "DO NOT SUBMIT: Hide VR features for preview."
2016-02-29 19:55:40 +00:00
Ruben Brunk
b77f9ec93a
Merge "Revert "DO NOT SUBMIT: Hide VR features for preview."" into nyc-dev
2016-02-29 19:50:37 +00:00
Ruben Brunk
e5d76e8276
Revert "DO NOT SUBMIT: Hide VR features for preview."
...
This reverts commit cfa66a2a45 .
Change-Id: Ibf36092205b14c29935d1f28be5f5b5f64b1d16c
2016-02-29 19:50:15 +00:00
Ruben Brunk
420d9dae55
Merge "DO NOT SUBMIT: Hide VR features for preview." into nyc-dev
...
am: 8ccb68af89
* commit '8ccb68af89c68e32b908652436acfa339e034bcc':
DO NOT SUBMIT: Hide VR features for preview.
2016-02-29 19:50:03 +00:00
Ruben Brunk
8ccb68af89
Merge "DO NOT SUBMIT: Hide VR features for preview." into nyc-dev
2016-02-29 19:43:55 +00:00
Jeff Sharkey
6a7a297e61
Merge "Sigh, someone is pushing 2MB through StopInfo." into nyc-dev
...
am: 341de33e3c
* commit '341de33e3c9a8a8685d99602690e95ccb64b77a2':
Sigh, someone is pushing 2MB through StopInfo.
2016-02-29 18:34:10 +00:00
Jeff Sharkey
369f509d56
Sigh, someone is pushing 2MB through StopInfo.
...
Bug: 27401092
Change-Id: Ib27a56ecc63662ce2d6210890ac65eca09fac9d6
2016-02-29 11:29:37 -07:00
Keun-young Park
b493a7dffe
make isUiModeLocked, isNightModeLocked test api
...
bug: 27365818
Change-Id: I2813493bb10f02741bd7c47a144fdc43eced0030
2016-02-29 10:17:17 -08:00
Jeff Sharkey
917fe2f8a5
Merge "When system server goes down, crash apps more." into nyc-dev
...
am: 004bf6ade3
* commit '004bf6ade3e7e400c896541cce0e513eef179738':
When system server goes down, crash apps more.
2016-02-28 00:24:21 +00:00
Jeff Sharkey
f8880561e6
When system server goes down, crash apps more.
...
Similar to first patch, but now using new "rethrowFromSystemServer()"
method which internally translates DeadObjectException into
DeadSystemException. New logic over in Log.printlns() now
suppresses the DeadSystemException stack traces, since they're
misleading and just added pressure to the precious log buffer space.
Add some extra RuntimeInit checks to suppress logging-about-logging
when the system server is dead.
Bug: 27364859
Change-Id: I05316b3e8e42416b30a56a76c09cd3113a018123
2016-02-27 17:17:01 -07:00
Adrian Roos
8bef84a2f4
Merge "Fix crash with decorated custom notifications" into nyc-dev
...
am: 7006b01f5d
* commit '7006b01f5d91c77c9f658d392fb2cc183bc504be':
Fix crash with decorated custom notifications
2016-02-27 02:33:20 +00:00
Adrian Roos
7006b01f5d
Merge "Fix crash with decorated custom notifications" into nyc-dev
2016-02-27 02:29:15 +00:00
Dimitry Ivanov
4449ef5b6a
Display Toast with linker warnings after Activity.onStart()
...
Displays list of problems linker encountered with app's
native code including
1. Unauthorized access to private platform libraries.
2. Text relocations
3. Invalid DT_NEEDED entires
This change is intended only for preview/beta releases and to
be reverted before the first release build.
Bug: http://b/27365747
Change-Id: I08735472059248c901ef22042682d574fb2b0c92
2016-02-26 18:16:14 -08:00
Selim Cinek
4ff315113f
Merge "Adapted the notficication style" into nyc-dev
...
am: 9620d8652b
* commit '9620d8652bacc84e179ff9a2548d7cb833887437':
Adapted the notficication style
2016-02-27 01:24:32 +00:00
Selim Cinek
9620d8652b
Merge "Adapted the notficication style" into nyc-dev
2016-02-27 01:19:46 +00:00
Adrian Roos
5081c0de54
Fix crash with decorated custom notifications
...
Clones notifications before adding them to remote views so
the original stays parcelable on its own.
Also prevents the compatibility inflation from triggering when
an app uses a decorating style to prevent recursive wrapping.
Those styles only exist on N and later anyways.
Also fixes the compatibility inflation in listeners.
Bug: 27368615
Change-Id: Iedf3036bf315dd9c7b476c7e8bcce57de5b5c9c8
2016-02-26 17:11:29 -08:00
Selim Cinek
60a5425592
Adapted the notficication style
...
The text sizes are now uniform and textsize manipulations
are not allowed anymore.
Bug: 24866646
Change-Id: I14b094d9238bee0320c387e3032806d00d4f200c
2016-02-26 17:05:03 -08:00
Julia Reynolds
361e82d399
Api review: AutomaticZenRule
...
Bug: 27364144
Change-Id: I17fec34d7a277173820bed7829baf5bf905f327a
2016-02-26 18:44:32 -05:00
Ruben Brunk
cfa66a2a45
DO NOT SUBMIT: Hide VR features for preview.
...
Bug: 26945446
Change-Id: I37e2f9f6ffc65be60bcbef4bdf87da89561ef313
2016-02-26 15:32:40 -08:00
Oren Blasberg
b53eef9256
Merge "WallpaperManager: support custom default cropper." into nyc-dev
...
am: 203b353018
* commit '203b353018e1533251528b087345cc9933aa38fe':
WallpaperManager: support custom default cropper.
2016-02-26 22:15:17 +00:00
Oren Blasberg
203b353018
Merge "WallpaperManager: support custom default cropper." into nyc-dev
2016-02-26 22:09:54 +00:00
Oren Blasberg
60598ea0aa
WallpaperManager: support custom default cropper.
...
If the component name is specified by the OEM, that component is used
as the default (fallback) cropper rather than
com.android.wallpapercropper.
Bug: 26084319
Change-Id: I5c79beb8e84721944e752bda637cdf0377b8d826
2016-02-26 13:19:30 -08:00
Julia Reynolds
2b53b701d8
Merge "Api review: NotificationManager" into nyc-dev
...
am: 01e81117a9
* commit '01e81117a9bc86849f0bf20d7729c8f8101b0baf':
Api review: NotificationManager
2016-02-26 21:03:47 +00:00
Julia Reynolds
92a187ddaf
Merge "Api review: Notification.Builder" into nyc-dev
...
am: 1adc816f2d
* commit '1adc816f2dcf0a827b4619eb21a780d1b3d827b3':
Api review: Notification.Builder
2016-02-26 21:00:21 +00:00
Chong Zhang
fb3403f5f0
Merge "Do not stop window if preserving the window" into nyc-dev
...
am: fd3d5e92ea
* commit 'fd3d5e92ea05ca20e6c3700e2309d849d96f2f7d':
Do not stop window if preserving the window
2016-02-26 20:58:32 +00:00