Steve Block
219dfa4d39
Improve JavaDoc for saved form data
...
Change-Id: I962df5678081920c30f8a2b1fe79389f702ef3fb
2012-07-23 14:22:21 -07:00
Steve Block
32fe410a5d
Improve JavaDoc for saved username/password pairs
...
Change-Id: Ief079666eb1250f0a57089c778669b638a259194
2012-07-23 10:32:35 +01:00
Ben Murdoch
e09e976dad
Allow switching to the Chromium WebViewFactoryProvider at runtime.
...
Currently, WebViewFactory is hardcoded to always load
android.webkit.WebViewClassic$Factory. This change allows us to
load the Chromium powered WebView by setting the
"webview.use_chromium" system propery to true.
Change-Id: Icebfc4d5c4a61230c5e5dccac1ec5eca59f650ac
2012-07-23 10:21:10 +01:00
Jeff Sharkey
2bbc19ddbb
Merge "Avoid emitting broken ASCII."
2012-07-21 12:44:07 -07:00
Jeff Sharkey
eaaf396169
Avoid emitting broken ASCII.
...
Bug: 6131887
Change-Id: Iff13573aad8128cc7ae3613ab718c81e6d0862a1
2012-07-21 12:39:48 -07:00
Jeff Brown
1c6b82b033
Merge "Refactor local window manager implementation."
2012-07-20 22:53:59 -07:00
Jeff Brown
d32460c5b7
Refactor local window manager implementation.
...
The objective of this refactoring is to remove the reliance on
WindowManager wrapper objects for compatibility mode and for
managing sub-windows.
Removed the WindowManager.isHardwareAccelerated() method since
it is never used.
Change-Id: I4840a6353121859a5e0c07d5cc307a437c595d63
2012-07-20 22:40:50 -07:00
Jeff Brown
c7e52d75fe
Merge "Remove dead code in window manager."
2012-07-20 18:03:38 -07:00
Jeff Brown
23e7c35ab5
Remove dead code in window manager.
...
The 'nest' parameter is always false so we can get rid of support
for redundantly added views.
Change-Id: I30c6a856797bdc72c4e1aa4cb26b930a33ce9a16
2012-07-20 16:37:22 -07:00
Philip Milne
bb877ad4e5
Merge "Simple MVC based binding mechanism for android controls."
2012-07-20 15:19:24 -07:00
Philip Milne
989709a973
Simple MVC based binding mechanism for android controls.
...
Change-Id: I80fe18e0e15f8a840d558de9863650505bd5fb00
2012-07-20 15:14:45 -07:00
Teng-Hui Zhu
0e5b160418
add a webview API to support media play without user gesture
...
bug:6806306
webkit change: https://android-git.corp.google.com/g/#/c/208568/
Change-Id: Ic70e5d3f152a7e8d8fdfa1d6f89f96c8cd3c7075
2012-07-20 13:33:52 -07:00
Craig Mautner
6d8f30f043
Add debug to help with b6829431.
...
Change-Id: Id65f5c7c187072f5a5c1418c83e06c4a6767c658
2012-07-20 12:31:52 -07:00
Nick Pelly
95f1158908
Introduce SystemClock#elapsedRealtimeNano.
...
Change-Id: I47e1b14d45c5321f959d46e1805f86aafd72f5d4
2012-07-20 09:51:09 -07:00
Kurt Partridge
824582dce1
Merge "Documentation cleanup"
2012-07-19 23:51:09 -07:00
Kurt Partridge
b369a141ed
Documentation cleanup
...
Change-Id: Id3d15b643e6ed29c52dc9c9eb02836eb64277dae
2012-07-19 23:41:17 -07:00
Satoshi Kataoka
bc700adbe0
Merge "Fix a crash in InputMethodManager when switching the IME in the system process"
2012-07-19 22:22:59 -07:00
Svetoslav Ganov
3a136fc0e8
Merge "Views with node providers are important for accessibility in auto mode."
2012-07-19 18:27:26 -07:00
Svetoslav Ganov
34caec9940
Views with node providers are important for accessibility in auto mode.
...
1. If a view's important for accessibility attribute is set to auto the
framework is responsible to determine if it really is. Views with
accessibility node providers should be important for accessibilty
since they are roots of virtual view trees and such trees are
always important.
bug:6843043
Change-Id: I4b352c59fdefdf9ad220714a43ecb9e01d1c1c1f
2012-07-19 18:24:12 -07:00
John Reck
b49f161d65
Merge "Bump PREVIOUS_VERSION"
2012-07-19 18:04:23 -07:00
John Reck
4635dc23dc
Bump PREVIOUS_VERSION
...
Change-Id: Idf2586a7062726f60d3a6c1b75f75fde8fc9c550
2012-07-19 18:00:07 -07:00
Jeff Brown
ff1baef86c
Fix keyguard wake-up issue.
...
Bug: 6835809
Change-Id: I7a23b50286592b4c4b104b0b6429f2d05fb5e01b
2012-07-19 15:01:17 -07:00
Adam Powell
1825b984b4
Merge "Fun with Up navigation"
2012-07-19 11:49:37 -07:00
Steve Block
60620a2399
Merge "Update JavaDoc for PictureListener after fix to capture layers"
2012-07-19 11:44:08 -07:00
John Reck
b077e243ba
Merge "Test aggressive throttling"
2012-07-19 11:28:33 -07:00
Adam Powell
0fc5b2bea0
Fun with Up navigation
...
For activities with a null taskAffinity, simply finish the current task.
(They probably shouldn't have specified a parentActivityName anyway.)
When launching into app info from ResolverActivity, launch the app info
page in the current task with FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET. Back
will return to the resolver, and Up will jump to Settings.
When launching into app info from RecentsPanelView or BaseStatusBar,
since this is a system affordance akin to notifications or widgets,
build the full task stack for the app info activity with
TaskStackBuilder and launch it as a new task.
Change-Id: I73b1941d0f52bd8b30382b5e17edd8ceb058c70d
2012-07-19 11:24:47 -07:00
Steve Block
72498edd88
Update JavaDoc for PictureListener after fix to capture layers
...
Bug: 6389297
Change-Id: I970942f926effbb072ae306c994d25c0e77e3810
2012-07-19 17:02:06 +01:00
Satoshi Kataoka
4e5184f929
Fix a crash in InputMethodManager when switching the IME in the system process
...
Bug: 6789252
Change-Id: I66f51da1299532793ef8fa700f35b0811670f235
2012-07-19 20:32:51 +09:00
Fabrice Di Meglio
016456e432
Fix padding resolution
...
Change-Id: I2181a0a4057be0d20744b1512dbc1fbc53490d81
2012-07-18 16:14:57 -07:00
Adam Powell
a9108a217e
Add View#generateViewId; make RadioGroup use it
...
Bug 6448164
generateViewId provides a way for applications to generate opaque ID
values suitable for use with View#setId that will not collide with
values generated by aapt for R.id.
Fix a bug where RadioGroup assumes object hash codes will always be
positive.
Change-Id: I3e2870cd672d6061bb465128f428c81aeef0c44b
2012-07-18 14:27:00 -07:00
Haoyu Bai
db3c8678e5
Network data activity change intent for network interfaces.
...
The activity notification is received from netd, an intent
DATA_ACTIVITY_CHANGE is then raised for other part of the system to
consume.
Change-Id: Idfcc4763c51c5b314c57f546c12557082f06bebf
2012-07-17 17:13:03 -07:00
Jonathan Dixon
f6468ca4dc
Merge "Remove deprecated methods from webview provider interface"
2012-07-17 15:41:29 -07:00
Adam Powell
5d1f11d9c2
Merge "Fix MediaRouteActionProvider button sizing"
2012-07-17 14:03:59 -07:00
Adam Powell
8c1b02e759
Fix MediaRouteActionProvider button sizing
...
Bug 6768999
Use proper layout height for MediaRouteButtons generated from
MediaRouteActionProvider.
Update ActionMenuView's LayoutParams handling to correctly propagate
width/height values if the supplied LayoutParams is of a different
type.
Change-Id: I1e1b250d873869ca27f59ffb06ccf2299d57b40d
2012-07-17 13:57:59 -07:00
Steve Block
6bcb45934e
Merge "Improve JavaDoc for WebView.restoreState()"
2012-07-17 08:22:31 -07:00
Steve Block
42499061be
Improve JavaDoc for WebView.restoreState()
...
Change-Id: I01b3f8ac78b08ef0a6f563fa63978934a23fd183
2012-07-17 16:01:38 +01:00
Fred
a8c6df0d3a
Removed startService() call from BluetoothManagerService.
...
BT enable()/disable() are handled by using the binder interface
Change-Id: I0bb8d4984129706e424320241ca3ea7e12caf0d3
Conflicts:
core/java/android/bluetooth/IBluetooth.aidl
2012-07-16 21:29:44 -07:00
Matthew Xie
9631314e3d
Fix merge error, put in tmp workaround for input manager.
...
Fix merge error, missing enableNoAutoConnect api.
Remove bluetoothF from inputManageF.systemReady call as tmp workaround.
Recover shutdownRadios(MAX_RADIO_WAIT_TIME) call in ShutdownThread
Change-Id: Ice2b5c54267755bdbf56c742feabbb8709b92570
2012-07-16 21:29:12 -07:00
fredc
5a1195fd5f
Fixed issue with ActivityChooserView not working if there is only 1 share option available
...
Change-Id: If21742f3ddc28f54bf8da6cbc7e81ee0df19d6f0
2012-07-16 21:28:28 -07:00
fredc
bf072a712f
Moved BluetoothAdapter.ACTION_STATE_CHANGED broadcast from AdapterService to BluetoothManagerService
...
Change-Id: I88e5f3fe050cf11eae9c5cf1b7c393a178b8f9b1
2012-07-16 21:28:12 -07:00
Swaminatha Balaji
20738945d4
Auto connect hf/a2dp
...
Change-Id: I7c1fb4e2614f65e6810f195814dcf0cad88aee21
2012-07-16 21:26:46 -07:00
zzy
7329e70841
Added code to tear down dhcp thread when tethering is off
2012-07-16 21:25:57 -07:00
fredc
d6883533e4
Fixed socket not closing on BT off. Used RemoteCallbackList to monitor binder deaths in BluetoothManagerService.
...
Change-Id: I524964bd2836d8c5a4bae095b93ac9481337941d
2012-07-16 21:25:05 -07:00
fredc
903ac6f399
Fixed issue with Settings app crashing after during on/off and unpair.
...
Fixed issue with BluetoothAdapter.getRemoteDevice() returning null.
Change-Id: Ie86813532530a6b57bde1c430c7b4875ecc7354c
2012-07-16 21:24:32 -07:00
Ravi Nagarajan
7077272d8f
Disable debug logs in BluetoothDevice, that was turned on accidentally Change-Id: I8a0a3f5775c2b9f5a928e4840851e687f25b57ab
2012-07-16 21:24:09 -07:00
fredc
116d1d4696
Fixed issue with getting Bluetooth adapter's name and airplane mode
...
Change-Id: I18b632223574aa41b09ba30de8e35417fad86cbe
2012-07-16 21:23:34 -07:00
Sreenidhi T
4bedba49fe
Change done in BluetoothAdapter to use the same API for interacting with the Bluetooth Service. setName was being done using mService while getName was using mManagerService. As a result, the device name was not being updated in Localadapter getname call. Modified to use mService in both cases.
...
Change-Id: I2e900a782df11fd511319fbb42d94324e50ae89b
2012-07-16 21:22:32 -07:00
Kausik Sinnaswamy
a097f51e5f
BT enable adapter API should return TRUE or FALSE.
...
Change-Id: Iaef14c51d3407b69505c55a0bbdaf902213402cf
2012-07-16 21:21:23 -07:00
fredc
0f42037eb7
Non persistent adapter service
...
Change-Id: Ib13d5c77416e58161df0e04d7a15ec0dddbde8b5
Conflicts:
core/java/android/bluetooth/BluetoothInputDevice.java
Conflicts:
core/java/com/android/internal/app/ShutdownThread.java
services/java/com/android/server/SystemServer.java
Conflicts:
services/java/com/android/server/SystemServer.java
services/java/com/android/server/pm/ShutdownThread.java
2012-07-16 21:20:54 -07:00
Ravi Nagarajan
919a4c6264
Handle cancel bond for both legacy and ssp pairing
...
Change-Id: I7a6db3cd7b5b8e72dca988e753dcba9a8df614c8
2012-07-16 21:20:29 -07:00