Mathieu Chartier
cbed4e523b
am be39e991: am 977c4a5b: Merge "Clean up ExceptionOccurred."
...
* commit 'be39e99187eec88222722e9ec4c91f1744731cf4':
Clean up ExceptionOccurred.
2014-08-21 00:02:38 +00:00
Mathieu Chartier
41b07f1413
am 554bd893: am 8f9ebc8a: Merge "Remove unnecessary explicit GC in ZygoteInit."
...
* commit '554bd8937b60e8f015f1f46b939dff92c2259790':
Remove unnecessary explicit GC in ZygoteInit.
2014-08-21 00:02:12 +00:00
Mathieu Chartier
be39e99187
am 977c4a5b: Merge "Clean up ExceptionOccurred."
...
* commit '977c4a5b81317cdf6537e58f82a5edcd0641ca50':
Clean up ExceptionOccurred.
2014-08-20 23:49:56 +00:00
Mathieu Chartier
554bd8937b
am 8f9ebc8a: Merge "Remove unnecessary explicit GC in ZygoteInit."
...
* commit '8f9ebc8a7c0238ce85104d2f20d0ddad1e4d8696':
Remove unnecessary explicit GC in ZygoteInit.
2014-08-20 23:49:12 +00:00
Mathieu Chartier
977c4a5b81
Merge "Clean up ExceptionOccurred."
2014-08-20 21:39:46 +00:00
Mathieu Chartier
98671c34fa
Clean up ExceptionOccurred.
...
Use ExceptionCheck before ExceptionOccurred since ExceptionCheck
doesn't acquire any locks and is faster.
Change-Id: Ibd87fd1e33b339bd2a6effa1d20d3253c8a61bdc
2014-08-20 16:24:47 -07:00
Mathieu Chartier
8f9ebc8a7c
Merge "Remove unnecessary explicit GC in ZygoteInit."
2014-08-20 21:39:46 +00:00
vandwalle
ccb019d04e
am 3a7bbbff: am 14aa17a2: Merge "remove passpoint, except ANQP - DO NOT MERGE" into lmp-dev
...
* commit '3a7bbbff1e526dce660fc1d08113167134402b75':
remove passpoint, except ANQP - DO NOT MERGE
2014-08-20 19:26:13 +00:00
Adrian Roos
623caf5d3c
am cb640c62: am 68d3e6c7: Merge "Implement trust managed visuals" into lmp-dev
...
* commit 'cb640c625d063a757b5deb9b15a971745aacb8d6':
Implement trust managed visuals
2014-08-20 19:26:08 +00:00
Adam Lesinski
82340c87ea
am 7224e1b2: am 7d98d0a0: Merge "Fix crash when launching Activities in \'android\' package" into lmp-dev
...
* commit '7224e1b20c3f0be88ea8fc2daa9144cf68f091d9':
Fix crash when launching Activities in 'android' package
2014-08-20 19:26:03 +00:00
Jorim Jaggi
f3d483a607
am c3dbfd16: am f28c44b9: Merge "Remove battery color when in power save" into lmp-dev
...
* commit 'c3dbfd1673ef88bf43c7fd23d421ca6155c30217':
Remove battery color when in power save
2014-08-20 19:25:58 +00:00
Selim Cinek
e6a803365a
am d59026ba: am ffb5acc3: Merge "Announcing quick settings changes now via talkback" into lmp-dev
...
* commit 'd59026baf0b1aa94f02e6f38672bce653b994a4f':
Announcing quick settings changes now via talkback
2014-08-20 19:25:53 +00:00
vandwalle
ee6ae28760
am 14aa17a2: Merge "remove passpoint, except ANQP - DO NOT MERGE" into lmp-dev
...
* commit '14aa17a230d141c9a1f4478f4fc85d5263080c47':
remove passpoint, except ANQP - DO NOT MERGE
2014-08-20 19:13:26 +00:00
Adrian Roos
0a1b75f7a0
am 68d3e6c7: Merge "Implement trust managed visuals" into lmp-dev
...
* commit '68d3e6c797efa43fa0852ae7583c554463938059':
Implement trust managed visuals
2014-08-20 19:13:21 +00:00
Adam Lesinski
6ceec090cd
am 7d98d0a0: Merge "Fix crash when launching Activities in \'android\' package" into lmp-dev
...
* commit '7d98d0a0c57232d5c00b823cf8ff4fa6ff643e06':
Fix crash when launching Activities in 'android' package
2014-08-20 19:13:17 +00:00
Jorim Jaggi
66a3993e02
am f28c44b9: Merge "Remove battery color when in power save" into lmp-dev
...
* commit 'f28c44b963d09d0f3f8a7515644e48144b214ac2':
Remove battery color when in power save
2014-08-20 19:13:12 +00:00
Selim Cinek
3531b09a9b
am ffb5acc3: Merge "Announcing quick settings changes now via talkback" into lmp-dev
...
* commit 'ffb5acc3d82c67fa8ced8a7d2b699620241ec6d2':
Announcing quick settings changes now via talkback
2014-08-20 19:13:07 +00:00
Chris Craik
b9627eee5c
am c8028af9: am 1ada8566: Merge "Add outlineProvider attribute" into lmp-dev
...
* commit 'c8028af9f90268db55547b56fd0dc242bb7d9053':
Add outlineProvider attribute
2014-08-20 17:59:56 +00:00
Chris Craik
ad0a3c920a
am 5edc6c50: am 4fe137c7: Merge "Make getOutline account for gravity BitmapDrawable" into lmp-dev
...
* commit '5edc6c500490bbb9d36b6122106ccb291e1cfe78':
Make getOutline account for gravity BitmapDrawable
2014-08-20 17:59:52 +00:00
Mathieu Chartier
9a88f10b89
Remove unnecessary explicit GC in ZygoteInit.
...
Removes > 1s of GC time and hundreds of GC during device boot.
Zygote size before: 8388608
Zygote size after: 8388608
No increase in zygote space size due to zygote compaction.
Bug: 16398684
Change-Id: I3c6f5a0b26a207ab39bb0a952400d7488e42f00c
2014-08-20 10:57:45 -07:00
Chris Craik
07811d31c2
am 1ada8566: Merge "Add outlineProvider attribute" into lmp-dev
...
* commit '1ada856628fb56518b438a45d0b66693d7eef185':
Add outlineProvider attribute
2014-08-20 17:47:00 +00:00
Chris Craik
72acaa3b50
am 4fe137c7: Merge "Make getOutline account for gravity BitmapDrawable" into lmp-dev
...
* commit '4fe137c71378711bf1cb09286341f90c2a5d59e2':
Make getOutline account for gravity BitmapDrawable
2014-08-20 17:46:55 +00:00
Jorim Jaggi
2281e12d34
am 87aa9654: am b055471f: Merge "Make alarm invisible when going to detail in QS" into lmp-dev
...
* commit '87aa965447505c2981871871e89110d4398e2460':
Make alarm invisible when going to detail in QS
2014-08-20 17:12:31 +00:00
Nicolas Prevot
f3a2fc889b
am 7270d1f3: am 5d6c6120: Merge "Allow the system in other users to call startActivityAsCaller." into lmp-dev
...
* commit '7270d1f33272398613e8dffcd780ccab450f5133':
Allow the system in other users to call startActivityAsCaller.
2014-08-20 17:12:26 +00:00
John Spurlock
42b958170b
am c58697ad: am b79e1367: Merge "Copy framework internal resources for indeterminate anim." into lmp-dev
...
* commit 'c58697ad299e106fa7de0b597f77416205ed1610':
Copy framework internal resources for indeterminate anim.
2014-08-20 17:03:07 +00:00
Jorim Jaggi
ce1d5279c2
am b055471f: Merge "Make alarm invisible when going to detail in QS" into lmp-dev
...
* commit 'b055471f10a7c705328ad8a5f6e5e82e3da90ffb':
Make alarm invisible when going to detail in QS
2014-08-20 17:02:42 +00:00
Nicolas Prevot
f753f35c26
am 5d6c6120: Merge "Allow the system in other users to call startActivityAsCaller." into lmp-dev
...
* commit '5d6c612084f2c2dc002b61c8fbf7c23ff9a2ce1c':
Allow the system in other users to call startActivityAsCaller.
2014-08-20 17:02:39 +00:00
John Spurlock
ee07749285
am b79e1367: Merge "Copy framework internal resources for indeterminate anim." into lmp-dev
...
* commit 'b79e13674193193bbf82a02759c3a9636b385c1d':
Copy framework internal resources for indeterminate anim.
2014-08-20 16:54:45 +00:00
Santos Cordon
9fee66a59d
am 13de398d: am 3715de8f: Merge "Made all classes required for an InCallService @SystemApi" into lmp-dev
...
* commit '13de398dc86d8b52a1f56a95601ee073cd564039':
Made all classes required for an InCallService @SystemApi
2014-08-20 16:24:37 +00:00
Justin Koh
3cdf006ce6
am c88da6d5: am e6a59a4c: Merge "Add check to allow notification listener packages to post >50 notifications" into lmp-dev
...
* commit 'c88da6d5c5cbf0ef68cb932d8cb877ae6b0b53af':
Add check to allow notification listener packages to post >50 notifications
2014-08-20 16:24:33 +00:00
Santos Cordon
5bbe9e4166
am 3715de8f: Merge "Made all classes required for an InCallService @SystemApi" into lmp-dev
...
* commit '3715de8f0e969c892f8a153627110f092e5527fb':
Made all classes required for an InCallService @SystemApi
2014-08-20 16:14:19 +00:00
Justin Koh
721edc540d
am e6a59a4c: Merge "Add check to allow notification listener packages to post >50 notifications" into lmp-dev
...
* commit 'e6a59a4c42c4c9e60a69abef966202024640f867':
Add check to allow notification listener packages to post >50 notifications
2014-08-20 16:14:14 +00:00
Jason Monk
9dee734351
am 202b67f0: am abd834f3: Merge "Add hotspot tile to defaults" into lmp-dev
...
* commit '202b67f0326fe022fed56b92c9b2675c4ea50bbd':
Add hotspot tile to defaults
2014-08-20 16:06:28 +00:00
vandwalle
da3475dba7
Merge "remove passpoint, except ANQP - DO NOT MERGE" into lmp-dev
2014-08-20 16:06:26 +00:00
John Reck
8b19f914a0
am 7d6636fa: am 0d0dbcb0: Merge "Don\'t use Animator:reverse()" into lmp-dev
...
* commit '7d6636fa60f5b63c983c80cf19d3bd1ff6245b28':
Don't use Animator:reverse()
2014-08-20 16:06:23 +00:00
Jason Monk
74d340cc33
am abd834f3: Merge "Add hotspot tile to defaults" into lmp-dev
...
* commit 'abd834f3d31c2b222decbf484818be1bef9cc4ef':
Add hotspot tile to defaults
2014-08-20 15:59:01 +00:00
John Reck
ce1846a7e6
am 0d0dbcb0: Merge "Don\'t use Animator:reverse()" into lmp-dev
...
* commit '0d0dbcb012596d063d52749298e84bd50c591b7b':
Don't use Animator:reverse()
2014-08-20 15:58:56 +00:00
Jorim Jaggi
8faf5f56aa
am 8cf86b66: am 7fda5cd7: Merge "Fix crash when reset() gets called during an animation" into lmp-dev
...
* commit '8cf86b663a385215eaeaf1f0d152e777c85926ea':
Fix crash when reset() gets called during an animation
2014-08-20 15:46:24 +00:00
Jorim Jaggi
a4493cb76d
am 7fda5cd7: Merge "Fix crash when reset() gets called during an animation" into lmp-dev
...
* commit '7fda5cd78b340b4edf6072a9c749c3cff64e89f6':
Fix crash when reset() gets called during an animation
2014-08-20 15:38:17 +00:00
Jorim Jaggi
a4030a611d
am 6d0ec4c0: am 69213844: Merge "Fix QS expansion weirdness #2 " into lmp-dev
...
* commit '6d0ec4c0564fc66d89c1f024ac09c04ec2312cea':
Fix QS expansion weirdness #2
2014-08-20 15:38:06 +00:00
Jason Monk
f65719270b
am 7c088477: am 98a04b1a: Merge "Update the QS footer from UI thread" into lmp-dev
...
* commit '7c0884775e85bf8f6908d5a80acb91630b9a4e44':
Update the QS footer from UI thread
2014-08-20 15:38:01 +00:00
John Spurlock
542ff0be40
am 9d55c074: am 3422f40e: Merge "PowerUI: Remove the fallback dialogs." into lmp-dev
...
* commit '9d55c074e6e7bac353bd735be6e67ba53a1d90da':
PowerUI: Remove the fallback dialogs.
2014-08-20 15:37:57 +00:00
John Spurlock
1c8ebdbffa
am 778af39a: am 6c162ab4: Merge "Remove logspam from GlobalActions." into lmp-dev
...
* commit '778af39a6da32b5274980abc258d8437b01dbb15':
Remove logspam from GlobalActions.
2014-08-20 15:37:52 +00:00
Jorim Jaggi
f5757bb4c9
am 69213844: Merge "Fix QS expansion weirdness #2 " into lmp-dev
...
* commit '69213844a5162e1ff9376a3f83d4ea8a73d172ad':
Fix QS expansion weirdness #2
2014-08-20 15:30:28 +00:00
Jason Monk
1416f2eafd
am 98a04b1a: Merge "Update the QS footer from UI thread" into lmp-dev
...
* commit '98a04b1a6903606631b4288b6f62b68a5a188505':
Update the QS footer from UI thread
2014-08-20 15:30:23 +00:00
John Spurlock
86f2d5c370
am 3422f40e: Merge "PowerUI: Remove the fallback dialogs." into lmp-dev
...
* commit '3422f40e3df21f94fea33f59bc9e1aeecc836423':
PowerUI: Remove the fallback dialogs.
2014-08-20 15:30:19 +00:00
John Spurlock
357aaeae52
am 6c162ab4: Merge "Remove logspam from GlobalActions." into lmp-dev
...
* commit '6c162ab4e1e09c31426c22aacb20729a00567c3e':
Remove logspam from GlobalActions.
2014-08-20 15:30:14 +00:00
Amith Yamasani
47cf74f8e0
am c233686a: am ed084f44: Merge "Rename restrictions API class and method" into lmp-dev
...
* commit 'c233686adbcebbd51d06b5efeeb8192567b48597':
Rename restrictions API class and method
2014-08-20 15:22:40 +00:00
Amith Yamasani
80a06c4e88
am ed084f44: Merge "Rename restrictions API class and method" into lmp-dev
...
* commit 'ed084f44c971244239f4cfa55183510d2c4fec15':
Rename restrictions API class and method
2014-08-20 15:13:50 +00:00
Jorim Jaggi
3f9ced7c14
am d8c6b3fb: am da351d0d: Merge "Don\'t allow to scroll to QS if not provisioned" into lmp-dev
...
* commit 'd8c6b3fbf8ffb9412a89c6114fe915152482cb74':
Don't allow to scroll to QS if not provisioned
2014-08-20 14:15:02 +00:00