summaryrefslogtreecommitdiff
path: root/core/java/android/view/AccessibilityIterators.java
Commit message (Expand)AuthorAgeFilesLines
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-2/+3
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-3/+2
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-2/+3
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-071-1/+1
* Add @UnsupportedAppUsage annotations for greylist.Artur Satayev2019-11-191-0/+4
* Null locale causing the VTS fail.Manpreet2018-12-181-0/+3
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-201-0/+2
* Separate global and override config sent to clientAndrii Kulian2017-03-161-9/+3
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-2/+0
* NPE when iterating by character and word in Launcher widgets.Svetoslav Ganov2012-06-111-14/+12
* Updating the behaviour of accessibility text iterators.Svetoslav Ganov2012-05-291-94/+74
* Fix paragraph iterator.alanv2012-05-171-3/+3
* Text traversal at various granularities.Svetoslav Ganov2012-05-071-0/+352