summaryrefslogtreecommitdiff
path: root/libs/utils
AgeCommit message (Expand)Author
2010-03-30Revert "fix [2542425] memory leak during video recording" Dianne Hackborn
2010-03-30fix [2542425] memory leak during video recording Mathias Agopian
2010-03-29fix [2542425] memory leak during video recording Mathias Agopian
2010-03-09Add ability for some manifest attributes to reference resources. Dianne Hackborn
2010-03-04Fix some bugs. Dianne Hackborn
2010-03-01Fix issue #2448075: aapt doesn't fix up activity-alias android:targetActivity... Dianne Hackborn
2010-03-01Demote the famous ResourceTypes warning to LOGV. Ficus Kirkpatrick
2010-02-23Use UTF-8 strings to avoid duplicate caching, part 1 Kenny Root
2010-02-21remove a dependency of GraphicBuffer (libui) on Parcel (libbinder). Mathias Agopian
2010-02-12Totally remove Unicode.cpp and rely on ICU Kenny Root
2010-02-12Excise code from Unicode.cpp that was dead Kenny Root
2009-12-10Add string resource type inspection Kenny Root
2009-12-08Maybe really fix windows build. Dianne Hackborn
2009-12-08Hopefully fix Windows build Dianne Hackborn
2009-12-08Merge change I129483f8 into eclair-mr2 Android (Google) Code Review
2009-12-07Propagate background scheduling class across processes. Dianne Hackborn
2009-12-07Optional use of UTF-8 strings in resource bundles Kenny Root
2009-11-20Debugging for issue #2228381 android.view.InflateException Dianne Hackborn
2009-09-30Turn off most of the backup-related debug logging Christopher Tate
2009-09-27fix "pacakge" typo in error log message Doug Zongker
2009-09-24Clear the device's data from the transport when backup is disabled Christopher Tate
2009-09-20Fix issue #1862317: Browser does not appear to honor anchors (#es) in links Dianne Hackborn
2009-09-09use broadcast() instead of signal() when signaling the condition-variable Thr... Mathias Agopian
2009-09-01Make it an error to use a bare apostrophe in aapt, and adjust warnings/errors. Eric Fischer
2009-08-12am b8546001: Merge change 20878 into donut Dianne Hackborn
2009-08-11Fix issue #2048263: More debugging information Dianne Hackborn
2009-08-01Fix Win32 libutils to get a working SDK build. David 'Digit' Turner
2009-07-30am 25dff70f: Merge change 9039 into donut Android (Google) Code Review
2009-07-29Fix #2018814: System cannot correctly render assets with "wrap_content" attri... Dianne Hackborn
2009-07-29Only restore the bits for wallpapers that aren't built in. Joe Onorato
2009-07-28Fix the IOException in wallpaper restore -- the padding isn't required at the... Joe Onorato
2009-07-21am 9fc20b0e: Merge change 8126 into donut Android (Google) Code Review
2009-07-21First pass at reworking screen density/size APIs. Dianne Hackborn
2009-07-19am aad0fcc9: Merge change 7783 into donut Android (Google) Code Review
2009-07-17Add "nodpi" density, and expose a bunch of density-related APIs. Dianne Hackborn
2009-07-16am 3e1663a2: Merge change 7536 into donut Android (Google) Code Review
2009-07-16fix FILE* version of ZipUtils::inflateToBuffer Doug Zongker
2009-07-15Need to skip the padding after reading. Joe Onorato
2009-07-13implement Mutex and Condition with pthread instead of calling futex directly. Mathias Agopian
2009-07-09am be91fdbc: Merge change 6665 into donut Android (Google) Code Review
2009-07-09am fe811d8b: Merge change 6603 into donut Android (Google) Code Review
2009-07-09am 8a715b4b: Merge change 5510 into donut Android (Google) Code Review
2009-07-09Fix resources not being set correctly. Dianne Hackborn
2009-07-09quick fix; utf8_codepoint_count must be utf8_length Daisuke Miyakawa
2009-07-09Add useful functions to String8, which enables users to convert between UTF-8... Daisuke Miyakawa
2009-07-06am 991eec03: Merge change 6252 into donut Android (Google) Code Review
2009-07-06Don't re-parse the framework resources all the time. Dianne Hackborn
2009-07-01am 6e1647a2: Merge change 5829 into donut Android (Google) Code Review
2009-06-30Fix issue #1673793: Theme styles don't apply. Dianne Hackborn
2009-06-29am d09f86ce: Merge changes 5548,5549 into donut Android (Google) Code Review