Fabrice Di Meglio
570fa75f71
am fa0fea91: am 9ffc6047: Merge "Fix bug #7173155 API REVIEW: android.view.View" into jb-mr1-dev
...
* commit 'fa0fea917f1cd08b68f69495ac5c05de584dc825':
Fix bug #7173155 API REVIEW: android.view.View
2012-09-18 15:49:23 -07:00
Geremy Condra
9242dfc635
am 93296d23: am ad793427: Merge "Code cleanup for X509TrustManagerExtensionsTest.java" into jb-mr1-dev
...
* commit '93296d23c87059a2dfda09df92e1f902f4f6766b':
Code cleanup for X509TrustManagerExtensionsTest.java
2012-09-18 15:46:17 -07:00
Fabrice Di Meglio
9ffc6047f1
Merge "Fix bug #7173155 API REVIEW: android.view.View" into jb-mr1-dev
2012-09-18 15:42:34 -07:00
Jim Miller
c5f59eea79
am 65e1922a: am 6eac514a: Merge "Remove trailing period from missing SIM string" into jb-mr1-dev
...
* commit '65e1922ae6614e34120153cd137190fc1fd30759':
Remove trailing period from missing SIM string
2012-09-18 15:41:18 -07:00
Geremy Condra
ad79342786
Merge "Code cleanup for X509TrustManagerExtensionsTest.java" into jb-mr1-dev
2012-09-18 15:37:22 -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
Jeff Sharkey
3611eacaaa
am e339f025: am 6281d7cf: Merge "Multi-user MTP." into jb-mr1-dev
...
* commit 'e339f025e44558e251ac67fc3f3d5c909264adfc':
Multi-user MTP.
2012-09-18 15:33:23 -07:00
Fabrice Di Meglio
c11f77fbae
Fix bug #7173155 API REVIEW: android.view.View
...
- remove getFocusRect(Rect) as it was redundant
- fix Javadoc
Change-Id: I3784c4b0a38770cba5d3ba09196f9271050a3c20
2012-09-18 15:33:07 -07:00
Fabrice Di Meglio
ad31d027ca
am 684f1078: am 20586fa0: Merge "Fix bug #7173351 API REVIEW: android.util.LocaleUtil" into jb-mr1-dev
...
* commit '684f10788707f154e54a614b2d60cc28542aee3a':
Fix bug #7173351 API REVIEW: android.util.LocaleUtil
2012-09-18 14:59:00 -07:00
Adam Cohen
5eccd5e703
am b3e98d2a: am 642258a2: Merge "Tweaking how settings adds keyguard widgets" into jb-mr1-dev
...
* commit 'b3e98d2a1b0594595d7054c74fe157504dedaf2b':
Tweaking how settings adds keyguard widgets
2012-09-18 14:58:56 -07:00
Fabrice Di Meglio
bceecf56a3
am 7dc062a9: am dbed514e: Merge "Fix bug #7172699 " into jb-mr1-dev
...
* commit '7dc062a96217f6e82c77de73a6679d23718c5f11':
Fix bug #7172699
2012-09-18 14:58:50 -07:00
Jamie Gennis
61a82a116a
am ca10e561: am 94998c9c: Merge "SurfaceTexture: remove call to doGLFenceWait" into jb-mr1-dev
...
* commit 'ca10e561a396049adb9c8e6cb961dace20d72bb7':
SurfaceTexture: remove call to doGLFenceWait
2012-09-18 14:55:53 -07:00
Jeff Sharkey
6281d7cf32
Merge "Multi-user MTP." into jb-mr1-dev
2012-09-18 14:52:46 -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
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
Geremy Condra
13f9a21c87
am afc4fba7: am cdf964ea: Merge "Fix bad isinstance check in X509TrustManagerExtensions and add test." into jb-mr1-dev
...
* commit 'afc4fba7cc97ab90c58f19ca42c0ecdfc3b6d942':
Fix bad isinstance check in X509TrustManagerExtensions and add test.
2012-09-18 13:59:51 -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
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
Fabrice Di Meglio
d3d9f3f100
Fix bug #7173351 API REVIEW: android.util.LocaleUtil
...
Change-Id: I08fd491eff714059e9ec874fadebe7eb556c34d5
2012-09-18 12:55:32 -07:00
Geremy Condra
0409186f25
am b02e3df0: am 00bc4c0b: Merge "Initial commit for X509TrustManagerExtensions." into jb-mr1-dev
...
* commit 'b02e3df01266874ddb9d3edb6674b3fe7d50b6b7':
Initial commit for X509TrustManagerExtensions.
2012-09-18 12:20:09 -07:00
Fabrice Di Meglio
1f6541693f
am 876d8943: am b250e94f: Merge "Fix bug #7112174 ActionMenuView should be aware of layout direction" into jb-mr1-dev
...
* commit '876d89434adfc809cb368e262ec5cd249a2c47b7':
Fix bug #7112174 ActionMenuView should be aware of layout direction
2012-09-18 12:19:14 -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
Fabrice Di Meglio
b250e94fdc
Merge "Fix bug #7112174 ActionMenuView should be aware of layout direction" into jb-mr1-dev
2012-09-18 10:47:07 -07:00
Adam Powell
2fafa96eda
am e31634e9: am a4b0e559: Merge "Use a larger scaling span for larger screen devices." into jb-mr1-dev
...
* commit 'e31634e9be7118cab710a614ab44f070712dc560':
Use a larger scaling span for larger screen devices.
2012-09-18 10:34:33 -07:00
Adam Powell
a4b0e5590d
Merge "Use a larger scaling span for larger screen devices." into jb-mr1-dev
2012-09-18 10:25:00 -07:00
Adam Powell
8b1821979b
Use a larger scaling span for larger screen devices.
...
Change-Id: I67486e65799c076fc9ac150f67a6be715c2ed4d0
2012-09-18 10:23:43 -07:00
Andy McFadden
ea2c7b6bdc
am fa057e68: am 923c18b1: Merge "Plumb display name into SurfaceFlinger" into jb-mr1-dev
...
* commit 'fa057e68d0882722769451f326cd17dac2ae3832':
Plumb display name into SurfaceFlinger
2012-09-18 10:14:30 -07:00
Andy McFadden
923c18b142
Merge "Plumb display name into SurfaceFlinger" into jb-mr1-dev
2012-09-18 09:23:30 -07:00
Amith Yamasani
5d6d74202f
am a6760474: am f7a6dfca: Merge "Pass Bitmap instead of ParcelFileDescriptor in UserManager" into jb-mr1-dev
...
* commit 'a6760474f751a1b9659f7a932a8debb09068fbe9':
Pass Bitmap instead of ParcelFileDescriptor in UserManager
2012-09-18 00:10:31 -07:00
Irfan Sheriff
ed9f9f2569
am caef59af: am 5bc09e26: Merge "Disable notification scans when p2p is connected" into jb-mr1-dev
...
* commit 'caef59afdda60b5d16a74fffdb98947b1e56fdb1':
Disable notification scans when p2p is connected
2012-09-18 00:10:23 -07:00
Eric Laurent
b653ec8388
am c250e1ed: am 21dfd7c5: Merge "Update headphone volume safety warning message." into jb-mr1-dev
...
* commit 'c250e1ed699864462ed1ace5dea22e09f117515b':
Update headphone volume safety warning message.
2012-09-18 00:10:08 -07:00
Dianne Hackborn
fb67743848
am 20f8c730: am c33f94e2: Merge "Fix API review bugs." into jb-mr1-dev
...
* commit '20f8c730a4d83a01ac92fc3f82129d523b4bc3ef':
Fix API review bugs.
2012-09-18 00:10:04 -07:00
Romain Guy
524a6d9cdf
am 41dbb6fe: am 82f385a3: Merge "Add extra EGL error checking" into jb-mr1-dev
...
* commit '41dbb6fe3545b986c4587a29da7db398c21e3f82':
Add extra EGL error checking
2012-09-18 00:10:01 -07:00
Michael Jurka
3e98a33122
am 8075d7fa: am 2bb25cd5: Merge "Fixing construction of handler in AppWidgetHost" into jb-mr1-dev
...
* commit '8075d7fa62c65fec67c80c0b451be1e051fa568a':
Fixing construction of handler in AppWidgetHost
2012-09-18 00:09:57 -07:00
Christopher Tate
012bdf5406
am 1c9f740a: am f1aa107b: Merge "Per-user content observer APIs" into jb-mr1-dev
...
* commit '1c9f740adbee3ddcfd163ea030415630f277c950':
Per-user content observer APIs
2012-09-18 00:09:50 -07:00
Adam Powell
f307cb23f0
am 52761d23: am 49a22f29: Merge "TaskStackBuilder correctness fixes" into jb-mr1-dev
...
* commit '52761d23b0b344778ae9791515c11da4d25e17e8':
TaskStackBuilder correctness fixes
2012-09-18 00:09:42 -07:00
Dianne Hackborn
560f555c43
am c0b59093: am 4246f695: Merge "Try again to fix issue #6912004:tap on gmail notification sends me to home screen" into jb-mr1-dev
...
* commit 'c0b590932d611e842836d1662a4baa4812d07b21':
Try again to fix issue #6912004:tap on gmail notification sends me to home screen
2012-09-18 00:09:31 -07:00
Amith Yamasani
f7a6dfcafc
Merge "Pass Bitmap instead of ParcelFileDescriptor in UserManager" into jb-mr1-dev
2012-09-17 22:53:21 -07:00
Amith Yamasani
e928d7d95d
Pass Bitmap instead of ParcelFileDescriptor in UserManager
...
Add a USER_INFO_CHANGED intent for lockscreen and quicksettings to use
to monitor changes to the user name or icon.
Bug: 7164040
Change-Id: Id6fb8b6d38ce04ccd02bbadcf0c10699783d6c03
2012-09-17 21:46:51 -07:00
Irfan Sheriff
5bc09e2683
Merge "Disable notification scans when p2p is connected" into jb-mr1-dev
2012-09-17 20:58:42 -07:00
Irfan Sheriff
3809f500c3
Disable notification scans when p2p is connected
...
Also reduce scan interval for STA scans to one minute.
Bug: 7138968
Change-Id: I03620f6d462e4ec90d9bb25bbfe709f63173df21
2012-09-17 20:52:23 -07:00
Jamie Gennis
917a3b34a3
SurfaceTexture: remove call to doGLFenceWait
...
This call is no longer needed as the default behavior of the native
SurfaceTexture class is to do the wait whenever updateTexImage is called.
Change-Id: I995686a5989409e21b00fac913bd33c11f806998
2012-09-17 19:00:19 -07:00
Andy McFadden
3bcbad7bcb
Plumb display name into SurfaceFlinger
...
Pass the display name into SF's createDisplay().
Bug 7058158
Change-Id: Ia21f07063db2c2fb5a34d6526e16d4b2d3694377
2012-09-17 18:32:40 -07:00
Eric Laurent
21dfd7c5fe
Merge "Update headphone volume safety warning message." into jb-mr1-dev
2012-09-17 18:29:27 -07:00