OSDN Git Service

android-x86/frameworks-base.git
10 years agoMerge "Use resize, not reserve"
John Reck [Wed, 30 Apr 2014 21:48:09 +0000 (21:48 +0000)]
Merge "Use resize, not reserve"

10 years agoMerge "Try to not start up chromium when not needed"
Kristian Monsen [Wed, 30 Apr 2014 21:40:30 +0000 (21:40 +0000)]
Merge "Try to not start up chromium when not needed"

10 years agoUse resize, not reserve
John Reck [Wed, 30 Apr 2014 21:19:56 +0000 (14:19 -0700)]
Use resize, not reserve

Reserve ensures the underlying buffer is the correct size, but
iterating across it is not necessarily valid. Use resize() instead
to ensure that the iterator access is valid

Change-Id: I35ff5f4416bb94cf4ce2c6acf72ffd17ab3e523a

10 years agoMake sure the FlpHardwareProvider is only advertised to GmsCore if the platform suppo...
destradaa [Wed, 30 Apr 2014 18:29:11 +0000 (11:29 -0700)]
Make sure the FlpHardwareProvider is only advertised to GmsCore if the platform supports it.
b/14117917

Change-Id: Id6c2444893bcf192049e3233d1296eac16fcf826

10 years agoMerge "Fix broken trust agent reloading v2"
Adrian Roos [Wed, 30 Apr 2014 17:41:24 +0000 (17:41 +0000)]
Merge "Fix broken trust agent reloading v2"

10 years agoMerge "Extend LauncherApps service to expose enabled state."
Kenny Guy [Wed, 30 Apr 2014 17:38:10 +0000 (17:38 +0000)]
Merge "Extend LauncherApps service to expose enabled state."

10 years agoam 21ccb07f: am 414d9405: am 56cd8dbf: Merge "Cast CallVoidMethod\'s size_t parameter...
Narayan Kamath [Wed, 30 Apr 2014 17:36:14 +0000 (17:36 +0000)]
am 21ccb07f: am 414d9405: am 56cd8dbf: Merge "Cast CallVoidMethod\'s size_t parameters to jint"

* commit '21ccb07fbe97097b6540097d89dd456447779178':
  Cast CallVoidMethod's size_t parameters to jint

10 years agoam 516130cc: am dbbf431b: am d0f7f418: Merge "Freeing frame map"
Narayan Kamath [Wed, 30 Apr 2014 17:36:10 +0000 (17:36 +0000)]
am 516130cc: am dbbf431b: am d0f7f418: Merge "Freeing frame map"

* commit '516130ccb1841afb6ef154c28269d91594925429':
  Freeing frame map

10 years agoam d21082ca: am 9a76e9ba: Fix build error
Bill Yi [Wed, 30 Apr 2014 17:34:28 +0000 (17:34 +0000)]
am d21082ca: am 9a76e9ba: Fix build error

* commit 'd21082ca0c116ba737e6e93c2917d0b557cc48fc':
  Fix build error

10 years agoam 1e67bcec: am 263c36a1: am ade631ee: Merge "NULL previous background bitmap upon...
Michael Wright [Wed, 30 Apr 2014 17:34:19 +0000 (17:34 +0000)]
am 1e67bcec: am 263c36a1: am ade631ee: Merge "NULL previous background bitmap upon changing wallpaper"

* commit '1e67bcec505b1bfb67a83cb3d64e20c2bacf8581':
  NULL previous background bitmap upon changing wallpaper

10 years agoam bba434af: am 10884694: am 357c75e7: Merge "Add missing character combinations...
Michael Wright [Wed, 30 Apr 2014 17:33:23 +0000 (17:33 +0000)]
am bba434af: am 10884694: am 357c75e7: Merge "Add missing character combinations for international layouts"

* commit 'bba434af67600b1fb4a32f2c130526ad9e938f86':
  Add missing character combinations for international layouts

10 years agoMerge "Fixed a crash of the notification animation on initial startup"
Selim Cinek [Wed, 30 Apr 2014 17:23:21 +0000 (17:23 +0000)]
Merge "Fixed a crash of the notification animation on initial startup"

10 years agoFixed a crash of the notification animation on initial startup
Selim Cinek [Wed, 30 Apr 2014 16:57:47 +0000 (18:57 +0200)]
Fixed a crash of the notification animation on initial startup

When no state was applied yet and an animation was started the system
could crash.

Bug: 14430331
Change-Id: Ic8a4532b73f4d70cb365975f055d6630f61e0318

