summaryrefslogtreecommitdiff
path: root/api/current.xml
AgeCommit message (Collapse)Author
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-04-08Rename CorrectionSpan to SuggestionSpan satok
Change-Id: I004b2e012b2de4de959a31da1f55b63ca7c14199
2011-04-07Remove the deprecated things from Config.java. These haven't been working ↵ Joe Onorato
since before 1.0. Change-Id: Ic2e8fa68797ea9d486f4117f3d82c98233cdab1e
2011-04-07Improve activity manager debug dumps. Dianne Hackborn
Activity manager now does all dump requests into apps asynchronously, so it can nicely timeout if there is an app problem. Also lots of general cleanup of the am dump output. Change-Id: Id0dbccffb217315aeb85c964e379833e6aa3f5af
2011-04-06Merge "Word suggestion popup added to EditText." Gilles Debunne
2011-04-06Merge "Minor Alt-TAB / Recent Apps Dialog improvements." Jeff Brown
2011-04-06Minor Alt-TAB / Recent Apps Dialog improvements. Jeff Brown
Alt-TAB should have different semantics from the APP_SWITCH key or long-press on HOME. Accordingly, remove the fallback action for Alt-TAB and initiate the task switching behavior directly in the policy. Modified RecentApplicationsDialog to be more precise about the initial modifiers that it considers to be holding the dialog. The dialog is now dismissed by a second press on the APP_SWITCH key or by a second long press on HOME. Change-Id: Idf4d803f51103819057cb655ff3b770b7729e4be
2011-04-06Word suggestion popup added to EditText. Gilles Debunne
A double tap on a word will now display a list of suggestions based on the CorrectionSpans that were added by the IME. This is a first implementation of this feature. It needs some attention from designers. Change-Id: If863107681ce82a1639f21315878f830c2991fb7
2011-04-06Add new resource configurations for screen width/height in "dp". Dianne Hackborn
You can now specify resource configuration variants "wNNNdp" and "hNNNdp". These are the minimum screen width/height in "dp" units. This allows you to do things like have your app adjust its layout based only on the about of horizontal space available. This introduces a new configuration change flag for screen size. Note that this configuration change happens each time the orientation changes. Applications often say they handle the orientation change to avoid being restarted at a screen rotation, and this will now cause them to be restarted. To address this, we assume the app can handle this new config change if its target SDK version is < ICS. Change-Id: I22f8afa136b4f274423978c570fa7c9855040496
2011-04-05Merge "Add EXTRA_ORIGIN to RecognizerIntent." Mike LeBeau
2011-04-05Add EXTRA_ORIGIN to RecognizerIntent. Mike LeBeau
This is for passing the http referer of a request, e.g., for speech input from within a browser. Bug: 4161306 Change-Id: I56fdb7466edd985aab6df8364be1f1619a11a00d
2011-04-05Merge "Support speech recognizer confidence values." Mike LeBeau
2011-04-05Support speech recognizer confidence values. Mike LeBeau
Pass speech recognizer confidence values in the SpeechRecognizer and RecognizerIntent APIs through to the caller. This change defines new API constants for keys to these values. The corresponding change is being made to Google Voice Search, and should be made to any other implementations. Bug: 3267513 Bug: 4163206 Change-Id: I294553f2eb9eb3be21298b8434117c8c5309558d
2011-04-04Fixing build Adam Cohen
Change-Id: If18012c03265f3fa02d8743d583668d9e0245845
2011-04-02Merge "Tracking merge of dalvik-dev to master" Brian Carlstrom
2011-04-01Tracking merge of dalvik-dev to master Brian Carlstrom
git cherry-pick --no-commit a80febd83c8bf0b6717da2a7136179bdc906a5b7 git cherry-pick --no-commit 5e642b41cf44c5da7afdd95ab3d5e2bdbf7b31dd git cherry-pick --no-commit 4886db14c9eee4b6fee69bd54c57c5af04709c4c git cherry-pick --no-commit 560c685e448769904047507b9484ce8111967d7e git cherry-pick --no-commit 63dde7a2fcfa53dc531558635b64cea613d3cdb4 git cherry-pick --no-commit 74e5cb91060a379d98dd3a333b5f231bfb4f502e git cherry-pick --no-commit 1cc8c9708b555e2e338b7798d38887a2fefcfea6 git cherry-pick --no-commit 09625a21f5abe0c0db15757f58585d552d62c3d7 git cherry-pick --no-commit fcb02dfe0f5a2bb7c07e6d6fc69f756a484b5458 git cherry-pick --no-commit a68cb7fa3ab42854768b8145ff85231663770292 git cherry-pick --no-commit 716beb1c131dd2c6b805d4f681debaa20075010c git cherry-pick --no-commit 8c29b1097a7afe3a77e27546a56e396f3620a4ec git cherry-pick --no-commit 9c6a1a55d1c8086c1cc57464eea43725694ff70c git cherry-pick --no-commit b14f5ea5c57acdd009ba5b51f1bbe430f3d353b8 Change-Id: I8cc94175441b009e23549762d6baee1dbace4881
2011-04-01Make BaseObj a public class. Stephen Hines
BUG=4156151 Change-Id: Ia5d5ae08ab8e176ad3ca1f38c2c33ef4e9551213
2011-03-30Merge "Fix public issue 15862: Theme Theme.Holo.Light.NoActionBar not ↵ Adam Powell
available for use"
2011-03-30Merge "Deprecating old RemoteViews API which takes appWidgetId when setting ↵ Winson Chung
the RemoteViewsAdapter intent."
2011-03-30Fix public issue 15862: Theme Theme.Holo.Light.NoActionBar not available for use Adam Powell
Change-Id: Ieb8127772cd62663d11ef893b47f9b2c7068391c
2011-03-30Deprecating old RemoteViews API which takes appWidgetId when setting the ↵ Winson Chung
RemoteViewsAdapter intent. Change-Id: I72edaa839ae0633a1a24d8f69f5f8c664832ed30
2011-03-29Add view/drawable states for drag-accepting / drag-hovered Christopher Tate
Added new drag_can_accept and drag_hovered XML attributes and the View logic to support them. Drawable states are now refreshed automatically when a drag starts/ends and when a drag crosses the boundary of a participating view. Change-Id: I25f8ee02c83b3fa4f27201997d7eabf4be653fd8
2011-03-26Removed APIs for setCorrectionSpan from InputConnection satok
("setCorrectionSpan" was added in Id3abc9ea4d11753cd ) Also.. - Added a class java doc for CorrectionSpan - Removed FLAG_DEFAULT - Changed the return type of getSuggestions from Array<CharSequence> to String[] Change-Id: If5eb091e307a7a40c5b4a70ec1fe6059ecd9fb2d
2011-03-26Add hashCode to InputMethodInfo satok
The uniqueness of InputMethodInfo was guaranteed by mId (like InputMethodInfo#equals), but the hashCode was not implemented in the same way. This change fixes a problem happening when the user gets the hashCode of InputMethodInfo obtained through IPC. Change-Id: Ib876c5cb0d778481100597ec31202f94fb7b8f37
2011-03-24Merge "Added a hovered state for drawables." Jeff Brown
2011-03-24Added a hovered state for drawables. PY Laligand
Change-Id: I2b12c8593e04e37c8eb748946ca6d4d7a61de36a
2011-03-24Merge "Add MotionEvent.HOVER_ENTER and HOVER_EXIT." Jeff Brown
2011-03-24Add MotionEvent.HOVER_ENTER and HOVER_EXIT. Jeff Brown
The input dispatcher sends a HOVER_ENTER to a window before dispatching it any HOVER_MOVE events. For compatibility reasons, the window will *also* receive the HOVER_MOVE. When the pointer moves into a different window or the pointer goes down or when events are canceled for some reason, the input dispatcher sends a HOVER_EXIT to the previously hovered window. The view hierarchy behavior is similar. All views under the pointer receive onHoverEvent with HOVER_ENTER followed by any number of HOVER_MOVE events. When the pointer leaves a view, the view receives HOVER_EXIT. Similarly, if a parent view decides to capture hover by returning true from onHoverEvent, the hovered descendants will receive HOVER_EXIT. The default behavior of onHoverEvent is to update the view's hovered state by calling setHovered(true/false). Views can query their current hovered state using isHovered(). For testing purposes, the hovered state is mapped to the pressed drawable state. This will change in a subsequent commit with the introduction of a new hovered drawable state. Change-Id: Ib76a7a90236c8f2c7336e55773acade6346cacbe
2011-03-24Merge "NEW_API: Add getTimestamp() to SurfaceTexture." Eino-Ville Talvala
2011-03-23Add custom fragment anims to be run when popping backstack Chet Haase
The previous fragment implementation allowed for animations during fragment transitions, but did not account for the different behavior of fragments when popping the back stack. In general, you probably don't want to run the same animation for putting a fragment on the stack as for popping it off, which is what happens now. For example, you might fade a fragment out when putting it on the stack. But when popping ot off, fading it out is probably not the behavior you want. The new API (setCustomAnimations() overload with two additional parameters) allows developers to specify animations to be run in the popping operation. Otherwise, the animations are null and the operation will not be animated. Change-Id: I2e132b3890838358e496149f18a25037a59990aa
2011-03-22fix [4056232] Deprecate Sensor.TYPE_TEMPERATURE and add ↵ Mathias Agopian
Sensor.TYPE_AMBIENT_TEMPERATURE Bug: 4056232 Change-Id: Idf165460fc083f856c320f0f6f8841d73661c829
2011-03-22Fix bug 4142917 - Add support for specifying a custom home icon in action bar Adam Powell
Add ActionBar methods for setting icon and logo. Change-Id: I6151689138c734b7212c3469b8ba8f28f0fd5ec4
2011-03-21NEW_API: Add getTimestamp() to SurfaceTexture. Eino-Ville Talvala
Like getTransformMatrix, getTimestamp provides a timestamp for the OpenGL texture produced by the latest call to updateTexImage(). Timestamps are measured in nanoseconds, and are monotonically increasing. Other properties of the timestamps (zero point, comparability) depend on the source providing frames to the SurfaceTexture, and need to be documented by the source. bug:3300707 Change-Id: I380d94926d0e9f1c77bb5c1576b72d5ef4e2eba1
2011-03-21Support passing headers to MediaMetadataRetriever's setDataSource API Andreas Huber
Change-Id: Ib1a5c08fc5034cac05034db27007a35c9b660b26 related-to-bug: 3506316
2011-03-21Fix build. Daniel Sandler
See Change Ie70ac630 Change-Id: Ifffd53dbe17be64e6234bc6371f44b84c3e123e4
2011-03-18More work on making prefs work well on small screens. Dianne Hackborn
Tweak padding so layouts now look decent, a few extensions so that the correct title can be shown. Change-Id: Ieace16bf4962d66564c6e2f67fb588e582943850
2011-03-17am daa71254: am efb56934: am 1d50ad79: Merge "Whoops, forgot the ↵ Dianne Hackborn
HONEYCOMB_MR1 constant. :(" into honeycomb-mr1 * commit 'daa71254f3e3261ecc0e143955c89ced70bbf008': Whoops, forgot the HONEYCOMB_MR1 constant. :(
2011-03-17Whoops, forgot the HONEYCOMB_MR1 constant. :( Dianne Hackborn
It shouldn't be a problem to put this in -- it is a static final so it doesn't actually need to be in the on-device system image. This is important for the SDK. Change-Id: Iaa086247d0d65fe708c40fbab506aa60cd3e1396
2011-03-17am 2c3257b2: am 9940c8b6: am def35f7a: Merge "Fix for 4089881. - Add one ↵ Gloria Wang
more parameter in the interface of DrmEvent and its subclasses DrmInfoEvent and DrmErrorEvent - Send back DrmInfo in the response of async processDrmInfo calls" into honeycomb-mr1 * commit '2c3257b21ddf2a3da843f11d1bb3b4fa8e912707': Fix for 4089881. - Add one more parameter in the interface of DrmEvent and its subclasses DrmInfoEvent and DrmErrorEvent - Send back DrmInfo in the response of async processDrmInfo calls
2011-03-17Merge "Fix for 4089881. - Add one more parameter in the interface of ↵ Gloria Wang
DrmEvent and its subclasses DrmInfoEvent and DrmErrorEvent - Send back DrmInfo in the response of async processDrmInfo calls" into honeycomb-mr1
2011-03-16Fix for 4089881. Gloria Wang
- Add one more parameter in the interface of DrmEvent and its subclasses DrmInfoEvent and DrmErrorEvent - Send back DrmInfo in the response of async processDrmInfo calls Change-Id: Ia9b1a641296629a19ae4ffa7913e6c878fd340f8
2011-03-16am d799caa9: am 9a0df3c5: am 95fd065e: Merge "deprecate ↵ Michael Kolb
getVisibleTitleHeight" into honeycomb-mr1 * commit 'd799caa9a6623de4af581bebc9759272c10b6588': deprecate getVisibleTitleHeight
2011-03-16Merge "Add 3D mode key and others." Jeff Brown
2011-03-16Add 3D mode key and others. Jeff Brown
Related to an AOSP change request. Change-Id: I3f4f84b56a1af626a8783f5ecbb823eb12ba9fbe
2011-03-16deprecate getVisibleTitleHeight Michael Kolb
Bug: 4104535 Change-Id: I8a6ef21d38a25848efa28e2c06cf2da0ff7af9c4
2011-03-15Merge "Add CorrectionSpan and APIs to pass a secure CorrectionSpan to TextView" satok
2011-03-16Add CorrectionSpan and APIs to pass a secure CorrectionSpan to TextView satok
- CorrectionSpan is a span which has suggestions made by IME. This has a function to change the current IME to other IME specified in this span. For security reasons, only the current IME is allowed to use this function through InputConnection. (IME token is used for checking the validity of it.). - CorrectionSpan stores following information: flags, subtype Id, InputMethodInfo Id, suggests, locale, original string Change-Id: Id3abc9ea4d11753cdc4f483a2bb3128f49ba198a
2011-03-15Add new PreferenceActivity API for settings. Dianne Hackborn
Need to redirect to a different activity when on non-xlarge screens. Change-Id: I8cf4793b117325604d29ecc4478dbf10322a4689
2011-03-14am 0958fb10: am 221830b9: Merge "Add support for USB accessory serial ↵ Mike Lockwood
numbers" into honeycomb-mr1 * commit '0958fb1068ee1b5e6c40eee16d943a664b1124b4': Add support for USB accessory serial numbers
2011-03-14am 67718e07: am 132bb659: Merge "For issue 4082089 Add more info and error ↵ Gloria Wang
events into the DRM framework" into honeycomb-mr1 * commit '67718e076422f8f28f4e30a39df9e462ef32d19b': For issue 4082089 Add more info and error events into the DRM framework