summaryrefslogtreecommitdiffstats
path: root/core/java/android/util
Commit message (Expand)AuthorAgeFilesLines
* am 68711f93: Merge "Revert "Simple MVC based binding mechanism for android co...Philip Milne2013-04-192-217/+0
|\
| * Revert "Simple MVC based binding mechanism for android controls."Philip Milne2013-04-182-217/+0
* | am 55e9d98d: Merge "Clarify the documentation of SparseArray.indexOfValue."Elliott Hughes2013-03-291-8/+10
|\ \ | |/ |/|
| * Clarify the documentation of SparseArray.indexOfValue.Elliott Hughes2013-03-261-8/+10
* | am 0de7af1e: am c9c63003: am fd245a2e: am 593c0dbf: am 378d4367: Merge "Doc u...kmccormick2013-03-281-2/+2
|\ \
| * \ am c9c63003: am fd245a2e: am 593c0dbf: am 378d4367: Merge "Doc update: misc f...kmccormick2013-03-281-2/+2
| |\ \ | | |/ | |/|
| | * am fd245a2e: am 593c0dbf: am 378d4367: Merge "Doc update: misc fixes" into jb...kmccormick2013-03-281-2/+2
| | |\
| | | * Doc update: misc fixeskmccormick2013-03-281-2/+2
* | | | am c22657f8: am 3f5778c8: Merge "Fix incorrect FloatMath documentation."Elliott Hughes2013-02-261-6/+4
|\ \ \ \ | |/ / /
| * | | Fix incorrect FloatMath documentation.Elliott Hughes2013-02-261-6/+4
* | | | am f7bf667d: am b5a1ce2f: Merge "Allow three digit phone numbers"Wink Saville2013-02-211-4/+4
|\ \ \ \ | |/ / /
| * | | Allow three digit phone numbersBin Zhu2013-02-151-4/+4
* | | | Implement issue #6646859: 4K!!!! 4K!!!! 4K!!!!Dianne Hackborn2013-02-121-0/+9
* | | | Add LongSparseLongArray with tests.Jeff Sharkey2013-01-181-0/+228
* | | | Simplification of the Pools implementation.Svetoslav Ganov2012-12-131-32/+12
* | | | Adding pool management via the poolable APIs to some classes.Svetoslav Ganov2012-11-301-13/+4
* | | | am 84ea428d: am ed8c323a: am 38e84700: Merge "Fix issue #7585876: When changi...Dianne Hackborn2012-11-291-2/+15
|\ \ \ \ | |/ / /
| * | | am ed8c323a: am 38e84700: Merge "Fix issue #7585876: When changing the font s...Dianne Hackborn2012-11-291-2/+15
| |\ \ \ | | |/ /
| | * | am 38e84700: Merge "Fix issue #7585876: When changing the font settings, the ...Dianne Hackborn2012-11-291-2/+15
| | |\ \ | | | |/
| | | * Fix issue #7585876: When changing the font settings, the movie...Dianne Hackborn2012-11-291-2/+15
| | * | am 47a8e863: Merge "Fix infinite recursive loop DO NOT MERGE" into jb-mr1.1-devChet Haase2012-11-271-1/+1
| | |\ \ | | | |/
| | | * Fix infinite recursive loop DO NOT MERGELászló Dávid2012-11-271-1/+1
| | * | am 20586fa0: Merge "Fix bug #7173351 API REVIEW: android.util.LocaleUtil" int...Fabrice Di Meglio2012-09-181-84/+0
| | |\ \ | | | |/
* | | | Simplification of the poolable management utils.Svetoslav Ganov2012-11-276-232/+164
* | | | am 161194da: am d8a6b544: am 21243369: Merge "Fix infinite recursive loop"Chet Haase2012-11-271-1/+1
|\ \ \ \ | |/ / /
| * | | Merge "Fix infinite recursive loop"Chet Haase2012-11-271-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | Fix infinite recursive loopLászló Dávid2012-11-231-1/+1
* | | | Unhide SparseLongArrayScott Kennedy2012-11-261-2/+0
* | | | am 684f1078: am 20586fa0: Merge "Fix bug #7173351 API REVIEW: android.util.Lo...Fabrice Di Meglio2012-09-181-84/+0
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Merge "Fix bug #7173351 API REVIEW: android.util.LocaleUtil" into jb-mr1-devFabrice Di Meglio2012-09-181-84/+0
| |\ \
| | * | Fix bug #7173351 API REVIEW: android.util.LocaleUtilFabrice Di Meglio2012-09-181-84/+0
| * | | Merge "Revert "Simple MVC based binding mechanism for android controls." Do n...Philip Milne2012-09-172-217/+0
| |\ \ \ |/ / / /
| * | | Revert "Simple MVC based binding mechanism for android controls." Do not merge.Philip Milne2012-09-172-217/+0
* | | | Actually move to Global settings.Jeff Sharkey2012-09-141-2/+2
* | | | Move to Global.NETSTATS and Global.NTP constants.Jeff Sharkey2012-09-141-7/+7
| |/ / |/| |
* | | Let Pair represent null values.Jeff Sharkey2012-09-061-16/+17
|/ /
* | Initial draft of high-level multi-display APIs.Jeff Brown2012-08-311-6/+45
* | Add FloatMath.pow.Jeff Brown2012-08-211-0/+10
* | Use spline interpolation for auto-brightness.Jeff Brown2012-08-161-0/+156
* | Add FloatMath.hypot.Jeff Brown2012-08-161-0/+10
* | Power manager rewrite.Jeff Brown2012-08-151-0/+13
* | Add FloatMath.exp.Jeff Brown2012-08-081-0/+9
* | We can now (kind-of) change screen density on the fly.Dianne Hackborn2012-08-031-1/+1
* | Merge "Add trimToSize() to public API." into jb-mr1-devJeff Sharkey2012-08-011-2/+5
|\ \
| * | Add trimToSize() to public API.Jeff Sharkey2012-08-011-2/+5
* | | Start moving away from DisplayMetrics.DENSITY_DEVICE.Dianne Hackborn2012-08-011-5/+21
* | | Make AtomicFile a public API. It's about time!Dianne Hackborn2012-07-311-0/+233
|/ /
* | Merge "Avoid emitting broken ASCII."Jeff Sharkey2012-07-211-3/+11
|\ \
| * | Avoid emitting broken ASCII.Jeff Sharkey2012-07-211-3/+11
* | | Simple MVC based binding mechanism for android controls.Philip Milne2012-07-202-0/+217
|/ /