Joe Fernandez
7618a960ab
docs: Adding Android Build Tools Release Notes 19.0.1
...
New release notes page to capture updates to the Android build tools
Change-Id: Ide53142529c8eafed297e8e75ec40ae2c389375b
2013-12-09 21:43:23 -08:00
Joe Fernandez
bc06f8ee36
Merge "docs: Support Library 19.0.1 Release Notes" into klp-docs
2013-12-10 05:15:33 +00:00
Joe Fernandez
cdac3b1e97
Merge "docs: Platform image version release notes Android 4.4.2" into klp-docs
2013-12-10 05:14:56 +00:00
Alan Viverette
87079d44f1
Merge "Allow calls to AlertDialog.getButton() before dialog is shown"
2013-12-10 02:44:37 +00:00
Mathieu Chartier
4524cc649a
am f2156ad2: am 6a58a2e7: am cb3ee4ed: am 3254260b: Merge "Update Dalvik process state through VMRuntime."
...
* commit 'f2156ad2db37ea3733cd090ec05aac3cb6860f2b':
Update Dalvik process state through VMRuntime.
2013-12-10 02:34:44 +00:00
Kenny Root
76d5bd925d
am f2f03363: am 140ecf25: am ea18bdaf: am 25fd0c9e: Merge changes Ib4450c39,Ie7ed5655
...
* commit 'f2f03363bce7a1811a0ea3860223da56a6ab2359':
preloaded-classes: remove some OpenSSLCipher modes
Add CertStoreParameters to preloaded-classes
2013-12-10 02:34:36 +00:00
Craig Mautner
52472ec5ed
am bdc748af: (-s ours) DO NOT MERGE: Eliminate StackBox.
...
* commit 'bdc748af8ce62778d2ad15040ecdfada6e4635fd':
DO NOT MERGE: Eliminate StackBox.
2013-12-10 02:34:30 +00:00
Amith Yamasani
e0520a4848
am 09e9cdce: (-s ours) DO NOT MERGE : Move some system services to their own sub package.
...
* commit '09e9cdceceb722643e2c80c6544d44a43d7f95f0':
DO NOT MERGE : Move some system services to their own sub package.
2013-12-10 02:34:26 +00:00
Amith Yamasani
9a96726ad8
am d50d41e4: (-s ours) DO NOT MERGE: Don\'t freak out if SystemUiService isn\'t available
...
* commit 'd50d41e4df482a61f840ff912aacea0e00848f41':
DO NOT MERGE: Don't freak out if SystemUiService isn't available
2013-12-10 02:34:20 +00:00
Mike Lockwood
cdccf40e7a
am e63f6f7c: (-s ours) DO NOT MERGE: Remove obsolete "headless" support
...
* commit 'e63f6f7c8d0094bdea3fe031a178490b273162cd':
DO NOT MERGE: Remove obsolete "headless" support
2013-12-10 02:34:09 +00:00
Qiwen Zhao
1720f5221d
am de8905e4: (-s ours) DO NOT MERGE reset to goog/klp-volantis-dev
...
* commit 'de8905e4954c86e8e55775b156ea7929f8fd1030':
2013-12-10 02:34:04 +00:00
Mathieu Chartier
f2156ad2db
am 6a58a2e7: am cb3ee4ed: am 3254260b: Merge "Update Dalvik process state through VMRuntime."
...
* commit '6a58a2e7e6d39180a130f3bff09aeb7afa6b1e3c':
Update Dalvik process state through VMRuntime.
2013-12-10 02:30:45 +00:00
Kenny Root
f2f03363bc
am 140ecf25: am ea18bdaf: am 25fd0c9e: Merge changes Ib4450c39,Ie7ed5655
...
* commit '140ecf2530fc9ad89e59d60b6f7b70bc2e1fdd0c':
preloaded-classes: remove some OpenSSLCipher modes
Add CertStoreParameters to preloaded-classes
2013-12-10 02:30:41 +00:00
Mathieu Chartier
6a58a2e7e6
am cb3ee4ed: am 3254260b: Merge "Update Dalvik process state through VMRuntime."
...
* commit 'cb3ee4ed3e23cb0de4b7cb37617330a41485845b':
Update Dalvik process state through VMRuntime.
2013-12-10 02:27:33 +00:00
Kenny Root
140ecf2530
am ea18bdaf: am 25fd0c9e: Merge changes Ib4450c39,Ie7ed5655
...
* commit 'ea18bdafb9e82a613f6b9b1f7ba4a9f1ea6c8b20':
preloaded-classes: remove some OpenSSLCipher modes
Add CertStoreParameters to preloaded-classes
2013-12-10 02:27:27 +00:00
Mathieu Chartier
cb3ee4ed3e
am 3254260b: Merge "Update Dalvik process state through VMRuntime."
...
* commit '3254260b8b55496468e2b897c76cadd9ecde508d':
Update Dalvik process state through VMRuntime.
2013-12-09 18:24:29 -08:00
Kenny Root
ea18bdafb9
am 25fd0c9e: Merge changes Ib4450c39,Ie7ed5655
...
* commit '25fd0c9e74f1b59d8b49258a3081af4479574f3f':
preloaded-classes: remove some OpenSSLCipher modes
Add CertStoreParameters to preloaded-classes
2013-12-09 18:24:24 -08:00
Dianne Hackborn
ee22198421
Merge "Fix crash:"
2013-12-10 02:22:05 +00:00
Alan Viverette
a1e6331942
Allow calls to AlertDialog.getButton() before dialog is shown
...
Change-Id: If0737ff53f3e500c2a946a18a753e279882965a2
2013-12-09 18:20:19 -08:00
Dianne Hackborn
4190fc52e1
Fix crash:
...
W/BinderNative( 667): Uncaught exception from death notification
W/BinderNative( 667): java.lang.ArrayIndexOutOfBoundsException: length=0; index=0
W/BinderNative( 667): at android.util.ArraySet.valueAt(ArraySet.java:301)
W/BinderNative( 667): at com.android.server.am.ActiveServices.killServicesLocked(ActiveServices.java:2069)
W/BinderNative( 667): at com.android.server.am.ActivityManagerService.cleanUpApplicationRecordLocked(ActivityManagerService.java:12412)
W/BinderNative( 667): at com.android.server.am.ActivityManagerService.handleAppDiedLocked(ActivityManagerService.java:3596)
W/BinderNative( 667): at com.android.server.am.ActivityManagerService.appDiedLocked(ActivityManagerService.java:3744)
W/BinderNative( 667): at com.android.server.am.ActivityManagerService$AppDeathRecipient.binderDied(ActivityManagerService.java:1024)
W/BinderNative( 667): at android.os.BinderProxy.sendDeathNotice(Binder.java:493)
W/BinderNative( 667): at dalvik.system.NativeStart.run(Native Method)
Change-Id: I5cd03187dfaa8ec25c7db34ad10e2b6c089c468c
2013-12-09 18:20:16 -08:00
Mathieu Chartier
3254260b8b
Merge "Update Dalvik process state through VMRuntime."
2013-12-10 02:18:06 +00:00
Alan Viverette
72fafbb4e4
Merge "Prevent reentrance in Dialog.findViewById()"
2013-12-10 02:09:36 +00:00
Yorke Lee
d6a3660d37
Merge "Catch ActivityNotFoundException in quick contacts badge"
2013-12-10 00:23:57 +00:00
John Reck
71c8fa1776
Merge "RenderThread work"
2013-12-10 00:22:33 +00:00
John Reck
cec24ae16e
RenderThread work
...
Hacky prototype needs a private API to enable
Change-Id: I21e0ddf3cdbd38a4036354b5d6012449e1a34849
2013-12-09 15:57:09 -08:00
quddusc
ad7cf3afa3
Merge "docs: Added training doc for app indexing (aka Calypso)." into klp-docs
2013-12-09 23:50:58 +00:00
Craig Mautner
bdc748af8c
DO NOT MERGE: Eliminate StackBox.
...
StackBox is too constraining. Adding size and position to TaskStacks
directly makes stack positioning and management more flexible and
prepares for ActivityView.
Change-Id: I33c6b4e1c23a5a8069fd507c160bcb34e4d287b2
2013-12-09 15:15:34 -08:00
Amith Yamasani
09e9cdcece
DO NOT MERGE : Move some system services to their own sub package.
...
(Cherry pick from master)
As a next step they can be moved into separate directories to be
built as separate modules that may or may not be included in a
particular configuration.
Moves AppWidgetService, BackupManagerService, ClipboardService, DevicePolicyMS,
and WallpaperMS.
Change-Id: Idd92871c1828bdde81d85fe99a9c87a22d53169d
2013-12-09 15:14:41 -08:00
Amith Yamasani
d50d41e4df
DO NOT MERGE: Don't freak out if SystemUiService isn't available
...
Reducing dependencies on system services
Change-Id: Ifb1a3bfb9c8dda5e22ec698ddb588058d20bd566
2013-12-09 15:14:39 -08:00
Mike Lockwood
e63f6f7c8d
DO NOT MERGE: Remove obsolete "headless" support
...
Change-Id: I829fe48e6ebcb819e260646bb19ac6ddfcf07f83
2013-12-09 15:14:37 -08:00
quddusc
4dc7ed9eba
docs: Added training doc for app indexing (aka Calypso).
...
Change-Id: Ic71a1ab607799153c030054b3e1017942c5db91a
2013-12-09 14:55:44 -08:00
Alan Viverette
1eb87f2c57
Merge "Unhide accessibility focus and importance getter APIs"
2013-12-09 22:52:11 +00:00
Alan Viverette
c21569aef8
Prevent reentrance in Dialog.findViewById()
...
BUG: 12063988
Change-Id: I58117949dde589bcdfcfe88ec90b4a6e8418fe2a
2013-12-09 14:50:41 -08:00
Baligh Uddin
38bae539f8
Remove deprecated locales
...
Bug:11340849
Change-Id: Ib99486303927a6bce308b113d70f8e5b5bce4a13
2013-12-09 22:41:12 +00:00
George Mount
7fe03a267e
Add Path trimming.
...
Change-Id: Iafcf127a5136883ad4c0185d3c15f96d67f38d0d
2013-12-09 14:34:54 -08:00
Kenny Root
25fd0c9e74
Merge changes Ib4450c39,Ie7ed5655
...
* changes:
preloaded-classes: remove some OpenSSLCipher modes
Add CertStoreParameters to preloaded-classes
2013-12-09 22:29:00 +00:00
Qiwen Zhao
de8905e495
DO NOT MERGE reset to goog/klp-volantis-dev
2013-12-09 14:17:43 -08:00
Kenny Root
53bcf2264c
preloaded-classes: remove some OpenSSLCipher modes
...
Some cipher modes were removed from OpenSSLCipher. This change removes
those classes from the preloaded classes list.
Change-Id: Ib4450c392513973836684b4d5df7fffb200b6260
2013-12-09 14:03:02 -08:00
Kenny Root
744f562c4d
Add CertStoreParameters to preloaded-classes
...
For image creating, art needs this in the preloaded-classes list.
Otherwise it complains loudly about not being able to load it from a
class initializer in Provider.java.
Change-Id: Ie7ed5655cba038b504767c3de9f70b47a8965cce
2013-12-09 13:49:29 -08:00
Joe Fernandez
53b01dbb58
docs: Support Library 19.0.1 Release Notes
...
Release notes for Support Library version releasing with the
KitKat MR1 update.
Change-Id: I6e2641e563772f93cc2f61ee7b466b0920209f77
2013-12-09 11:56:10 -08:00
Dianne Hackborn
3732f8d078
Merge "Fix issue #12031685 : Sticky Service Breakage in Android 4.4.1"
2013-12-09 19:29:54 +00:00
Dianne Hackborn
aa9875eb2d
Fix issue #12031685 : Sticky Service Breakage in Android 4.4.1
...
Got a little too aggressive about cleaning up service state; need to
avoid removing services from an app until we are in the second loop
doing the final cleanup, otherwise we can leave services around with
restarting their process.
Change-Id: I526a80285b4ef90c329db7c13442a27b9ad3585f
2013-12-09 11:26:11 -08:00
Lorenzo Colitti
4598ea4e5e
am 263c4788: am 30253d7a: am 2daa0c93: Merge "Add address flags and scope to LinkAddress."
...
* commit '263c4788dcf45f104f8668fd6621d1a7c39689b9':
Add address flags and scope to LinkAddress.
2013-12-09 18:34:44 +00:00
Lorenzo Colitti
263c4788dc
am 30253d7a: am 2daa0c93: Merge "Add address flags and scope to LinkAddress."
...
* commit '30253d7a649bd4fc6a436ae880a70e1142c1e58f':
Add address flags and scope to LinkAddress.
2013-12-09 18:31:25 +00:00
John Spurlock
3f6239e37e
Merge "Show hideycling for non-primary users."
2013-12-09 18:29:00 +00:00
Lorenzo Colitti
30253d7a64
am 2daa0c93: Merge "Add address flags and scope to LinkAddress."
...
* commit '2daa0c93c4a0a9d18f4ef4486369fb8c90cd1ea2':
Add address flags and scope to LinkAddress.
2013-12-09 10:28:19 -08:00
Baligh Uddin
9d20c2f3c1
Merge "Import translations. DO NOT MERGE"
2013-12-09 18:25:34 +00:00
Baligh Uddin
bc3e609dbc
Import translations. DO NOT MERGE
...
Change-Id: Ie859264a5323e31dde1529b33e9318949cc1668c
Auto-generated-cl: translation import
2013-12-09 10:17:36 -08:00
Baligh Uddin
bd4fd493b5
am 0126e980: (-s ours) am 19158fc3: (-s ours) am 325a1352: (-s ours) am 0bfbb676: (-s ours) Import translations. DO NOT MERGE
...
* commit '0126e9803401a657ea27e8ee8499fb52ca3810a9':
Import translations. DO NOT MERGE
2013-12-09 18:13:39 +00:00
Baligh Uddin
0126e98034
am 19158fc3: (-s ours) am 325a1352: (-s ours) am 0bfbb676: (-s ours) Import translations. DO NOT MERGE
...
* commit '19158fc39a40f51c87195f5e3066bd891d359a2e':
Import translations. DO NOT MERGE
2013-12-09 18:10:32 +00:00