Narayan Kamath
b2235d5db7
am fca204a4: am 05cebdc2: Merge "Fix several bad function definitions."
...
* commit 'fca204a4b8771b800383c91465a48eb2cd8b3ba2':
Fix several bad function definitions.
2014-03-07 19:41:27 +00:00
Narayan Kamath
cde7868356
am b152473f: am 9fce8535: Merge "AArch64: Make AssetAtlasService 64-bit compatible"
...
* commit 'b152473f46d8176e7eb2c55b54342a7a29c525cf':
AArch64: Make AssetAtlasService 64-bit compatible
2014-03-07 19:41:24 +00:00
Narayan Kamath
ae69111e23
am 96ddea41: am 7c710936: Merge "Remove java.io.tmpdir assignment in AndroidRuntime."
...
* commit '96ddea413dcf266d996877d3fc2d81738c5316c8':
Remove java.io.tmpdir assignment in AndroidRuntime.
2014-03-07 19:40:30 +00:00
Calin Juravle
801b3542c7
am 7a4172d1: am f11cc165: Merge "Fixed a possible infinite loop in JsonReader#skipValue()"
...
* commit '7a4172d190871c6b17124bf86374304cef727984':
Fixed a possible infinite loop in JsonReader#skipValue()
2014-03-07 19:40:23 +00:00
Narayan Kamath
c73480ef68
am 92a09fbd: am a14d9c31: Merge "Move Json{Reader,Writer} test to cts."
...
* commit '92a09fbdebae5362633db281bc155ed1f1145588':
Move Json{Reader,Writer} test to cts.
2014-03-07 19:39:35 +00:00
Narayan Kamath
d5b9bcb60d
am 28879bbf: am be57fca4: Merge "Extended locales in AAPT / AssetManager."
...
* commit '28879bbfe89dc4bf2067a7183975ecffb82f68e6':
Extended locales in AAPT / AssetManager.
2014-03-07 19:39:13 +00:00
Narayan Kamath
d556b42909
am 3bec0fbb: am fa8f95e9: Merge "AArch64: Use long for pointers in SurfaceSession class"
...
* commit '3bec0fbb349a969934828ee726956877a3a21dee':
AArch64: Use long for pointers in SurfaceSession class
2014-03-07 19:34:28 +00:00
Leon Scroggins III
5eea60a0ef
am 74ca3fd3: am bc57651f: Merge "DO NOT MERGE - merge nativeDecodeFileDescriptor fixes into KLP-MR2 BUG:13191516" into klp-dev
...
* commit '74ca3fd34dac9674f61313594e2863ffecd79c7a':
DO NOT MERGE - merge nativeDecodeFileDescriptor fixes into KLP-MR2 BUG:13191516
2014-03-07 18:31:39 +00:00
Dianne Hackborn
731ef29831
am 8e904d56: am 785d764b: Merge "More on issue #12031685 (DO NOT MERGE)" into klp-dev
...
* commit '8e904d565e8a54f755814e9ae062743b8b012731':
More on issue #12031685 (DO NOT MERGE)
2014-03-07 18:31:36 +00:00
Chris Wren
48ef4b2dc3
am 111e981d: am 70d5ed26: Merge "use relative positioning for notification actions" into klp-dev
...
* commit '111e981dc7f7d62647d6aa5e6c44cfd13af53608':
use relative positioning for notification actions
2014-03-07 18:31:29 +00:00
Svetoslav
09279ece2f
am d2a244f9: am 8cb232cb: Merge "ProgressBar is important for accessibility by default." into klp-dev
...
* commit 'd2a244f9767ee678d3971c9ad43a07100db4e8c9':
ProgressBar is important for accessibility by default.
2014-03-07 18:31:04 +00:00
Jay Shrauner
94c349d816
am 1276295b: am a3ea4be5: Prevent SpellChecker from setting invalid range - DO NOT MERGE
...
* commit '1276295b6b157b583480fbdf2be72b9bc0fb1c54':
Prevent SpellChecker from setting invalid range - DO NOT MERGE
2014-03-07 18:30:52 +00:00
Leon Scroggins III
42ae4cf2ce
Merge "resolved conflicts for merge of 8d3281f5 to klp-dev-plus-aosp" into klp-dev-plus-aosp
2014-03-07 18:26:19 +00:00
Leon Scroggins III
74ca3fd34d
am bc57651f: Merge "DO NOT MERGE - merge nativeDecodeFileDescriptor fixes into KLP-MR2 BUG:13191516" into klp-dev
...
* commit 'bc57651fb510d7b1a2811235f96e711b6be12a12':
DO NOT MERGE - merge nativeDecodeFileDescriptor fixes into KLP-MR2 BUG:13191516
2014-03-07 18:15:23 +00:00
Dianne Hackborn
8e904d565e
am 785d764b: Merge "More on issue #12031685 (DO NOT MERGE)" into klp-dev
...
* commit '785d764bd56b2d41216aa52ab8f6b6af9179f9c9':
More on issue #12031685 (DO NOT MERGE)
2014-03-07 18:15:19 +00:00
Leon Scroggins III
bc57651fb5
Merge "DO NOT MERGE - merge nativeDecodeFileDescriptor fixes into KLP-MR2 BUG:13191516" into klp-dev
2014-03-07 18:13:29 +00:00
Dianne Hackborn
785d764bd5
Merge "More on issue #12031685 (DO NOT MERGE)" into klp-dev
2014-03-07 18:12:30 +00:00
Andy McFadden
cda61e95f6
am faddd77a: Merge "EGL14.eglCreateWindowSurface should set producerControlledByApp" into klp-dev
...
* commit 'faddd77a917dd423aee5fc64c056c8c2e0ce6f9a':
EGL14.eglCreateWindowSurface should set producerControlledByApp
2014-03-07 17:43:40 +00:00
Andy McFadden
faddd77a91
Merge "EGL14.eglCreateWindowSurface should set producerControlledByApp" into klp-dev
2014-03-07 17:40:40 +00:00
Leon Scroggins III
278250dafb
DO NOT MERGE - merge nativeDecodeFileDescriptor fixes into KLP-MR2
...
BUG:13191516
Original CLs below:
In nativeDecodeFileDescriptor, use fdopen.
Instead of attempting to mmap the entire file, create an
SkFILEStream from a FILE.
BUG:11669944
BUG:11028218
Cherry-pick from: If67da91484acc79f9f3dde6d05201409c0c75e41
-------------------------------------------------------------------------
Decode file descriptor from the correct offset.
Fix a few bugs in nativeDecodeFileDescriptor:
1. Restore the FD's offset when exiting the function.
2. Copy the data when potentially using an SkImageRef.
The old behavior would have continued to modify the
file descriptor's offset each time a new decode was
required. The copy ensures that the file descriptor
remains unchanged.
3. Buffer the file stream.
Prior to this change, if the image was not a PNG,
the stream would be rewound to the beginning of the
file, even if the file descriptor was passed in with
an offset. Thanks to the buffer, the stream is only
rewound to the original offset.
Depends on https://googleplex-android-review.googlesource.com/#/c/415821/1
in external/skia
BUG:12807677
BUG:12895876
Cherry-pick from: I38b8cf5d210dbbc0107e6562e3884867de57fc4b
2014-03-07 11:28:44 -05:00
Chris Wren
111e981dc7
am 70d5ed26: Merge "use relative positioning for notification actions" into klp-dev
...
* commit '70d5ed269268c1da6169b49b555d7295ac5d6763':
use relative positioning for notification actions
2014-03-07 15:10:47 +00:00
Chris Wren
70d5ed2692
Merge "use relative positioning for notification actions" into klp-dev
2014-03-07 15:08:29 +00:00
Wink Saville
4ee594e305
am 16c0b295: am bba3a694: Merge "Telephony API extension v2"
...
* commit '16c0b295ef069e128a4e01fd2f72da06784950a1':
Telephony API extension v2
2014-03-07 02:30:08 +00:00
Nick Kralevich
943822c93a
am 93994e9d: am a9bb594d: Merge "Convert all selinux_android_restorecon and _setfilecon calls to new API."
...
* commit '93994e9db44a30402bd596764163d81ee1b1fd30':
Convert all selinux_android_restorecon and _setfilecon calls to new API.
2014-03-07 02:29:42 +00:00
Dave Platt
9eca7f8fbc
am 53c7608a: am a3c3533b: Merge "Finish fixing Zygote descriptor leakage problem"
...
* commit '53c7608aefb0ed754394e571cac02e96ad6fcdb3':
Finish fixing Zygote descriptor leakage problem
2014-03-07 02:29:30 +00:00
Paul Duffin
6b786e0012
am 75d67c6a: am d562a9b5: Merge "Improve Parcel\'s handling of non-primitive arrays"
...
* commit '75d67c6aa051392e711fde3b901a4f2c62f983db':
Improve Parcel's handling of non-primitive arrays
2014-03-07 02:27:47 +00:00
Dianne Hackborn
e30761460f
am 133f6826: am 89492190: Merge "Runtime resource overlay, iteration 2, test cases"
...
* commit '133f6826e58aa7643858d4e50630103eb01f1815':
Runtime resource overlay, iteration 2, test cases
2014-03-07 02:27:13 +00:00
Dianne Hackborn
c1349a9601
am 4ad93639: am 67754d93: Merge "Runtime resource overlay, iteration 2"
...
* commit '4ad93639d210297764db3ffcd870ff38464943de':
Runtime resource overlay, iteration 2
2014-03-07 02:27:10 +00:00
Narayan Kamath
e2e8046eb4
am 8a63c34b: am 3aeb629d: Merge "Use long to store pointers in GLES_JNI/EGL classes"
...
* commit '8a63c34bb0f0cf25051c6eeb49c21476258fadfb':
Use long to store pointers in GLES_JNI/EGL classes
2014-03-07 02:26:56 +00:00
Narayan Kamath
e898f14cd5
am b90fc64b: am f44a3f1e: Merge "Use long for pointers in EmojiFactory and PdfDocument"
...
* commit 'b90fc64b030ee50bda9a0dabb5247660b70d6659':
Use long for pointers in EmojiFactory and PdfDocument
2014-03-07 02:26:46 +00:00
Colin Cross
cc07f0f42e
am 12f1f5b8: am 40545f32: Merge "frameworks/base: fix errors inside ALOGV"
...
* commit '12f1f5b87326a31f4c69e949a1e645e82c9152d4':
frameworks/base: fix errors inside ALOGV
2014-03-07 02:26:12 +00:00
Dianne Hackborn
cb15c7a83b
More on issue #12031685 (DO NOT MERGE)
...
Integrate from master:
Fix issue #13065185 : Frequent runtime restarts on launching...
..."Hill Climb Racing" app
A service is in use when it is in the restarting state.
Change-Id: Iffdea96f867f89089e7ad07b4b1bef056951a5e8
2014-03-06 17:39:11 -08:00
Leon Scroggins III
e648c19bf3
resolved conflicts for merge of 8d3281f5 to klp-dev-plus-aosp
...
Change-Id: If2855ff4f7a1e7645c69af378955868f44187376
2014-03-06 20:10:19 -05:00
Svetoslav
d2a244f976
am 8cb232cb: Merge "ProgressBar is important for accessibility by default." into klp-dev
...
* commit '8cb232cb796718ad91e56672a2c8fdbf88633001':
ProgressBar is important for accessibility by default.
2014-03-07 00:39:05 +00:00
Narayan Kamath
ad7c2c2d8d
am 77a1986c: am 49b7ba4d: Merge "AArch64: Make AssetManager and related classes 64-bit compatible"
...
* commit '77a1986c69760583f05eabbf7dac7c25dd8b7e7b':
AArch64: Make AssetManager and related classes 64-bit compatible
2014-03-07 00:38:00 +00:00
Narayan Kamath
364d8180d5
am 149510e0: am b9f960e0: Merge "Fixed cancel() not working correctly"
...
* commit '149510e010b46a445355a8d7fcdb8401125b92c3':
Fixed cancel() not working correctly
2014-03-07 00:37:53 +00:00
Igor Murashkin
872afcd2f3
am 4463a4ef: am e05b7b50: Merge "EGL14.eglCreateWindowSurface should set producerControlledByApp"
...
* commit '4463a4ef26b2eb62fae74568193fd07e97dedd4d':
EGL14.eglCreateWindowSurface should set producerControlledByApp
2014-03-07 00:37:49 +00:00
Brian Carlstrom
ac3b177cc1
am 2cd0563c: am 3038046b: Merge "frameworks/base: Rename persist.sys.dalvik.vm.lib to allow new default"
...
* commit '2cd0563cb8345747d3705d4f339a0800998767fe':
frameworks/base: Rename persist.sys.dalvik.vm.lib to allow new default
2014-03-07 00:37:27 +00:00
Svetoslav
8cb232cb79
Merge "ProgressBar is important for accessibility by default." into klp-dev
2014-03-07 00:37:14 +00:00
Jay Shrauner
1276295b6b
am a3ea4be5: Prevent SpellChecker from setting invalid range - DO NOT MERGE
...
* commit 'a3ea4be5425fc2a561290c08a9f5f31f374afc31':
Prevent SpellChecker from setting invalid range - DO NOT MERGE
2014-03-07 00:00:14 +00:00
Narayan Kamath
5860f4f5f0
am 70986e19: am ab71f8b6: Merge "AArch64: Use of long for pointers in PropertyValuesHolder"
...
* commit '70986e197bbaf4de4f8126519a75df2b057c3b52':
AArch64: Use of long for pointers in PropertyValuesHolder
2014-03-06 22:58:13 +00:00
Narayan Kamath
1d54ab55ec
am fa2e16e3: am 54190ec8: Merge "change Surface constructor arg to 64bit"
...
* commit 'fa2e16e36d95d5cf0848a28a98ac4566321fc119':
change Surface constructor arg to 64bit
2014-03-06 22:58:08 +00:00
Jay Shrauner
a3ea4be542
Prevent SpellChecker from setting invalid range - DO NOT MERGE
...
Add check for invalid range before setting for further check
at end of parse() loop.
Bug:12936072
Change-Id: Ie0b33b8e69fe47e5d3371640be5681f13a4e4f6e
(cherry picked from commit ea4adf2847 )
2014-03-06 22:29:12 +00:00
Takahiro Aizawa
092759f6b4
EGL14.eglCreateWindowSurface should set producerControlledByApp
...
Interface of Surface class changed.
To reflect the change for EGL14, add producerControlledByApp flag.
Similar change can be seen in 0fa257fe53
Bug 13226025
(cherry-pick from AOSP Ic8911d3131e033747cfdabe59ac2fea1e90bb4a0)
Change-Id: I853484c38f065d71b365bb48b2a794ca4787e70a
2014-03-06 14:18:44 -08:00
Santos Cordon
ff96593ede
am abbd963e: am 4c8c27ed: Updating wording around PROCESS_INCOMING_CALL. DO NOT MERGE.
...
* commit 'abbd963e3c50f5241f9bf668b8b806c42a202621':
Updating wording around PROCESS_INCOMING_CALL. DO NOT MERGE.
2014-03-06 20:05:23 +00:00
Chris Wren
be63a95d2b
use relative positioning for notification actions
...
Bug: 10531101
Change-Id: Ia1d7cac880f620a9760271344edf920caf0d852d
2014-03-06 14:55:23 -05:00
Leon Scroggins III
8d3281f5f7
am ee008d42: Merge "Update framework to use M33 Skia. DO NOT MERGE" into klp-dev
...
* commit 'ee008d4264a95bba5f90b17856fc06fa29a6f12c':
Update framework to use M33 Skia. DO NOT MERGE
2014-03-06 19:49:58 +00:00
Santos Cordon
abbd963e3c
am 4c8c27ed: Updating wording around PROCESS_INCOMING_CALL. DO NOT MERGE.
...
* commit '4c8c27ed7360abe3cd91a281e40d4e21948abc2a':
Updating wording around PROCESS_INCOMING_CALL. DO NOT MERGE.
2014-03-06 19:49:46 +00:00
Leon Scroggins III
ee008d4264
Merge "Update framework to use M33 Skia. DO NOT MERGE" into klp-dev
2014-03-06 19:37:28 +00:00
Svetoslav
6a1846a084
ProgressBar is important for accessibility by default.
...
If a view does not have callbacks, or content description, or does not draw
content, and it is marked as important for accessibility auto, then the system
decides it is not important and does not report it. Apparently progress bar
draws content that means something and it should be important for accessibility
by default.
Change-Id: Icd3837fb8b9e208c98b90707f3b195622d71949e
(cherry picked from commit 7face75f2c )
2014-03-06 19:31:19 +00:00