summaryrefslogtreecommitdiffstats
path: root/core/java/android/util
Commit message (Expand)AuthorAgeFilesLines
* Add indexOf method to ArrayMap & ArraySetAdam Lesinski2014-08-262-8/+28
* Fix issue #16794553: Duplicate ArrayMap entries in Bundle...Dianne Hackborn2014-08-131-0/+38
* Add 560dpi, and some other stuff.Dianne Hackborn2014-08-122-2/+10
* API REVIEW: VectorDrawableztenghui2014-07-251-0/+3
* Rewriting android.text.format.Time without the native _tz functionsNeil Fuller2014-07-241-1/+5
* Add negative sign separation support in the pathDataztenghui2014-07-231-27/+66
* First iteration of a public UsageStats APIAdam Lesinski2014-07-181-0/+14
* Remove obsolete remark from XXHDPI comment.Jeff Davidson2014-07-161-3/+1
* Mark resource-only splits as hasCode=false.Jeff Sharkey2014-07-151-0/+16
* Package installation listener events.Jeff Sharkey2014-07-121-0/+42
* add utility methods to util.Range, Rational and SizeLajos Molnar2014-07-123-5/+314
* Rework network stats to use proc state for fg/bg.Dianne Hackborn2014-07-011-1/+1
* AVD now support path morphing.ztenghui2014-06-201-1/+82
* Add path support into xml files for PathInterpolator and ObjectAnimator.ztenghui2014-06-191-0/+528
* am 5a44bdc8: am 8382b0d3: am ab9a19e3: Merge "Remove some pointless code."Narayan Kamath2014-06-161-4/+1
|\
| * am 8382b0d3: am ab9a19e3: Merge "Remove some pointless code."Narayan Kamath2014-06-161-4/+1
| |\
| | * Remove some pointless code.Narayan Kamath2014-06-131-4/+1
| | * Merge commit '0b62467b142b61ee1e449ba958ba37dfd961ef56' into HEADBill Yi2014-04-296-6/+6
| | |\
| | | * am 194e77aa: am 0f3fd6c6: Merge "Remove stray logging statement."Narayan Kamath2014-03-131-2/+0
| | | |\
| | | * \ am 7a4172d1: am f11cc165: Merge "Fixed a possible infinite loop in JsonReader...Calin Juravle2014-03-071-0/+3
| | | |\ \
* | | | | | util: Make Rational a Number/Comparable; add Range#inRangeIgor Murashkin2014-06-062-65/+422
* | | | | | camera2: Move parameters around to different packagesIgor Murashkin2014-05-141-0/+204
* | | | | | camera2: Update native<->managed camera metadata marshalersIgor Murashkin2014-05-131-1/+1
* | | | | | Add TimeInterpolator support to RNAJohn Reck2014-05-121-0/+3
* | | | | | camera2: Add re-usable data types for camera metadata key/valuesIgor Murashkin2014-05-023-0/+350
* | | | | | am a19b9c41: am dfdeabf9: am ac732708: Merge "EventLog: event log translation...Mark Salyzyn2014-04-251-7/+17
|\ \ \ \ \ \ | |/ / / / /
| * | | | | am dfdeabf9: am ac732708: Merge "EventLog: event log translation errors"Mark Salyzyn2014-04-251-7/+17
| |\ \ \ \ \ | | |/ / / /
| | * | | | EventLog: event log translation errorsMark Salyzyn2014-04-251-7/+17
* | | | | | Tune down the linkify false positive rateSelim Gurun2014-04-231-1/+4
* | | | | | am b90e504e: am 649da9b5: am 5a47a9f6: Merge "Native Runtime: Add LOG_ID_CRASH"Mark Salyzyn2014-04-181-0/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | am 649da9b5: am 5a47a9f6: Merge "Native Runtime: Add LOG_ID_CRASH"Mark Salyzyn2014-04-181-0/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Native Runtime: Add LOG_ID_CRASHMark Salyzyn2014-04-151-0/+1
| | | |_|/ | | |/| |
* | | | | Merge "Support for new gTLDs"Selim Gurun2014-03-281-21/+30
|\ \ \ \ \
| * | | | | Support for new gTLDsSelim Gurun2014-03-271-21/+30
* | | | | | Uses VMRuntime.newUnpaddedArray for ideal array sizesAdam Lesinski2014-03-2710-280/+98
|/ / / / /
* | | | | Merge "Revert "Support for new gTLDs""Selim Gurun2014-03-261-78/+69
|\ \ \ \ \
| * | | | | Revert "Support for new gTLDs"Selim Gurun2014-03-261-78/+69
* | | | | | Merge "Support for new gTLDs"Selim Gurun2014-03-261-69/+78
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Support for new gTLDsSelim Gurun2014-03-211-69/+78
* | | | | | Added accessibility APIs for introspecting interactive windows.Svetoslav2014-03-201-2/+2
|/ / / / /
* | | | | am ad35099a: am b485d8e1: am 194e77aa: am 0f3fd6c6: Merge "Remove stray loggi...Narayan Kamath2014-03-111-2/+0
|\ \ \ \ \ | |/ / / /
| * | | | am 194e77aa: am 0f3fd6c6: Merge "Remove stray logging statement."Narayan Kamath2014-03-111-2/+0
| |\ \ \ \ | | |/ / /
| | * | | Remove stray logging statement.Narayan Kamath2014-03-111-2/+0
| | | |/ | | |/|
* | | | Make LruCache.resize(int) publicNarayan Kamath2014-02-201-2/+1
* | | | am fbd855cb: am 78f522d1: am 7a4172d1: am f11cc165: Merge "Fixed a possible i...Calin Juravle2014-02-191-0/+3
|\ \ \ \ | |/ / /
| * | | am 7a4172d1: am f11cc165: Merge "Fixed a possible infinite loop in JsonReader...Calin Juravle2014-02-191-0/+3
| |\ \ \ | | |/ /
| | * | Fixed a possible infinite loop in JsonReader#skipValue()Calin Juravle2014-02-181-0/+3
* | | | Battery stats: more events, fixes.Dianne Hackborn2014-02-071-0/+12
* | | | am 065d998a: Merge "Hide an old debug function." into klp-modular-devJeff Brown2014-01-281-10/+6
|\ \ \ \ | |/ / /
| * | | Hide an old debug function.Jeff Brown2014-01-241-10/+6
| | |/ | |/|