David Friedman
7cd6cd3178
NDK release notes for r9c for review
...
Staged at http://boku.mtv.corp.google.co:9196/tools/sdk/ndk/index.html
Change-Id: Id058d39e10ce64fff2def3dea746ac5e11eff2b4
(cherry picked from commit 51501634c7d530d691f4345990a2434a00603ba2)
2013-12-19 21:47:46 +00:00
Craig Mautner
a8dfd5d896
am 4dcf1af3: am cccf2a33: Merge "Keydispatching timeout while finish Activity"
...
* commit '4dcf1af3ed8dfa546e6cbf5ecfa66914a3fda883':
Keydispatching timeout while finish Activity
2013-12-19 09:55:33 -08:00
Craig Mautner
4dcf1af3ed
am cccf2a33: Merge "Keydispatching timeout while finish Activity"
...
* commit 'cccf2a333793badbcea9b04fe3f29447496a56d9':
Keydispatching timeout while finish Activity
2013-12-19 09:52:32 -08:00
Craig Mautner
cccf2a3337
Merge "Keydispatching timeout while finish Activity"
2013-12-19 17:48:58 +00:00
Narayan Kamath
91f6aaaf2c
am 2d2d5943: am f3172c62: Merge "MediaDrm#mNativeContext is a long, not int."
...
* commit '2d2d594308693af79bf5c44f0dcc30f29d2dc31a':
MediaDrm#mNativeContext is a long, not int.
2013-12-19 05:01:34 -08:00
Narayan Kamath
2d2d594308
am f3172c62: Merge "MediaDrm#mNativeContext is a long, not int."
...
* commit 'f3172c623e4bb77a047262c6e7eedc4a2c2ea95a':
MediaDrm#mNativeContext is a long, not int.
2013-12-19 04:37:52 -08:00
Narayan Kamath
f3172c623e
Merge "MediaDrm#mNativeContext is a long, not int."
2013-12-19 12:35:24 +00:00
Martin Wallgren
c8733b818d
Keydispatching timeout while finish Activity
...
If there is input to be handled during finish activity we can get a
keydispatching timeout ANR. The reason is that finish activity is some
times not possible, and the activity is instead put on a finish queue.
The activity will then be finished sometime in the future. When we add
the activity to the finish queue, key dispatching is paused, and there
is an ANR timer waiting for it to be resumed again. Since it can take a
long time before the activity is actually finished, we need to resume
the key dispatching to avoid the ANR.
Change-Id: Icea4ab3b5ad05c8bfbadf8f5cece1a59ec621469
2013-12-19 13:24:00 +01:00
Peter Eliasson
55eda43af9
Cursor leakage due to cancellation signal
...
If a query call was cancelled, the cursor adaptor might leak. The
adaptor is now closed if any exception is thrown during query.
Change-Id: Ic4c2edeaf2fcef56b4ef59484a36d3233aa12dbc
2013-12-19 09:08:05 +01:00
Brian Carlstrom
d938681216
am f64a30f8: am a11371f4: Merge "Track Looper decoupling from ALooper"
...
* commit 'f64a30f8a68fbd6ee4f7ae2f66267e23f04c5839':
Track Looper decoupling from ALooper
2013-12-18 23:21:50 -08:00
Brian Carlstrom
f64a30f8a6
am a11371f4: Merge "Track Looper decoupling from ALooper"
...
* commit 'a11371f42b4dd793a48faa3323be34bca0f6d2e6':
Track Looper decoupling from ALooper
2013-12-18 23:16:17 -08:00
Brian Carlstrom
a11371f42b
Merge "Track Looper decoupling from ALooper"
2013-12-19 07:13:02 +00:00
Baligh Uddin
b158819d4b
am 2e371ee1: (-s ours) am c5b19fd3: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
...
* commit '2e371ee14a59ecedeaa02d1b5f7fc518f9203520':
Import translations. DO NOT MERGE
2013-12-18 20:55:49 -08:00
Baligh Uddin
2e371ee14a
am c5b19fd3: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
...
* commit 'c5b19fd397f0c42fa64d79a50edec4e20394241f':
Import translations. DO NOT MERGE
2013-12-18 20:52:34 -08:00
Baligh Uddin
c5b19fd397
Merge "Import translations. DO NOT MERGE" into klp-dev
2013-12-19 04:49:33 +00:00
Patrik2 Carlsson
265551a164
Fix a JNI local reference leak in MediaDrm
...
A reference leak was found in the subtitle usecase that also
applies to android_media_MediaDrm.cpp
(Code taken from the similar fix in android_media_MediaPlayer.cpp)
Change-Id: Icc4b25e4adc9a600ff4ac99a7a8478bb55a6e348
2013-12-19 10:59:42 +09:00
Brian Carlstrom
82b007d757
Track Looper decoupling from ALooper
...
Change-Id: I54f4d36f105e60eaaa453ae60f591d634c681fd7
2013-12-18 17:56:35 -08:00
Tim Murray
9619cddb01
am acf7b5d2: am 9dabdaec: Merge "Handle user-defined cache path for RS."
...
* commit 'acf7b5d24a98dc97b551e205bf7638f47d9304c0':
Handle user-defined cache path for RS.
2013-12-18 17:48:22 -08:00
Tim Murray
acf7b5d24a
am 9dabdaec: Merge "Handle user-defined cache path for RS."
...
* commit '9dabdaec39836fc800bbdd5ea7b85c3d06889307':
Handle user-defined cache path for RS.
2013-12-18 17:45:37 -08:00
Tim Murray
9dabdaec39
Merge "Handle user-defined cache path for RS."
2013-12-19 01:42:41 +00:00
Tim Murray
804ff38bff
Handle user-defined cache path for RS.
...
Change-Id: I92e3346dca331ae6a9dfbe4f95292bc604dfd196
2013-12-18 17:04:04 -08:00
Dave Allison
24bafbc933
Add a call to registerAppInfo for the VMRuntime
...
This calls into the VMRuntime tells it where the
application directory is located.
Bug: 11539952
Change-Id: I20e0b8c63e459699a1bc9af435e65ae96f1e1e73
2013-12-18 17:01:37 -08:00
Oscar Rydhé
e795ec73eb
Add NULL check in updateProxyConfig
...
If the exclusionList was null in updateProxyConfig the VM would
crash when converting it to a UTF8 string. Avoid this by adding a
null check.
Change-Id: I0d8106fd54385bd9ae9c652a6c67d459a119cf2b
2013-12-19 09:38:59 +09:00
Stephen Hines
9fea4caf5b
am ad5ee2f4: (-s ours) am 7f8c70a1: (-s ours) Merge "DO NOT MERGE - Fix improper declaration/use of pointer."
...
* commit 'ad5ee2f40a1b248aea49657e9f7155daac4cf65e':
DO NOT MERGE - Fix improper declaration/use of pointer.
2013-12-18 16:36:39 -08:00
Baligh Uddin
986859998c
Import translations. DO NOT MERGE
...
Change-Id: I3fa88a4097e6971c92bda10756ffd3699276bac3
Auto-generated-cl: translation import
2013-12-18 16:36:21 -08:00
Stephen Hines
ad5ee2f40a
am 7f8c70a1: (-s ours) Merge "DO NOT MERGE - Fix improper declaration/use of pointer."
...
* commit '7f8c70a1a48df91ee5541b03dc380c08ab6ebf42':
DO NOT MERGE - Fix improper declaration/use of pointer.
2013-12-18 16:32:59 -08:00
Stephen Hines
7f8c70a1a4
Merge "DO NOT MERGE - Fix improper declaration/use of pointer."
2013-12-19 00:30:26 +00:00
Stephen Hines
57cf560719
DO NOT MERGE - Fix improper declaration/use of pointer.
...
https://code.google.com/p/android/issues/detail?id=61547
This variable is shadowing the outer "ptr" declaration, resulting in a
potential NULL pointer being passed to the message API.
Change-Id: If96bfae8d5e874e12597182678a180ba137b78da
2013-12-18 16:24:21 -08:00
Baligh Uddin
53ca3018be
am 17b489f3: (-s ours) am 50391871: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
...
* commit '17b489f374fc878e2118a095511e209dd69ce3d4':
Import translations. DO NOT MERGE
2013-12-18 16:20:16 -08:00
Baligh Uddin
200bd4d814
am 142be9ce: (-s ours) am db41eaef: (-s ours) Import translations. DO NOT MERGE
...
* commit '142be9ce6beaca5e0949176a0a8775ba4cd9dc99':
Import translations. DO NOT MERGE
2013-12-18 16:20:12 -08:00
Baligh Uddin
17b489f374
am 50391871: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
...
* commit '50391871e61e491cf766fc83e261a8345d1cb5b6':
Import translations. DO NOT MERGE
2013-12-18 16:16:30 -08:00
Baligh Uddin
142be9ce6b
am db41eaef: (-s ours) Import translations. DO NOT MERGE
...
* commit 'db41eaef9036d069edd46d101cfa927e3a4cb694':
Import translations. DO NOT MERGE
2013-12-18 16:16:25 -08:00
Baligh Uddin
50391871e6
Merge "Import translations. DO NOT MERGE" into klp-dev
2013-12-19 00:14:26 +00:00
Baligh Uddin
3cc579ebac
Import translations. DO NOT MERGE
...
Change-Id: I30e27dc30d542e9f2d3a23b3b1831cbd99e4b920
Auto-generated-cl: translation import
2013-12-18 15:37:22 -08:00
Baligh Uddin
db41eaef90
Import translations. DO NOT MERGE
...
Change-Id: Id35b27dea34c2fbad7dcfe2b30a34b26beb4e989
Auto-generated-cl: translation import
2013-12-18 15:11:27 -08:00
Scott Main
709dca4474
am fb214e6b: am 3032999b: Merge "Update to the Taking Photos Simply lesson (offshoot of the intent doc rewrite) clarifications about different external directories, information about required permissions, intent resolution technique to match other docs, clarify sectio
...
* commit 'fb214e6b108e84f7f55bee378c5c539a723b0569':
Update to the Taking Photos Simply lesson (offshoot of the intent doc rewrite) clarifications about different external directories, information about required permissions, intent resolution technique to match other docs, clarify section headings, plus other code clarification
2013-12-18 10:17:33 -08:00
Narayan Kamath
4dd5c37711
am be8fbb8f: Merge "Remove unused field from MediaMuxer"
...
* commit 'be8fbb8fb63fddac2310dfbafa2594ed165b16b1':
Remove unused field from MediaMuxer
2013-12-18 10:14:45 -08:00
Scott Main
fb214e6b10
am 3032999b: Merge "Update to the Taking Photos Simply lesson (offshoot of the intent doc rewrite) clarifications about different external directories, information about required permissions, intent resolution technique to match other docs, clarify section headings, p
...
* commit '3032999bf35cd6a0f1643faacf08370ab69d979c':
Update to the Taking Photos Simply lesson (offshoot of the intent doc rewrite) clarifications about different external directories, information about required permissions, intent resolution technique to match other docs, clarify section headings, plus other code clarification
2013-12-18 18:14:12 +00:00
Scott Main
3032999bf3
Merge "Update to the Taking Photos Simply lesson (offshoot of the intent doc rewrite) clarifications about different external directories, information about required permissions, intent resolution technique to match other docs, clarify section headings, plus other code clarification" into klp-docs
2013-12-18 18:11:50 +00:00
Narayan Kamath
be8fbb8fb6
Merge "Remove unused field from MediaMuxer"
2013-12-18 18:08:58 +00:00
Scott Main
326ed257b1
Update to the Taking Photos Simply lesson (offshoot of the intent doc rewrite)
...
clarifications about different external directories,
information about required permissions,
intent resolution technique to match other docs,
clarify section headings, plus other code clarification
Change-Id: I62e3692a53bcd724676c74dc2c98eb72bcf58e1e
2013-12-18 09:58:15 -08:00
Narayan Kamath
535daa191b
Remove unused field from MediaMuxer
...
Change-Id: If1ebb2302654b64924084a52425366f1b69c7c30
2013-12-18 17:58:11 +00:00
Narayan Kamath
f11dd63e0c
MediaDrm#mNativeContext is a long, not int.
...
Therefore, we must use SetLongField and not SetIntField.
Change-Id: I2a805dd6b7c8e4905e742d8632d941f381a05930
2013-12-18 16:58:36 +00:00
Narayan Kamath
39d7630234
am 3da645f3: Merge "Don\'t pseudolocalize untranslatable strings."
...
* commit '3da645f307695949623d78f280ce12e932eb057c':
Don't pseudolocalize untranslatable strings.
2013-12-18 05:00:02 -08:00
Narayan Kamath
3da645f307
Merge "Don't pseudolocalize untranslatable strings."
2013-12-18 12:46:41 +00:00
Niklas Brunlid
d64fe0f53c
MountService listeners can not be unregistered
...
When unregistering MountService listeners, their Binder proxy
objects were compared to registered listeners instead of their
backing objects.
Change-Id: Ie98a686b1d17544f1eda59fb3eb0dc02d836c1b2
2013-12-18 12:51:26 +01:00
Scott Main
7d1f8e6570
am efe10233: am 5dcb75e6: Merge "fix typos bug: 11693951 bug: 12118617" into klp-docs
...
* commit 'efe102332861bd05f0cba60e729661607546de34':
fix typos bug: 11693951 bug: 12118617
2013-12-17 16:44:31 -08:00
Scott Main
efe1023328
am 5dcb75e6: Merge "fix typos bug: 11693951 bug: 12118617" into klp-docs
...
* commit '5dcb75e67b7a3401aa501126bc8401f78c181a68':
fix typos bug: 11693951 bug: 12118617
2013-12-18 00:41:23 +00:00
Scott Main
5dcb75e67b
Merge "fix typos bug: 11693951 bug: 12118617" into klp-docs
2013-12-18 00:38:30 +00:00
Scott Main
007ae376d7
am 8c95a149: am 5b50239c: fix sidenav links to use toroot variable
...
* commit '8c95a149b516595e22fa7b6479d7bc02750531c2':
fix sidenav links to use toroot variable
2013-12-17 15:06:31 -08:00