summaryrefslogtreecommitdiffstats
path: root/api
Commit message (Collapse)AuthorAgeFilesLines
* [WebView] Allow the WebView to be compiled against the system SDK.Ignacio Solla2014-11-251-122/+130
| | | | | BUG:18152150 Change-Id: Ifd6dcac17663631058d895c61bb6e8018c5aeecc
* SDK only: hide the old L API version constant.Dianne Hackborn2014-10-161-1/+0
| | | | | | | Also update the LOLLIPOP version constant to describe more things that change when you target it. Change-Id: I15e2c26a0f997ff2bfc8dd5076c827da7f42ee66
* Hide DISALLOW_OUTGOING_BEAM APIAmith Yamasani2014-10-141-1/+0
| | | | | | | This is not fully functional in managed profiles, so it is being removed for L. Bug: 17973040 Change-Id: If660e5e565076cdf61649e9f5ca12877425e9df3
* Merge "Remove UsageEvents#resetToStart() as it doesn't work" into lmp-devAdam Lesinski2014-10-081-1/+0
|\
| * Remove UsageEvents#resetToStart() as it doesn't workAdam Lesinski2014-10-081-1/+0
| | | | | | | | | | | | | | | | After completely iterating over a UsageEvents object, the internal parcel is recycled. If resetToStart is called then, it does nothing. Bug:17909428 Change-Id: I7bc68d3429e4621a50dedbfc1789576d44dbb3be
* | Put in real "code" (aka marketing) name.Dianne Hackborn2014-10-071-0/+1
|/ | | | Change-Id: Idb3976edfae37293ed75cb5b869b4b42d8042bbe
* Fix issue #17752399: Multiple apps broken by GET_TASKS permission changeDianne Hackborn2014-10-031-1/+1
| | | | | | | | | | | | Keep around GET_TASKS as a permission available to apps, so apps still think they have it and don't get all uppity because they don't. Add a new REAL_GET_TASKS that is the actual permission now. Plus some temporary compatibility code until everyone can transition fromn GET_TASKS to REAL_GET_TASKS. Change-Id: I12c1102eed24844685dcbd2fa3b612811603958f
* Merge "Fix ambiguous TTS#playSilence method." into lmp-devPrzemyslaw Szczepaniak2014-09-261-1/+1
|\
| * Fix ambiguous TTS#playSilence method.Przemyslaw Szczepaniak2014-09-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Due to recent fixes for TTS API review (b/17389935) overloaded playSilence method became ambiguous when the last argument is null. This change renames the new method to playSilentUtterance solving the issue. Also, since LMP API level is 21, I updated invalid references to it as API level 20 inside speech.tts. Bug: 17389935 Change-Id: I9f9fae988240d1cec45d44650e53ffc29803ccac
* | Merge "Hide carrier app intents in Telephony (1/2)" into lmp-devYe Wen2014-09-251-10/+0
|\ \
| * | Hide carrier app intents in Telephony (1/2)Ye Wen2014-09-251-10/+0
| |/ | | | | | | | | | | b/17608135 Change-Id: Ib42d40cf8aac98f62c7237fa450463ff7c1a0f47
* | Merge "Hide CarrierPrivilege APIs in TelMgr." into lmp-devJunda Liu2014-09-251-8/+0
|\ \ | |/ |/|
| * Hide CarrierPrivilege APIs in TelMgr.Junda Liu2014-09-251-8/+0
| | | | | | | | | | | | | | Per API council decision, we will polish and public in MR1. Bug: b/17639966 Change-Id: Id009cd62b4d44dd17fe7a30e0f8037c6fb373c32
* | Merge "Implement API review feedback." into lmp-devJeff Tinker2014-09-231-1/+0
|\ \
| * | Implement API review feedback.Jeff Tinker2014-09-231-1/+0
| |/ | | | | | | | | bug: 17607941 Change-Id: I136b5d7662a1c51395aa3cd545be40714cd4ac6b
* | @hide ConnectionService APIs.Tyler Gunn2014-09-231-312/+0
|/ | | | | Bug: 17569532 Change-Id: I68f7237191bd6d7a1a00ba7bb4fd2f8e3d669e8f
* Fix issues with new TTS APIPrzemyslaw Szczepaniak2014-09-221-2/+3
| | | | | Bug: 17389935 Change-Id: I59234b3222f59dc89be7e40f7d4706b1f8c610ce
* Merge "Add colorEdgeEffect to themes, default it to colorPrimary" into lmp-devAdam Powell2014-09-191-0/+1
|\
| * Add colorEdgeEffect to themes, default it to colorPrimaryAdam Powell2014-09-191-0/+1
| | | | | | | | | | | | | | | | | | Allow edgeeffect colors to be changed independently of the primary color for the current theme. Bug 16512225 Change-Id: Ibc13ad755f489fe1f6d16af0c61a1d12dd1a61f7
* | Add constructor for DisconnectCause that does not require a tone.Nancy Chen2014-09-191-0/+1
|/ | | | | | | | In order to create a DisconnectCause with a label/description that does not require specifying a tone. Bug: 17486242 Change-Id: If82605ff20fc9f53ed41b49e12575424c6efc2b6
* Hide other color filter mutabilityChris Craik2014-09-191-9/+0
| | | | | bug:17262092 Change-Id: Ia6c0e1a684365c372803d1a6be41a478a05e0dd0
* Merge "Add new error result code for mms config loading failure (1/2)" into ↵Ye Wen2014-09-181-0/+1
|\ | | | | | | lmp-dev
| * Add new error result code for mms config loading failure (1/2)Ye Wen2014-09-181-0/+1
| | | | | | | | | | | | b/17556258 Change-Id: I589a7b77be215dc98fb9f2c9b1a04cac5ee53558
* | Replace get*PhoneAccounts* public API methods with new method (1/3)Nancy Chen2014-09-171-3/+1
|/ | | | | | | | | | Hide getCallCapablePhoneAccounts and getPhoneAccountsSupportingScheme because a third party app should not be able to see all phone accounts registered. Replace instead with getPhoneAccountsForPackage(Context) which will only return the phone accounts registered by a particular package. Bug: 17510811 Change-Id: I8465ef4f13b62fe83f51835cfffe1656298041a8
* Add playDtmfTone, stopDtmfTone and setAudioState to RemoteConferenceYorke Lee2014-09-161-0/+3
| | | | | Bug: 17512380 Change-Id: Ie26bef643bdec97f64247b5f8099f2676ae6c63e
* Merge "Add missing methods to Conference object" into lmp-devYorke Lee2014-09-171-0/+4
|\
| * Add missing methods to Conference objectYorke Lee2014-09-151-0/+4
| | | | | | | | | | | | | | | | Add setAudioState, onPlayDtmf and onStopDtmf to the conference object. This fixes DTMF tones for conference calls. Bug: 17512380 Change-Id: Ice9403d3d750131f077a3ea129b7f67430c68348
* | Merge "Remove ability to enable/disable phoneaccounts (1/6)" into lmp-devNancy Chen2014-09-171-5/+2
|\ \
| * | Remove ability to enable/disable phoneaccounts (1/6)Nancy Chen2014-09-161-5/+2
| |/ | | | | | | | | | | | | | | | | | | | | Enabling/disabling of phone accounts was only used for SIP accounts and is no longer necessary for the purpose it was put in. - Remove all references to enabling/disabling phone accounts + Rename getEnabledPhoneAccounts -> getCallCapablePhoneAccounts Bug: 17510811 Change-Id: Id805daae3cc698c75f5e747b6a6107ab0bd3afa0
* | Add new DisconnectCause class to telecomm.Andrew Lee2014-09-161-64/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + Add a hidden "UNKNOWN" default type to ToneGenerator. - Hide the Telephony DisconnectCause from the public API. + Add a Telecomm DisconnectCause. This is parcelable, and contains information (code, user facing message, non-user facing reason, and tone) to help describe the disconnect state and what behaviors an application can implement for the user experience. This reduces the causes for a disconnect to a more generic set. + Lots of work to pipe this through. DisconnectCause replaces the code and message which were formerly passed around. Bug: 17241433 Bug: 17329632 Change-Id: I9d337e478a8784bcc0ade02267c2df52cac9bf17
* | Merge "Update API naming to follow style guide." into lmp-devJeff Sharkey2014-09-151-1/+1
|\ \
| * | Update API naming to follow style guide.Jeff Sharkey2014-09-151-1/+1
| |/ | | | | | | | | Bug: 17510755 Change-Id: If73d81b416355559592feb895a62132194f4ba62
* | Add system feature for ConnectionService API support (1/3)Ihab Awad2014-09-151-0/+1
|/ | | | | Bug: 17445268 Change-Id: Ibf52cb394f00d075afd07b883a91f00da84b3c85
* Merge "GMSCore and Finsky are fixed. Revert "Revert "Set up final resource ↵Qiwen Zhao2014-09-141-453/+306
|\ | | | | | | identifiers.""" into lmp-dev
| * GMSCore and Finsky are fixed. Revert "Revert "Set up final resource ↵Qiwen Zhao2014-09-141-453/+306
| | | | | | | | | | | | | | | | identifiers."" This reverts commit c4bc83b7b5f7911bf750544aa8a2211ae6d11fe2. Change-Id: I484953c5c3b130b3359ef47aca890fa6903917a6
| * Revert "Set up final resource identifiers."Dianne Hackborn2014-09-121-306/+453
| | | | | | | | | | | | This reverts commit 5dea4bd5cd24f188bec7a91e25f644fc198c52d4. Change-Id: Ib143e2a3fd58f20b03a408beed4b7dbdf69cbe79
| * Set up final resource identifiers.Dianne Hackborn2014-09-121-453/+306
| | | | | | | | Change-Id: I43c46ffa9a2453afbade54ba8b0e7c0b506f794b
* | Renaming Telecomm to Telecom.Tyler Gunn2014-09-121-91/+91
| | | | | | | | | | | | | | | | | | | | - Changing package from android.telecomm to android.telecom - Changing package from com.android.telecomm to com.android.server.telecomm. - Renaming TelecommManager to TelecomManager. Bug: 17364651 Change-Id: I192cb5d189f55db012ea72ee82ccc5aedbc21638
* | Merge "Provide a public API for View#computeFitSystemWindows" into lmp-devAdam Powell2014-09-131-0/+2
|\ \
| * | Provide a public API for View#computeFitSystemWindowsAdam Powell2014-09-121-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current hidden API is necessary to perform correct inset behavior for support libraries like appcompat. Provide a public method consistent with the new WindowInsets APIs. Bug 17411097 Change-Id: I71a63eea0238b94cae6b5c6f1721d5567560ba81
* | | Rename and repurpose feature MANAGED_PROFILES to MANAGED_USERSAmith Yamasani2014-09-121-1/+1
|/ / | | | | | | | | Bug: 17392243 Change-Id: I5ff0e70eeeeba264c96eaa2a17a6bd3669576c96
* | Changed method name to match Activity's method name.George Mount2014-09-121-2/+2
| | | | | | | | | | | | Bug 17488968 Change-Id: I3f00561d96ff33e8eaf7234934c69e3b8e2681e8
* | Remove an @removed member of andorid.webkit.WebResourceResponse.Marcin Kosiba2014-09-121-1/+0
| | | | | | | | | | BUG: 17253647 Change-Id: I02f4f0600a09ceb3b68ba2698b80e413e7511663
* | Merge "Send and download MMS via content provider instead of PDU bytes." ↵Cheuksan Wang2014-09-121-4/+7
|\ \ | |/ |/| | | into lmp-dev
| * Send and download MMS via content provider instead of PDU bytes.Cheuksan Wang2014-09-111-4/+7
| | | | | | | | Change-Id: Ib5a93d07799c9e14fea8be820c6bd4bc7ae8be3a
* | Merge "Rename email extra." into lmp-devSander Alewijnse2014-09-121-1/+1
|\ \
| * | Rename email extra.Sander Alewijnse2014-09-121-1/+1
| | | | | | | | | | | | | | | Bug:17389863 Change-Id: Ie001d71e92e212b83882529ed7c93303b64277c6
* | | Hide APIs renamed during API review of LauncherAppsKenny Guy2014-09-121-2/+0
|/ / | | | | | | | | Bug: 17390765 Change-Id: I79a979365005b13a2268b1cfe455241ae4fecb51
* | Merge "Use correct string for provisioning complete action." into lmp-devJessica Hummel2014-09-121-1/+1
|\ \
| * | Use correct string for provisioning complete action.Jessica Hummel2014-09-121-1/+1
| | | | | | | | | | | | Change-Id: If7e0ca78a89f2cf4853ce01eb14e8a2913e3f85d bug: 17390600