10 years agoMerge "Switch IProcessObserver to report process state"
Dianne Hackborn [Wed, 30 Apr 2014 16:39:15 +0000 (16:39 +0000)]
Merge "Switch IProcessObserver to report process state"

10 years agoresolved conflicts for merge of 3e320a0c to master
Kenny Root [Wed, 30 Apr 2014 16:31:44 +0000 (09:31 -0700)]
resolved conflicts for merge of 3e320a0c to master

Change already in frameworks/native as commit
51eb29fa9a2ffe9c5adb9ea25bfbd51992ff16a4

Change-Id: I23ae58c86dac91efb5210fdc4f080a1d6fb741c3

10 years agoFix broken trust agent reloading v2
Adrian Roos [Wed, 30 Apr 2014 16:23:38 +0000 (18:23 +0200)]
Fix broken trust agent reloading v2

Bug: 13723878
Change-Id: I61f313bfc7ff0dc502551b54d580a7ce8694f04d

10 years agoMerge "Fix x86 build in app_process."
Narayan Kamath [Wed, 30 Apr 2014 15:59:07 +0000 (15:59 +0000)]
Merge "Fix x86 build in app_process."

10 years agoMerge "Fix broken trust agent reloading"
Adrian Roos [Wed, 30 Apr 2014 15:51:47 +0000 (15:51 +0000)]
Merge "Fix broken trust agent reloading"

10 years agoFix broken trust agent reloading
Adrian Roos [Wed, 30 Apr 2014 15:48:18 +0000 (17:48 +0200)]
Fix broken trust agent reloading

Bug: 13723878
Change-Id: I2f7f3fad5685e5e57dcddf2f2c3494bb95e38b15

10 years agoFix x86 build in app_process.
Narayan Kamath [Wed, 30 Apr 2014 15:45:07 +0000 (16:45 +0100)]
Fix x86 build in app_process.

Look for __i386__ and not __x86__.

Change-Id: Iffa3709f9d0c96cce17f3183a6f036a78eccc787

10 years agoam 414d9405: am 56cd8dbf: Merge "Cast CallVoidMethod\'s size_t parameters to jint"
Narayan Kamath [Wed, 30 Apr 2014 15:37:58 +0000 (15:37 +0000)]
am 414d9405: am 56cd8dbf: Merge "Cast CallVoidMethod\'s size_t parameters to jint"

* commit '414d94059f3559b67b4da25a34de6d5312abe06f':
  Cast CallVoidMethod's size_t parameters to jint

10 years agoam dbbf431b: am d0f7f418: Merge "Freeing frame map"
Narayan Kamath [Wed, 30 Apr 2014 15:37:44 +0000 (15:37 +0000)]
am dbbf431b: am d0f7f418: Merge "Freeing frame map"

* commit 'dbbf431b289bb7a01b43db3412ecab00abe18362':
  Freeing frame map

10 years agoam 56cd8dbf: Merge "Cast CallVoidMethod\'s size_t parameters to jint"
Narayan Kamath [Wed, 30 Apr 2014 15:13:02 +0000 (15:13 +0000)]
am 56cd8dbf: Merge "Cast CallVoidMethod\'s size_t parameters to jint"

* commit '56cd8dbfbdeebc36ccbd5b2beedaaaa3f13c8b07':
  Cast CallVoidMethod's size_t parameters to jint

10 years agoam d0f7f418: Merge "Freeing frame map"
Narayan Kamath [Wed, 30 Apr 2014 15:12:58 +0000 (15:12 +0000)]
am d0f7f418: Merge "Freeing frame map"

* commit 'd0f7f41828493b0679e908f7bb3ed3b8e838c463':
  Freeing frame map

10 years agoMerge "Fix NPE when going "back" from Activity Transition."
George Mount [Wed, 30 Apr 2014 14:27:31 +0000 (14:27 +0000)]
Merge "Fix NPE when going "back" from Activity Transition."

10 years agoMerge "NotificationRowLayout shall rest in its grave."
Jorim Jaggi [Wed, 30 Apr 2014 13:53:02 +0000 (13:53 +0000)]
Merge "NotificationRowLayout shall rest in its grave."

10 years agoNotificationRowLayout shall rest in its grave.
Jorim Jaggi [Wed, 30 Apr 2014 13:38:16 +0000 (15:38 +0200)]
NotificationRowLayout shall rest in its grave.

Long live the stack scroller. Also removed some other unused classes.

