summaryrefslogtreecommitdiffstats
path: root/core/java/android/util
Commit message (Expand)AuthorAgeFilesLines
* Fix issue #4770360: older app compatibility mode is really tiny on ICS phonesDianne Hackborn2011-06-231-6/+34
* Merge "Prevent TweetDeck from crashing."Romain Guy2011-06-161-9/+12
|\
| * Prevent TweetDeck from crashing.Romain Guy2011-06-161-9/+12
* | Update getLayoutDirectionFromLocale() for using ICUFabrice Di Meglio2011-06-161-11/+2
|/
* Fix crash determining direction of invalid localeKenny Root2011-06-161-2/+3
* Introduce LocalUtil and getLayoutDirectionFromLocale() now use likelySubtagsFabrice Di Meglio2011-06-151-0/+114
* Change Property.set() to throw UnsupportedOperationException by defaultChet Haase2011-06-101-2/+2
* Merge "Move CalendarUtils into Calendar app"Andy McFadden2011-06-091-348/+0
|\
| * Move CalendarUtils into Calendar appAndy McFadden2011-06-091-348/+0
* | Change exception thrown when set() called on readonly Property.Chet Haase2011-06-091-1/+1
|/
* Add 'Property' objectChet Haase2011-06-085-0/+395
* Interrogation of the view hierarchy from an AccessibilityService.Svetoslav Ganov2011-06-062-0/+7
* resolved conflicts for merge of 54cb63e2 to masterDianne Hackborn2011-06-021-0/+9
|\
| * Add "tv" density for 720p screens.Dianne Hackborn2011-05-271-0/+9
* | resolved conflicts for merge of 76450622 to masterDianne Hackborn2011-06-021-8/+16
|\ \ | |/
| * Rework how we decide whether to use system or status bar.Dianne Hackborn2011-05-261-8/+16
* | Reduce log spew.Joe Onorato2011-05-191-0/+12
* | resolved conflicts for merge of 05be6d6f to masterDianne Hackborn2011-05-091-98/+10
|\ \ | |/
| * Better compat mode part one: start scaling windows.Dianne Hackborn2011-05-091-98/+10
| * Remove deprecated and unused entryEvicted method.Jesse Wilson2011-03-071-16/+4
* | Avoid throwing when forceRefresh() missing server.Jeff Sharkey2011-05-041-1/+2
* | Tests for ThrottleService, NTP into TrustedTime.Jeff Sharkey2011-04-282-0/+151
* | Pool strings in JsonReader.Jesse Wilson2011-04-211-5/+8
* | Remove the deprecated things from Config.java. These haven't been working sin...Joe Onorato2011-04-071-60/+0
* | Tracking merge of dalvik-dev to masterBrian Carlstrom2011-04-012-22/+20
* | Merge "Don't leak JsonReaders in example code."Jesse Wilson2011-03-161-1/+5
|\ \
| * | Don't leak JsonReaders in example code.Jesse Wilson2011-03-161-1/+5
* | | Fix a bogus comment on LruCache.hitCount()Jesse Wilson2011-03-161-1/+2
|/ /
* | Merge "Remove deprecated and unused entryEvicted method."Jesse Wilson2011-03-071-16/+4
|\ \ | |/ |/|
| * Remove deprecated and unused entryEvicted method.Jesse Wilson2011-02-251-16/+4
* | am b732b7b5: am ce57a7f3: am 6504490c: am dff6b8e7: Merge "Add --non-constant...Xavier Ducrohet2011-02-281-1/+1
|\ \ | |/ |/|
| * am ce57a7f3: am 6504490c: am dff6b8e7: Merge "Add --non-constant-id to aapt."Xavier Ducrohet2011-02-281-1/+1
| |\
| | * am dff6b8e7: Merge "Add --non-constant-id to aapt."Xavier Ducrohet2011-02-281-1/+1
| | |\
| | | * Fixing infinite loop for zero duration.Jozef BABJAK2011-02-221-1/+1
| | * | Fix issue #3224616: TimeUtils.formatDuration() can drop 0s.Bjorn Bringert2010-12-201-3/+2
| | |/
* | | Merge "Callback on any removal, not just evictions."Jesse Wilson2011-02-251-42/+122
|\ \ \
| * | | Callback on any removal, not just evictions.Jesse Wilson2011-02-251-42/+122
* | | | Remove default constructors from static utility classes.Jesse Wilson2011-02-246-28/+36
|/ / /
* | | Add missing docs to AttributeSet.Romain Guy2011-02-221-14/+56
* | | Add a new method, LruCache.removeJesse Wilson2011-02-111-3/+25
* | | Remove LruCache.setMaxSize().Jesse Wilson2011-02-111-19/+0
* | | Don't add setMaxSize() to the LruCache API. But do add maxSize().Jesse Wilson2011-02-101-0/+2
* | | Adopt LRU cache in SQLite.Jesse Wilson2011-02-101-4/+30
* | | Document that LruCache is threadsafe.Jesse Wilson2011-02-101-7/+15
* | | Remove @Override that chokes Doclava.Jesse Wilson2011-02-081-1/+1
* | | New LRU cache class.Jesse Wilson2011-02-071-0/+249
* | | Optimize IntentResolver to reduce lookup time by 50%.Jeff Brown2011-01-281-0/+78
|/ /
* | Maybe fix issue #3093599: java.lang.IndexOutOfBoundsException...Dianne Hackborn2011-01-241-0/+82
* | Throw Base64DataException instead of IOExceptionAndy Stadler2011-01-243-2/+32
* | Patch new JSON APIs with changes informed by GSON.Jesse Wilson2011-01-103-17/+102