summaryrefslogtreecommitdiffstats
path: root/api
Commit message (Collapse)AuthorAgeFilesLines
* Track libcore API change.Elliott Hughes2013-06-281-0/+1
| | | | | Bug: 3484927 Change-Id: If49d0389e4ecb826052e168e070b673894d91318
* Track libcore API update.Elliott Hughes2013-06-281-0/+9
| | | | | Bug: 3484927 Change-Id: I77c22d3da7b70d3dae4cf6c1903add948ae39406
* Track libcore API update.Elliott Hughes2013-06-281-0/+2
| | | | | Bug: 3484927 Change-Id: I684d724000d09a52c840076fab5985242c77c908
* Track libcore API update.Elliott Hughes2013-06-281-0/+12
| | | | | Bug: 3484927 Change-Id: I22fc7e003c3483a20988e91d2b8824626ec022b1
* Track nio API change.Elliott Hughes2013-06-141-1/+1
| | | | Change-Id: I6a6d6c9e5f658b66dca0db226d2d91ee5f8ab2c7
* Track libcore changes.Elliott Hughes2013-06-061-6/+13
| | | | | Bug: 3484927 Change-Id: I3a3c4a9f0ad6055261f705987bc576cd28bebb46
* Tracking change to add AEAD functionalityKenny Root2013-05-141-0/+17
| | | | | | This tracks libcore change d416195acbc08f2b3bdd5d5532d40438465d99e9 Change-Id: I4621472e19f6630da8498cc46221b939f11fba66
* Track libcore API changes.Elliott Hughes2013-05-141-0/+3
| | | | Change-Id: Ieb4436a5e3162a114b044bd7561bdaa4931afa0f
* Track libcore changes.Elliott Hughes2013-05-131-1/+48
| | | | | Bug: 3484927 Change-Id: Ifbbde9c7cbba1bccd5e1902ad5a2890bff2b2627
* Track libcore cleanup.Elliott Hughes2013-05-101-2/+2
| | | | Change-Id: If9065fd48017af5490d0467a46eacd4ad14e4d96
* Expose @SafeVarargs.Elliott Hughes2013-05-101-0/+3
| | | | | Bug: 3484927 Change-Id: I8ac70b6a102ebf87c51c76935bd87a21f6c17506
* Expose AutoCloseable.Elliott Hughes2013-05-101-13/+18
| | | | | Bug: 3484927 Change-Id: I769c19ffbefb29ce11b828589f3533c24d134242
* Adding matching @deprecated.Ian Rogers2013-04-191-1/+1
| | | | | Bug: 8657266 Change-Id: Idbd22dc647f11441d15da12eb23723539768cf4c
* Fix build.Elliott Hughes2013-03-181-2/+2
| | | | Change-Id: Icb7fb60f00251ab01c8f9844572bb349e45c6c41
* Improve DateFormat.format.Elliott Hughes2013-03-081-13/+13
| | | | | | | | | | | | | | | | | | | | | Add support for the 'c' format character, required in many non-English locales. Reimplement 'c' and 'E', and 'L' and 'M', so they correctly interpret 5-count pattern characters. Replace the old incorrect class documentation with a pointer to the well-maintained libcore equivalent and the Unicode UTS to which these two implementations are supposed to conform. Deprecate the useless constants for pattern characters. No one sane is going to write MONTH + MONTH + MONTH + MONTH instead of "MMMM". Correct the documentation for getLongDateFormat and getMediumDateFormat. Also fix DateUtils.getStandaloneMonthString for LENGTH_SHORTEST. Tests are in https://android-review.googlesource.com/53291. Change-Id: I4dda8b18070f05ccdc11c1f0a9381a9d233db4e8
* Deprecate and document memory allocation counting.Ian Rogers2013-02-261-2/+2
| | | | | Bug: 8241521 Change-Id: I174c4024600c5b78e74030ecc99e784a98295f09
* am 534de491: Merge "Make immersive mode public & imply update locking" into ↵Christopher Tate2012-12-111-0/+3
|\ | | | | | | | | | | | | jb-mr1-aah-dev * commit '534de491e6522465a7ad12d7cba9b2f80deab364': Make immersive mode public & imply update locking
| * Make immersive mode public & imply update lockingChristopher Tate2012-12-101-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Activity.setImmersive(boolean) / android:immersive="bool" are now public. In addition, if the foreground activity is immersive then an update lock will be held on its behalf. This lets applications such as movie players suppress the display of intrusive notifications, OTA-availability dialogs, and the like while they are displaying content that ought not to be rudely interrupted. The update lock aspect of this mode is *advisory*, not binding -- the update mechanism is not actually constrained; it simply uses this information in deciding whether/when to prompt the user. It's more a guideline than a rule. Bug 7681380 Change-Id: I3c412a84cbf3933e3bf0168f2c71c54a86e4b7e5
* | MediaCodec: Allow getting the codec info directlyMartin Storsjo2012-11-141-0/+1
| | | | | | | | | | | | | | | | | | This saves the caller from manually iterating through the MediaCodecList for finding the right codec. This adds new public API. Change-Id: I8462f040573427542d86d1b957a5aef53dd55e8e
* | MediaCodec: Allow getting the chosen component nameMartin Storsjo2012-11-141-0/+1
| | | | | | | | | | | | | | | | | | | | Currently, when the codec was opened by createDecoder/EncoderByType, the caller does not know what codec actually was chosen, and (for encoders) thus cannot know what color formats it supports. This adds new public API. Change-Id: Ie471f40f8104b37d27ced3dba5a54facc6504b1b
* | am 6ae7e758: am 39912f7f: Merge commit ↵Ed Heyl2012-11-012-8/+0
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | \'87bb019e57eddcedd4aeca180ac36bdf1d42064a\' into jb-mr1-dev * commit '6ae7e75876bbdf7d11e1c78d784f0eeb346e7215': Keyguard sliding challenge - fix overeager touch interception Addressing comments in 74bdd21629681528dbe7f3ea363d99c8514e026b. Showing message when max attempts are hit in face unlock fixes b/7306168 Keyguard tablet/portrait fix for HUGE security views Cancel camera launch on screen off. Fix launcher flash during secure camera transition. Updating isShowing during onResume() Suppressing FUL after going to backup fixes b/7449820 Addressing comments for change c4842c11932ea4f60fe7ae09b0a59660207e1587 Adding a button for expanding the clock screen challenge. Accessibility support for the lockscreen - phone. Stripping dead API related to keyguard widgets FUL being unsuppressed when screen turns off fixes b/7453702 Show the keyboard less aggressively.
| * am 39912f7f: Merge commit \'87bb019e57eddcedd4aeca180ac36bdf1d42064a\' into ↵Ed Heyl2012-11-012-8/+0
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jb-mr1-dev * commit '39912f7fcd5bfc4943bac1746c3ff2a9f1d93043': Keyguard sliding challenge - fix overeager touch interception Addressing comments in 74bdd21629681528dbe7f3ea363d99c8514e026b. Showing message when max attempts are hit in face unlock fixes b/7306168 Keyguard tablet/portrait fix for HUGE security views Cancel camera launch on screen off. Fix launcher flash during secure camera transition. Updating isShowing during onResume() Suppressing FUL after going to backup fixes b/7449820 Addressing comments for change c4842c11932ea4f60fe7ae09b0a59660207e1587 Adding a button for expanding the clock screen challenge. Accessibility support for the lockscreen - phone. Stripping dead API related to keyguard widgets FUL being unsuppressed when screen turns off fixes b/7453702 Show the keyboard less aggressively.
| | * Merge commit '87bb019e57eddcedd4aeca180ac36bdf1d42064a' into jb-mr1-devEd Heyl2012-11-012-8/+0
| | |\
| | | * Merge "Stripping dead API related to keyguard widgets" into ↵Adam Cohen2012-11-012-8/+0
| | | |\ | | | | | | | | | | | | | | | jb-mr1-lockscreen-dev
| | | | * Stripping dead API related to keyguard widgetsAdam Cohen2012-10-312-8/+0
| | | | | | | | | | | | | | | | | | | | Change-Id: Ieb6c57ef736712b3266de08027f9626104cdf1bb
* | | | | am e730010e: am 7ab7f538: Hide new location APIs and undeprecate old onesLaurent Tu2012-11-012-146/+72
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * commit 'e730010edc460384298a2833d82c5e4dc1e75756': Hide new location APIs and undeprecate old ones
| * | | | am 7ab7f538: Hide new location APIs and undeprecate old onesLaurent Tu2012-11-012-146/+72
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | * commit '7ab7f538924371a9dd4be7a27a6ae3b4c04b301c': Hide new location APIs and undeprecate old ones
| | * | | Hide new location APIs and undeprecate old onesLaurent Tu2012-11-012-146/+72
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hide all new location APIs related to LocationRequest/Geofence and undeprecate all deprecated APIs consequently to the LocationRequest and Geofence introduction. Also introduce LocationRequestUnbundled for LocationProviders to use. Change-Id: I5b116c7d342041f45b341c88a4b6813571118018
* | | | am 9c0010f8: am 998d03bd: Merge "A new clock widget to create lock screen ↵Romain Guy2012-11-012-16/+52
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | appwidgets" into jb-mr1-dev * commit '9c0010f856d623845b20a7dd13c024023626623c': A new clock widget to create lock screen appwidgets
| * | | am 998d03bd: Merge "A new clock widget to create lock screen appwidgets" ↵Romain Guy2012-11-012-16/+52
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | into jb-mr1-dev * commit '998d03bd943053741bab17a8ef0abb355f6bc3ae': A new clock widget to create lock screen appwidgets
| | * | A new clock widget to create lock screen appwidgetsRomain Guy2012-10-312-16/+52
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This new widget replaces DigitalClock. It listens to all the correct system events and offer the ability to customize the formatting patterns in 12-hour and 24-hour modes. It also supports fixed time zones to create world clocks. One more step towards becoming ClockOS! Change-Id: I677e5dfca8cd8c8d1f8c49e54d7507f4d1885bf4
* | | am 14012e1d: am 4e0bf7c4: Merge "Add MediaRouter API to get presentation ↵Jeff Brown2012-10-292-0/+8
|\ \ \ | |/ / | | | | | | | | | | | | | | | display." into jb-mr1-dev * commit '14012e1d1b3c96048955e22d2bb73b9c63189a54': Add MediaRouter API to get presentation display.
| * | am 4e0bf7c4: Merge "Add MediaRouter API to get presentation display." into ↵Jeff Brown2012-10-292-0/+8
| |\ \ | | |/ | | | | | | | | | | | | | | | jb-mr1-dev * commit '4e0bf7c48638f5c9b222c8781809019df0b39048': Add MediaRouter API to get presentation display.
| | * Add MediaRouter API to get presentation display.Jeff Brown2012-10-252-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This new API makes it possible for an application to ask on which Display it should show a Presentation based on the currently selected media route. Also added a new API on DisplayManager to query displays that support a certain category of uses. Improved the documentation of the Presentation class to explain how to choose an appropriate Display for presentation. Bug: 7409073 Change-Id: Iab451215e570ae55f3718fc228303143c800fe51
* | | am 3b53061e: am 3e297339: Merge "FIx bug #7414801 Should make private and ↵Fabrice Di Meglio2012-10-252-4/+0
|\ \ \ | |/ / | | | | | | | | | | | | | | | final View.TEXT_DIRECTION_DEFAULT and View.TEXT_ALIGNMENT_DEFAULT constants" into jb-mr1-dev * commit '3b53061e6d2753440da04c042d26b8c4e94a5b95': FIx bug #7414801 Should make private and final View.TEXT_DIRECTION_DEFAULT and View.TEXT_ALIGNMENT_DEFAULT constants
| * | am 3e297339: Merge "FIx bug #7414801 Should make private and final ↵Fabrice Di Meglio2012-10-252-4/+0
| |\ \ | | |/ | | | | | | | | | | | | | | | View.TEXT_DIRECTION_DEFAULT and View.TEXT_ALIGNMENT_DEFAULT constants" into jb-mr1-dev * commit '3e297339f8b77d54f520d5471c90c9d04e78400e': FIx bug #7414801 Should make private and final View.TEXT_DIRECTION_DEFAULT and View.TEXT_ALIGNMENT_DEFAULT constants
| | * Merge "FIx bug #7414801 Should make private and final ↵Fabrice Di Meglio2012-10-252-4/+0
| | |\ | | | | | | | | | | | | View.TEXT_DIRECTION_DEFAULT and View.TEXT_ALIGNMENT_DEFAULT constants" into jb-mr1-dev
| | | * FIx bug #7414801 Should make private and final View.TEXT_DIRECTION_DEFAULT ↵Fabrice Di Meglio2012-10-252-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and View.TEXT_ALIGNMENT_DEFAULT constants - made them private and final - fixed comment Change-Id: Ia1d22329edb7ac26e7bcd0489770a99ad41c4f0e
* | | | am 72d0a5aa: am ead7d90e: Merge "Fix issue #7408647: Add getUserCount() API" ↵Dianne Hackborn2012-10-242-0/+2
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | into jb-mr1-dev * commit '72d0a5aa04f18af5037ff331c2f0983f7cbd4331': Fix issue #7408647: Add getUserCount() API
| * | | am ead7d90e: Merge "Fix issue #7408647: Add getUserCount() API" into jb-mr1-devDianne Hackborn2012-10-242-0/+2
| |\ \ \ | | |/ / | | | | | | | | | | | | * commit 'ead7d90e8b049c9689560015dbb761242fd86c99': Fix issue #7408647: Add getUserCount() API
| | * | Fix issue #7408647: Add getUserCount() APIDianne Hackborn2012-10-242-0/+2
| | |/ | | | | | | | | | Change-Id: Ib4e8e2300757e0941fae8fbc46c4323f5e2d7d6b
* | | am b43269ac: am 1202c436: Merge "Secure windows, secure surface views and ↵Jeff Brown2012-10-242-0/+4
|\ \ \ | |/ / | | | | | | | | | | | | | | | secure displays." into jb-mr1-dev * commit 'b43269acddb7061c43fa6ace6a896c51a9bf4dce': Secure windows, secure surface views and secure displays.
| * | am 1202c436: Merge "Secure windows, secure surface views and secure ↵Jeff Brown2012-10-242-0/+4
| |\ \ | | |/ | | | | | | | | | | | | | | | displays." into jb-mr1-dev * commit '1202c43685c475158a773d03d70effa01b6bb4ff': Secure windows, secure surface views and secure displays.
| | * Secure windows, secure surface views and secure displays.Jeff Brown2012-10-232-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | Add new API to determine whether a display is secure. Add new API to make a SurfaceView secure. Clarify documentation. Bug: 7368436 Change-Id: I7068c34c910e43b4bc72e43fa0dded59a25f0fe2
* | | am 9e96c69e: am 6757572b: Merge "Add throwing InvalidDisplayException from ↵Craig Mautner2012-10-232-2/+14
|\ \ \ | |/ / | | | | | | | | | | | | | | | addView." into jb-mr1-dev * commit '9e96c69e3e9ebdb820acd347b4691c32a5d76be4': Add throwing InvalidDisplayException from addView.
| * | am 6757572b: Merge "Add throwing InvalidDisplayException from addView." into ↵Craig Mautner2012-10-232-2/+14
| |\ \ | | |/ | | | | | | | | | | | | | | | jb-mr1-dev * commit '6757572b39d3802c4d7b69467b5ebf69a96c208b': Add throwing InvalidDisplayException from addView.
| | * Add throwing InvalidDisplayException from addView.Craig Mautner2012-10-232-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Throw an InvalidDisplayException to addView if the display being added to has been removed. Handle this exception in Dialog.show() by removing the view after it has been added and rethrow the exception from there. Add javadoc to ViewManager.addView and Presentation.show explaining the new exception and how best to handle it. Bug: 7368565 partially fixed. It remains for the Videos app to handle Presentation.show throwing the InvalidDisplayException. Change-Id: Ib4303c9b3f7bf7a0cfa95d19bd60a0c128658c48
* | | am 744b4dca: am 09a5321c: Merge "Revert "Revert "This restores JB MR0 ↵Dave Burke2012-10-181-2/+2
|\ \ \ | |/ / | | | | | | | | | | | | | | | behavior where the framework throws an exception for improper layouts that are missing layout_width and/or layout_height.""" into jb-mr1-dev * commit '744b4dca34e605b80e553a34327067abc862a320': Revert "Revert "This restores JB MR0 behavior where the framework throws an exception for improper layouts that are missing layout_width and/or layout_height.""
| * | am 09a5321c: Merge "Revert "Revert "This restores JB MR0 behavior where the ↵Dave Burke2012-10-181-2/+2
| |\ \ | | |/ | | | | | | | | | | | | | | | framework throws an exception for improper layouts that are missing layout_width and/or layout_height.""" into jb-mr1-dev * commit '09a5321c60c02d944684abb98e0daec9dd810fab': Revert "Revert "This restores JB MR0 behavior where the framework throws an exception for improper layouts that are missing layout_width and/or layout_height.""
| | * Merge "Revert "Revert "This restores JB MR0 behavior where the framework ↵Dave Burke2012-10-181-2/+2
| | |\ | | | | | | | | | | | | throws an exception for improper layouts that are missing layout_width and/or layout_height.""" into jb-mr1-dev