Change-Id: Iff126a0e74e13caadb6426d5e0e76ba800489d3f

10 years agoMerge "Cast CallVoidMethod's size_t parameters to jint"
Narayan Kamath [Wed, 30 Apr 2014 13:34:04 +0000 (13:34 +0000)]
Merge "Cast CallVoidMethod's size_t parameters to jint"

10 years agoMerge "Layout notifications on top and introduce artifical margin"
Jorim Jaggi [Wed, 30 Apr 2014 13:28:17 +0000 (13:28 +0000)]
Merge "Layout notifications on top and introduce artifical margin"

10 years agoLayout notifications on top and introduce artifical margin
Jorim Jaggi [Tue, 29 Apr 2014 17:04:02 +0000 (19:04 +0200)]
Layout notifications on top and introduce artifical margin

This allows for animating the notifications between the different
states. So we can nicely switch between Keyguard and full shade,
and make the stack smaller when going to quick settings.

Change-Id: I768dc7cd8f4dc0197365a5befebad24086816a8d

10 years agoam ad85d542: am 293513a5: (-s ours) Merge commit \'0b62467b142b61ee1e449ba958ba37dfd9...
Bill Yi [Wed, 30 Apr 2014 12:51:01 +0000 (12:51 +0000)]
am ad85d542: am 293513a5: (-s ours) Merge commit \'0b62467b142b61ee1e449ba958ba37dfd961ef56\' into HEAD

* commit 'ad85d5422b46a44e9a2166436c34c11e59d30e0c':
  Update framework to use M33 Skia. DO NOT MERGE

10 years agoDon't adjust ABI if PackageSetting#pkg is null.
Narayan Kamath [Wed, 30 Apr 2014 12:33:38 +0000 (13:33 +0100)]
Don't adjust ABI if PackageSetting#pkg is null.

If means the package hasn't been scanned yet, and we
will adjust the ABI during the scan of the last package
in the shared user group.

NOTE: This needs some more cleaning up, which will be
done along with the remaining TODO in this function.

Change-Id: Ie332806b64e22ab4a4856e1ccd064ff6a01616bf

10 years agoMerge "Explictly release the surface in TV input framework"
Youngsang Cho [Wed, 30 Apr 2014 11:07:29 +0000 (11:07 +0000)]
Merge "Explictly release the surface in TV input framework"

10 years agoExplictly release the surface in TV input framework
Youngsang Cho [Wed, 30 Apr 2014 08:24:20 +0000 (17:24 +0900)]
Explictly release the surface in TV input framework

Change-Id: Id178e8959f9c25d1d5f1ab85d5e8455577570d11

10 years agoMerge "Freeing frame map"
Narayan Kamath [Wed, 30 Apr 2014 10:58:30 +0000 (10:58 +0000)]
Merge "Freeing frame map"

10 years agoFreeing frame map
Mykola Kondratenko [Tue, 15 Apr 2014 07:35:44 +0000 (09:35 +0200)]
Freeing frame map

FileMap memory is never released until application exit

Release it now as the texture is already loaded and the memory
used for the packed resource can be released.

Change-Id: Id08a1e466337b3a0179684eb6a444e18147ee343

10 years agoFix dex file pruning logic.
Narayan Kamath [Tue, 29 Apr 2014 15:49:27 +0000 (16:49 +0100)]
Fix dex file pruning logic.

We should now prune all normal files from /data/dalvik-cache
in addition to looking for dex files in all subdirectories of
/data/dalvik-cache.

Change-Id: I4abb2b01b359bbb1b8ece2c9025541a5d5e335f5

10 years agoAdjust instruction sets for shared UID apps.
Narayan Kamath [Mon, 28 Apr 2014 13:18:34 +0000 (14:18 +0100)]
Adjust instruction sets for shared UID apps.

Since shared UID apps are run in the same process,
we'll need to make sure they're compiled for the same
instruction set.

This change implements the recompilation of apps that
don't have any ABI constraints.

Apps that *do* have ABI constraints are harder to deal
with, since we'll need to rescan them to figure out the
full list of ABIs they support and then re-extract the
native libraries from these apps once we find an ABI we
can use throughout.

Change-Id: I365c6b0b18187df814d4736da61b199dd4494e3c

10 years agoPackage manager changes for dual zygote stack.
Narayan Kamath [Sat, 12 Apr 2014 10:41:13 +0000 (11:41 +0100)]
Package manager changes for dual zygote stack.

