summaryrefslogtreecommitdiff
path: root/api/11.xml
AgeCommit message (Collapse)Author
2012-12-04Move numeric api files from frameworks/base to prebuilts/sdk Ying Wang
So they can be used in unbundled builds. Bug: 7296240 Change-Id: Ib0ba88387cb45ff795a4e8e3a836cf670d5016b7
2011-04-08Use the new API file format, and some minor tweaks to the old XML files that ↵ Joe Onorato
make the parser easier. Change-Id: I9307d0d323f1b65816b3e097bf9c4d92f3962b2f
2011-02-25Merge "Revert the 11.xml part of bug 3438513" Glenn Kasten
2011-02-16Merge "Add support for arbitrary axes in MotionEvents." Jeff Brown
2011-02-16am 04ddff69: am b1835085: Merge "@hide DPM global proxy settings" into honeycomb Andy Stadler
* commit '04ddff6905a72d0d39d791eaba33546fb66b15a6': @hide DPM global proxy settings
2011-02-16@hide DPM global proxy settings Andy Stadler
They don't work as advertised, so remove from SDK. Bug: 3460938 Change-Id: I87f80ebf38b228a4085630f1c2526c1d86b93dd7
2011-02-15Add support for arbitrary axes in MotionEvents. Jeff Brown
This change makes it possible to extend the set of axes that are reported in MotionEvents by defining new axis constants. The MotionEvent object is now backed by its C++ counterpart to avoid having to maintain multiple representations of the same data. Change-Id: Ibe93c90d4b390d43c176cce48d558d20869ee608
2011-02-11Revert the 11.xml part of bug 3438513 Glenn Kasten
Change-Id: I467e89fbe241600154b46d27521c0eabeb8fc96c
2011-02-09Bug 3438513 Fix incorrect throws clause Glenn Kasten
Change-Id: Ib47c12b2b03b0b03d8df69f1b943839283c9f867
2011-02-03Revert "Merge "bug:3414192 new API to designate a download to be OTA update" ↵ Vasu Nori
into honeycomb" This reverts commit 6bc710f769618e87b98d51cd02241e6b1a2fb653, reversing changes made to 7ba35f5ab3c838c7f1b3ab957be685ac1f506b2a.
2011-02-02bug:3414192 new API to designate a download to be OTA update Vasu Nori
Change-Id: Iae2f6185e130324ad956f594e78b1d8b2176c808
2011-02-01DO NOT MERGE Nick Pelly
Cherry-pick from GB to HC, updating 11.xml. Final final final Gingerbread MR API changes. This is it. I promise. ACTION_TECHNOLOGY_DISCOVERED -> ACTION_TECH_DISCOVERED This was missed in our technology->tech rename. Hide TagTechnology.reconnect() This is used to reset any per-connection state in a tag, by reconnecting to it. The first problem is that it belongs on Tag, not TagTechnology. The second problem is that it may become redundant once we add Tag.rediscover() which will also reconnect to the tag, and will also return a new Tag with newly created technologies enumerated. And the third and most significant problem is that you can already achieve the same result by just calling close() followed by connect(). Hide Tag.createMockTag() This API cannot be used reliably. First it requires using int[] for the technology list, but those int constants are now hidden. Second it requires knowledge of the extras parcel used to fill technology specific data - also not public. Introduce TagTechnology.isConnected() Every child class already impelmented this, and given that connect() and close() are defined on the interface, then isConnected() should be there too. Modify Ndef.getType to return a string (not int) Allows more flexibility in adding new NDEF types. Current public strings are org.nfcforum.ndef.type1 org.nfcforum.ndef.type2 org.nfcforum.ndef.type3 org.nfcforum.ndef.type4 com.nxp.ndef.mifareclassic Add NdefFormatable.formatReadOnly() This allows you to make the tag read-only at the same time as performing format and write. It is important because we currently don't have any public API to re-enumerate a tag technology list after making a tag NDEF compatible, so you can't perform the format as a seperate step without physically removing the tag from field and returning it. Modify Readonly -> ReadOnly Make Tag class final Change-Id: Ifa8a17741fcc95776ffdba42f611eadb036aaf2d
2011-01-30Fix issue #3381489: IllegalStateException: attempt to re-open... Dianne Hackborn
...an already-closed object: android.database.sqlite.SQLiteQuery It turns out there is a state we are missing -- the loader is still needed, but in the inactive list. In this case the loader needs to continue holding on to its current data, and not deliver any new data (which would result in it releasing its old data). This introduces the new state to Loader, and uses it in AsyncTaskLoader so all subclasses of that should get the new correct behavior. A further improvement would be to unregister CursorLoader's content listener when going in to this state, but that can wait for later. Change-Id: I6d30173b94f8e30b5be31d018accd328cc3388ec
2011-01-30Fix issue #3404571: Commit final APIs Dianne Hackborn
Change-Id: I7f01f8df9cfb82a9bb987e3df7c8eaa1c5aab81a
2011-01-27Merge "bug:3398527 return List insttead of ArrayList from public API" into ↵ Vasu Nori
honeycomb
2011-01-27bug:3398527 return List insttead of ArrayList from public API Vasu Nori
Change-Id: Idbdcb59fe860a9168c9ef6c00eb128b05fce84ff
2011-01-26Fix display List bugs Chet Haase
Various property setters in View need to invalidate the parent's cache to get redrawn properly when accelerated with display lists. Also, fix logic around display lists and old-style Animations in ViewGroup. Change-Id: I70e1c2fa49e62228ee4a1301a006ce50bda4c305
2011-01-26Merge "Re-enabling queued unbinding of services after requests to the ↵ Winson Chung
service. (3394210)" into honeycomb
2011-01-26Re-enabling queued unbinding of services after requests to the service. ↵ Winson Chung
(3394210) - Fix for crash when detaching from window - Potential fix for occasional IllegalStateException when updating List based widgets Change-Id: I3d3f2bb691552a1136111043db686c4926b510c6
2011-01-25Merge "Change AsyncTask.execute() back to using a thread pool..." into honeycomb Dianne Hackborn
2011-01-25Change AsyncTask.execute() back to using a thread pool... Dianne Hackborn
...for now. Change-Id: I1fe64f3e3a575f85add11dfe4d405f0c3a4a49de
2011-01-25Cleaning up StackView Adam Cohen
Change-Id: I38cd8a5f2d25973d3f97551be0a873ca35044ed9
2011-01-24Throw Base64DataException instead of IOException Andy Stadler
* Define Base64DataException * Throw it from Base64InputStream & Base64OutputStream * This enables callers to disambiguate "bad data" from "broken stream", which makes it more possible to do proper retry logic. Bug: 3365205 Change-Id: I332e7c008f92b333400d1b4dcaef5aedc7c10ef4
2011-01-23Honeycomb is now officially API 11. Dianne Hackborn
Change-Id: I5b11801468bf6ee2482f1ef201ece70ed9303bd8
2011-01-23Merge "Final (hopefully) API cleanup." into honeycomb Dianne Hackborn
2011-01-23Final (hopefully) API cleanup. Dianne Hackborn
Change-Id: Iaac6b2ca399eda44458c2bc1a6501672b6c85b90
2011-01-23Adding faketouch feature. Dan Morrill
Change-Id: Idff0b059c2f82fa4237d6238710e87dc55ae76a8
2011-01-20Merge "Cleaning up some StackView bad behavior" into honeycomb Adam Cohen
2011-01-20Merge "SearchView API Review - bug 3370353 and bug 3370338" into honeycomb Adam Powell
2011-01-20SearchView API Review - bug 3370353 and bug 3370338 Adam Powell
Renaming as per API council review Change-Id: Id889be5a708fdc295ee50bb1b05014b2ff72122c
2011-01-20Merge "Properly use Long2 for "UInt2" for FieldPacker." into honeycomb Stephen Hines
2011-01-20Properly use Long2 for "UInt2" for FieldPacker. Stephen Hines
We were misusing this API, since it requires the additional precision of the next size up on unsigned versions of types. Change-Id: Ic3c87f681ac6705ae0b36a3464ce0d63737945fd
2011-01-20Cleaning up some StackView bad behavior Adam Cohen
-> Issue: 3363564, 3320865 Change-Id: I32215478006a689f543532af4ce2267ccbb7fa56
2011-01-20Fix bug 3362375 - API REVIEW: remove unused public 'up' id Adam Powell
Fix bug 3362453 - API REVIEW: android.app.ActionBar Change-Id: I4e0233cd9355a47682bfe7b4a7fda39801586f1a
2011-01-20API REVIEW: android.widget.NumberPicker.OnValueChangedListener Svetoslav Ganov
Change-Id: I1e739553ab6b99b2768e42cf379a0b155dced81a
2011-01-21Refine InputMethodInfo API Ken Wakasa
bug: 3370297 Change-Id: I2a18f3bdbe2fccb22e22cdae0f75aec5c703ad6d
2011-01-21Add android.provider.Settings.EXTRA_INPUT_METHOD_ID Tadashi G. Takaoka
Change-Id: Iecb7a9c265cafe96e7eec099341133da8e966f6f
2011-01-20Merge "Rename action to ACTION_INPUT_METHOD_SUBTYPE_SETTINGS" into honeycomb Tadashi G. Takaoka
2011-01-20Rename action to ACTION_INPUT_METHOD_SUBTYPE_SETTINGS Tadashi G. Takaoka
Change-Id: I27c318777355991ae4ad72d0b2480e93c8c5044e
2011-01-20Addressing API Review docs bugs: Adam Cohen
->Issue 3370313 ->Issue 3370403 ->Issue 3370328 ->kthx, bye Change-Id: I2d1962c27b3ba856a0b4632d335271300bab45eb
2011-01-19Rename KeyCharacterMap.UnavailableException. Jeff Brown
Bug: 3370261 Change-Id: I5cdca8ef2300b70b7a0fcc7e2c26765079645ecc
2011-01-19Merge "Expose unchecked copyFrom variants." into honeycomb Jason Sams
2011-01-19@hide MediaStore.ACTION_MTP_SESSION_END Mike Lockwood
BUG: 3370230 Change-Id: Idc05512930ceab8f91e3ddf0969a3b17deab2f62 Signed-off-by: Mike Lockwood <lockwood@android.com>
2011-01-19Expose unchecked copyFrom variants. Jason Sams
Change-Id: I452d082bb4adbd578b6300bf5829dc59e91e517a
2011-01-19Updated the Time/Date pickers to be backwards compatible Svetoslav Ganov
bug:3349400 Change-Id: I2a3dda82caf7de0ed203306c89ee774b94b7d82e
2011-01-19Removing deprecated widget api method. Winson Chung
Change-Id: I0610dcb5cf1001b2b7e86d78a88addf174cedd77
2011-01-18Refactoring app widgets to address security/performance issues. Winson Chung
- Moving the service binding to AppWidgetService to prevent arbitrary apps from binding to widget services - Requiring RemoteViewsServices to require android.permission.BIND_REMOTEVIEWS permission Change-Id: Id135bafba998299eb278067712b8a5d8487cfd04
2011-01-18Hiding the AsyncTaskLoader.waitForLoader method Dmitri Plotnikov
I introduced this method a couple of weeks ago, but then we had a chat with Dianne and she made a good point that rather than having this behavior on AsyncTaskLoader, we should have it on LoaderManager and then it will cover all kinds of loaders, not just the ones inheriting from AsyncTaskLoader. She suggested that we postpone that work until after Honeycomb. Change-Id: I1939956296cddb678791ba652ab5f4a0dd45eea1
2011-01-17Remove old APIs. Dianne Hackborn
Change-Id: If676e4e7886ad71c4959d4253db99639b49218b8
2011-01-17Fix a bunch of API review bugs. Dianne Hackborn
3362464 API REVIEW: android.content potpourri 3362445 API REVIEW: Fragment transaction stuff 3362428 API REVIEW: Fragment stuff 3362418 API REVIEW: Loader stuff 3362414 API REVIEW: android.content.pm.ActivityInfo Change-Id: I6475421a4735759b458acb67df4380cc6234f147