summaryrefslogtreecommitdiffstats
path: root/api/current.txt
Commit message (Collapse)AuthorAgeFilesLines
* Merge "MediaDrm API: Add two exceptions to handle error path scenarios" into ↵Jeff Tinker2013-05-011-6/+18
|\ | | | | | | jb-mr2-dev
| * MediaDrm API: Add two exceptions to handle error path scenariosJeff Tinker2013-04-301-6/+18
| | | | | | | | | | bug: 8725707 Change-Id: Ia00c495ac591cc2993f4d11ad3480b59833d009e
* | Merge "Hide isLinkedUser()" into jb-mr2-devAmith Yamasani2013-04-261-1/+0
|\ \
| * | Hide isLinkedUser()Amith Yamasani2013-04-251-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | It's not the best API to use to determine anything. Defer to other APIs such as UserManager.getUserRestrictions() Bug: 8720520 Change-Id: Ie49589056ab52b4fdbcc736f8cdefadb8ba5d9d8
* | | Merge "Fix build." into jb-mr2-devDaniel Sandler2013-04-251-1/+1
|\ \ \
| * | | Fix build.Daniel Sandler2013-04-251-1/+1
| | | | | | | | | | | | | | | | Change-Id: I2e41f312f51c3fd72ed63bc544b4fa815c2c3ba4
* | | | Merge "API cleanup: NotificationListener" into jb-mr2-devDaniel Sandler2013-04-251-8/+7
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | API cleanup: NotificationListenerDaniel Sandler2013-04-251-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Wrap all public member variables in getters and make slots private - Rename clear* methods to cancel* to be more consistent with existing public Notification API Bug: 8656860 Change-Id: I84f7e71fbb627f859352a93089c6a531b44dac95
* | | Merge "New NotificationListener API: getActiveNotifications()" into jb-mr2-devDaniel Sandler2013-04-251-0/+1
|\ \ \ | |/ /
| * | New NotificationListener API: getActiveNotifications()Daniel Sandler2013-04-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | This allows a listener service to catch up on the current state of the notification panel at any time, including at startup. Bug: 8656860 Change-Id: I1a3d665d84576e17870929a63dda334afc696010
* | | Hide TYPE_CHOICE_LEVEL since there's no visual representation for it yet.Amith Yamasani2013-04-241-1/+0
|/ / | | | | | | | | Bug: 8704663 Change-Id: Ia9931e3844305c8f84c127506ffedf3a17eeb80d
* | Merge "Add hardware feature android.hardware.bluetooth.le" into jb-mr2-devMatthew Xie2013-04-231-0/+1
|\ \
| * | Add hardware feature android.hardware.bluetooth.leMatthew Xie2013-04-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | The feature is used to differ platforms that support bluetooth low engery radio bug 8369273 Change-Id: Ibe23da73f7ecfa854bdb8b8bfc1a32b8e3aeee56
* | | Adding matching @deprecated.Ian Rogers2013-04-231-1/+1
| |/ |/| | | | | | | | | | | | | Bug: 8657266 (Cherry-pick of c2a3adbd56e763ef0ad045fd8c58a54e41d1639d) Change-Id: Idbd22dc647f11441d15da12eb23723539768cf4c
* | Merge "Making new node id APIs return strings." into jb-mr2-devSvetoslav2013-04-231-2/+2
|\ \
| * | Making new node id APIs return strings.Svetoslav2013-04-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | The node id does not have to be decorated with spans like spannable so it makes no sense to have these APIs use anything else but string. bug:8657338 Change-Id: I2e7c31128ee9f2933bd0d58beac4ba31a498bb09
* | | JB MR2 == API 18.Dianne Hackborn2013-04-221-1/+1
|/ / | | | | | | Change-Id: Ia62a81f8ebc79ae0e01b181f4ef47ef192c71592
* | Fix bug #8656546 API REVIEW: android.text.bidi / android.textFabrice Di Meglio2013-04-191-43/+22
| | | | | | | | | | | | - clean BidiFormatter APIs Change-Id: I8591ce3c3e8f2de4138698aa14ddb38b933de5e1
* | Merge "Correct algorithm property name and clarify javadoc description of ↵Jeff Tinker2013-04-191-1/+1
|\ \ | | | | | | | | | device unique id property." into jb-mr2-dev
| * | Correct algorithm property name and clarify javadoc description ofJeff Tinker2013-04-191-1/+1
| | | | | | | | | | | | | | | | | | | | | device unique id property. bug: 8603279 Change-Id: If56d568072b3c09e5f63901e285d0eaa3c77ff7a
* | | Merge "Updating API based on feedback" into jb-mr2-devJason Sams2013-04-191-12/+0
|\ \ \
| * | | Updating API based on feedbackJason Sams2013-04-191-12/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug 8656887 This hides the methods used to support Camera Fixes the oversight in LaunchControl Documents some missing functions Change-Id: I5b19b65dd5ddf9917100192c180bb63d89c80679
* | | | Merge "Improve API and documentation" into jb-mr2-devAmith Yamasani2013-04-191-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Improve API and documentationAmith Yamasani2013-04-191-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API for querying accounts visible to a specific package. Improve API and docs for device owner. Bug: 8657158 Change-Id: I01b8701534f64b383391508a49ae93ed21f22ae0
* | | | Merge "Deprecate StatFs methods returning small values." into jb-mr2-devJeff Sharkey2013-04-191-4/+5
|\ \ \ \
| * | | | Deprecate StatFs methods returning small values.Jeff Sharkey2013-04-191-4/+5
| | |/ / | |/| | | | | | | | | | | | | | Bug: 8656794 Change-Id: Ic904bd1bc016ef48b5a304b7c68250afe23e98bc
* | | | Merge "Rename API AndroidKey* -> Key*" into jb-mr2-devKenny Root2013-04-191-31/+31
|\ \ \ \
| * | | | Rename API AndroidKey* -> Key*Kenny Root2013-04-181-31/+31
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 8657552 Change-Id: Id9102b7c2c2f6d27fba7645f0629750cfe1eb510
* | | | | Merge "Add getters and private constructor" into jb-mr2-devIrfan Sheriff2013-04-191-2/+3
|\ \ \ \ \
| * | | | | Add getters and private constructorIrfan Sheriff2013-04-191-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Address API feedback Bug: 8656930 Change-Id: Idc3dd8d8a7e633449329864e41cab58a6b193b5a
* | | | | | Merge "Revert "Simple MVC based binding mechanism for android controls."" ↵Philip Milne2013-04-191-33/+3
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | into jb-mr2-dev
| * | | | | Revert "Simple MVC based binding mechanism for android controls."Philip Milne2013-04-181-33/+3
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for bug 8656899 API REVIEW: android.util.PropertyValueModel/ValueModel, android.widget.ValueEditor etc Revert the change that added this API to remove it outright. This reverts commit 989709a973448980f36dacd587b0a58f89ffa11e Change-Id: I9018cd8dadb1b1a54ad8749c816bd02bb7e7a38b
* | | | | Merge "Update API" into jb-mr2-devIrfan Sheriff2013-04-191-1/+1
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | Update APIIrfan Sheriff2013-04-191-1/+1
| | | | | | | | | | | | | | | | | | | | Bug: 8656932 Change-Id: I09a8018f488d4e8ca3eb8c2a798669ebe016dfc8
* | | | Merge "Undeprecate old UsbDeviceConnection methods." into jb-mr2-devJeff Brown2013-04-191-2/+2
|\ \ \ \
| * | | | Undeprecate old UsbDeviceConnection methods.Jeff Brown2013-04-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Per api review, retain the overloads that do not accept a buffer start offset. Bug: 8656781 Change-Id: Ie00aca7d3a4708700c5ddf60e3309e609788a67f
* | | | | Merge "Fix change of behavior in Looper.quit()." into jb-mr2-devJeff Brown2013-04-191-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | Fix change of behavior in Looper.quit().Jeff Brown2013-04-181-0/+2
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems some applications rely on Looper.quit() terminating the loop immediately without processing all messages. Rather than risk breaking them, make the safer behavior optional. Also take care to properly drain the message queue before quitting so that all of the Message instances are recycled. This may help release storage sooner in case the Looper doesn't get GC'd promptly and its remaining queue of undelivered messages sticks around. Improve docs on runWithScissors. Bug: 8596303 Change-Id: I8cbeb6f7a5f6b8e618b5109f87a03defc1486b9f
* | | | Update aip/current.txt to fix build.Ying Wang2013-04-181-3/+3
| | | | | | | | | | | | | | | | Change-Id: I3644995bce6102c05b356a709e517c812eca0570
* | | | Merge "Fix issue #8656537: API review: styles, assist" into jb-mr2-devDianne Hackborn2013-04-191-10/+7
|\ \ \ \
| * | | | Fix issue #8656537: API review: styles, assistDianne Hackborn2013-04-181-10/+7
| |/ / / | | | | | | | | | | | | Change-Id: I5542fb548805fc885b51a1dd1133a3ac226df96b
* | | | Replacing accessibility service permissions with capability attributes.Svetoslav2013-04-181-3/+11
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Accessibility services can perform special operations such as retrieve the screen content, enable explore by touch, etc. To ensure the user is aware that the service will perform special operations we were using permissions. However, the special operations cannot be performed unless the service is really enabled by the user and it is at this point that we want to notify the user about the service capabilities. This change adds capability attributes to the accessibility service's meta-data XML file. The service has to declare the capability and when it is enabled we show the user the capabilities in the warining dialog. bug:8633951 Change-Id: Id3442dc71dad018e606888afdc40834682fdb037
* | | Merge "Remove BluetoothAdapterCallback. Simplify leScan Api" into jb-mr2-devMatthew Xie2013-04-181-11/+5
|\ \ \ | |_|/ |/| |
| * | Remove BluetoothAdapterCallback. Simplify leScan ApiMatthew Xie2013-04-171-11/+5
| | | | | | | | | | | | | | | | | | | | | App does not need to explicitly register/unregister callback bug 8599881 Change-Id: I18cfef14d7ddb344722945e657dcb959823b412b
* | | Merge "Add CellInfoWcdma and related classes." into jb-mr2-devWink Saville2013-04-181-1/+30
|\ \ \
| * | | Add CellInfoWcdma and related classes.Wink Saville2013-04-171-1/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Update javadoc's to define invalid values are Integer.MAX_VALUE. Bug: 8622081 Change-Id: I513a67d4b46b72f03e0c3360abcc0ad5222c1c13
* | | | Merge "Make MediaDrm APIs public" into jb-mr2-devJeff Tinker2013-04-181-0/+60
|\ \ \ \
| * | | | Make MediaDrm APIs publicJeff Tinker2013-04-171-0/+60
| |/ / / | | | | | | | | | | | | | | | | | | | | bug: 8603279 Change-Id: I9fab2673867ad413a084933cee7239d13e8b7893
* | | | Merge "Hardware geofence API changes." into jb-mr2-devJaikumar Ganesh2013-04-181-5/+26
|\ \ \ \
| * | | | Hardware geofence API changes.Jaikumar Ganesh2013-04-171-5/+26
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b/8631678 1.GeofenceRequest object created. 2.MonitorState moved to a new callback 3.getTypeAndStatus separated to 2 calls. 4.Binder death implemented 5.geofenceChange callback name changed. 6.Parameters rearranged in some calls. Change-Id: I8fe9621186aeb49efeb0eef1821a2556afe03cfc