- Pass down the app's instruction set to dexopt so that
  it can compile the dex file for the right architecture.

- Also pass down the app's instruction set to rmdex, movedex
  and getSize so that they can construct the cache file
  location properly.

- Temporarily compile "system" jars such as am,wm etc. for
  both architectures. A follow up change will ensure that
  they're compiled only for one architecture (the same
  arch. as the system server).

- Java "shared" libraries are now compiled for the right
  architecture when an app requires them.

- Improve the app native library ABI detection to account
  for system apps installed in /system/lib{64}/<packagename>
  and also handle sdcard and forward locked apps correctly.

Change-Id: I4f380b146137803e51d56fdf355c3bdfc92c409d

10 years agoMerge "Create arch specific cache dirs during zygote startup."
Narayan Kamath [Wed, 30 Apr 2014 08:34:56 +0000 (08:34 +0000)]
Merge "Create arch specific cache dirs during zygote startup."

10 years agoCreate arch specific cache dirs during zygote startup.
Narayan Kamath [Fri, 25 Apr 2014 10:43:22 +0000 (11:43 +0100)]
Create arch specific cache dirs during zygote startup.

The runtime expects them to exist before it's launched.
The boot image / art files are created during the first
zygote launch.

Change-Id: I5ed0ad4854dc7785246344c8f6eaf54e560feb7d

10 years agoam 9a76e9ba: Fix build error
Bill Yi [Wed, 30 Apr 2014 01:55:23 +0000 (01:55 +0000)]
am 9a76e9ba: Fix build error

* commit '9a76e9ba1adbdf7cc431b1e6fe454cf0c5d900de':
  Fix build error

10 years agoMerge "Zen mode tweaks."
John Spurlock [Wed, 30 Apr 2014 01:53:09 +0000 (01:53 +0000)]
Merge "Zen mode tweaks."

10 years agoFix build error
Bill Yi [Wed, 30 Apr 2014 01:52:48 +0000 (18:52 -0700)]
Fix build error

Change-Id: I6f52954a780b747f1ad2a4e429ef192d58c40e76

10 years agoZen mode tweaks.
John Spurlock [Wed, 30 Apr 2014 01:48:26 +0000 (21:48 -0400)]
Zen mode tweaks.

 - Fix regression with alarms.
 - Run all condition provider callbacks on the main thread.
 - Exit zen mode if the current condition is disabled / uninstalled.

Bug:14402762
Change-Id: I0746670c1910047a9dc9b7e29aa1a6c3899fd9fe

10 years agoam 263c36a1: am ade631ee: Merge "NULL previous background bitmap upon changing wallpaper"
Michael Wright [Wed, 30 Apr 2014 01:24:32 +0000 (01:24 +0000)]
am 263c36a1: am ade631ee: Merge "NULL previous background bitmap upon changing wallpaper"

* commit '263c36a144a66d30dd51abd7ca0120480e449aa5':
  NULL previous background bitmap upon changing wallpaper

10 years agoam ade631ee: Merge "NULL previous background bitmap upon changing wallpaper"
Michael Wright [Wed, 30 Apr 2014 01:22:05 +0000 (01:22 +0000)]
am ade631ee: Merge "NULL previous background bitmap upon changing wallpaper"

* commit 'ade631eed0df228e343f2a00db653058ff588846':
  NULL previous background bitmap upon changing wallpaper

10 years agoam 10884694: am 357c75e7: Merge "Add missing character combinations for international...
Michael Wright [Wed, 30 Apr 2014 01:19:56 +0000 (01:19 +0000)]
am 10884694: am 357c75e7: Merge "Add missing character combinations for international layouts"

* commit '108846942f4296fa12b09dd70d60a21c69deace2':
  Add missing character combinations for international layouts

10 years agoam 9feab5f2: am 8a02b20f: Merge "Add TYPE_MAGNIFICATION_OVERLAY to InputWindowInfo...
Michael Wright [Wed, 30 Apr 2014 01:19:52 +0000 (01:19 +0000)]
am 9feab5f2: am 8a02b20f: Merge "Add TYPE_MAGNIFICATION_OVERLAY to InputWindowInfo::isTrustedOverlay()"

* commit '9feab5f278d8c9e030e72989a7f6f3d2f376748d':
  Add TYPE_MAGNIFICATION_OVERLAY to InputWindowInfo::isTrustedOverlay()

