summaryrefslogtreecommitdiffstats
path: root/api/current.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add frameworks classes and methods necessary for VVM syncadapter structure.Nancy Chen2015-03-021-0/+68
| | | | | | | | | | | | | | | | | | + VvmSyncService is the base class for all visual voicemail sync services that run the visual voicemail sync adapter. This class handles writing to the voicemail provider and receiving changes from the voicemail provider. + AuthenticatorService is a stub class for visual voicemail sync adapters that do not use an Account (all sync adapters must have an account associated with them, so a stub account is necessary). + Voicemail parcelable object to pass voicemail data around easier. This is mostly copied from VoicemailProviderDemo + Extra helper methods in VoicemailContract to help insert and delete from the voicemail provider. + Add multi-sim fields to VoicemailContract.Voicemails Bug: 19236241 Change-Id: I603e3e5908704cd043e46221680d8bb600ed2cf4
* Add multi-SIM fields to VoicemailContract.Status.Nancy Chen2015-03-021-0/+2
| | | | | | | | In order to support multi-SIM visual voicemail, we need to record the appropriate phone account in the VoicemailContract.Status table. Bug: 19236241 Change-Id: I89742ab0aa7780de5cd525731685279ff5024c5e
* Unhide and rename PhoneNumberUtils tts methodsBrian Attwell2015-03-021-0/+3
| | | | | | | | | | | | | | | | | | | | | | | Renamed ttsSpanAsPhoneNumber #1 -> getPhoneTtsSpan Renamed ttsSpanAsPhoneNumber #2 -> addPhoneTtsSpan Instead of removing the original hidden methods, I deprecated them. Since Telephony changes initially get checked into wireless-dev branch and dialer/contacts changes get checked into master branch, immediately deleting the ttsSpanAsPhoneNumber methods would break builds. In ContactsCommon, I plan on removing ContactDisplayUtils#getTelephoneTtsSpannable and instead using these Telephony APIs. Numbers I tested worked in ToT master talkback: 911, (650) 215 3111, 22222222222, 333-3333, 013334612234, +1 905 471 8484, 001 39 02 444 4444. The changes in this diff cause the numbers to be talked-back at least as well as before. Some context: go/question-about-telephonys-ttsspan Bug: 18777272 Change-Id: I3a6ead3ee9c030761bde903cf88f4aa4fc7a3460
* Unhide telecom APIs needed by ContactsBrian Attwell2015-03-021-0/+88
| | | | | | | | | | | | | | | | | * Removed @SystemApi and @hide from some telecom classes and APIs * Stopped using explicit @link's to ConnectionService, so that I didn't need to unhide ConnectionService * Added @SystemApi to hidden methods inside classes that I removed @SystemApi from. * Ran update-api. This picked up unrelated Math changes from b/11388705. Unbundling Bug: 18777272 Bug: 11388705 Change-Id: I218e0c3c0ae515d3deb2d3b67657db45a0bad999
* Remove TrustAgent whitelisting APIJim Miller2015-02-241-2/+0
| | | | | | | | | | Due to a bug caught late in the release, this API is broken and should be removed from API 22 because it's too late for a fix and there's no workaround. Bug 19461292 Change-Id: Ib0757a4484b14afe7f83ae9527bb3f5f4834ee62
* Add DENSITY_280Adam Powell2015-02-111-0/+1
| | | | | | Bug 19350604 Change-Id: I94f5162c31f9c8853908d7c4699974c236cc7fe7
* Unhide getDataRoaming, Messenger uses it to decide to download MMS or not.Stuart Scott2015-01-141-0/+3
| | | | | bug:19015551 Change-Id: Ibcad6424695a97bd9ae123010bdf740449d09327
* Merge "Rename setGlobalPreferredNetworkType to ↵Junda Liu2015-01-141-1/+1
|\ | | | | | | setPreferredNetworkTypeToGlobal per API council." into lmp-mr1-dev
| * Rename setGlobalPreferredNetworkType to setPreferredNetworkTypeToGlobal per ↵Junda Liu2015-01-131-1/+1
| | | | | | | | | | | | | | API council. Bug: b/18983535 Change-Id: I937b7ce38615e07f653d3ee02d734edfcfea3897
* | Merge "Update javadoc and hide getNameSource and getDataRoaming." into ↵Stuart Scott2015-01-131-2/+0
|\ \ | |/ |/| | | lmp-mr1-dev
| * Update javadoc and hide getNameSource and getDataRoaming.Stuart Scott2015-01-131-2/+0
| | | | | | | | | | | | | | Note SubscriptionInfo was not public in 21 and 22 hasn't been released yet. bug:18983672 Change-Id: I9e8684eea2462fb655846d0719158d54007fabc5
* | Merge "Rename reg/unreg OnSubscriptionsChangedListener." into lmp-mr1-devWink Saville2015-01-131-2/+2
|\ \
| * | Rename reg/unreg OnSubscriptionsChangedListener.Wink Saville2015-01-131-2/+2
| |/ | | | | | | | | | | | | | | To addOnSubscriptionsChangedListener and removeOnSubscriptionsChangedListener. Bug: 18984103 Change-Id: I6636905093812af89c1c3702840e44c8c5ea891f
* | Add API for nested pre-processing of a11y events; fix ResolverDrawerLayoutAdam Powell2015-01-071-0/+3
|/ | | | | | | | | | | | | Add API for handling nested pre-processing of accessibility events similar to nested pre-scroll or pre-fling. This allows custom views to delegate a nested scroll to a parent via the accessibility system. Use this functionality to allow opening the ResolverDrawerLayout via accessibility commands. Bug 18827274 Change-Id: Icd5a502605b78a861bb03e7b11923841a72eb9ab
* Add new mms error for no data network (airplane mode or no mobile data)Ye Wen2015-01-061-0/+1
| | | | | | b/18872094 Change-Id: Ia2e939fe91b6f80c192d601c80de551f173e5e6f
* remove actions and calls for the old sms/mms apiCheuksan Wang2014-12-161-9/+0
| | | | | | BUG: 18005911 Change-Id: Ifb900eb7f8bc03e205ac46d3dfb27e4baaaaf6b8
* Merge "Update API and documentation for invalid subscriptions id's" into ↵Wink Saville2014-12-101-1/+0
|\ | | | | | | lmp-mr1-dev
| * Update API and documentation for invalid subscriptions id'sWink Saville2014-12-081-1/+0
| | | | | | | | | | Bug: 18668873 Change-Id: I3ee987b77fef856e97ea09898c695147cb87a517
* | Merge "Add put/getBoolean/Array to PersistableBundle" into lmp-mr1-devCraig Mautner2014-12-101-5/+5
|\ \ | |/ |/|
| * Add put/getBoolean/Array to PersistableBundleCraig Mautner2014-12-091-5/+5
| | | | | | | | | | | | | | | | | | | | Due to popular demand the methods putBoolean(), getBoolean(), putBooleanArray() and getBooleanArray() have been added to PersistableBundle. Fixes bug 18390436. Change-Id: Id133ba902aca774f98529e36ce560e873b88ad5b
* | Fix hotspot coordinate propagation in ViewGroup and AbsListViewAlan Viverette2014-12-081-0/+1
| | | | | | | | | | | | | | | | | | | | There was a weird disconnect between setPressed() and hotspot propagation behavior. This makes hotspot propagation work like setPressed(). Also fixes ripple animation during drag-to-open. BUG: 18631557 BUG: 18593243 Change-Id: Id4adf5d815e4d426b4182aac4d0c780f04472ae4
* | Unhide secure stop APIsJeff Tinker2014-12-051-0/+2
| | | | | | | | | | | | Change-Id: If25406a6657c8f9d558e659bf5af73bac9bc434c related-to-bug: 18053197 related-to-bug: 18076411
* | Camera2: Add HDR scene mode for backwards compatibility.Eino-Ville Talvala2014-12-051-0/+1
| | | | | | | | | | | | | | | | To maximize backwards compatibility, support the HDR scene mode fully, as it was supported on Camera HAL1 / Camera API1. Bug: 18639933 Change-Id: I35c164563379f7f820b42c674bd91f706061170c
* | Merge "new SMS/MMS carrier app API" into lmp-mr1-devCheuksan Wang2014-12-041-47/+22
|\ \
| * | new SMS/MMS carrier app APICheuksan Wang2014-12-011-47/+22
| | | | | | | | | | | | | | | | | | | | | Changes based on api council review BUG: 18005911 Change-Id: I23bd207ce70f7fa201d6d964c1700cfc44cb009b
* | | Revert "Camera: Add new capability flags as system features as well"Eino-Ville Talvala2014-12-031-2/+0
| |/ |/| | | | | | | | | | | | | | | This reverts commit 6aee1d2ba52cf7f44c9355f279844b8a937903da. But leaves in some of the improved documentation. Bug: 18281970 Bug: 18573576 Change-Id: I320f2229456ac039bc8f3cd8bc8b4ea6cf0e80eb
* | Deprecate one-arg getDrawableForDensity, update currents.txtAlan Viverette2014-12-021-2/+2
| | | | | | | | | | BUG: 18579576 Change-Id: I7df6ec2952ab121e2be8ae0a016ccf36f6fba2ff
* | Merge "Add server-side callback for change in MTU (4/4)" into lmp-mr1-devAndre Eisenbach2014-12-021-0/+1
|\ \
| * | Add server-side callback for change in MTU (4/4)Andre Eisenbach2014-11-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | When a client requests to update the LE transport MTU, the server currently does not get notified and can therefor not properly size notifications appropriate to the current MTU. Bug: 18388114 Change-Id: I515bfc2cc9846490d57de71860f41ea9a61fa243
* | | TelephonyManager.setLine1NumberForDisplay should return a boolean.Shishir Agrawal2014-12-011-1/+1
|/ / | | | | | | | | | | | | The call can fail and should return the success status of the call. Bug: 18571337 Change-Id: I5f4a0bd65c807a018d2f2df9e39cf9125252257f
* | Add flag for wiping factory reset protection data.Paul Crowley2014-11-251-0/+1
| | | | | | | | | | Bug: 18366448 Change-Id: If8904888a6bf8611d34647e6d65d2347d824dbb3
* | Make the Context service constant for UsageStats publicAdam Lesinski2014-11-241-0/+1
|/ | | | | | | This was an oversight in L, where we did not make this service constant public. Change-Id: I42e38cb5ef8420cadc1a4a6705821189d911ccfe
* Introduce revision codes for split APKs.Jeff Sharkey2014-11-241-0/+3
| | | | | | | | | | | | | | | | | | | | | Apps delivered as multiple split APKs must have identical package names, version code, and signatures. However, developers may want to iterate quickly on a subset of splits without having to increment the version code, which would require delivery of the entire app. This change introduces "revision codes" which can vary between split APKs belonging to the same app. An install is valid as long as the normal version code is identical across all splits. Splits can be added/removed to an app over time, but if a split is present across an upgrade the revision code must not decrease. Since system apps could have been updated with splits, only revert to the built-in APKs if the version code is strictly greater than the data version. Also fix bug to enable inheriting from system apps when adding splits. Bug: 18481866 Change-Id: I34d8e14c141a8eb95c33ffe24b4e52d6af5c8260
* Merge "Final resource IDs." into lmp-mr1-devDianne Hackborn2014-11-241-6/+6
|\
| * Final resource IDs.Dianne Hackborn2014-11-211-6/+6
| | | | | | | | Change-Id: Ie4b811f2a914191dded8de1b3d6321cff4db882c
* | Merge "Allow VPNs to specify their underlying networks." into lmp-mr1-devSreeram Ramachandran2014-11-241-0/+2
|\ \
| * | Allow VPNs to specify their underlying networks.Sreeram Ramachandran2014-11-211-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | These are used when responding to getActiveNetworkInfo() (and cousins) when an app is subject to the VPN. Bug: 17460017 Change-Id: Ief7a840c760777a41d3358aa6b8e4cdd99c29f24
* | | Merge "Additional changes to SubscriptionManager API as per API council." ↵Wink Saville2014-11-221-17/+23
|\ \ \ | | | | | | | | | | | | into lmp-mr1-dev
| * | | Additional changes to SubscriptionManager API as per API council.Wink Saville2014-11-221-17/+23
| | | | | | | | | | | | | | | | | | | | bug: 17575308 Change-Id: Idd98aa46c15a9219ccf28091c62602ac8bf16c62
* | | | Merge "Camera: Add new capability flags as system features as well" into ↵Eino-Ville Talvala2014-11-221-0/+2
|\ \ \ \ | |/ / / |/| | | | | | | lmp-mr1-dev
| * | | Camera: Add new capability flags as system features as wellEino-Ville Talvala2014-11-201-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also add all the L and L MR1 new system features to the uses-feature documentation. Bug: 18281970 Change-Id: I116ca3fd04cd90eb53cc696b6fa62488687e7740
* | | | Merge "Make default windows features configurable." into lmp-mr1-devBryce Lee2014-11-211-1/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Make default windows features configurable.Bryce Lee2014-11-211-1/+2
| | |/ | |/| | | | | | | | | | Bug: 18434078 Change-Id: I0bafce1a201088a8681f4b9e43237e23b49296a2
* | | Merge "Fix issue #15828903: Intent.parseUri allows call to ↵Dianne Hackborn2014-11-211-0/+1
|\ \ \ | | | | | | | | | | | | FLAG_GRANT_*_URI_PERMISSION" into lmp-mr1-dev
| * | | Fix issue #15828903: Intent.parseUri allows call to FLAG_GRANT_*_URI_PERMISSIONDianne Hackborn2014-11-201-0/+1
| |/ / | | | | | | | | | | | | | | | You now need to set a flag if you want this unsafe behavior. Change-Id: I185e9a04e005e42a887c3d58a2818616790b060a
* | | Merge "Make DeviceDefault alert dialog themes public" into lmp-mr1-devAlan Viverette2014-11-211-0/+2
|\ \ \
| * | | Make DeviceDefault alert dialog themes publicAlan Viverette2014-11-201-0/+2
| | |/ | |/| | | | | | | | | | BUG: 18426645 Change-Id: Icd93dd4b153285e7636a59bec193b2fdf2d21da8
* | | Merge "Rename EXTRA_NETWORK ConnectivityManager constants." into lmp-mr1-devErik Kline2014-11-211-2/+2
|\ \ \ | |/ / |/| |
| * | Rename EXTRA_NETWORK ConnectivityManager constants.Erik Kline2014-11-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Per b/18414703: s/\<EXTRA_NETWORK_REQUEST_NETWORK\>/EXTRA_NETWORK/g s/\<EXTRA_NETWORK_REQUEST_NETWORK_REQUEST\>/EXTRA_NETWORK_REQUEST/g Additionally, associated string values updated to: android.net.extra.NETWORK android.net.extra.NETWORK_REQUEST Bug: 18414703 Change-Id: I7aeed2161829742affc666e835a97ce2c28356fe
* | | Merge "Update KeyguardManager.isDeviceLocked API" into lmp-mr1-devAdrian Roos2014-11-201-1/+1
|\ \ \