summaryrefslogtreecommitdiff
path: root/core/java/android/util
Commit message (Expand)AuthorAgeFilesLines
* Simple MVC based binding mechanism for android controls.Philip Milne2012-07-202-0/+217
* am ecf5bc55: am fe54cb6f: Merge "Docs only: DENSITY_TV, not just for TVs any ...Dianne Hackborn2012-06-191-5/+15
|\
| * Docs only: DENSITY_TV, not just for TVs any more!Dianne Hackborn2012-06-181-5/+15
* | am 85dc303f: am e9aa4b27: Merge "Add additional debug for time zone handling....Wink Saville2012-05-101-0/+19
|\|
| * Add additional debug for time zone handling.Wink Saville2012-05-101-0/+19
| * Merge "Hide RTL related APIs - DO NOT MERGE" into jb-devFabrice Di Meglio2012-05-041-3/+4
|/|
| * Hide RTL related APIs - DO NOT MERGEFabrice Di Meglio2012-05-041-3/+4
* | Reduce persist threshold for lower warning/limit.Jeff Sharkey2012-05-031-0/+4
|/
* Make public more RTL APIsFabrice Di Meglio2012-03-121-5/+2
* Merge "If no NITZ information use Country Code to set TimeZone."Wink Saville2012-03-011-30/+131
|\
| * If no NITZ information use Country Code to set TimeZone.Wink Saville2012-03-011-30/+131
* | Fix bug #5217606 LocaleUtils constants TEXT_LAYOUT_DIRECTION_LTR_DO_NOT_USE a...Fabrice Di Meglio2012-02-281-18/+9
|/
* Clean up and expose LongSparseArray.Dianne Hackborn2012-02-101-51/+42
* Add xxhdpi; fix ActivityManager.getLauncherLargeIconSize() etc.Dianne Hackborn2012-01-251-0/+7
* Log netd traffic nicely.Robert Greenwalt2012-01-201-0/+56
* Rewrite SQLite database wrappers.Jeff Brown2012-01-121-0/+17
* Add textDirection="locale"Fabrice Di Meglio2012-01-061-2/+0
* resolved conflicts for merge of 26f7a81f to masterSvetoslav Ganov2011-11-301-0/+1
|\
| * Fixing memory leaks in the accessiiblity layer.Svetoslav Ganov2011-11-291-0/+1
* | Add a link from LruCache to the Android support package (compatibility library).Jesse Wilson2011-11-171-0/+4
* | Adding APIs to enable reporting virtual view hierarchies to accessibility ser...Svetoslav Ganov2011-10-211-0/+247
|/
* Fix bug #5199577 TextView with android:password="true" is showing the "dots" ...Fabrice Di Meglio2011-08-251-19/+11
* Make some methods/fields package private so that layoutlib can access them.Xavier Ducrohet2011-08-111-1/+1
* Fix benign off-by-one in JsonReader.Jesse Wilson2011-07-221-3/+3
* Skip byte order mark (BOM) in JsonReaderJesse Wilson2011-07-201-0/+8
* Merge "Add in i18n TLDs and new TLDs to the URL RegEx matcher."Shimeng (Simon) Wang2011-07-191-6/+6
|\
| * Add in i18n TLDs and new TLDs to the URL RegEx matcher.Shimeng (Simon) Wang2011-07-191-6/+6
* | Merge "Revert "Add in i18n TLDs and new TLDs to the URL RegEx matcher.""Bart Sears2011-07-181-6/+6
|\ \
| * | Revert "Add in i18n TLDs and new TLDs to the URL RegEx matcher."Bart Sears2011-07-181-6/+6
* | | Merge "Add in i18n TLDs and new TLDs to the URL RegEx matcher."Shimeng (Simon) Wang2011-07-181-6/+6
|\| |
| * | Add in i18n TLDs and new TLDs to the URL RegEx matcher.Shimeng (Simon) Wang2011-07-181-6/+6
| |/
* | Merge "Fix issue # 5017868: Twitter crashes on start:"Dianne Hackborn2011-07-181-0/+56
|\ \
| * | Fix issue # 5017868: Twitter crashes on start:Dianne Hackborn2011-07-181-0/+56
* | | Merge "Track line and column when parsing JSON."Jesse Wilson2011-07-181-1/+40
|\ \ \
| * | | Track line and column when parsing JSON.Jesse Wilson2011-07-181-1/+40
* | | | Merge "Always escape chars that JavaScript treats as newlines."Jesse Wilson2011-07-181-0/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | Always escape chars that JavaScript treats as newlines.Jesse Wilson2011-07-181-0/+10
| |/ /
* | / Touch exploration separate setting and API to poll the latter state.Svetoslav Ganov2011-07-183-47/+54
| |/ |/|
* | Cached NTP time for system services.Jeff Sharkey2011-07-101-10/+50
|/
* 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