10 years agoam 293513a5: (-s ours) Merge commit \'0b62467b142b61ee1e449ba958ba37dfd961ef56\'...
Bill Yi [Wed, 30 Apr 2014 01:19:37 +0000 (01:19 +0000)]
am 293513a5: (-s ours) Merge commit \'0b62467b142b61ee1e449ba958ba37dfd961ef56\' into HEAD

* commit '293513a59d36cd96a3e474dde5981380d372d8c9':
  Update framework to use M33 Skia. DO NOT MERGE

10 years agoMerge "NULL previous background bitmap upon changing wallpaper"
Michael Wright [Wed, 30 Apr 2014 01:19:10 +0000 (01:19 +0000)]
Merge "NULL previous background bitmap upon changing wallpaper"

10 years agoSwitch IProcessObserver to report process state
Dianne Hackborn [Wed, 30 Apr 2014 00:56:57 +0000 (17:56 -0700)]
Switch IProcessObserver to report process state

When IProcessObserver was created, the only information
we had for the state of a process was its "importance".
Now we have the process state, which is much more useful.
Switch to reporting that.

Change-Id: Icdb3eea8cf96f4eff7ed3d584f940a1bd9cc3884

10 years agoam 4bf3c930: (-s ours) am 92bc0753: am 8c15cd0d: am c967d8dc: Add special system...
Deepanshu Gupta [Wed, 30 Apr 2014 00:45:25 +0000 (00:45 +0000)]
am 4bf3c930: (-s ours) am 92bc0753: am 8c15cd0d: am c967d8dc: Add special system view cookie to OverflowButton. [DO NOT MERGE]

* commit '4bf3c930684b1e697c87d3fdb520309c39e51b14':
  Add special system view cookie to OverflowButton. [DO NOT MERGE]

10 years agoam 92bc0753: am 8c15cd0d: am c967d8dc: Add special system view cookie to OverflowButt...
Deepanshu Gupta [Wed, 30 Apr 2014 00:41:26 +0000 (00:41 +0000)]
am 92bc0753: am 8c15cd0d: am c967d8dc: Add special system view cookie to OverflowButton. [DO NOT MERGE]

* commit '92bc07534e511b9afa7edaffe867d2674c504d73':
  Add special system view cookie to OverflowButton. [DO NOT MERGE]

