index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
util
/
SparseArray.java
Age
Commit message (
Expand
)
Author
2021-02-24
Accept generic in SparseArray contentEquals
Winson
2021-02-04
Add internal domain verification data classes
Winson
2021-01-12
Add SparseArray#set for Kotlin index= operator
Winson
2020-01-07
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-11-25
Address API feedback.
Kweku Adams
2019-11-18
Extract SparseArrayMap from QuotaController.
Kweku Adams
2019-04-29
Add extra comment for implementation.
Kweku Adams
2019-04-26
Gating OutOfBoundsException on targetSdkVersion.
Kweku Adams
2019-03-30
Revert "Revert "Checkng upper bound in *Array classes.""
Kweku Adams
2019-03-12
Revert "Checkng upper bound in *Array classes."
Paul Scovanner
2019-03-05
Checkng upper bound in *Array classes.
Kweku Adams
2018-09-29
Expose a few APIs in util collections.
Jake Wharton
2018-08-14
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-07-30
Docs: fixed typo and made minor edits
Laura Davis
2017-03-24
Removing unused method indexOfValueByValue
Suprabh Shukla
2016-07-15
indexOfValueByValue now uses .equals
Tejas Khorana
2016-05-19
Fix a11y crash when window layer isn't unique.
Phil Weaver
2015-05-18
Update power manager to track uid state like netstats.
Dianne Hackborn
2014-03-27
Uses VMRuntime.newUnpaddedArray for ideal array sizes
Adam Lesinski
2013-11-21
Fix javadoc typo in SparseArray.
Newton Allen
2013-09-08
Document the order of values returned by keyAt().
Flavio Lerda
2013-07-16
Make ArrayMap public! :)
Dianne Hackborn
2013-07-12
Update SparseArray docs to be more informative.
Dianne Hackborn
2013-05-24
New ArrayMap class.
Dianne Hackborn
2013-03-26
Clarify the documentation of SparseArray.indexOfValue.
Elliott Hughes
2011-11-29
Fixing memory leaks in the accessiiblity layer.
Svetoslav Ganov
2011-07-18
Touch exploration separate setting and API to poll the latter state.
Svetoslav Ganov
2010-07-08
Integrate Loader support in to Activity/Fragment.
Dianne Hackborn
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project