183991 Commits

Author SHA1 Message Date
John Reck
b36016c65f Cleanups & simplifications
Change-Id: I5ad5e3b8fe55b1528f2e20c63e5abe51d9e40ff1
2015-03-11 11:29:13 -07:00
Geoff Mendal
4771577a34 Import translations. DO NOT MERGE
Change-Id: I217bbbfd12e4a19163c37fb7035f61628a67423d
Auto-generated-cl: translation import
2015-03-11 07:33:53 -07:00
Mike Lockwood
22e78c65be Merge "Add MidiReceiver.send() and MidiReceiver.getMaxMessageSize()" 2015-03-11 10:55:43 +00:00
Mike Lockwood
0c7342f015 Add MidiReceiver.send() and MidiReceiver.getMaxMessageSize()
Change-Id: I10d4f5e2400fcaf41f455e56ca25bbc0c781a042
2015-03-11 03:51:38 -07:00
Alan Treadway
38bcb8c9ab Merge "Fix for managed-profile users needing to "install" packages twice." 2015-03-11 09:42:54 +00:00
Tor Norbye
4998467ce1 Merge "Fix @ColorInt javadoc" 2015-03-11 03:43:13 +00:00
Guang Zhu
11cce7989b Fix build
Change-Id: I530793e9090d780a5cb2581ee185badc51e14902
2015-03-10 19:15:23 -07:00
Tor Norbye
5b00941a6f Fix @ColorInt javadoc
Change-Id: Icea3a3b4013b4a6b5f9809eec082ea93bc26b079
2015-03-10 19:14:03 -07:00
Vishwath Mohan
4e9e0047a2 Merge "Prevent integer overflow in ResourceTypes" 2015-03-11 00:41:38 +00:00
Wale Ogunwale
de01b03a85 Merge "Converted some AMS log points to use ActivityManagerDebugConfig." 2015-03-11 00:31:33 +00:00
Rich Slogar
e6bd248258 am e7b3834e: am 1d0b0edd: am ccc24997: am 464a2bc2: Merge "docs: build tools revision 22.0.0:" into lmp-mr1-dev
* commit 'e7b3834e23a53f330cb866a5b02674034f161977':
  docs: build tools revision 22.0.0:
2015-03-11 00:24:10 +00:00
Narayan Kamath
c9a245a45e am debf5a09: am c2826fb9: am 3d333c74: Merge "Fix typos in AudioManager javadoc"
* commit 'debf5a09e46027f29c26b6502d4aa6508dd3e4b5':
  Fix typos in AudioManager javadoc
2015-03-11 00:23:35 +00:00
Dmitriy Ivanov
ae0d6f34c5 am 1944667b: am 8ced0357: am 2a88ff2f: Merge "Generate sysv hash for libjnigraphics"
* commit '1944667b7f70c336da66cc3fbdee3a2fbd766980':
  Generate sysv hash for libjnigraphics
2015-03-11 00:23:26 +00:00
Andreas Gampe
8ccfe899a7 Merge "resolved conflicts for merge of b6d6c04a to master" 2015-03-11 00:19:27 +00:00
Adrian Roos
bd5e03b6d9 Merge "Notify TrustAgentService when device policy configuration no longer applies" 2015-03-11 00:12:56 +00:00
Wale Ogunwale
e23149f155 Converted some AMS log points to use ActivityManagerDebugConfig.
Change-Id: I0563bafd29ae0bbe596ed8c06fcc573b5ead50b7
2015-03-10 16:55:35 -07:00
Svetoslav
b7f101225e Merge "Make settings XML files readable" 2015-03-10 23:54:21 +00:00
Svetoslav
c3f56c3cb5 Make settings XML files readable
Change-Id: I320f5419e045d257dc5ccbf81a9434f9b9d38564
2015-03-10 16:53:35 -07:00
Paul McLean
5f035052b6 Merge "Handle simultaneous connect of devices with the same "type" (as in USB)" 2015-03-10 22:48:34 +00:00
Ricky Wai
73f43da509 Merge "Add Phone.ENTERPRISE_CONTENT_URI" 2015-03-10 22:46:23 +00:00
Andreas Gampe
2c1078fbbd resolved conflicts for merge of b6d6c04a to master
Change-Id: I5286b9fe2d9bde4b219496e593cf028cc4c75bc7
2015-03-10 15:45:36 -07:00
Chris Craik
c016e4c9e6 Merge "Track down unsupported texture target" 2015-03-10 22:40:15 +00:00
Wale Ogunwale
e5afd8293d Merge "Revert "Remove activity and window stacks when last task is removed."" 2015-03-10 22:36:41 +00:00
Craig Mautner
c4be908726 Merge "Correct docs to specify leading slash in paths." 2015-03-10 22:08:28 +00:00
Wale Ogunwale
7a7bf5ea48 Revert "Remove activity and window stacks when last task is removed."
This reverts commit 0f95e3f0753508344b198c0a76afb892df514f52.

Bug: 19644506
Bug: 19083170
Change-Id: I2eb2a0400be58fe2c5d48a4b68368725e98aaf6f
2015-03-10 15:05:01 -07:00
Chris Craik
1d21dc22e2 Merge "Add several CallSupers to View" 2015-03-10 22:02:24 +00:00
Paul McLean
394a8e1fa7 Handle simultaneous connect of devices with the same "type" (as in USB)
Change-Id: I163bf8e33ccf5aacc7ba21775916727430327f18
Bug: 19563570
2015-03-10 14:55:30 -07:00
Chris Craik
48f650cb24 Track down unsupported texture target
bug:19641517

