summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Propagate pivot values of 0 to native layer" into klp-devChet Haase2013-09-091-4/+8
|\
| * Propagate pivot values of 0 to native layerChet Haase2013-09-091-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Logic in pivotXY setters noops when the new value equals the previous value. However, the initial value is "0" even though we actually use a value of the view's midpoint by default. If an app sets a new value of 0, we don't send it down to the native layer because it's the same as the initial value, even though we're actually using a midpoint value instead. This causes a conflict between the matrix used for invalidations (which use the actual values the app set) and the matrix used for rendering (which uses the default midpoint values). The fix is to make sure we send down the initial value, even when it equals the default value, by checking to see whether this is the first time we're setting the pivot. Issue #9337635 Clipping and bad rendering of view corners when y pivot is set Change-Id: I4aa20c4a3c9a866ca17df3e067232b832d0ef504
* | Merge "TextChange transition now uses CharSequence instead of String" into ↵Chet Haase2013-09-091-2/+2
|\ \ | | | | | | | | | klp-dev
| * | TextChange transition now uses CharSequence instead of StringChet Haase2013-09-061-2/+2
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | TextChange made a bad assumption that target text views contained String objects as their text, which is not always the case. For example, Gmail ActionBar text views may contain SpannableString objects, which caused a crash due to a bad cast operation. Fix is to simply use CharSequence instead of String as the value that is being stored and set on the text view. Issue #10651858 TextChange transition casts CharSequence to String when not necessarily safe Change-Id: I3f67f5d5e39201dc0fd2edcd3e4243033cf9ae08
* | Merge "Only activate FastScroller when it's needed" into klp-devAlan Viverette2013-09-092-48/+63
|\ \
| * | Only activate FastScroller when it's neededAlan Viverette2013-09-062-48/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes code that was incorrectly handling ACTION_DOWN when the host ListView started intercepting events for its own use. Fixes handling of short lists and changes resulting from toggling the FastScroller enabled state. BUG: 10651874 Change-Id: I7b088b46d00a372a0a55291db892cc059f1aed20
* | | Merge "Increase visibility of accessibility focus highlight" into klp-devAlan Viverette2013-09-093-0/+27
|\ \ \
| * | | Increase visibility of accessibility focus highlightAlan Viverette2013-09-063-0/+27
| |/ / | | | | | | | | | | | | | | | | | | | | | Swaps old 9-patch for a Shape with a 2dp stroke and standard 2dp rounded corner. BUG: 9076619 Change-Id: I7486facb77c52209348830edf4eea318b1d90608
* | | Merge "Add drag-to-open for action bar submenus" into klp-devAlan Viverette2013-09-091-1/+22
|\ \ \
| * | | Add drag-to-open for action bar submenusAlan Viverette2013-09-061-1/+22
| |/ / | | | | | | | | | | | | BUG: 10649895 Change-Id: I5076e0d09453a75ed20c44eede4b43e8a2f535fd
* | | Merge "Remember mode and sort on per-directory basis." into klp-devJeff Sharkey2013-09-0915-281/+692
|\ \ \
| * | | Remember mode and sort on per-directory basis.Jeff Sharkey2013-09-0915-281/+692
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Persist the last user-selected list/grid mode and sort order for each directory. Remembered user choice always overrides provider hinting. Filter out recent documents that don't match requested MIME type, and show recents in grid mode when picking images. Hide mode and sort order in recents. Add hinting flag for backend to indicate a directory would like to be sorted by last modified. Include explicit root in DocumentStack and clearly mark derived fields. Bug: 10392047, 10608506 Change-Id: I2dd3a0e4112852ebf87e7dbb08b3781c86587dcf
* | | | Merge "Throw an exception if isValidFragment is not overridden for KK ↵Amith Yamasani2013-09-091-5/+2
|\ \ \ \ | |/ / / |/| | | | | | | targets" into klp-dev
| * | | Throw an exception if isValidFragment is not overridden for KK targetsAmith Yamasani2013-09-061-5/+2
| | | | | | | | | | | | | | | | | | | | Bug: 9901133 Change-Id: I8dfe43aa90546e351f25c94579a34bb87658bf08
* | | | Merge "Restore alpha animation to status bar rhs icons." into klp-devJohn Spurlock2013-09-091-12/+17
|\ \ \ \
| * | | | Restore alpha animation to status bar rhs icons.John Spurlock2013-09-081-12/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid the view group to prevent stomping on an existing animation. Bug:10653941 Change-Id: I3d2bdd6360699d3d70c158ec1b8f832bd7205147
* | | | | Merge "Draw status bar battery icon bolt in code." into klp-devJohn Spurlock2013-09-094-45/+80
|\ \ \ \ \ | |/ / / /
| * | | | Draw status bar battery icon bolt in code.John Spurlock2013-09-084-45/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use high-res polygon points, punching a hole in the rest of drawing with PorterDuff.Mode.CLEAR. Remove the now obsolete lightning.png and associated color filters. Bug:10640891 Change-Id: I8f2d4dd157f9866f37ed9b3480bb79ee9f109975
* | | | | Merge "Tighten test for warm sim and add more debug." into klp-devWink Saville2013-09-091-25/+40
|\ \ \ \ \
| * | | | | Tighten test for warm sim and add more debug.Wink Saville2013-09-061-25/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Require a non-204 response multiple times before declaring a redirected error and hence a warm sim. - If there is no connection or dns don't declare its a warm-sim. - Add printing of the http headers to try to get more information if we still get a false positive result. Bug: 9972012 Change-Id: Ic115685cdbbe39c2b4de88b128eaf8d2ea96b45c
* | | | | | Merge "For NETWORK_MODE_LTE_CMDA_EVDO_GSM_WCDMA default to PHONE_TYPE_GSM" ↵Wink Saville2013-09-091-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into klp-dev
| * | | | | | For NETWORK_MODE_LTE_CMDA_EVDO_GSM_WCDMA default to PHONE_TYPE_GSMWink Saville2013-09-071-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | Bug: 9710534 Change-Id: Iba999579d30045f18b5d370359dbce65d9646c69
* | | | | | Fix permission checks around setBackupEnabled()Christopher Tate2013-09-081-31/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...by making sure to drop binder identity before writing our new state to secure settings etc. Bug 10506933 Change-Id: I00505cc5215c8fe5f30f2f35698b30645fe14c87
* | | | | | Merge "Fix build." into klp-devDianne Hackborn2013-09-081-0/+10
|\ \ \ \ \ \
| * | | | | | Fix build.Dianne Hackborn2013-09-081-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ifeac5d09a654ee1183ae26519c8b44f560afd636
* | | | | | | Merge "Don't crash attempting restore of uninstalled live wallpaper" into ↵Christopher Tate2013-09-081-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | klp-dev
| * | | | | | | Don't crash attempting restore of uninstalled live wallpaperChristopher Tate2013-09-081-0/+5
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 10658041 Change-Id: I08b38cc81fbb89907a4ffe5b6f94e9a507226011
* | | | | | | Merge "Work on issue #10130785: Restore silence and vibrate settings..." ↵Dianne Hackborn2013-09-088-1/+277
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | into klp-dev
| * | | | | | Work on issue #10130785: Restore silence and vibrate settings...Dianne Hackborn2013-09-068-1/+277
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...in settings > sound Add a new ContentProvider API to canonicalize URIs, so they can be transported across backup/restore. Change-Id: Ie5af3662f6822a32310e49c7f1e1ff084986c56e
* | | | | | | Merge "Printers for a disappearing print serivce incorrectly removed." into ↵Svetoslav Ganov2013-09-072-9/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | klp-dev
| * | | | | | | Printers for a disappearing print serivce incorrectly removed.Svetoslav Ganov2013-09-062-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The code that removes printers for a disappearing print serivice was using printer infos instead printer ids and also wrong map methods. bug:10651739 Change-Id: Idb9ccdaad9a59b3b6d16b079b33afad56bc45255
* | | | | | | | Merge "Item layout tweaking, hook up more assets." into klp-devJeff Sharkey2013-09-0714-139/+231
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Item layout tweaking, hook up more assets.Jeff Sharkey2013-09-0614-139/+231
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update layouts for items in both list and grid mode to reflect latest UX. Use new card background in grid mode, and apply gradient treatment over thumbnails. Visibly mark currently selected root. Bug: 10510022 Change-Id: I36b290d7082b5cdfd7b3167df7d976032bc01bd6
* | | | | | | | Fix docs build.Ying Wang2013-09-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I6fd0d711b2cc7726fdaa9119ee467ed6fab82de1
* | | | | | | | Merge "Unhide AudioTimestamp and getTimestamp" into klp-devEric Laurent2013-09-073-7/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | Unhide AudioTimestamp and getTimestampGlenn Kasten2013-09-063-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I56687f42f83c4be7dc3fd1baa81a13e71113f22e
* | | | | | | | | Merge "Remove tap to click from touch nav devices" into klp-devMichael Wright2013-09-071-53/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove tap to click from touch nav devicesMichael Wright2013-08-291-53/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 10508608 Change-Id: I842a181e847af41b8401dd9dd7aed3f6af556a39
* | | | | | | | | | Merge "Special case game controller fallback keys for Japan" into klp-devMichael Wright2013-09-075-126/+95
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Special case game controller fallback keys for JapanMichael Wright2013-08-265-126/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 10306633 Change-Id: I647fc5286678ddd85599a00e68e2fd70c2c3db49
* | | | | | | | | | | Merge "Fix native crash when message queue quits." into klp-devJeff Brown2013-09-071-16/+31
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Fix native crash when message queue quits.Jeff Brown2013-09-061-16/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a race when quitting the looper's message queue that could cause the mPtr field to be zeroed out and the native object to be destroyed while still in use. This happened due to an optimization that was intended to release the native looper's file descriptor as soon as the last message was processed rather than waiting for the finalizer to run. Bug: 9726217 Change-Id: I695a9a657acfdb3ce65a5737ff20cd11113d15fa
* | | | | | | | | | | Merge "Emit a more meaningful cause for watchdog restarts." into klp-devJeff Brown2013-09-071-7/+12
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Emit a more meaningful cause for watchdog restarts.Jeff Brown2013-09-061-7/+12
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Print the real thread name and a better indication of where the hang was detected. Bug: 10646480 Change-Id: Ic94742d0db08b8531cfd1429bb0026d6c30b779d
* | | | | | | | | | | Merge "Fixing build break" into klp-devSandeep Siddhartha2013-09-071-3/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fixing build breakSandeep Siddhartha2013-09-061-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I89d1416b356423ee795f01b4c3200bcaa3ec8389
* | | | | | | | | | | | Merge "Fix the build." into klp-devRobert Greenwalt2013-09-061-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix the build.Robert Greenwalt2013-09-061-2/+2
| |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia5d29de9db7ea8fd467b3bde551a8cfb95877b41
* | | | | | | | | | | | Merge "Simplistic fix for initialization race" into klp-devStan Chesnutt2013-09-061-3/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Simplistic fix for initialization raceStan Chesnutt2013-09-061-3/+4
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The monkey run described in the bug report hits this server at a vulnerable point, and the RuntimeException causes a subsequent NPE. Note that I'm making this fixup CL "blind", as monkey running on my platform (mantaray) doesn't show this specific failure. http://b/9438025 Change-Id: I8e16cf5cfc21dcf3061f31b0741525881bbf9724