summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add DevicePolicyManager flag for fingerprint.Jim Miller2014-07-183-0/+19
| | | | Change-Id: Icb3e4b98d97487179acefabc7a3b747d3d0fa23a
* Fix FIT_XY scaleType issue on VectorDrawableztenghui2014-07-182-32/+15
| | | | | | bug:16019658 Change-Id: I8b6ac23bf14de5427d3029436acf76bd1161f0ea
* Fix caching in VectorDrawable to pass the CTS testztenghui2014-07-181-2/+8
| | | | | | bug:16380401 Change-Id: I573f4cc782707c6ef3484597ddc621a7a6353898
* Merge "Add comments for RemoteCallVideoClient and RemoteCallVideoProvider." ↵Andrew Lee2014-07-172-0/+124
|\ | | | | | | into lmp-dev
| * Add comments for RemoteCallVideoClient and RemoteCallVideoProvider.Andrew Lee2014-07-182-0/+124
| | | | | | | | Change-Id: I521be8fd0e898c78864dab62593d26806eb11fec
* | LE: Add connection parameter update request API (4/4)Andre Eisenbach2014-07-183-1/+57
| | | | | | | | Change-Id: Ifb531a1b7ab05888817b96fcc89f85e17df7ffe2
* | Merge "Tear down agents properly at EOD in full restore" into lmp-devChristopher Tate2014-07-172-2/+22
|\ \
| * | Tear down agents properly at EOD in full restoreChristopher Tate2014-07-172-2/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The restore engine wasn't tearing down the bound agent after reaching the end of data for the app, and furthermore was allowing the restore operation to resume running the queue before all data had been delivered to the current target. Also make LocalTransport deliver data in 2K chunks rather than 32K, as a first step towards making its timing characteristics more like we'll see in networked situations. Finally, added a bunch of MORE_DEBUG output for finding odd bugs like this. Change-Id: Icdbe6a070af6cc7c708a938ad044108d40ebce9a
* | | Fixing issue where we weren't restoring touch state on dismissed Task cards. ↵Winson Chung2014-07-181-0/+2
| | | | | | | | | | | | (Bug 16322100)
* | | Merge "TIF: Add unblock content" into lmp-devYoungsang Cho2014-07-178-4/+94
|\ \ \
| * | | TIF: Add unblock contentJaewan Kim2014-07-188-4/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a TV content is blocked by the parental control settings, TV input service will notify TV to request user's PIN code verification. If the verification succeeds, TV input service will be notified back that content is unblocked so it can keep playing the content. Bug: 13172379 Change-Id: I7b31d762eb54612c4d8779ee133211f32fb73b05
* | | | Merge "TIF: Add onInputAdded and onInputRemoved" into lmp-devYoungsang Cho2014-07-184-60/+156
|\ \ \ \ | |/ / / |/| | |
| * | | TIF: Add onInputAdded and onInputRemovedJaewan Kim2014-07-184-60/+156
| | | | | | | | | | | | | | | | | | | | Bug: 16166859 Change-Id: I51bd87aded3e8619e36be200009e924e73cd348e
* | | | Merge "Deprecate and stop generating tickerViews." into lmp-devDan Sandler2014-07-175-119/+16
|\ \ \ \
| * | | | Deprecate and stop generating tickerViews.Dan Sandler2014-07-185-119/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tickers have been replaced in the UI by heads-up notifications (and not creating the tickerView will save memory, almost 150k if you have an xhdpi largeIcon). Update docs to explain that tickers are just for accessibility now. Bug: 16395266 Change-Id: Ib1372b34c1c261f64228bbe705d174675cd007dc
* | | | | Merge "Actually show secret notifications sometimes." into lmp-devDan Sandler2014-07-172-21/+50
|\ \ \ \ \
| * | | | | Actually show secret notifications sometimes.Dan Sandler2014-07-182-21/+50
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Factor out the "should we be hiding sensitive data" predicate so we get it right everywhere. Show visibility stuff in Notification.toString(). Bug: 16307122 Change-Id: Ifd16d073c4595add2ac3582ffc0d0179e55246e5
* | | | | Merge "Mark social APIs stream APIs as deprecated" into lmp-devBrian Attwell2014-07-173-58/+272
|\ \ \ \ \
| * | | | | Mark social APIs stream APIs as deprecatedBrian Attwell2014-07-183-58/+272
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 14490632 Change-Id: I6b54613514e52f34cfcc37d25493a7ea7d636a86
* | | | | | Merge "Make back button work in CaptivePortalLogin app like a web browser." ↵Paul Jensen2014-07-171-0/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into lmp-dev
| * | | | | | Make back button work in CaptivePortalLogin app like a web browser.Paul Jensen2014-07-181-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Users will be using the app to navigate web pages like they are used to in web browsers, so the back button should act similarly. There also isn't an in-app back button so this adds essentially necessary functionality. bug:16397616 Change-Id: Idd73d4a048d79e56bf981a8f477336f00eaafc3b
* | | | | | | Merge "Wire up multi-SIM experience (1/4)" into lmp-devIhab Awad2014-07-176-92/+136
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Wire up multi-SIM experience (1/4)Ihab Awad2014-07-186-92/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib63843267f06b329a675e7ea86167b2cbb554f1b
* | | | | | | Merge "Fix broken locale related assumptions in TextServicesManager." into ↵Narayan Kamath2014-07-171-5/+17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | lmp-dev
| * | | | | | | Fix broken locale related assumptions in TextServicesManager.Narayan Kamath2014-07-181-5/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | startsWith is a bogus check unless languages match. Also, don't assume 2 letter languages. bug: 10090157 Change-Id: I8adda61bddc465aac261c0ce2023fa9606affe1b
* | | | | | | | Update RecyclerView scroll listener to the new APIYigit Boyar2014-07-181-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 16054949 Change-Id: I264a701e8b298a08f09bb30284099734054d518c
* | | | | | | | Merge "New TtsSpan builders for types measure, time, date, digits and ↵Niels Egberts2014-07-172-0/+357
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | verbatim." into lmp-dev
| * | | | | | | | New TtsSpan builders for types measure, time, date, digits and verbatim.Niels Egberts2014-07-182-0/+357
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I60022aa72c64f454261a0b69c21c45ce6351b9e7
* | | | | | | | | Merge "Volume: Dismiss shade when launching settings from rocker." into lmp-devJohn Spurlock2014-07-171-0/+3
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Volume: Dismiss shade when launching settings from rocker.John Spurlock2014-07-181-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The volume dialog can appear over the expanded QS panel. Dismiss the shade when launching zen settings so that it is not obscured. Bug:16397104 Change-Id: Icc9e7107572305d366a9648f5082096ff92a8b71
* | | | | | | | | Merge "Unhide audio virtualizer capability query methods" into lmp-devJean-Michel Trivi2014-07-173-8/+111
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Unhide audio virtualizer capability query methodsJean-Michel Trivi2014-07-183-8/+111
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unhide the new method to query the Virtualizer effect implementation about its capabilities in terms of input, device support, and virtual speaker angles. Change-Id: I4478f7837efe8c9d52978244a3402c7f8590e585
* | | | | | | | Merge "Add builders for TtsSpans of type ordinal, decimal and fraction." ↵Niels Egberts2014-07-172-10/+298
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | into lmp-dev
| * | | | | | | Add builders for TtsSpans of type ordinal, decimal and fraction.Niels Egberts2014-07-182-10/+298
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also document the possibility to give phone numbers in parts. Change-Id: Ie1cdf56cc3b6c221c9410fb02dcba2568ea337b7
* | | | | | | | Merge "Unhide." into lmp-devNarayan Kamath2014-07-171-0/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | Unhide.Narayan Kamath2014-07-181-0/+7
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie5788bfdde7ec7394dbd6e11e63e3044ccc5a802
* | | | | | | | Merge "Shrink user profile bitmaps to 48dp^2." into lmp-devDan Sandler2014-07-177-17/+81
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Shrink user profile bitmaps to 48dp^2.Dan Sandler2014-07-187-17/+81
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Can save megabytes of memory. Bug: 16371371 Change-Id: Ifec5cff3a3376d045ee4e3b605edeb8d9ac93799
* | | | | | | Fix android_system_stubs buildJi-Hwan Lee2014-07-181-0/+2
|/ / / / / / | | | | | | | | | | | | | | | | | | Change-Id: I52c42b5d781b5c07481cdce598d2ebc340d57850
* | | | | | Merge "Cancel notification group children when summary is canceled" into lmp-devChristoph Studer2014-07-171-9/+66
|\ \ \ \ \ \
| * | | | | | Cancel notification group children when summary is canceledChristoph Studer2014-07-161-9/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 15865959 Change-Id: I29f8f5357f85eac3d4129ff9a15168f52caaa613
* | | | | | | Merge "Default MediaStyled notifications to CATEGORY_TRANSPORT" into lmp-devBryan Mawhinney2014-07-171-4/+10
|\ \ \ \ \ \ \
| * | | | | | | Default MediaStyled notifications to CATEGORY_TRANSPORTBryan Mawhinney2014-07-181-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes it easier to identify them later (e.g., for filtering). The developer can always specify a different category if preferred. Also fixed some javadoc related to setMediaSession() Change-Id: I5f28514758218ff66fdbaa9fd37ccb19f12d4852
* | | | | | | | TIF: introduce TvContract.buildChannelUriForPassthroughTvInput()Dongwon Kang2014-07-183-58/+118
| |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds a way to get a dummy channel for starting pass-through TV inputs which don't have real channels in TvProvider. Bug: 15496325 Change-Id: I7a6b99964319f12a0f8692b4e307e03480119a69
* | | | | | | Merge "TIF: change onCreateSession() method signature" into lmp-devWonsik Kim2014-07-172-15/+2
|\ \ \ \ \ \ \
| * | | | | | | TIF: change onCreateSession() method signatureWonsik Kim2014-07-182-15/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 16138420 Change-Id: I73f4992bd76b888c7e5bc6260b3ed849760ee707
* | | | | | | | Fix a build breakageYoungsang Cho2014-07-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated current.txt. Change-Id: Ib1434da2345aa349e5fc3112bf38dbba9955c885
* | | | | | | | Merge "TIF: Change the parameter of TvInputInfo.loadLabel/Icon" into lmp-devYoungsang Cho2014-07-172-8/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | TIF: Change the parameter of TvInputInfo.loadLabel/IconYoungsang Cho2014-07-172-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Labels and icons will be extracted from URI in the future. To acheive it, we need Context rather than PackageManager. Bug: 16166859 Change-Id: I20f0506fba5876a6cf21b70e44bb3a2265f723d7
* | | | | | | | | Merge "TIF: Hide TvContract.Channels.COLUMN_BROWSABLE" into lmp-devYoungsang Cho2014-07-172-4/+4
|\ \ \ \ \ \ \ \ \