Romain Guy
35643ddc68
Minimize state changes when updating layers
...
Change-Id: I407fcc80bd3178f9f09a3b379ceb7f7ce0749e08
2012-09-18 15:41:16 -07:00
Romain Guy
29d0aa73a0
Merge "Compute GradientDrawable's opacity correctly" into jb-mr1-dev
2012-09-18 15:39:30 -07:00
Romain Guy
e91aa0fa64
Compute GradientDrawable's opacity correctly
...
The current implementation of GradientDrawable always assumes the shape needs
to be blended. This causes all windows to be considered translucent by default.
This change recomputes the opacity as needed to ensure windows are marked
opaque when they should.
Change-Id: Iaf291d889a6c5122ab00c9f5781df3e7f61547fa
2012-09-18 15:37:24 -07:00
Geremy Condra
ad79342786
Merge "Code cleanup for X509TrustManagerExtensionsTest.java" into jb-mr1-dev
2012-09-18 15:37:22 -07:00
Winson Chung
688ca4708b
Merge "Fixing crash in emulator due to no BluetoothAdapter. (Bug 7188166)" into jb-mr1-dev
2012-09-18 15:34:37 -07:00
Jim Miller
6eac514a02
Merge "Remove trailing period from missing SIM string" into jb-mr1-dev
2012-09-18 15:33:49 -07:00
Jim Miller
772db427a7
Merge "Selectively enable back button in keyguard for security screens." into jb-mr1-dev
2012-09-18 15:32:04 -07:00
Irfan Sheriff
7d0882be6d
Merge "send connection broadcast on client disconnect" into jb-mr1-dev
2012-09-18 15:26:16 -07:00
Irfan Sheriff
5ef9c59fff
send connection broadcast on client disconnect
...
Bug: 7188646
Change-Id: I69f2c2581004b08730407930fb056cc1fe54feec
2012-09-18 15:17:56 -07:00
Jeff Sharkey
6281d7cf32
Merge "Multi-user MTP." into jb-mr1-dev
2012-09-18 14:52:46 -07:00
Fabrice Di Meglio
8b3560d3e6
Merge "Fix bug #7172972 API REVIEW: android.graphics.drawable.Drawable" into jb-mr1-dev
2012-09-18 14:50:47 -07:00
Fabrice Di Meglio
20586fa035
Merge "Fix bug #7173351 API REVIEW: android.util.LocaleUtil" into jb-mr1-dev
2012-09-18 14:48:48 -07:00
Adam Cohen
642258a29b
Merge "Tweaking how settings adds keyguard widgets" into jb-mr1-dev
2012-09-18 14:48:48 -07:00
Winson Chung
84dbf462f8
Fixing crash in emulator due to no BluetoothAdapter. (Bug 7188166)
...
Change-Id: I63fe4b229a8a460170df153e71b7ad65655dfad1
2012-09-18 14:48:00 -07:00
Fabrice Di Meglio
dbed514e13
Merge "Fix bug #7172699 " into jb-mr1-dev
2012-09-18 14:46:59 -07:00
Geremy Condra
fd5a80f6e9
Code cleanup for X509TrustManagerExtensionsTest.java
...
Change-Id: I85584f7a9dbc726be811f783d125efcf70c9f6af
2012-09-18 14:44:54 -07:00
Adam Cohen
60264730c1
Tweaking how settings adds keyguard widgets
...
-> Fix for issue 7173587
-> Fix for issue 7173877
Change-Id: I60cd3952113335df60292f67461d50f6c8bd2ed3
2012-09-18 14:38:04 -07:00
Jamie Gennis
94998c9c4e
Merge "SurfaceTexture: remove call to doGLFenceWait" into jb-mr1-dev
2012-09-18 14:32:01 -07:00
Andy Stadler
ab3d0fd684
Merge "Move files to make eclipse-java happy" into jb-mr1-dev
2012-09-18 14:20:30 -07:00
Chet Haase
48618c987e
Merge "Fix GL shader bugs" into jb-mr1-dev
2012-09-18 14:13:57 -07:00
Chet Haase
0990ffbc4d
Fix GL shader bugs
...
Fixing errors in emitted shader code that caused GL errors
at runtime
Change-Id: I267a84398a81329a6688b292505f8779bd750ad1
2012-09-18 14:10:10 -07:00
Andy Stadler
d44daaba44
Move files to make eclipse-java happy
...
No changes to text at all, just moving the java files to match their
declared packages.
There was no original bug# but this cleans up the code submitted in
the original Change-Id: I42307f58074157b33b6e01216aab10022340d449
Change-Id: I233fa7f21167a42565aadb7ad109600b1a1a5721
2012-09-18 14:08:30 -07:00
Geremy Condra
cdf964eab3
Merge "Fix bad isinstance check in X509TrustManagerExtensions and add test." into jb-mr1-dev
2012-09-18 13:47:17 -07:00
Geremy Condra
cb4c581975
Fix bad isinstance check in X509TrustManagerExtensions and add test.
...
Change-Id: I333957186655b2543a637dafa8c51b0bba9d4dfb
2012-09-18 13:43:32 -07:00
Fabrice Di Meglio
f358260af4
Fix bug #7172972 API REVIEW: android.graphics.drawable.Drawable
...
- add @hide
Change-Id: I20dca8d7f6a58dfd1dd342135dcff912e08d4ab9
2012-09-18 13:38:53 -07:00
Christopher Tate
6b58fde99a
Merge "Settings provider needs to send notifications as itself" into jb-mr1-dev
2012-09-18 13:35:59 -07:00
Daniel Sandler
63bcc14c43
Merge "Remove settings and rotation buttons from notification panel." into jb-mr1-dev
2012-09-18 13:33:21 -07:00
Christopher Tate
c8459dc85e
Settings provider needs to send notifications as itself
...
... and not as its ultimate caller, who may be a less-privileged
application. Fixes bug 7188309
Change-Id: Iffd37b8da84f683bf665bf3d48c0b7fbc8dd721d
2012-09-18 13:27:36 -07:00
Jeff Sharkey
27bd34d9d9
Multi-user MTP.
...
The current MTP kernel driver at /dev/mtp_usb is exclusive, meaning
only one process can have it open. In addition, each MTP session
with a desktop requires unique object IDs, which doesn't hold true
across users on the device.
To solve these two issues, when switching users we cycle the USB host
stack to disconnect both local and remote MTP connections, giving the
new user's media process a chance to claim /dev/mtp_usb, and causing
the desktop to initiate a new MTP session.
This change also allows BroadcastReceivers to registerReceiver()
allow retrieval of a current sticky broadcast. Adds a system property
to override maximum users. Removes MOUNTED broadcasts for secondary
users. Allows INTERACT_ACROSS_USERS to getCurrentUser().
Bug: 6925114
Change-Id: I02b4a1b535af95fb2142655887b6d15a8068d18a
2012-09-18 13:26:26 -07:00
Jason Sams
a21636074a
Merge "Add Kernel, Method, and field IDs bug 7182873" into jb-mr1-dev
2012-09-18 13:24:56 -07:00
Fabrice Di Meglio
d3d9f3f100
Fix bug #7173351 API REVIEW: android.util.LocaleUtil
...
Change-Id: I08fd491eff714059e9ec874fadebe7eb556c34d5
2012-09-18 12:55:32 -07:00
Jason Sams
08a81583c1
Add Kernel, Method, and field IDs
...
bug 7182873
Change-Id: I066a359bb04027e9376dac088560f042c496b10e
2012-09-18 12:32:10 -07:00
Irfan Sheriff
24ed276913
Merge "WFD fixes" into jb-mr1-dev
2012-09-18 12:22:06 -07:00
Irfan Sheriff
e0c28d5f13
WFD fixes
...
- Specificy max GO intent for WFD
- Increase GO idle time out to 20s and use it for GO and client
- Fix connection broadcast
Change-Id: Ia0e28bc9eb3e23d2830a6c814c5a537ca0bcd5db
2012-09-18 12:20:37 -07:00
Fabrice Di Meglio
49b0a9b470
Fix bug #7172699
...
- remove @link as we are already using a @see which is doing a link by itself
Change-Id: I6ff6979bb2d960c3c980cdf0a88885b92e80fd7f
2012-09-18 12:06:13 -07:00
Geremy Condra
00bc4c0b67
Merge "Initial commit for X509TrustManagerExtensions." into jb-mr1-dev
2012-09-18 11:39:14 -07:00
Geremy Condra
ed41a4e2d8
Initial commit for X509TrustManagerExtensions.
...
This provides a mechanism for exposing the bells
and whistles we've attached to trust managers to
third parties.
Change-Id: If117ffd2240a7bf3437115f3cf2f766c4e249600
2012-09-18 11:29:46 -07:00
Mike Lockwood
465d72073c
am ad23333f: am 945080b5: am 1e86994c: Merge "MtpData bmp format file can\'t recognize when copy bmp into DUT"
...
* commit 'ad23333f728471a7f2c49cd1c9575f1cea2503f6':
MtpData bmp format file can't recognize when copy bmp into DUT
2012-09-18 11:01:32 -07:00
Mike Lockwood
ad23333f72
am 945080b5: am 1e86994c: Merge "MtpData bmp format file can\'t recognize when copy bmp into DUT"
...
* commit '945080b5b61e28bfc05c75ba5b2030d1e43d0f19':
MtpData bmp format file can't recognize when copy bmp into DUT
2012-09-18 10:59:27 -07:00
Scott Main
c95b1d8847
am a59b1dac: am edf0ba6e: am 44204020: cherrypick from jb-dev Change-Id: Ib0ec41960017725db3fbedb2b62350dc8f8d3468 new Google Play badges and some updates to corresponding pages
...
* commit 'a59b1dacd7e7c7494692c79c31b22243e45a0ec4':
cherrypick from jb-dev Change-Id: Ib0ec41960017725db3fbedb2b62350dc8f8d3468 new Google Play badges and some updates to corresponding pages
2012-09-18 10:57:39 -07:00
Scott Main
0f38c0887c
am 3ce6b008: am d67459ff: new Google Play badges and some updates to corresponding pages
...
* commit '3ce6b0085a20cbc6b8759f9e42649955fcdeebb9':
new Google Play badges and some updates to corresponding pages
2012-09-18 10:57:35 -07:00
Scott Main
bc95e937bf
am fe7e473d: am b574a264: am b86b7f07: small update to the ADT installation steps based on new ADT UI
...
* commit 'fe7e473d0579c20e22fd86876d92c680d5dbedf7':
small update to the ADT installation steps based on new ADT UI
2012-09-18 10:57:31 -07:00
Katie McCormick
79d977ba1f
am 04afdd68: am ad4bbdf2: am 844d2a94: Doc update: ACTION_APPWIDGET_OPTIONS_CHANGED link
...
* commit '04afdd68f338ae925cec79d131ca9beff98c9cb6':
Doc update: ACTION_APPWIDGET_OPTIONS_CHANGED link
2012-09-18 10:57:27 -07:00
Scott Main
4ca7f5594b
am 6c47d0a9: am ada4f081: am 61d85c43: add link to device dock lesson
...
* commit '6c47d0a9ff3a7a2b2a64e87bb37949e214b5411b':
add link to device dock lesson
2012-09-18 10:57:24 -07:00
Dirk Dougherty
e7b5711054
am 880051db: am 2dec9928: am 24a024ec: Doc change: fix typo in JB highlights.
...
* commit '880051db778a635839fc7d491d0ae96f9c662bd1':
Doc change: fix typo in JB highlights.
2012-09-18 10:57:20 -07:00
Scott Main
81ae8e7d0a
am 08ec998b: am a1981bc1: am d5abc558: docs: update for multi apk doc for ABI support
...
* commit '08ec998bb35bf63eb5af289078556d5fb9969160':
docs: update for multi apk doc for ABI support
2012-09-18 10:57:17 -07:00
Katie McCormick
7e26ef6bbe
am 0a94b84d: am 917d45e3: am 73ec048e: Doc update: Appwidgets JB additions.
...
* commit '0a94b84def26b25cee823bf3914f6b3713622665':
Doc update: Appwidgets JB additions.
2012-09-18 10:57:13 -07:00
Scott Main
ebeb95bf47
am 21c5007e: am 8a80ac46: am 54efa69f: older not lower
...
* commit '21c5007ed4728bd170f7ae8592512c5665924c8f':
older not lower
2012-09-18 10:57:10 -07:00
Joe Fernandez
e3c672cb07
am 77ae2e6f: am b9b05dfc: am 8982939d: docs: Accessibility DevGuide, Jelly Bean edition
...
* commit '77ae2e6f27664f05e4adba18756111a698dea9f6':
docs: Accessibility DevGuide, Jelly Bean edition
2012-09-18 10:57:07 -07:00
Scott Main
9ecfb8d118
am db6313ce: am 0cc7398a: am d46023d2: (-s ours) dashboard update for 9/4 switch to simplified pie charts: codenames for platforms and separate size and density charts
...
* commit 'db6313ceba2fd35efc97e9bcd4bdfc25d10093f4':
dashboard update for 9/4 switch to simplified pie charts: codenames for platforms and separate size and density charts
2012-09-18 10:57:04 -07:00