summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Ensure MediaRouter correctly handles renamed Wifi displays.Jeff Brown2012-10-112-16/+35
| | | | | | | | | | | | | Fix a couple of bugs that cause MediaRouter to disconnect from the current Wifi display whenever it is renamed. Added an extra check in WifiDisplayAdapter for identity renames. The Settings app already handles this case but it's good to have the service check for it as well so we don't store unnecessary aliases. Bug: 7310777 Change-Id: I8fddd32ca59f9b798ee31b467b81457508c345f8
* Merge "Add new ringtones/notifications for Occam." into jb-mr1-devDave Burke2012-10-116-0/+0
|\
| * Add new ringtones/notifications for Occam.Dave Burke2012-10-116-0/+0
| | | | | | | | | | Bug: 7312457 Change-Id: Id3a3a25d412b4f1441067e0d86d2bf30e10dd1b7
* | Merge "Face Unlock is shown correctly during a phone call - fix b/7271718" ↵Danielle Millett2012-10-116-114/+53
|\ \ | | | | | | | | | into jb-mr1-dev
| * | Face Unlock is shown correctly during a phone call - fix b/7271718Danielle Millett2012-10-096-114/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the user was in the middle of a phone call and went to the lock screen it would show a black box with an X, but Face Unlock wouldn't pop up and the X was unresponsive. There were a few issues causing this. The X on the default view wasn't a button, so it has been changed to a button which will go to the backup lock. The concept of show() and hide() in FaceUnlock.java are obsolete because Face Unlock is no longer being overlayed on top of the backup so there's isn't a black box to show or hide. In addition, since it's not being overlayed, Face Unlock doesn't cover the backup lock so fading to the backup looks janky. The flip animation is more appropriate. Change-Id: I730aa4bbce42b4656ee1bce61352b8aefbd6892d
* | | Merge "New icon for quick settings button." into jb-mr1-devDaniel Sandler2012-10-116-0/+0
|\ \ \
| * | | New icon for quick settings button.Daniel Sandler2012-10-116-0/+0
| | | | | | | | | | | | | | | | | | | | Bug: 7319756 Change-Id: I864cc7938f94c87f5d7e18657fb6ac5f083e15d9
* | | | Merge "Prevent out of range magnification scale to be persisted." into ↵Svetoslav Ganov2012-10-111-1/+2
|\ \ \ \ | | | | | | | | | | | | | | | jb-mr1-dev
| * | | | Prevent out of range magnification scale to be persisted.Svetoslav Ganov2012-10-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. If a bad magnification scale is persisted, i.e. it is not between the min and max, the screen magnifier gets into a bad state which even a reboot does not fix since the scale is persisted in settings. This change ensures that only valid scales are presisted. In general a bad value should not be attempted to be persisted but at this point this is the safest change. bug:7288239 Change-Id: I3e9c7c091772fa64128ab8403c2127ce65cb94b8
* | | | | Merge "Database cleanup needs to happen for all users." into jb-mr1-devJeff Sharkey2012-10-111-3/+14
|\ \ \ \ \
| * | | | | Database cleanup needs to happen for all users.Jeff Sharkey2012-10-111-3/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6970084 Change-Id: I9a6f1cbaf095b245ec9707a90c518256e0aa1f5f
* | | | | | Merge "Final keyguard tablet layout integration" into jb-mr1-devAdam Cohen2012-10-1128-116/+371
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Final keyguard tablet layout integrationJim Miller2012-10-1028-116/+371
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change integrates the finalized tablet layouts for keyguard. It supports both 7" and 10" tablets and makes some minor tweaks on phones. Bug 7094419 Change-Id: I7b683382974de509e8045210544ea959db82e72d
* | | | | | Merge "Send accessibility event for content change upon setting content ↵Svetoslav Ganov2012-10-111-0/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | description." into jb-mr1-dev
| * | | | | | Send accessibility event for content change upon setting content description.Svetoslav Ganov2012-10-101-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Since the content description is generated dynamically we need to notify clients when it changes so they can drop cached state to get the most recent content. This really is used by the caching we do to optimize the window query APIs. Otherwise, the user does not see the current content. bug:7327556 Change-Id: I9be46508e86864566e027c64565eb1d787ec9363
* | | | | | | Merge changes Ic860de75,I8b2d6c7a into jb-mr1-devDaniel Sandler2012-10-119-40/+80
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Remove notification/quicksettings explanation cling. Remove the double-swipe to access quick settings on phones.
| * | | | | | | Remove notification/quicksettings explanation cling.Daniel Sandler2012-10-111-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7319756 Change-Id: Ic860de7579079596d0e4c3412cf0fa1ccaadc3e1
| * | | | | | | Remove the double-swipe to access quick settings on phones.Daniel Sandler2012-10-119-38/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On the plus side, the settings button is back! Now that we have two buttons on the right-hand side it's more important than ever that the notification panel header not allow errant taps to go all the way back to the notification panel, where they will drag/close it. Bug: 7319756 // remove double-swipe Bug: 7217201 // finally make the notification header black Change-Id: I8b2d6c7a7cfaaed2bfbcd61fb45db9f234cb002d
* | | | | | | | Merge "More on issue #7318666: hide developer options from user build" into ↵Dianne Hackborn2012-10-112-6/+12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | jb-mr1-dev
| * | | | | | | | More on issue #7318666: hide developer options from user buildDianne Hackborn2012-10-102-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The action to launch the developer settings panel is now required by the platform. Add a new hidden API to LauncherActivity so I can better integrate these into the existing Dev Tools app. Change-Id: I9c082622fd4c8f4a5be51cabb664741a3782ece1
* | | | | | | | | Merge "Don't update the text services locale in the main thread" into jb-mr1-devSatoshi Kataoka2012-10-112-1/+42
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Don't update the text services locale in the main threadSatoshi Kataoka2012-10-122-1/+42
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a revised version of I9f8a81d3c9261a6cfc00292b9f5cb06053b9112d Bug: 6761326 Change-Id: I43a0a65df6e4b6941bd0dca548c4af20b7e5bf58
* | | | | | | | | Merge "Import translations. DO NOT MERGE" into jb-mr1-devBaligh Uddin2012-10-1149-390/+1622
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2012-10-1049-390/+1622
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I498e980ee2d318ae66848a36786e435f2c09412b Auto-generated-cl: translation import
* | | | | | | | Merge "Cache wallpaper bitmap to avoid re-loading on rotation" into jb-mr1-devChet Haase2012-10-111-11/+30
|\ \ \ \ \ \ \ \
| * | | | | | | | Cache wallpaper bitmap to avoid re-loading on rotationChet Haase2012-10-101-11/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Screen rotations force static wallpapers to get recreated. One of the things that happens is that the underlying bitmap resource is loaded. This can be quite expensive for large bitmaps (which is the case on large-display devices). A simple optimization is to retain the bitmap in the wallpaper process, to avoid this re-loading step. We still re-draw and re-upload the texture, but at least we don't re-load the thing. Issue #7324823 Manta wallpaper decode performance is atrocious Change-Id: I0748e275a55992d13704a7dec5910d2dbdc9e2a4
* | | | | | | | | Donot reset mEnable flag when binding timeout.Matthew Xie2012-10-111-1/+0
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During start up, binding could take a while. When binding timeout only reset mBinding but not mEnable. bug 7328147 Change-Id: I306a84ca53d9e1d05111395642626e68d19e9663
* | | | | | | | Merge changes I50eb7dcf,I7ae92ce1,Icb22db1c into jb-mr1-devJeff Brown2012-10-104-35/+135
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Don't enable input dispatch until the screen is visible. Dejank electron beam. Don't process UEvents in Dalvik unless they match a pattern.
| * | | | | | | | Don't enable input dispatch until the screen is visible.Jeff Brown2012-10-101-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When we defer making the screen visible (waiting for the lock screen to be ready) the screen may actually be on but covered by a black surface. We need to make sure to ignore any touches on the screen during this time until the black surface is about to be removed. Bug: 7318962 Change-Id: I50eb7dcf05295cd276925625240996c4b80c5fe2
| * | | | | | | | Dejank electron beam.Jeff Brown2012-10-101-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On some devices it can take hundreds of milliseconds to get a brand new EGL surface performing in tip-top shape. To get it ready make it do a few pushups before the show begins. Bug: 7318962 Change-Id: I7ae92ce100c368327042a29ffa65faee9b567c8d
| * | | | | | | | Don't process UEvents in Dalvik unless they match a pattern.Jeff Brown2012-10-102-30/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On some devices, vsync is delivered from the kernel to userspace over a netlink socket via UEvent. The result is that a thread wakes up, reads a message, creates a new String then searches it for matches against a pattern on every single frame. Reduce the overhead by performing the initial pattern matching in native code. Bug: 7326329 Change-Id: Icb22db1c38330694207bec1153840e0c06f502d6
* | | | | | | | | Merge "Use exactly the same timings for the ElectronBeam as JB." into jb-mr1-devJeff Brown2012-10-102-2/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Use exactly the same timings for the ElectronBeam as JB.Jeff Brown2012-10-102-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7318962 Change-Id: Ic04bac5b07ec64fed84a6381ee1916ddeed01255
* | | | | | | | | Merge "Remove Dream windows immediately." into jb-mr1-devDaniel Sandler2012-10-101-4/+13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove Dream windows immediately.Daniel Sandler2012-10-101-4/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensures that onDetachedFromWindow happens before onDestroy. Bug: 7295929 Change-Id: Ic4ac2552bfce75a5dc43dc840e6ef0182369e24b
* | | | | | | | | | Merge "Dismiss keyguard for brightness QS tile." into jb-mr1-devDaniel Sandler2012-10-101-0/+8
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Dismiss keyguard for brightness QS tile.Daniel Sandler2012-10-091-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bugreport, too. Bug: 7296769 Change-Id: I28b2f1cf4a1bf2ebfcff37a6188f33a44b7d2165
* | | | | | | | | | | Merge "Fix a runtime restart when cycling between 4 users" into jb-mr1-devAmith Yamasani2012-10-101-9/+4
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
| * | | | | | | | | | Fix a runtime restart when cycling between 4 usersAmith Yamasani2012-10-101-9/+4
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some refactoring in Sync Manager caused mUserManager to be initialized too late. Make sure this is initialized in the constructor now. Bug: 7328386 Change-Id: Ic67915e172c3b8ef368852147667287e38c0213b
* | | | | | | | | | Merge "Import translations. DO NOT MERGE" into jb-mr1-devBaligh Uddin2012-10-1049-67/+67
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2012-10-1049-67/+67
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I57efb052a4003b16c6901ea8af12efcd535d1e4c Auto-generated-cl: translation import
* | | | | | | | | Fix the buildFabrice Di Meglio2012-10-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9c79677ee4f68d6fc82b754d08e701229725c2a6
* | | | | | | | | Merge "Add DAG validation for ScriptGroups." into jb-mr1-devTim Murray2012-10-101-9/+73
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add DAG validation for ScriptGroups.Tim Murray2012-10-101-9/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug 7318821 Change-Id: If13cfe7a9f214ab253236bd52dd96df7b07aa14e
* | | | | | | | | | Merge "Fix bug #7326778 Rename LayoutParams.onResolveLayoutDirection(int)" ↵Fabrice Di Meglio2012-10-106-12/+12
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into jb-mr1-dev
| * | | | | | | | | | Fix bug #7326778 Rename LayoutParams.onResolveLayoutDirection(int)Fabrice Di Meglio2012-10-106-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - rename to LayoutParams.resolveLayoutDirection(int) - upate 17.txt too Change-Id: I54fe28dc47cfdb65ef0b5b0244dabbe1d675c781
* | | | | | | | | | | Merge "Fix WebView accessibility scripts." into jb-mr1-devSvetoslav Ganov2012-10-101-11/+159
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix WebView accessibility scripts.alanv2012-10-101-11/+159
| | |_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensures A11y APIs are added to WebView before page loads. Prevents calls to TTS before init and after shutdown. Ensures calls to TTS are thread- safe. Activates and deactivates feedback from AndroidVox when view is attached and detached. Adds a flag for logging debug output, as well as a lot of debug output. Bug: 7326781 Change-Id: I5d4ab7f9fb1669f98ef05ae207e897565d3086c9
* | | | | | | | | | | Merge "Prevent possible divide by 0 Bug #7307304" into jb-mr1-devRomain Guy2012-10-101-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Prevent possible divide by 0Romain Guy2012-10-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #7307304 Should never happen, but eh :)) Change-Id: Ic7a09fd5c7a3622e6b4963f9ee6920e232018e2e