summaryrefslogtreecommitdiff
path: root/core/java/android/util/SparseArray.java
AgeCommit message (Expand)Author
2021-02-24Accept generic in SparseArray contentEqualsWinson
2021-02-04Add internal domain verification data classesWinson
2021-01-12Add SparseArray#set for Kotlin index= operatorWinson
2020-01-07Use new UnsupportedAppUsage annotation.Artur Satayev
2019-11-25Address API feedback.Kweku Adams
2019-11-18Extract SparseArrayMap from QuotaController.Kweku Adams
2019-04-29Add extra comment for implementation.Kweku Adams
2019-04-26Gating OutOfBoundsException on targetSdkVersion.Kweku Adams
2019-03-30Revert "Revert "Checkng upper bound in *Array classes.""Kweku Adams
2019-03-12Revert "Checkng upper bound in *Array classes."Paul Scovanner
2019-03-05Checkng upper bound in *Array classes.Kweku Adams
2018-09-29Expose a few APIs in util collections.Jake Wharton
2018-08-14Add @UnsupportedAppUsage annotationsMathew Inwood
2018-07-30Docs: fixed typo and made minor editsLaura Davis
2017-03-24Removing unused method indexOfValueByValueSuprabh Shukla
2016-07-15indexOfValueByValue now uses .equalsTejas Khorana
2016-05-19Fix a11y crash when window layer isn't unique.Phil Weaver
2015-05-18Update power manager to track uid state like netstats.Dianne Hackborn
2014-03-27Uses VMRuntime.newUnpaddedArray for ideal array sizesAdam Lesinski
2013-11-21Fix javadoc typo in SparseArray.Newton Allen
2013-09-08Document the order of values returned by keyAt().Flavio Lerda
2013-07-16Make ArrayMap public! :)Dianne Hackborn
2013-07-12Update SparseArray docs to be more informative.Dianne Hackborn
2013-05-24New ArrayMap class.Dianne Hackborn
2013-03-26Clarify the documentation of SparseArray.indexOfValue.Elliott Hughes
2011-11-29Fixing memory leaks in the accessiiblity layer.Svetoslav Ganov
2011-07-18Touch exploration separate setting and API to poll the latter state.Svetoslav Ganov
2010-07-08Integrate Loader support in to Activity/Fragment.Dianne Hackborn
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project