summaryrefslogtreecommitdiffstats
path: root/core/java/android/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switch the services library to using the new SlogJoe Onorato2010-03-012-6/+19
* Add new Slog class.Joe Onorato2010-03-012-13/+107
* Re-arrange android-common so framework no longer links with it.Dianne Hackborn2010-02-253-2/+235
* tweak the Base64 implementationDoug Zongker2010-02-163-427/+446
* fix build breakage due to javadoc errorDoug Zongker2010-02-121-1/+1
* @hide the bizarro Base64 stream constructorsDoug Zongker2010-02-122-6/+8
* add a Base64 implementation to the APIDoug Zongker2010-02-123-0/+1028
* Bumper un-@hide (un-@pending actually) of previously reviewed APIs:Dan Egnor2010-01-073-7/+2
* Remove old EventLog tests from here, they will be replaced by aDan Egnor2010-01-071-0/+1
* Fix SDK build problem until EventLog is published.Dan Egnor2010-01-061-2/+2
* Simplify EventLog interface -- remove supported for nestedDan Egnor2010-01-062-215/+134
* resolved conflicts for merge of ad2fa35d to masterTom Taylor2009-12-222-2/+2
|\
| * Update imports to android-commonTom Taylor2009-12-212-2/+2
* | DropBox logging of app & system server crashes.Dan Egnor2009-12-211-4/+51
|/
* Eliminate CrashData and friends.Dan Egnor2009-12-111-3/+1
* doc change: misc doc fixes.Dirk Dougherty2009-10-302-3/+3
* I am getting tired of the java doc warnings, so fix them.Dianne Hackborn2009-08-241-4/+4
* am ba52b3e0: Merge change 21149 into donutScott Main2009-08-181-0/+3
|\
| * DOCS ONLY.Scott Main2009-08-131-0/+3
* | Add norm() and map() to MathUtils.Romain Guy2009-08-121-0/+8
* | Make the laves follow the ripplesRomain Guy2009-08-091-1/+1
* | Add new utility methods to rsScriptC_Lib, android.util.MathUtil and android.g...Romain Guy2009-07-311-0/+168
* | Allow zero-length lists in EventLog entries.Dan Egnor2009-07-291-5/+1
* | am 11ea3347: Allow for screen density drawables in compatibility mode.Dianne Hackborn2009-07-241-0/+9
|\ \ | |/
| * Allow for screen density drawables in compatibility mode.Dianne Hackborn2009-07-241-0/+9
* | add account manager permission checkingFred Quintana2009-07-231-0/+76
* | am 9fc20b0e: Merge change 8126 into donutAndroid (Google) Code Review2009-07-211-41/+57
|\ \ | |/
| * First pass at reworking screen density/size APIs.Dianne Hackborn2009-07-211-41/+57
* | am fe6f45c8: Merge change 8098 into donutAndroid (Google) Code Review2009-07-211-6/+10
|\ \ | |/
| * cast is floor. Use round instead.Mitsuru Oshima2009-07-211-6/+10
* | am aad0fcc9: Merge change 7783 into donutAndroid (Google) Code Review2009-07-192-15/+31
|\ \ | |/
| * Add "nodpi" density, and expose a bunch of density-related APIs.Dianne Hackborn2009-07-172-15/+31
* | am 1ecf5d28: Re-implementation of large screen support using window manager. ...Mitsuru Oshima2009-07-081-3/+0
|\ \ | |/
| * Re-implementation of large screen support using window manager.Mitsuru Oshima2009-07-081-3/+0
* | Add method to read events from a file. Remove unused method. Fixed after re...Jim Miller2009-07-061-1/+10