10 years agoam 8c15cd0d: am c967d8dc: Add special system view cookie to OverflowButton. [DO NOT...
Deepanshu Gupta [Wed, 30 Apr 2014 00:38:35 +0000 (00:38 +0000)]
am 8c15cd0d: am c967d8dc: Add special system view cookie to OverflowButton. [DO NOT MERGE]

* commit '8c15cd0dc1d04490b82fd7d8da7611ff3219a1f0':
  Add special system view cookie to OverflowButton. [DO NOT MERGE]

10 years agoam c967d8dc: Add special system view cookie to OverflowButton. [DO NOT MERGE]
Deepanshu Gupta [Wed, 30 Apr 2014 00:30:29 +0000 (00:30 +0000)]
am c967d8dc: Add special system view cookie to OverflowButton. [DO NOT MERGE]

* commit 'c967d8dc62c429ecf3e27bf3714a953636e75cbf':
  Add special system view cookie to OverflowButton. [DO NOT MERGE]

10 years agoam 357c75e7: Merge "Add missing character combinations for international layouts"
Michael Wright [Wed, 30 Apr 2014 00:07:11 +0000 (00:07 +0000)]
am 357c75e7: Merge "Add missing character combinations for international layouts"

* commit '357c75e74760933f05ff89352ee86dd540633782':
  Add missing character combinations for international layouts

10 years agoam 8a02b20f: Merge "Add TYPE_MAGNIFICATION_OVERLAY to InputWindowInfo::isTrustedOverl...
Michael Wright [Wed, 30 Apr 2014 00:03:29 +0000 (00:03 +0000)]
am 8a02b20f: Merge "Add TYPE_MAGNIFICATION_OVERLAY to InputWindowInfo::isTrustedOverlay()"

* commit '8a02b20f6f3fdd5baa5d22321769303ce76ba80a':
  Add TYPE_MAGNIFICATION_OVERLAY to InputWindowInfo::isTrustedOverlay()

10 years agoMerge "Add missing character combinations for international layouts"
Michael Wright [Wed, 30 Apr 2014 00:01:38 +0000 (00:01 +0000)]
Merge "Add missing character combinations for international layouts"

10 years agoFix NPE when going "back" from Activity Transition.
George Mount [Tue, 29 Apr 2014 23:29:25 +0000 (16:29 -0700)]
Fix NPE when going "back" from Activity Transition.

Also fixed failure to start enter transition when shared element
and exit transition complete simultaneously.

Bug 14399938

Change-Id: Id0d4171f8cf94a30e47aee41ce68b4a25960f219

10 years agoMerge "Add TYPE_MAGNIFICATION_OVERLAY to InputWindowInfo::isTrustedOverlay()"
Michael Wright [Tue, 29 Apr 2014 23:58:16 +0000 (23:58 +0000)]
Merge "Add TYPE_MAGNIFICATION_OVERLAY to InputWindowInfo::isTrustedOverlay()"

10 years agoMerge "Turn off this very verbose log."
Joe Onorato [Tue, 29 Apr 2014 23:50:28 +0000 (23:50 +0000)]
Merge "Turn off this very verbose log."

10 years agoAdd special system view cookie to OverflowButton. [DO NOT MERGE]
Deepanshu Gupta [Fri, 25 Apr 2014 18:07:19 +0000 (11:07 -0700)]
Add special system view cookie to OverflowButton. [DO NOT MERGE]

Add a special view cookie to enable the IDE to identify the overflow
menu button in the Action Bar.

Change-Id: Ida3ed776afb8c9fa8af23b73d4cf6d47eef0ab87
(cherry picked from commit 674af92fd3a618695448ff88568b03390e90bc66)

10 years agoTurn off this very verbose log.
Joe Onorato [Tue, 29 Apr 2014 23:19:06 +0000 (16:19 -0700)]
Turn off this very verbose log.

adb shell dumpsys activity broadcasts

has the last 100 broadcasts, so it can be used for debugging
instead of spamming the main logs.

Change-Id: I19c3ac72eb783999e615261da7f00b527d2bc06f

10 years agoam f0a3ea6e: am c6ebc0d1: Merge "make success explicit in BT instrumentation util...
Guang Zhu [Tue, 29 Apr 2014 23:12:16 +0000 (23:12 +0000)]
am f0a3ea6e: am c6ebc0d1: Merge "make success explicit in BT instrumentation util" into klp-modular-dev

* commit 'f0a3ea6ea259f836c71007ab07966d9dd2a140d6':
  make success explicit in BT instrumentation util

10 years agoam c6ebc0d1: Merge "make success explicit in BT instrumentation util" into klp-modula...
Guang Zhu [Tue, 29 Apr 2014 23:09:12 +0000 (23:09 +0000)]
am c6ebc0d1: Merge "make success explicit in BT instrumentation util" into klp-modular-dev

* commit 'c6ebc0d120bd7faa61d2f906f4a180c720f1f0d8':
  make success explicit in BT instrumentation util

10 years agoMerge commit '0b62467b142b61ee1e449ba958ba37dfd961ef56' into HEAD
Bill Yi [Tue, 29 Apr 2014 23:07:29 +0000 (16:07 -0700)]
Merge commit '0b62467b142b61ee1e449ba958ba37dfd961ef56' into HEAD

10 years agoMerge "make success explicit in BT instrumentation util" into klp-modular-dev
Guang Zhu [Tue, 29 Apr 2014 23:06:39 +0000 (23:06 +0000)]
Merge "make success explicit in BT instrumentation util" into klp-modular-dev

10 years agoam ab583454: am 1866e5dc: am af40649e: Merge "Set NO_NEW_PRIVS on zygote init"
Nick Kralevich [Tue, 29 Apr 2014 22:34:54 +0000 (22:34 +0000)]
am ab583454: am 1866e5dc: am af40649e: Merge "Set NO_NEW_PRIVS on zygote init"

* commit 'ab5834545da906f1a150672ead825c28a2e1f82a':
  Set NO_NEW_PRIVS on zygote init

10 years agoMerge "Move key attribute information into KeyEvent."
Michael Wright [Tue, 29 Apr 2014 22:31:05 +0000 (22:31 +0000)]
Merge "Move key attribute information into KeyEvent."

10 years agoam 1866e5dc: am af40649e: Merge "Set NO_NEW_PRIVS on zygote init"
Nick Kralevich [Tue, 29 Apr 2014 22:26:41 +0000 (22:26 +0000)]
am 1866e5dc: am af40649e: Merge "Set NO_NEW_PRIVS on zygote init"

* commit '1866e5dc8bb04b58a67e54f66cb4ec22e878667d':
  Set NO_NEW_PRIVS on zygote init

10 years agoam af40649e: Merge "Set NO_NEW_PRIVS on zygote init"
Nick Kralevich [Tue, 29 Apr 2014 22:24:32 +0000 (22:24 +0000)]
am af40649e: Merge "Set NO_NEW_PRIVS on zygote init"

* commit 'af40649e4ad506e312b53518cd2b9f2b58dee3ba':
  Set NO_NEW_PRIVS on zygote init

10 years agoMerge "Set NO_NEW_PRIVS on zygote init"
Nick Kralevich [Tue, 29 Apr 2014 22:20:47 +0000 (22:20 +0000)]
Merge "Set NO_NEW_PRIVS on zygote init"

10 years agoSet NO_NEW_PRIVS on zygote init
Nick Kralevich [Fri, 25 Apr 2014 22:01:24 +0000 (15:01 -0700)]
Set NO_NEW_PRIVS on zygote init

When app_process/zygote starts, make sure PR_SET_NO_NEW_PRIVS is set.
This prevents zygote spawned apps from acquiring new privileges
on exec.

In particular, this allows the CTS test
android.os.cts.SecurityFeaturesTest#testNoNewPrivs() to pass if ART is set
as the default runtime.

Change-Id: I81139cda999c7b1430242561aad28f566e9b6da0

10 years agoMerge "Introduced basic animations for the new notifications."
Selim Cinek [Tue, 29 Apr 2014 22:03:16 +0000 (22:03 +0000)]
Merge "Introduced basic animations for the new notifications."

10 years agoIntroduced basic animations for the new notifications.
Selim Cinek [Fri, 25 Apr 2014 14:43:27 +0000 (16:43 +0200)]
Introduced basic animations for the new notifications.

Animations between two different states of the notification stack scroller
are now possible.

Bug: 14081264
Change-Id: I2b8e964095f71766feac5a76c4e3b85d22648d35

10 years agoMerge "Add IBatteryStats API to retrieve current charge times."
Dianne Hackborn [Tue, 29 Apr 2014 21:54:58 +0000 (21:54 +0000)]
Merge "Add IBatteryStats API to retrieve current charge times."

10 years agoAdd IBatteryStats API to retrieve current charge times.
Dianne Hackborn [Tue, 29 Apr 2014 21:53:32 +0000 (14:53 -0700)]
Add IBatteryStats API to retrieve current charge times.

Also include charge/discharge information in dumpsys.

Change-Id: Ica1b333ad334dc698d4a67da391b378757662f41

10 years agoam 60037302: am 8fe27e88: Merge "Move logical address allocation logic into native...
Jinsuk Kim [Tue, 29 Apr 2014 21:38:19 +0000 (21:38 +0000)]
am 60037302: am 8fe27e88: Merge "Move logical address allocation logic into native service from HAL" into klp-modular-dev

* commit '60037302208be033442cc3f3c50a25c7064ebbd1':
  Move logical address allocation logic into native service from HAL

10 years agoam 8fe27e88: Merge "Move logical address allocation logic into native service from...
Jinsuk Kim [Tue, 29 Apr 2014 21:35:01 +0000 (21:35 +0000)]
am 8fe27e88: Merge "Move logical address allocation logic into native service from HAL" into klp-modular-dev

* commit '8fe27e881851921a90882f7d4da142bf936c5549':
  Move logical address allocation logic into native service from HAL

10 years agoMerge "Move logical address allocation logic into native service from HAL" into klp...
Jinsuk Kim [Tue, 29 Apr 2014 21:32:49 +0000 (21:32 +0000)]
Merge "Move logical address allocation logic into native service from HAL" into klp-modular-dev

10 years agoMerge "Add mechanism for Transitions to target a class."
George Mount [Tue, 29 Apr 2014 21:30:37 +0000 (21:30 +0000)]
Merge "Add mechanism for Transitions to target a class."

10 years agoMerge "Transfer image of shared element to launched Activity."
George Mount [Tue, 29 Apr 2014 21:30:26 +0000 (21:30 +0000)]
Merge "Transfer image of shared element to launched Activity."

10 years agoMerge "Prevent expanded notifications on lockscreen."
Jorim Jaggi [Tue, 29 Apr 2014 21:23:03 +0000 (21:23 +0000)]
Merge "Prevent expanded notifications on lockscreen."

10 years agoPrevent expanded notifications on lockscreen.
Jorim Jaggi [Tue, 29 Apr 2014 21:12:24 +0000 (23:12 +0200)]
Prevent expanded notifications on lockscreen.

Change-Id: I9a0ffca823883cfed75d0e093f5a4364b20008b3

10 years agoam 86af7745: (-s ours) am c2e5503d: (-s ours) Merge "Import translations. DO NOT...
Baligh Uddin [Tue, 29 Apr 2014 21:13:42 +0000 (21:13 +0000)]
am 86af7745: (-s ours) am c2e5503d: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-modular-dev

* commit '86af7745d337f79b37e25e21f699bf04a46838be':
  Import translations. DO NOT MERGE

10 years agoam c2e5503d: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-modular-dev
Baligh Uddin [Tue, 29 Apr 2014 21:07:16 +0000 (21:07 +0000)]
am c2e5503d: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-modular-dev

* commit 'c2e5503dbae833065a16fe35296e202db3887920':
  Import translations. DO NOT MERGE

10 years agoMerge "Import translations. DO NOT MERGE" into klp-modular-dev
Baligh Uddin [Tue, 29 Apr 2014 21:02:59 +0000 (21:02 +0000)]
Merge "Import translations. DO NOT MERGE" into klp-modular-dev

10 years agoMerge "Import translations. DO NOT MERGE"
Baligh Uddin [Tue, 29 Apr 2014 21:02:58 +0000 (21:02 +0000)]
Merge "Import translations. DO NOT MERGE"

10 years agoMerge "Import translations. DO NOT MERGE"
Baligh Uddin [Tue, 29 Apr 2014 21:02:36 +0000 (21:02 +0000)]
Merge "Import translations. DO NOT MERGE"

10 years agoMerge "Import translations. DO NOT MERGE"
Baligh Uddin [Tue, 29 Apr 2014 21:02:32 +0000 (21:02 +0000)]
Merge "Import translations. DO NOT MERGE"

10 years agoMerge "Add Transform and ClipBounds Transitions."
George Mount [Tue, 29 Apr 2014 20:56:17 +0000 (20:56 +0000)]
Merge "Add Transform and ClipBounds Transitions."

10 years agoMerge "Remove "speedbump" to expand notification with one finger."
Jorim Jaggi [Tue, 29 Apr 2014 20:52:34 +0000 (20:52 +0000)]
Merge "Remove "speedbump" to expand notification with one finger."

10 years agoRemove "speedbump" to expand notification with one finger.
Jorim Jaggi [Tue, 29 Apr 2014 20:47:53 +0000 (22:47 +0200)]
Remove "speedbump" to expand notification with one finger.

Change-Id: I16b2493142adc277a3cb11ab9a88040aab6e3f47

10 years agoMerge "Add ability to exclude Views in transition XML."
George Mount [Tue, 29 Apr 2014 20:49:26 +0000 (20:49 +0000)]
Merge "Add ability to exclude Views in transition XML."

10 years agoMerge "Refactored the layout of a notifications"
Selim Cinek [Tue, 29 Apr 2014 20:46:12 +0000 (20:46 +0000)]
Merge "Refactored the layout of a notifications"

10 years agoRefactored the layout of a notifications
Jorim Jaggi [Mon, 28 Apr 2014 15:51:23 +0000 (17:51 +0200)]
Refactored the layout of a notifications

Notifications now consist of ExpandableViews instead of SizeAdaptiveLayouts
to avoid layout passes during the resizing. The StackScrollAlgorithm and its
States are also refactored in order to support the new behaviour. In addition,
the generation of the outline is moved to the notification views instead of
the container which contains them.

Change-Id: I1ac1292a6520f5951610039bfa204c204be9d640

10 years agoMerge "Subscribe to default zen mode condition."
John Spurlock [Tue, 29 Apr 2014 20:33:47 +0000 (20:33 +0000)]
Merge "Subscribe to default zen mode condition."

10 years agoSubscribe to default zen mode condition.
John Spurlock [Tue, 29 Apr 2014 20:31:13 +0000 (16:31 -0400)]
Subscribe to default zen mode condition.

Otherwise re-opening the current QS panel does not force an unsubscribe
(if a non-default condition was subscribed).

Change-Id: I1ec2519cc051d435c2ebbe8cea4a9b54f256820d

10 years agoMerge "Add more URI patterns for accessing TV metadata"
Jae Seo [Tue, 29 Apr 2014 20:21:51 +0000 (20:21 +0000)]
Merge "Add more URI patterns for accessing TV metadata"