Craig Mautner
28a4cea5a0
Merge "Fix pointer index out of range exception DO NOT MERGE" into lmp-mr1-dev
2015-01-08 18:34:02 +00:00
Dianne Hackborn
a7881fd30b
Merge "Add new debug feature to track associations between processes. Also add some debugging for spurious service ANRs." into lmp-mr1-dev
2015-01-08 18:08:13 +00:00
Andres Morales
d656955efd
Merge "Wipe FRP partition if OEM unlock enabled" into lmp-mr1-dev
2015-01-08 16:10:27 +00:00
tingna_sung
1ab7d3b9a8
Fix pointer index out of range exception DO NOT MERGE
...
Avoid pointer index out of range error if return value is -1 of
findPointerIndex() when there is no data available for that pointer
identifier.
Change-Id: I2a08f04c678164e220852094baa124ba157e2e42
Signed-off-by: tingna_sung <tingna_sung@htc.com>
Fixes bug 18883936
2015-01-08 15:57:52 +00:00
Vladimir Marko
e9a935f6b6
Merge "Check for OOM in BitmapFactory's getMimeTypeString()." into lmp-mr1-dev
2015-01-08 10:24:51 +00:00
Bryce Lee
c010c96fdf
Merge "Revert "GpsLocationProvider: Read data enabled status from TelephonyManager."" into lmp-mr1-dev
2015-01-08 04:30:13 +00:00
Jinsuk Kim
09d4e03736
Merge "CEC: Handle <Active Source> arriving before TvInputCallback.onAddInput" into lmp-mr1-dev
2015-01-08 04:08:54 +00:00
Jinsuk Kim
6e26f7f7b0
CEC: Handle <Active Source> arriving before TvInputCallback.onAddInput
...
Resolves a timing-related bug that fails to process the command
<Active Source> at TV boot up. Checks if TV input required for
the command is ready to accept the request. If not, makes sure
the command is buffered, and processed later when the input is
ready.
Bug: 18896770
Change-Id: Id17e5e8468519b17daf61c962dd718ccc56fb0ea
2015-01-08 12:51:22 +09:00
Bryce Lee
7c91446769
Revert "GpsLocationProvider: Read data enabled status from TelephonyManager."
...
This reverts commit fabbdf7204474a9f789ce441219b3b9f3df66bb8.
Causes NPE on devices without telephony (Android Wear for example)
Bug:18922524
Change-Id: I3be4187a20da11fd5a302dd88e808a68cd7e5737
2015-01-08 02:32:08 +00:00
Deepanshu Gupta
2d14feb4c7
Merge "Replace java.util.LinkedHashMap.eldest()" into lmp-mr1-dev
2015-01-08 01:31:55 +00:00
Deepanshu Gupta
169c11dd39
Merge "Add missing DateFormat method." into lmp-mr1-dev
2015-01-08 01:17:32 +00:00
Deepanshu Gupta
565b6b415a
Merge "Update platform.dir search in tests." into lmp-mr1-dev
2015-01-08 01:17:23 +00:00
Deepanshu Gupta
1330f79f95
Replace java.util.LinkedHashMap.eldest()
...
Provide an alternate implementation for the above method and replace the
calls to it, since the method is not available on host VM.
Change-Id: I329d86b457d1859b137da8fb2790ddd7f8efa788
2015-01-07 16:32:21 -08:00
Deepanshu Gupta
d8e99c5861
am 3bd33f1d: Merge "Fix tests on jenkins, take 2." into lmp-dev
...
automerge: 0b1188e
* commit '0b1188e3c1ff6c814dc64c51c83b19afa36d8ce9':
Fix tests on jenkins, take 2.
2015-01-07 23:53:09 +00:00
Joe Fernandez
97b7b8637b
am d385640f: am 491a8257: docs: Update Dashboard for January 2015
...
automerge: 0e13957
* commit '0e13957a4deab3a90492d9ae2f6d35d3b5c1773e':
docs: Update Dashboard for January 2015
2015-01-07 23:51:33 +00:00
Christopher Tate
bee49807dd
Merge "Support single-package backup rejection by the transport" into lmp-mr1-dev
2015-01-07 23:19:50 +00:00
Andres Morales
1ce7d179bf
Wipe FRP partition if OEM unlock enabled
...
Not all devices invoke recovery on every userdata wipe,
so we can't rely on code in the
recovery OS to do this. This results in fastboot -w
not properly wiping the FRP partition. This patch
fixes the issue by having the framework level service
check the OEM unlock enabled bit, and wiping the partition
if it is set.
Bug: 18644051
Change-Id: Id97a29916fe39561700912a920c5741109842bdb
2015-01-07 14:46:19 -08:00
Dianne Hackborn
ab2df067fc
Add new debug feature to track associations between processes. Also
...
add some debugging for spurious service ANRs.
Bug: 18201239
Change-Id: Icd43f35c696d71453e1d4deea855984b2d14b347
2015-01-07 14:01:13 -08:00
Deepanshu Gupta
6aede34e24
Add missing DateFormat method.
...
Change-Id: Ia03023e65ef4a7ec90b61f1f538cbe74868c63c5
2015-01-07 12:26:31 -08:00
Deepanshu Gupta
0359b4b199
Update platform.dir search in tests.
...
The tests search for a built sdk using some heuristics. The default path
of the built sdk has changed now, and this updates the search
accordingly.
Change-Id: I36d465d8c5f6cfd971bbdf95878fb144de233c6c
2015-01-07 12:21:59 -08:00
RoboErik
2610d71251
Don't unmute when trying to show volume UI. DO NOT MERGE
...
When a MediaSession is active the adjust volume event to show UI was
causing the stream to be unmuted. Since this happens after every mute
event you were unable to mute while a session was active. This change
doesn't unmute for events that just show the UI.
bug:18844550
Change-Id: Ic8b0f1ab1354646724ead4572a973c302c275eab
2015-01-07 20:13:31 +00:00
Deepanshu Gupta
0b1188e3c1
am 3bd33f1d: Merge "Fix tests on jenkins, take 2." into lmp-dev
...
* commit '3bd33f1d9e8af826fa95095ca391d40f6c75ca2a':
Fix tests on jenkins, take 2.
2015-01-07 19:46:03 +00:00
Deepanshu Gupta
3bd33f1d9e
Merge "Fix tests on jenkins, take 2." into lmp-dev
2015-01-07 19:29:40 +00:00
Deepanshu Gupta
d657b14927
Fix tests on jenkins, take 2.
...
Change-Id: I67386c34a7abd7c3afdf9f0768f36f4786399be0
2015-01-07 11:22:22 -08:00
Wale Ogunwale
f61bc8a262
Merge "Bring task with root activity to front when launching from recents." into lmp-mr1-dev
2015-01-07 18:02:41 +00:00
Ben Murdoch
1eee52b1aa
Merge "Add <ol> formatting to WebView#enableSlowWholeDocumentDraw documentation." into lmp-mr1-dev
2015-01-07 15:50:52 +00:00
Geoff Mendal
585a210ddb
Import translations. DO NOT MERGE
...
Change-Id: I41b418841fd7a2c436257ec29312411b1277b867
Auto-generated-cl: translation import
2015-01-07 07:24:21 -08:00
Ben Murdoch
574fa34dd5
Add <ol> formatting to WebView#enableSlowWholeDocumentDraw documentation.
...
Bug:18072267
Change-Id: I21eec752ca9a0a6c0dab92f3748e687dd13961fa
2015-01-07 15:13:48 +00:00
Robin Lee
374c358dd2
Merge "Profile owner hint in warning for extra CAs" into lmp-mr1-dev
2015-01-07 12:30:57 +00:00
Vladimir Marko
152d7282a4
Check for OOM in BitmapFactory's getMimeTypeString().
...
Bug: 18909596
(cherry picked from commit 7ab249a18e08bfefb8c2d60af1fb668c67ba4368)
Change-Id: Ie7be228442876d47faf37e3f664e378253dab6e3
2015-01-07 11:50:04 +00:00
Deepanshu Gupta
984823f543
am 7f9582ce: am 48603a39: Fix tests on jenkins
...
* commit '7f9582ce616a81b70794d7942b39f8442f5ef9d5':
Fix tests on jenkins
2015-01-07 09:23:17 +00:00
Quddus Chong
bc8b0541d7
am 96f11258: am dc649c8d: am 8a195822: Merge "docs: Added explicit filepath for Android Media Browser and Android Messaging simulators. bug: 18759727" into lmp-docs
...
* commit '96f11258ab19962c93b615c00b387bdc05c0d75b':
docs: Added explicit filepath for Android Media Browser and Android Messaging simulators. bug: 18759727
2015-01-07 09:23:10 +00:00
Quddus Chong
7628b72826
am decac431: am 14694d6e: am 3bdc68ed: Merge "docs: Updated GMS version numbering to be consistent with blog post. bug: 18718181" into lmp-docs
...
* commit 'decac4319172c5f1c618de93dcb2a15678c3e214':
docs: Updated GMS version numbering to be consistent with blog post. bug: 18718181
2015-01-07 09:23:07 +00:00
Quddus Chong
fbb2796079
am 4d39cfa4: am a63d2b83: am b55e2bf0: Merge "docs: Updated the description of the enhanced camera APIs in L. bug: 18142680" into lmp-docs
...
* commit '4d39cfa415f1c391a94b001319b8d1c7b02b61c2':
docs: Updated the description of the enhanced camera APIs in L. bug: 18142680
2015-01-07 09:23:02 +00:00
Joe Fernandez
52aec00cb4
am ca14e6c8: am f50be1fc: am 91c35ce1: Merge "docs: studio index typo" into lmp-docs
...
* commit 'ca14e6c8326136686d3de796f1fcd7eb2b5aebe3':
docs: studio index typo
2015-01-07 09:22:58 +00:00
Joe Fernandez
76094382cf
am c6fe54ed: am 62c3abe7: am acb35e19: Merge "docs: studio bundle checksum update" into lmp-docs
...
* commit 'c6fe54ed869d270533f6a3cf6ddea1e10d83afcc':
docs: studio bundle checksum update
2015-01-07 09:22:53 +00:00
Joe Fernandez
4c5b5cffa7
Merge "resolved conflicts for merge of ea0137ef to lmp-mr1-dev" into lmp-mr1-dev
2015-01-07 09:14:17 +00:00
Joe Fernandez
0e13957a4d
am d385640f: am 491a8257: docs: Update Dashboard for January 2015
...
* commit 'd385640f815a820aa1fecc2c009e1d0dfbe23777':
docs: Update Dashboard for January 2015
2015-01-07 08:48:04 +00:00
Joe Fernandez
d385640f81
am 491a8257: docs: Update Dashboard for January 2015
...
* commit '491a8257f46999d75ddc5c4c9eb599067ad380a0':
docs: Update Dashboard for January 2015
2015-01-07 08:41:24 +00:00
Joe Fernandez
491a8257f4
docs: Update Dashboard for January 2015
...
Change-Id: I20b2b2e22199db64367d5ed99b751353c3add07b
2015-01-07 00:31:45 -08:00
Sungsoo Lim
71d8b8ce99
Merge "DO NOT MERGE Implement cloneTvInputEvent" into lmp-mr1-dev
2015-01-07 07:58:18 +00:00
Wonsik Kim
cee5c8edee
Merge "DO NOT MERGE TIF: change TvInputHal events to run on its own thread" into lmp-mr1-dev
2015-01-07 07:30:53 +00:00
Scott Rowe
188a8774c9
resolved conflicts for merge of ea0137ef to lmp-mr1-dev
...
Change-Id: If0a38ebe4e72ec6c1a3683fab1302ee0fdfe4214
2015-01-06 19:30:11 -08:00
Deepanshu Gupta
7f9582ce61
am 48603a39: Fix tests on jenkins
...
* commit '48603a39d4dd721d231c99e10908f4f00c4ec6b9':
Fix tests on jenkins
2015-01-07 01:43:39 +00:00
Deepanshu Gupta
48603a39d4
Fix tests on jenkins
...
When the tests are run on the build server, they are run from the jar,
as opposed to the extracted build, which is default when run from an
IDE. Thus, when class.getResourceAsStream() is called with ".." in the
path, it is not resolved properly. This change explicitly resolves the
relative path, so that the test is run properly on the server.
Change-Id: Ib5fabd617dca4052220e5173a8bf4fb4234254ff
2015-01-06 17:32:26 -08:00
Paul Miller
a517e81e2b
Merge "Fix crash on pasting text in a WebView" into lmp-mr1-dev
2015-01-07 01:08:35 +00:00
Wale Ogunwale
7bc33c0d25
Bring task with root activity to front when launching from recents.
...
Change makes sure we cover all cases where a task should be brought
to front if it already has a root activity and we are launching
from recents.
Bug: 18846206
Change-Id: I2e67a4c163c5a5ed6784ed620583f85d9c6ed731
2015-01-06 16:45:04 -08:00
Shishir Agrawal
5a21b0c2d0
Merge "GpsLocationProvider: Read data enabled status from TelephonyManager." into lmp-mr1-dev
2015-01-07 00:12:17 +00:00
Yin-Chia Yeh
8d46f934ca
Merge "Camera: doc update for color aberration modes" into lmp-mr1-dev
2015-01-06 23:59:03 +00:00
Ye Wen
55fb7576c3
Merge "Add new mms error for no data network (airplane mode or no mobile data)" into lmp-mr1-dev
2015-01-06 23:49:23 +00:00