summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Merge "DatePicker is calling back its listener on init." into honeycombSvetoslav Ganov2011-01-131-1/+2
|\
| * DatePicker is calling back its listener on init.Svetoslav Ganov2011-01-131-1/+2
| | | | | | | | | | | | | | | | | | bug:3341515 1.Changed the callbeack registration to follow the spinners initialization. Change-Id: I3baff68c295993f975beec2b376af88e32b24e20
* | Revert "Remove the APIs for the old encryption scheme."Jason parks2011-01-136-57/+86
| | | | | | | | This reverts commit 1125d780a8b61703b8eb28c5c77dac5f3f0022dd.
* | Merge "Cleanup implementation of hardware layers." into honeycombRomain Guy2011-01-135-96/+65
|\ \ | |/ |/|
| * Cleanup implementation of hardware layers.Romain Guy2011-01-135-96/+65
| | | | | | | | | | | | | | | | | | | | The new implementation relies on OpenGLRenderer's existing layer code instead of duplicating it. The new code is much cleaner, with simpler and better APIs and allows tracking of drawn regions inside layers. Region tracking is not yet enabled but this will be done in a future CL. Change-Id: Ie826121a2227de8252c77b992a61218defea5143
* | Merge "Add getTransformMatrix to the SurfaceTexture API." into honeycombJamie Gennis2011-01-131-0/+10
|\ \
| * | Add getTransformMatrix to the SurfaceTexture API.Jamie Gennis2011-01-121-0/+10
| | | | | | | | | | | | Change-Id: Icd11ed4982220be9d08b00498aef02531610ce1f
* | | Merge "Import revised translations." into honeycombEric Fischer2011-01-1341-2/+248
|\ \ \
| * | | Import revised translations.Eric Fischer2011-01-1241-2/+248
| | | | | | | | | | | | | | | | Change-Id: Ic374bee02ebbad03c6a0bb9a1900c95b0558c280
* | | | Merge "Updating the WebView accessibility key bindings after discussion with ↵Svetoslav Ganov2011-01-131-0/+39
|\ \ \ \ | | | | | | | | | | | | | | | the access-eng team" into honeycomb
| * | | | Updating the WebView accessibility key bindings after discussion with the ↵Svetoslav Ganov2011-01-131-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | access-eng team Change-Id: I39a303864b94a8a11b6cded9b8bb23041ad91502
* | | | | Merge "Phone crash when old callback func is woken up when enabling BT." ↵Jaikumar Ganesh2011-01-131-0/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | into honeycomb
| * | | | | Phone crash when old callback func is woken up when enabling BT.Staffan Lindvall2011-01-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the remote Jerry device is powered down the BT link to the phone is dropped, and the Jerry firmware in the phone quite immediately tries to re-connect to the Jerry device. Then SDP and Discover Services is started, fetchRemoteUuids() -> discoverServicesNative(). This results in an asynchronous dbus call dbus_func_args_async() that is provided with a callback function, onDiscoverServicesResult(), but before this callback function is used Bluetooth is disabled according to the problem scenario above. For some reason this discover services activity is not cleared when Bluetooth is disabled, so when Bluetooth is enabled again the (old) callback function onDiscoverServicesResult() is executed, but the following getAddressFromObjectPath() fails. The reason for this is that the deviceObjectPath parameter contains an old value, containg the process id of the old bluetoothd (the one running before Bluetooth was disabled). Then the new updated AdapterObjectPath /org/bluez/<new bluetooth hd pid>/hci0/dev_ is not a prefix of the old deviceObjectPath /org/bluez/<old bluetooth hd pid>/hci0/dev_<BT_ADDR>, which results in that null will be used as address in sendUuidIntent(), and later on, ending up in the BluetoothDevice constructor where and IllegalArgumentExceotion is thrown due to Bluetooth address = null. Then the phone will crash. Making sure sendUuidIntent() is not called when address is null is a work-around for the problem. Change-Id: I8ff60bad80de3b379cef0970402943dfa4de3cfd
* | | | | | Merge "QuickContactBadge shows its pressed state" into honeycombGilles Debunne2011-01-131-1/+12
|\ \ \ \ \ \
| * | | | | | QuickContactBadge shows its pressed stateGilles Debunne2011-01-121-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7dfd02cc5c4e0a5ba6a7d65c2c61d650f5aa9249
* | | | | | | Merge "Add a method enable encryption." into honeycombJason parks2011-01-131-0/+32
|\ \ \ \ \ \ \
| * | | | | | | Add a method enable encryption.Jason parks2011-01-121-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is for testing and needs to be cleaned up. Change-Id: I29958f2a95c7773744e61bbd23a302b752614f87
* | | | | | | | Merge "Remove the APIs for the old encryption scheme." into honeycombJason parks2011-01-136-86/+57
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Remove the APIs for the old encryption scheme.Jason parks2011-01-126-86/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I55116a5b29b10dfd50015805ec019b485257f68b
* | | | | | | | Merge "Fix bugs 3077517 and 3309579 - ListView bugs" into honeycombAdam Powell2011-01-121-10/+57
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix bugs 3077517 and 3309579 - ListView bugsAdam Powell2011-01-121-10/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix smoothScrollPositionFromTop scrolling too far on reverse scrolls Fix an invalid touch mode when smoothScrollBy attempts to scroll off the end of a list
* | | | | | | | | Fixing broken dropdown asset in Honeycomb as wellJustin Ho2011-01-121-0/+0
| |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie5a89fbf38dbad8e768c5c7569bd2e9a872fb587
* | | | | | | | API changes to support encryption in DPMAndy Stadler2011-01-124-2/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New uses-policies value * Definitions for storage domain and encryption status * API to get and set encryption status * Intent to launch encryption changes * Both new calls bottom out in the DPM service and are suitable for a device that does not support encryption. NOTE: Nobody should use ACTION_START_ENCRYPTION yet. It needs a receiver to be built in Settings (different CL). Change-Id: I2ae193bedbec59f6ba46c0ec7de12ecf321e5803
* | | | | | | | Merge "Fix null crash when fragments go away during animations" into honeycombChet Haase2011-01-121-1/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix null crash when fragments go away during animationsChet Haase2011-01-121-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I239cabce3ce322fcc3f1246486b4bf05f0dd322b
* | | | | | | | | Merge "Turn off debugging logspam for release" into honeycombChristopher Tate2011-01-121-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Turn off debugging logspam for releaseChristopher Tate2011-01-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 2679101 Change-Id: I94cf1b1d0b732b2030008118eff3534f0e0608f7
* | | | | | | | | Supress layout requests while a LayoutTransition is running.Chet Haase2011-01-123-17/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LayoutTransition works by animating layout-related properties (left, right, top, and bottom). This works great when that animation is the only thing affecting the layout of the UI. But if there are other things happening in the application that cause layout to run on that container or in its parent hierarchy, this can cause the layout properties on its children to get mis-set during the middle of the transition. This results in artifacts like animating objects jumping to locations where they would be were there no animation running. The fix is to supress layout requests on that container (and its children) until the transition is complete (then issue a layout request on the container to make sure that the container has the correct layout data) Change-Id: I15bf0423a11409f854076f86099233db7fe4edc0
* | | | | | | | | Merge "Note the release in which functionality was deprecated." into honeycombCarl Shapiro2011-01-121-34/+43
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Note the release in which functionality was deprecated.Carl Shapiro2011-01-121-34/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia0f361986e4232869f7d4123f75081100241638e
* | | | | | | | | Merge "Possibly fix bad notification updates." into honeycombJoe Onorato2011-01-121-1/+9
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Possibly fix bad notification updates.Joe Onorato2011-01-121-1/+9
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I think what was happening is that it was using a different layout but we were trying to reapply the RemoveViews because of some bad boolean logic. This fixes that, and adds some better debugging that might show us what else is happening. Bug: 3298062 Change-Id: I0984f24cb2960166c79b9f2cc7c6a98bd75e17ba
* | | | | | | | Deprecate the allocation limit interfaces.Carl Shapiro2011-01-121-35/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allocation limits relied on conditionally compiled code in the virtual machine that was disabled in released versions of Android. As such, these setter methods were glorified no-ops. Now that the feature has been removed from the allocator this interface is thoroughly obsolete. Change-Id: Id7f9de37ecfece4b909e35f110e118e131457133
* | | | | | | | Merge "Only enable GL rendering on the main thread." into honeycombRomain Guy2011-01-122-2/+9
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Only enable GL rendering on the main thread.Romain Guy2011-01-122-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I41950f4c0a5063ee5d6950cf137eb60a1c7a72fe
* | | | | | | | Merge "Remove popup indicator for dialog style preference items." into honeycombAmith Yamasani2011-01-122-25/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove popup indicator for dialog style preference items.Amith Yamasani2011-01-122-25/+0
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 3341160 Change-Id: I1d3da0dfd7216f6bdea0c38347f57ec524a1641b
* | | | | | | | New menu_dropdown_panel assets.Gilles Debunne2011-01-124-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 3330307. The content region has been extended by one pixel. Change-Id: I18bcc9af28a210dae8564a7463d21a896314cba4
* | | | | | | | Merge "b/3344966 pan following the focus point instead the first point." ↵Huahui Wu2011-01-121-9/+13
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | into honeycomb
| * | | | | | | b/3344966 pan following the focus point instead the first point.Huahui Wu2011-01-121-9/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iaed482c7c4e8a616cbabf8c5af706b8160c880b1
* | | | | | | | Merge "Wait for Wi-Fi state change before set the state verification ↵Xia Wang2011-01-121-4/+11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | criteria. bug: 3336896" into honeycomb
| * | | | | | | | Wait for Wi-Fi state change before set the state verification criteria.Xia Wang2011-01-111-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug: 3336896 Change-Id: If4faf55d1c9a326a0cbd95013b8a5edce562230e
* | | | | | | | | Merge "Make sure AppCacheTest casts to long" into honeycombKenny Root2011-01-121-18/+35
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Make sure AppCacheTest casts to longKenny Root2011-01-121-18/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AppCacheTest was multiplying two integers that were too large for devices that had more free space than 32-bits could represent. Hopefully no one releases devices with 1TB soon. The testAppCacheClear test doesn't work currently because it has an "imax" attribute that doesn't allow the disk to be filled up entirely. It only writes a couple hundred MB before it gives up. Bug: 3216419 Change-Id: Ie371f42211bab65f2c767b36d9837ce76922501e
* | | | | | | | | | Merge "Unhide Content{Resolver,Provider}.call()" into honeycombBrad Fitzpatrick2011-01-123-28/+68
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Unhide Content{Resolver,Provider}.call()Brad Fitzpatrick2011-01-123-28/+68
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic7833b921f5a8e70ef7d565bfdf461e6e135ff1b
* | | | | | | | | | Merge "Remove permission android.permission.WRITE_MEDIA_STORAGE" into honeycombMike Lockwood2011-01-121-8/+0
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Remove permission android.permission.WRITE_MEDIA_STORAGEMike Lockwood2011-01-121-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Access to the /data/media directory is now restricted exclusively to the sdcard daemon, so there is no longer a need for this permission. Change-Id: Iea8400f0eee167df19cc231c502d251a364f98b3 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | | | | | | | | Merge "Better debug info for layers." into honeycombRomain Guy2011-01-121-1/+5
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| * | | | | | | | | | Better debug info for layers.Romain Guy2011-01-121-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I816c2446a33a1135553eaeea2f89c7418641cfe1