Change-Id: Idc2e413abef5bb1438ffb3f52efb001504d3e89f
2015-03-10 14:02:06 -07:00
John Spurlock
0b4db747d3 Merge "ZenLog: Track changes to effect suppressorship." 2015-03-10 20:11:12 +00:00
Svetoslav
dbbeeb3f44 Remove unused settings constants from the SDK (framework).
The settings constants for various volumes do nothing and are
used by nothing since API version 2. These are however backed
up in the cloud which is a waste of resource. This change
removes these constants from the SDK while keeping them hidden
to avoid breaking released apps and also prevents unnecessary
backup.

Change-Id: I2e91863115f5a4b997a14f8d0f57b4dc9689cfab
2015-03-10 19:53:12 +00:00
Vishwath Mohan
6a2c23dc1b Prevent integer overflow in ResourceTypes
Adds checks to 2 malloc() calls to ensure that the finally allocated
buffer size is not vulnerable to integer overflows. Also includes a
sanity check on the upper bound for type_info.numEntries before each
call.

Bug: 15171384
Change-Id: Ifdf0276bcca7e3d93da7c3577b9486d3c03a9d03
2015-03-10 12:34:08 -07:00
Robin Lee
5ca9616733 Merge "Move more file handling into LockSettingsStorage" 2015-03-10 18:30:26 +00:00
dcashman
86bb9ba586 am 4c887ac9: am db7fa51f: am c7446790: Merge "ZygoteConnection: remove obsolete security checks."
* commit '4c887ac9318402b914dbee4462485006395bdfbe':
  ZygoteConnection: remove obsolete security checks.
2015-03-10 18:15:54 +00:00
Rich Slogar
8ee4cfbe60 am 502c30da: am 5427ac71: am 282099b5: am 5a604b35: am 00e3efb5: am f51020ea: am 6e1cbe43: Merge "docs: android plugin for gradle release 1.1.3 release notes" into lmp-docs
* commit '502c30da55d0bb6f2a51875558612fc50361c55f':
  docs: android plugin for gradle release 1.1.3 release notes
2015-03-10 18:15:36 +00:00
Diego Perez
c3a5e591fa Merge "Add support for the new native Builder class on StaticLayout." 2015-03-10 18:14:00 +00:00
John Spurlock
2b50fb61c5 Merge "MediaSession: Notify PlaybackInfo callbacks when playback type changes." 2015-03-10 18:05:11 +00:00
Alan Viverette
ad019a24e3 Merge "Implement bounded ripple animation" 2015-03-10 18:04:01 +00:00
Sander Alewijnse
94ac7556a6 Merge "Do not show toast when forwarding from resolver activity to itself." 2015-03-10 17:51:59 +00:00
Makoto Onuki
d5800c0682 Merge "Cache photo URI too in calllog (contract)" 2015-03-10 17:49:32 +00:00
Craig Mautner
2070646faf Merge "Revert "Revert "Add a timeout state to frozen windows""" 2015-03-10 17:47:12 +00:00
Craig Mautner
51a5a7ccf9 Revert "Revert "Add a timeout state to frozen windows""
Insert correct bug id:

Fixes bug 15664090.

This reverts commit 1a07846d4d7f1665345a27da11d0f8d518b3b431.

Change-Id: Id5fd52acc47cb6f50485c14e75a448511d806ae4
2015-03-10 17:46:05 +00:00
Craig Mautner
a88c31b58d Merge "Revert "Add a timeout state to frozen windows"" 2015-03-10 17:44:41 +00:00
Craig Mautner
1a07846d4d Revert "Add a timeout state to frozen windows"
Wrong bug listed on comment. Resubmitting with correct bug listed.

This reverts commit a75e3e0b44e31ee5d042480d3da8d13cad56dc5a.

Change-Id: I49cb364c44763fd2d0c120d6998281d38571050b
2015-03-10 17:44:11 +00:00
James Cook
2a914cb3ae Merge "Handle undo in TextView fields with no cursor" 2015-03-10 17:42:48 +00:00
Craig Mautner
b1febc7f89 Merge "Add a timeout state to frozen windows" 2015-03-10 17:41:54 +00:00
James Cook
900185d003 Handle undo in TextView fields with no cursor
This fixes a rare crash in the undo system. In particular, if the
TextView did not have a cursor and the first operation was a
programmatic insert/append the "old cursor position" would be -1.
Attempting to undo would try to restore the cursor to -1 and crash.

Test will land separately in CTS.

Bug: 19332904
Change-Id: I9aa18c1e3621b99d13ac707e483154382effb81c
2015-03-10 10:25:26 -07:00
Alan Viverette
7d6bc4f022 Merge "Revert RelativeLayout's baseline view to API 22 and below behavior" 2015-03-10 17:19:53 +00:00
Elliott Hughes
126d89bb79 Merge "resolved conflicts for merge of 7545accf to master" 2015-03-10 17:15:42 +00:00
Elliott Hughes
c0b8f647ca resolved conflicts for merge of 7545accf to master
Change-Id: I7a9264e818fdd14bf59f0dec63ab83985f9e66fb
2015-03-10 10:14:42 -07:00
Chris Craik
a57e9365ca Add several CallSupers to View
Change-Id: I3011bd9757273f9c1d35f552bd6fefd4bf830029
2015-03-10 10:12:55 -07:00