summaryrefslogtreecommitdiffstats
path: root/core/java/android/util
Commit message (Expand)AuthorAgeFilesLines
* Merge "Ensure bitmaps aren't freed while referenced from a display list"Patrick Dubroy2010-12-201-127/+0
|\
| * Ensure bitmaps aren't freed while referenced from a display listPatrick Dubroy2010-12-201-127/+0
* | More cleanup of Loader APIs.Dianne Hackborn2010-12-201-0/+19
|/
* Put Log.wtf's terrible failure in logcat -b main.Brad Fitzpatrick2010-12-151-1/+1
* Merge "Don't drop zeros in the second position in formatDuration()"Bjorn Bringert2010-11-241-3/+2
|\
| * Don't drop zeros in the second position in formatDuration()Bjorn Bringert2010-11-231-3/+2
* | Misc Looper cleanups; add android.util.PrefixPrinterBrad Fitzpatrick2010-11-231-0/+50
* | Cache WindowManager in StrictMode; add android.util.SingletonBrad Fitzpatrick2010-11-221-0/+39
|/
* Decode JSON literal types eagerly and with our own decoder.Jesse Wilson2010-11-181-149/+197
* am 2d2f10fa: am 28c74257: Add @Deprecated to match @deprecated where it\'s mi...Jesse Wilson2010-11-091-0/+1
|\
| * Add @Deprecated to match @deprecated where it's missing.Jesse Wilson2010-11-091-0/+1
| * Implement issue #3116702: New manifest tags for supported screen sizes DO NO...Dianne Hackborn2010-10-211-0/+5
* | Merge "Remove inappropriate conversion of IOException to AssertionError"Tom O'Neill2010-11-081-9/+5
|\ \
| * | Remove inappropriate conversion of IOException to AssertionErrorTom O'Neill2010-11-051-9/+5
* | | Add new fade in/out feature for drawable containers.Dianne Hackborn2010-11-031-0/+1
* | | Implement issue #3116702: New manifest tags for supported screen sizesDianne Hackborn2010-10-221-0/+5
* | | Fix typos in JSON documentation.Jesse Wilson2010-10-152-3/+3
|/ /
* | am 277465fb: am 57bd0615: Merge "b/3054044 Make allDay event times format in ...Erik2010-10-011-1/+10
|\ \ | |/
| * b/3054044 Make allDay event times format in utcErik2010-10-011-1/+10
* | am f78fdacc: am eaa2cabf: Merge "Fix problem where Base64InputStream single-b...Jesse Wilson2010-09-221-1/+1
|\ \ | |/
| * Fix problem where Base64InputStream single-byte reads were unsigned.Jesse Wilson2010-09-221-1/+1
* | am bfbab8ca: am a8cc20e5: Merge "b/3004029 Fixed content resolver loss" into ...Erik2010-09-151-3/+3
|\ \ | |/
| * b/3004029 Fixed content resolver lossErik2010-09-151-3/+3
* | am 42e72e57: am 344d9663: Merge "Close tz query cursor when done." into ginge...Erik2010-09-151-0/+1
|\ \ | |/
| * Close tz query cursor when done.Erik2010-09-151-0/+1
* | am 0b46070d: am 426ee7f2: Fixes some bugs in TimeZoneUtilsErik2010-09-151-7/+30
|\ \ | |/
| * Fixes some bugs in TimeZoneUtilsErik2010-09-141-7/+30
* | am 86e19914: am b92788aa: Merge "Adds time zone functionality into fw as a hi...Erik2010-09-151-0/+309
|\ \ | |/
| * Adds time zone functionality into fw as a hidden apiErik2010-09-141-0/+309
* | am 75f0024c: am 6e86915e: Merge "Fixes to battery stats debug output." into g...Dianne Hackborn2010-09-071-78/+103
|\ \ | |/
| * Fixes to battery stats debug output.Dianne Hackborn2010-09-071-78/+103
* | Add facilities for layout transitionsChet Haase2010-08-241-14/+18
* | am 2e47052f: am 567722ee: Merge "Fix problems with determining when to kill a...Dianne Hackborn2010-08-161-0/+125
|\ \ | |/
| * Fix problems with determining when to kill apps for wake usage.Dianne Hackborn2010-08-151-0/+125
* | Fragment and PreferenceFragment and FragmentManager, oh my!Dianne Hackborn2010-08-122-0/+8
* | Replace Bitmap's finalizers with PhantomReferences.Romain Guy2010-08-091-0/+127
* | Optimizing skipValue() to avoid allocation.Jesse Wilson2010-08-061-13/+23
* | Adding JsonReader.setLenient() to handle malformed JSON strings.Jesse Wilson2010-08-062-77/+116
* | A new streaming JSON API.Jesse Wilson2010-08-064-0/+1631
* | Integrate Loader support in to Activity/Fragment.Dianne Hackborn2010-07-081-0/+10
* | am 599f7287: am 9ac3743d: Merge "Log.wtf when databases go to be downgraded."...Brad Fitzpatrick2010-06-081-2/+33
|\ \ | |/
| * Log.wtf when databases go to be downgraded.Brad Fitzpatrick2010-06-081-2/+33
* | Add KDDI/Softbank to available Shift_Jis mapping.Daisuke Miyakawa2010-05-251-23/+47
* | Updated URL pattern based on http://data.iana.org/TLD/tlds-alpha-by-domain.txtShimeng (Simon) Wang2010-05-071-6/+6
* | Revert "Updated URL pattern based on http://data.iana.org/TLD/tlds-alpha-by-d...Shimeng (Simon) Wang2010-05-061-6/+6
* | Updated URL pattern based on http://data.iana.org/TLD/tlds-alpha-by-domain.txtShimeng (Simon) Wang2010-05-061-6/+6
|/
* New xlarge screen size.Dianne Hackborn2010-04-281-1/+12
* Add good international characters to the path part of Url pattern.Shimeng (Simon) Wang2010-04-271-1/+1
* relocate android.util.base64.* -> android.util.*Doug Zongker2010-03-293-3/+3
* ListView#getCheckItemIds() deprecated for ListView#getCheckedItemIds().Adam Powell2010-03-051-0/+22