Svetoslav Ganov
0a1bb6dffc
AccessibilityNodeInfo for visible views should reported.
...
1. AccessibilityNodeInfos for visible views should always
be reported and the clients should be able to check
whether that node info is shown to the user. For example,
focus search may return a node that is not on the screen
and the accessibility layer may decide to give it focus
which scroll the source view in the screen.
bug:6421991
Change-Id: Idc1fd8512dda767abe802aacedb0c69582e6fc2a
2012-05-07 18:22:59 -07:00
Svetoslav Ganov
2551e5a1d9
Merge "API REVIEW: android.view.accessibility" into jb-dev
2012-05-06 14:53:27 -07:00
Svetoslav Ganov
2b435aada3
API REVIEW: android.view.accessibility
...
1. Changed all references to granularity to movement
granularity. BTW, to be more precise it should be
text movement granularity.
bug:6435232
Change-Id: If6366b002ca3390f74918995b342baff2cbcfd01
2012-05-04 17:16:41 -07:00
Dianne Hackborn
6ad5b4f637
Merge "Fix issue #6426645 : API REVIEW: android.app.ActivityOptions" into jb-dev
2012-05-04 16:10:16 -07:00
Fabrice Di Meglio
2b20212e16
Merge "Hide Paint textLocale APIs - DO NOT MERGE" into jb-dev
2012-05-04 14:39:18 -07:00
Fabrice Di Meglio
b0aa2f5368
Hide Paint textLocale APIs - DO NOT MERGE
...
- fix bug #6441521 Need to @hide Paint setTextLocale / getTextLocale - CJK support
Change-Id: Ic536989243d7028e6f5fce7d60dfef4467bebffb
2012-05-04 14:19:19 -07:00
Jim Miller
516c25b38a
Merge "Fix 6414061: Add new ACTION_ASSIST intent." into jb-dev
2012-05-04 14:12:41 -07:00
Jim Miller
0799440ab3
Fix 6414061: Add new ACTION_ASSIST intent.
...
Change-Id: I3d334f67723ac89f6001267e0f06ad76190b929f
2012-05-04 13:52:14 -07:00
Fabrice Di Meglio
8396830d8f
Merge "Hide RTL related APIs - DO NOT MERGE" into jb-dev
2012-05-04 13:19:41 -07:00
Fabrice Di Meglio
66388dcb09
Hide RTL related APIs - DO NOT MERGE
...
- fix bug #6441155 API review: @hide RTL layout APIs
Change-Id: I13c5ea5f579cecffed9d517f06180ab0576cd26a
2012-05-04 13:15:12 -07:00
Chris Wren
d6297dbfe9
Add an alternate title that can be used in the overflow of a InboxStyle.
...
Always hide contentText for BigTextStyle and InboxStyle.
Style cannot be used without specialization, it should be abstract.
Bug: 6428978
Bug: 6274137
Bug: 6317471
Change-Id: I21531a94494f891a058a477805b177e736b921cf
2012-05-04 12:45:38 -07:00
Dianne Hackborn
ddc52a80b5
Fix issue #6426645 : API REVIEW: android.app.ActivityOptions
...
Change-Id: If2f7b987e1825a8b0ebaf2c499924dfc1527274b
2012-05-04 12:04:40 -07:00
Andreas Huber
c52c957c45
Merge "Various changes to Media* APIs requested by the api council." into jb-dev
2012-05-04 08:53:23 -07:00
Dianne Hackborn
0e128bb2e0
New permissions UI.
...
Had to keep around a little of the old API for the device
admin settings UI to continue to use.
Change-Id: I84c5666a7f3fec0495eae196a0ffc2223c9e6f82
2012-05-03 19:00:23 -07:00
Andreas Huber
60d610bf10
Various changes to Media* APIs requested by the api council.
...
Change-Id: Iec2f50c99cf5f00a442737231361334e9ab46340
related-to-bug: 6432753
2012-05-03 16:02:29 -07:00
Adrian Ludwig
23746be026
Merge "Reorganizing permissions into groups oriented around user-understandable concepts." into jb-dev
2012-05-03 11:18:24 -07:00
Gilles Debunne
57e6136ce7
Merge "Hide TextDirectionHeuristics" into jb-dev
2012-05-03 11:00:49 -07:00
Adam Powell
f27ba974d5
Merge "JB API cleanup; ActionMode and View docs" into jb-dev
2012-05-03 10:58:48 -07:00
Chris Wren
fbd96ba9ba
Allow the Notification.Builder to carry around a Style to apply at build
...
Change-Id: I5e848504b6d0444ee349ecea893ceae571dda796
2012-05-03 09:40:02 -04:00
Adam Powell
785c447b2b
JB API cleanup; ActionMode and View docs
...
Bugs 6435315, 6434937
Add ActionMode#getTitleOptionalHint() and extend documentation for
View#hasTransientState/setHasTransientState
Change-Id: I2049fb79864c33b34e3bbd13df32861e308c99ad
2012-05-02 21:27:15 -07:00
Svetoslav Ganov
6aa3138587
Merge "Remove accessibility gestures for clockwise and counter clock wise circle." into jb-dev
2012-05-02 18:27:40 -07:00
Gilles Debunne
cefb4bc011
Hide TextDirectionHeuristics
...
Bug 6435363
Change-Id: I9ba0a3c057af67e2876e64fd8c18adbb8f4d0860
2012-05-02 18:20:25 -07:00
Svetoslav Ganov
65d98ad5b3
Remove accessibility gestures for clockwise and counter clock wise circle.
...
1. The clockwise and counter clockwise circle gestures are difficult to
perform for a blind user. Some user studies have shown that so nuke them.
bug:6435260
Change-Id: I81d23bd3c450239fe17b4b8c60bafab00daa480a
2012-05-02 17:57:13 -07:00
Adam Cohen
dfed49a285
Merge "Changing app widget "extras" to "options" and another small API Review issue" into jb-dev
2012-05-02 10:38:01 -07:00
Adrian Ludwig
dc410cb349
Reorganizing permissions into groups oriented around user-understandable concepts.
...
These groups are assigned priority for sort-order when displayed to users, and use
the new permissionGroupFlags to indicate whether they contain personalInfo.
Change-Id: I27e81912e08b8d7766b8ce449b4b3bd6473d8f07
2012-05-02 09:56:41 -07:00
Adam Cohen
d2097ebacf
Changing app widget "extras" to "options" and another small API Review issue
...
-> (issue 6427146), (issue 6427861)
Change-Id: Ib69a9b3717a5b62317ec227936bc3b2fd5954043
2012-05-02 09:32:42 -07:00
Adam Powell
f78a8444a9
API modifications for TaskStackBuilder
...
Change-Id: Ic9e11caa4541962d32b2c197f4f7b19ee67a0eda
2012-05-01 18:51:40 -07:00
Eric Laurent
f3afe15754
Merge "AudioManager: deprecate vibrate settings" into jb-dev
2012-05-01 16:29:39 -07:00
Eric Laurent
cd1cd73bae
AudioManager: deprecate vibrate settings
...
Deprecate methods, intent and constants related to vibrate
settings management: getVibrateSetting(), setVibrateSetting(),
shouldVibrate() ...
According to new vibrate/notification policy, applications should
maintain their own vibrate settings.
Issue 6036529.
Change-Id: I99bcef2c5f602131f1d9b0222f7fb39f3bbef823
2012-05-01 16:26:04 -07:00
Gilles Debunne
61552bc81f
Merge "API fix in CheckedTextView" into jb-dev
2012-05-01 16:19:40 -07:00
Stephen Hines
d28030ae51
Merge "Start passing element/dim information along with FieldPacker." into jb-dev
2012-05-01 15:54:37 -07:00
Stephen Hines
a7228c882c
Merge "Unhide FONT." into jb-dev
2012-05-01 15:54:16 -07:00
James Dong
cb6662ac53
Merge "Add video scaling mode support with a new public method in MediaPlayer.java class" into jb-dev
2012-05-01 13:34:28 -07:00
Andreas Huber
f72d392f5d
Merge "Make java constants consistent with native counterparts." into jb-dev
2012-05-01 13:32:18 -07:00
Andreas Huber
48dc91b514
Make java constants consistent with native counterparts.
...
Change-Id: I481dfc18c170b4c60682ef1b38b57e10fb73d004
2012-05-01 12:27:26 -07:00
James Dong
454014e55f
Add video scaling mode support with a new public method in MediaPlayer.java class
...
o related-to-bug: 5454345
Change-Id: I379b679eb6dd87f47f87a58791a5d0c7251b3a74
2012-05-01 12:22:35 -07:00
Gilles Debunne
2fb40285c7
API fix in CheckedTextView
...
Bug 6103310
Change-Id: Ic144ed99199a296df3ef1a16f59caff08af58fd9
2012-05-01 12:11:23 -07:00
Gilles Debunne
8ed491b75b
Merge "API fix, AutoCompleteTextView" into jb-dev
2012-05-01 11:58:35 -07:00
Gilles Debunne
1dcd2bfcab
Merge "API fix in TextView" into jb-dev
2012-05-01 11:58:26 -07:00
Michael Jurka
c81a075196
Merge "Revert "Adding getters/setters for StackView xml attrs. (Bug 6104219)"" into jb-dev
2012-05-01 11:47:36 -07:00
Winson Chung
0b3d3a3a56
Revert "Adding getters/setters for StackView xml attrs. (Bug 6104219)"
...
This reverts commit 7ced8f9cabfed2e11c125a1a6b4ff18f1cc50060
2012-05-01 11:46:09 -07:00
Dianne Hackborn
a25c8a97af
Merge "Add new APIs for permission group flags and priorities." into jb-dev
2012-05-01 11:15:51 -07:00
Winson Chung
7e400cfb71
Merge "Adding getters/setters for StackView xml attrs. (Bug 6104219)" into jb-dev
2012-05-01 10:55:14 -07:00
Stephen Hines
adeb809201
Start passing element/dim information along with FieldPacker.
...
BUG=6009244
Change-Id: I3c82c8b40c899b875831f53cf0ad82ea36c1a043
2012-05-01 00:29:52 -07:00
Stephen Hines
9da1b5d030
Unhide FONT.
...
Change-Id: I86258076817bb8f34ce3bb76031df41c08750f8c
2012-05-01 00:29:52 -07:00
Gilles Debunne
f03acef0ab
API fix in TextView
...
Bug 6104140
Change-Id: I44af54ac7c194335a649e5878ff47dc894fa46fe
2012-04-30 21:08:41 -07:00
Winson Chung
7ced8f9cab
Adding getters/setters for StackView xml attrs. (Bug 6104219)
...
Change-Id: Iaa1ba0292b0d40f73e315028d9f01ef407021e57
2012-04-30 18:50:52 -07:00
Dianne Hackborn
fd5015be41
Add new APIs for permission group flags and priorities.
...
Change-Id: I2d476c6aa9dbd05407ec49be45986f42d2acf9e7
2012-04-30 18:19:09 -07:00
Gilles Debunne
5c49d11a57
API fix, AutoCompleteTextView
...
Bug 6102885
Didn't fix dropDownSelector nor completionHintView at that point.
Change-Id: If080cbefd5189b79e4fa042e28dfa6a71524b93d
2012-04-30 18:13:56 -07:00
Andreas Huber
b12a539069
New API to set the video rendering mode on a MediaCodec instance.
...
Change-Id: I6d765bb4cab7bcf29f09364293c24e8a6930078b
related-to-bug: 6364139
2012-04-30 14:46:22 -07:00