summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update exception handling for MediaCodecAndy Hung2014-08-082-75/+117
| | | | | | | | | | Throw MediaCodec.CodecException (versus IllegalStateException). Print out status error codes as found (See MediaError.h for details). Update error code mapping to CryptoException. Bug: 12034929 Bug: 13976475 Change-Id: I23b951cb06807413f087c238a1d3526659f06e7b
* Make next activity opaque when media stopsCraig Mautner2014-08-082-0/+52
| | | | | | | | | Call convertFromTranslucent on next activity when an activity below it stops playing media. Fixes bug 14469711. Change-Id: I7e4346987cb620cb3a8c09096ff3a639cf344679
* Merge "New screen shut down animation." into lmp-devMichael Lentine2014-08-066-322/+386
|\
| * New screen shut down animation.Michael Lentine2014-08-076-322/+386
| | | | | | | | | | | | Bug: 16845774 Change-Id: I355f8d73f54a873f6df180dc48c177b993f170f9
* | Use native ISA for dex code (in case there's a NativeBridge)Calin Juravle2014-08-081-31/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the presence of a native bridge it is more efficient to compile the dex directly to the native ISA than to use the shared library ISA as a reference. This can be achieve by configuring the readonly system properties to map between the .so ISA and the desired dex code .ISA (e.g. ro.dalvik.vm.isa.ISA1=ISA2). Bug: 16185267 (cherry picked from commit I50baa7b37e1465b9adf72d6f6b96f526a08d59c7) (cherry picked from commit I8fe453a800812e382e8f41b5f7922997aa9c18a9) Change-Id: I6c9684149691285310c961189b58af8c7f47aff4
* | Merge "Volume: Hide zen options during setup." into lmp-devJohn Spurlock2014-08-073-19/+73
|\ \
| * | Volume: Hide zen options during setup.John Spurlock2014-08-073-19/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | Only show the slider before provisioning and user setup. Bug:16825823 Change-Id: I856c736ed91ed20371176c2bba84b5d7e2ebc6cb
* | | QS: Make user switcher RTL awareAdrian Roos2014-08-081-6/+15
| | | | | | | | | | | | | | | Bug: 16406694 Change-Id: I00efaf34281945635aa91bc3871ca6361c946ffe
* | | QS: Make user switcher expand when users don't fitAdrian Roos2014-08-0812-76/+296
| | | | | | | | | | | | | | | | | | | | | Also updates the switcher to match the latest redlines. Bug: 16406694 Change-Id: Ibf44ed9ea2ef4e3c467724eb4c79f1df5b3e49f4
* | | Publicize Material notification text styles.Dan Sandler2014-08-082-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | Important for anyone attempting to make custom content views that match the Material style of Builder-created notifications. Bug: 16520833 Change-Id: Ifc6c54cc50aaceed252dfbab7459b15216d53df1
* | | Merge "Fix issues #16655104 and #16875776 in battery stats." into lmp-devDianne Hackborn2014-08-072-16/+82
|\ \ \
| * | | Fix issues #16655104 and #16875776 in battery stats.Dianne Hackborn2014-08-072-16/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue #16655104: Android system used 21% of battery We weren't clearing the current process state when we now retain process objects across resets. Issue #16875776: abnormal outliers in screen-off battery life in go/batterystats The checkin data since charged was using the since unplugged data for the amount of drain with the screen on/off. Also added a new version tag in the checkin output containing the platform build number and internal version format number, to start moving away from the wasteful version code on every line. And fixed a bug in figuring out when things have changed over discharge levels. Change-Id: I89b89513a748016aacc848f14bbbc8b2400d92ca
* | | | Handle null IPackageDeleteObserver.Jeff Sharkey2014-08-083-52/+40
|/ / / | | | | | | | | | | | | Bug: 16862614 Change-Id: I0c197a994b89d49123027f24fe46827c2b994ab6
* | | Merge "Improve error detection in app compitibility test" into lmp-devGuang Zhu2014-08-061-40/+40
|\ \ \
| * | | Improve error detection in app compitibility testMaxim Siniavine2014-08-071-40/+40
| | | | | | | | | | | | | | | | Change-Id: I3ee02e41b835715d1b6aaf8048fbb16a6bd00b8a
* | | | Merge "Add a TLV to support different result storage" into lmp-devWei Wang2014-08-075-12/+221
|\ \ \ \
| * | | | Add a TLV to support different result storageWei Wang2014-08-075-12/+221
| | | | | | | | | | | | | | | | | | | | Change-Id: Ic20a1720b783508cf85b234950b7fd0c79e9e7c3
* | | | | Merge "Debug for 13924095." into lmp-devCraig Mautner2014-08-071-1/+9
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Debug for 13924095.Craig Mautner2014-08-071-1/+9
| |/ / / | | | | | | | | | | | | | | | | | | | | Add logging for 13924095. All logging uses TAG "BadTokenDebug". Change-Id: I3404e98d8c221cbd183845f479cf4074266b5cb2
* | | | Merge "Fix track sample rate limit" into lmp-devAndy Hung2014-08-061-1/+1
|\ \ \ \
| * | | | Fix track sample rate limitAndy Hung2014-08-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Should be controlled by SAMPLE_RATE_HZ_MIN and SAMPLE_RATE_HZ_MAX. Associated with testing the following sample rate bugs. Bug: 12979141 Bug: 15933066 Change-Id: Id130613fe28c7a1070e42f9bc44ed3b00a4113a3
* | | | | Merge "Un-hide WindowInsets#isConsumed" into lmp-devAdam Powell2014-08-072-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Un-hide WindowInsets#isConsumedAdam Powell2014-08-072-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 16874227 Change-Id: I8b6386b46e71a06890cda2d3d6d9278ab35fc700
* | | | | Keep app focus and input focus currentCraig Mautner2014-08-081-11/+15
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change ag/422870 mistakenly set app focus to null in the InputDispatcher. This change restores setting app focus correctly. In addition, there were a few places where window focus (i.e. mCurrentFocus) could be modified without notifying the InputDispatcher. This change fixes those locations. Should fix 14564396. Change-Id: Ie24f3410fdd1f5f1eefbce02759fef4149e59620
* | | | Merge "Fix RTL horizontal spacing in Gridview" into lmp-devYigit Boyar2014-08-061-2/+3
|\ \ \ \
| * | | | Fix RTL horizontal spacing in GridviewYigit Boyar2014-08-071-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 16659566 Change-Id: I0e7c834c6fedf39562fe880284373eda43412563
* | | | | Make letterSpacing and fontFeatureSettings publicRaph Levien2014-08-074-9/+19
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We added APIs and TextView xml attributes to give access to letter spacing and OpenType features. This patch makes these changes part of the public API. Bug: 15246510 Bug: 15594400 Change-Id: I7a54cb0da2746304a5c72a687612a279cac652e0
* | | | Send accessibility click event after calling click listenerAlan Viverette2014-08-081-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This ensures that any state changes made by the click listener are correctly reflected in the accessibility event. BUG: 16847704 Change-Id: Ib0a3b3cd5879bb77c2cd3d97e923cdfa31c8051a
* | | | Fix docs buildAlan Viverette2014-08-081-1/+1
| | | | | | | | | | | | | | | | Change-Id: Ieaea48c597efd23449615d22969a107e607bbdc2
* | | | Add insets to dialog backgroundAlan Viverette2014-08-085-27/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also adds inset attribute to InsetDrawable to control all four insets. BUG: 16868069 Change-Id: I909d05a6dc69747e9092e9ac34551b18d70d2b9f
* | | | Merge "Unhide broadcasts for WiFi network changes." into lmp-devChelsea Derrick2014-08-071-0/+7
|\ \ \ \
| * | | | Unhide broadcasts for WiFi network changes.Chelsea Derrick2014-08-071-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change will fulfill the same role as ag/487624, which unhid other broadcast constants (and is being rolled back). We can leverage the existing broadcasts in this CL rather than introducing new ones. They just need to be exposed. Bug: 16871063 Change-Id: I91462851c8016ed962cdafa54e9ec938d52c84b6
* | | | | Fix leak of SkPathRefsChris Craik2014-08-083-15/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug:15939479 SkPath objects owned by DisplayListOps weren't being torn down, and thus weren't releasing their SkPathRef innards. Change-Id: I2581e124600a93a399ef3251f456c02ab52839a8
* | | | | Logic to confirm uninstalls.Jeff Sharkey2014-08-085-19/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prompt user for confirmation when caller doesn't have DELETE_PACKAGES permission. Also extend uninstall events to return failure codes. Bug: 16515814 Change-Id: I15b52190ff02dbeaaf038b92364264f64c57ba89
* | | | | media: update to reworked media codec list/infoLajos Molnar2014-08-071-47/+82
| |_|/ / |/| | | | | | | | | | | | | | | Bug: 11990470 Change-Id: I884d656f6a325f7074a89d09601ad19363daa8a0
* | | | Update disabled states to be less opaqueAlan Viverette2014-08-0812-19/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also adds Resources method for retrieving floating-point values. BUG: 16374059 Change-Id: I68c6a40cbe5badfad624548b9abf2d657dbc2019
* | | | Merge "Read/Write numBssidsPerScan in ParcelableScanResults" into lmp-devVinit Deshpande2014-08-071-1/+3
|\ \ \ \
| * | | | Read/Write numBssidsPerScan in ParcelableScanResultsVinit Deshpande2014-08-071-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Setting the value has no effect because it was lost in marshalling across binder interface. Bug: 16826305 Change-Id: I5b308441608e0b7fc159fc249a16aec3728bac82
* | | | | Merge "Implement PowerStatusMonitorAction." into lmp-devJungshik Jang2014-08-074-2/+181
|\ \ \ \ \
| * | | | | Implement PowerStatusMonitorAction.Jungshik Jang2014-08-084-2/+181
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After this change, need to add an api which reports power status change to other component like TIF. Bug: 16445063 Change-Id: I5a347057af6140ece82acb5d15e3a8b3779b18be
* | | | | | A little more system API in RestoreSetObserverChristopher Tate2014-08-081-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 16542048 Change-Id: I8b773df872e3cc50c42645e3833d40a691edc4e7
* | | | | | Add "CONNECTING" state for before outgoing call broadcast returnsNancy Chen2014-08-073-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Immediately add a call to Telecomm before the outgoing call broadcast intent returns, this will reduce the latency for the InCallUI by allowing the InCallActivity to start before Telecomm has responded. Bug: 16396523 Change-Id: Iada2a6bdb803794a765b81edb2dfb0953445ae43
* | | | | | Add COLP/COLR configuration success/failure message strings.Etan Cohen2014-08-072-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0985c9a84b92b2111afc189a5c46aed08496ace4
* | | | | | am e5f852e0: am eab9412b: am 46baa5ff: Merge "docs: Release notes for ADT ↵Ricardo Cervera2014-08-072-4/+40
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 23.0.3" into klp-modular-docs * commit 'e5f852e0b047bccf81d0298c398b3c5d3f74f616': docs: Release notes for ADT 23.0.3
| * | | | | am eab9412b: am 46baa5ff: Merge "docs: Release notes for ADT 23.0.3" into ↵Ricardo Cervera2014-08-072-4/+40
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | klp-modular-docs * commit 'eab9412b1b3fdbf74dee5b05e861707dce628661': docs: Release notes for ADT 23.0.3
| | * \ \ \ \ am 46baa5ff: Merge "docs: Release notes for ADT 23.0.3" into klp-modular-docsRicardo Cervera2014-08-072-4/+40
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '46baa5ff7dadad76fc5503a7c2be6d22eb00da57': docs: Release notes for ADT 23.0.3
| | | * \ \ \ \ Merge "docs: Release notes for ADT 23.0.3" into klp-modular-docsRicardo Cervera2014-08-062-4/+40
| | | |\ \ \ \ \
| | | | * | | | | docs: Release notes for ADT 23.0.3Ricardo Cervera2014-08-072-4/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9e68f4ecaec47b8a139f32773ef9916c3011061b
* | | | | | | | | Merge "API to tell the transport to cancel a full backup in progress" into ↵Christopher Tate2014-08-072-8/+45
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lmp-dev
| * | | | | | | | | API to tell the transport to cancel a full backup in progressChristopher Tate2014-08-072-8/+45
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 16524520 Change-Id: If2cbffd3c8a03bf4eb7b11ff1ae784c437e27e7f