summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/res
Commit message (Expand)AuthorAgeFilesLines
* Add API to call to vold for mounting OBBsKenny Root2010-07-153-0/+130
* Add native C APIs for working with the Asset ManagerChristopher Tate2010-07-151-0/+1
* New xlarge screen size.Dianne Hackborn2010-04-282-2/+40
* Fix issue #2519590: Lock screen stuck in landscape modeDianne Hackborn2010-03-181-16/+24
* Fix issue #2483335: android.content.res.cts.ConfigurationTest test's are failingDianne Hackborn2010-03-121-7/+14
* Add correct copyright headers to multiple filesKenny Root2010-03-112-1/+33
* Add ability for some manifest attributes to reference resources.Dianne Hackborn2010-03-091-0/+36
* Refactor car mode.Dianne Hackborn2010-03-051-8/+17
* Fix issue #2448075: aapt doesn't fix up activity-alias android:targetActivity...Dianne Hackborn2010-03-011-11/+3
* Re-arrange android-common so framework no longer links with it.Dianne Hackborn2010-02-254-4/+7
* Fix crash in PendingIntentRecord debug output.Dianne Hackborn2010-02-242-16/+62
* Work on issue #2263557: PMF3000 showing hybrid of portrait and landscape modesDianne Hackborn2010-02-182-1/+51
* Introduce special UI modes for night and car usage.Tobias Haamel2010-02-113-4/+51
* Multiple asset adding in one shot for AssetManagerKenny Root2010-01-211-0/+20
* Fix typo in ColorStateList documentation.Romain Guy2010-01-041-1/+1
* Update imports to android-commonTom Taylor2009-12-214-4/+4
* Fix #2262593: 42 ANR reports from android.process.acoreDianne Hackborn2009-11-161-27/+26
* Fix issue #2226370: Resource versions match with equalityDianne Hackborn2009-11-011-1/+1
* A variety of work on animations.Dianne Hackborn2009-09-251-2/+5
* experimental fix for compatibility mode. When we scale up by 1.5 (240 dpi), w...Mike Reed2009-09-221-0/+19
* Implement issue #1780928: Need support hiding nav keys.Dianne Hackborn2009-09-151-1/+31
* Fix issue #2116977: buttons are huge and bentDianne Hackborn2009-09-141-2/+2
* Some optizations to wallpaper drawing/scrolling.Dianne Hackborn2009-09-141-3/+1
* Various cleanup around resources and nine-patches.Dianne Hackborn2009-09-112-10/+1
* More work on wallpapers.Dianne Hackborn2009-08-171-1/+3
* Make <font size> and <font height> in string resources respect density.Eric Fischer2009-08-121-11/+23
* am b8546001: Merge change 20878 into donutDianne Hackborn2009-08-121-0/+5
|\
| * Fix issue #2048263: More debugging informationDianne Hackborn2009-08-111-0/+5
* | am 25dff70f: Merge change 9039 into donutAndroid (Google) Code Review2009-07-302-1/+3
|\ \ | |/
| * Fix #2018814: System cannot correctly render assets with "wrap_content" attri...Dianne Hackborn2009-07-292-1/+3
* | am 589cebe2: * Use the scaled size for surface view instead of native. The su...Mitsuru Oshima2009-07-231-12/+3
|\ \ | |/
| * * Use the scaled size for surface view instead of native. The surface will be...Mitsuru Oshima2009-07-231-12/+3
* | am 11b822d2: Simplify density compatibility to a boolean.Dianne Hackborn2009-07-221-33/+7
|\ \ | |/
| * Simplify density compatibility to a boolean.Dianne Hackborn2009-07-221-33/+7
* | am 9fc20b0e: Merge change 8126 into donutAndroid (Google) Code Review2009-07-212-24/+85
|\ \ | |/
| * First pass at reworking screen density/size APIs.Dianne Hackborn2009-07-212-24/+85
* | am fe6f45c8: Merge change 8098 into donutAndroid (Google) Code Review2009-07-211-2/+2
|\ \ | |/
| * cast is floor. Use round instead.Mitsuru Oshima2009-07-211-2/+2
* | am 841f13c8: * Reverted the change in PackageParser that I checked by acciden...Mitsuru Oshima2009-07-191-2/+1
|\ \ | |/
| * * Reverted the change in PackageParser that I checked by accidentMitsuru Oshima2009-07-191-2/+1
* | am 5c536e91: Merge change 7840 into donutAndroid (Google) Code Review2009-07-191-3/+17
|\ \ | |/
| * Fix issue where scaled bitmap sizes could be wrong.Dianne Hackborn2009-07-181-3/+17
* | am aad0fcc9: Merge change 7783 into donutAndroid (Google) Code Review2009-07-192-4/+13
|\ \ | |/
| * Add "nodpi" density, and expose a bunch of density-related APIs.Dianne Hackborn2009-07-172-4/+13
* | am 54f09101: Merge change 7613 into donutAndroid (Google) Code Review2009-07-171-2/+7
|\ \ | |/
| * * Use Fede In/Out animation if one of opening/closing apps is in compatibili...Mitsuru Oshima2009-07-171-2/+7
* | am b5c735d3: Merge change 7106 into donutAndroid (Google) Code Review2009-07-141-0/+20
|\ \ | |/
| * Return adjusted display for WindowManager.getDefaultDisplay()Mitsuru Oshima2009-07-141-0/+20
* | am ba3ba579: * Use cached resources for widgetsMitsuru Oshima2009-07-121-30/+7
|\ \ | |/
| * * Use cached resources for widgetsMitsuru Oshima2009-07-111-30/+7