summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* Hopefully fix the build.Dianne Hackborn2013-07-301-0/+2
* Add system property to turn off scheduling groups.Dianne Hackborn2013-07-301-8/+29
* Add better debug output for ResourceType errorsKenny Root2013-07-301-2/+2
* Add debugging to ZipFileROKenny Root2013-07-301-2/+2
* Free created FileMap when uncompressing filesKenny Root2013-07-301-5/+9
* Add OBB flags to support overlaysKenny Root2013-07-301-10/+22
* Initial tool for OBB manipulationKenny Root2013-07-301-3/+39
* More native work.Dianne Hackborn2013-07-301-0/+6
* Fix String8::operator+Kenny Root2013-07-302-2/+78
* Free scanBuf in ZipFileROKenny Root2013-07-301-6/+4
* Attempt to fix the SDK buildChristopher Tate2013-07-301-4/+4
* Change unistd.h to stddef.h to be correctKenny Root2013-07-301-1/+1
* Add unistd.h for size_t typedef to fix sim-engKenny Root2013-07-301-0/+1
* Support streaming of compressed assets > 1 megabyteChristopher Tate2013-07-303-30/+271
* Fix bug with phantom input windows.Jeff Brown2013-07-301-7/+29
* Don't build framework tests for simulator target.Jeff Brown2013-07-301-0/+5
* Add initial gamepad support.Jeff Brown2013-07-301-0/+10
* Tweak ObbFile classKenny Root2013-07-302-17/+36
* Add new glue code for writing native apps.Dianne Hackborn2013-07-302-72/+99
* Add OBB file helper classKenny Root2013-07-304-0/+366
* Add new native Looper API.Dianne Hackborn2013-07-301-4/+64
* Even more native input dispatch work in progress.Jeff Brown2013-07-304-41/+74
* Support for multiple testsJeff Brown2013-07-301-4/+9
* Remove PollLoop from host build.Jeff Brown2013-07-301-4/+4
* Native input dispatch rewrite work in progress.Jeff Brown2013-07-308-12/+792
* Fix String8 to free its memory only after assignment operations based on poin...Andreas Huber2013-07-301-4/+8
* Add invariant check for stylesString sizeKenny Root2013-07-301-0/+6
* Range checking for ResTable_mapKenny Root2013-07-301-5/+6
* Improve checking in aapt dumpKenny Root2013-07-301-15/+27
* Fix 1684100: Making sure that empty package, type and resource ids are not ac...Konstantin Lopyrev2013-07-301-0/+18
* ZipUtilsRO rewrite based on Dalvik Zip rewriteKenny Root2013-07-303-169/+299
* Make static versions of libutils and libbinder.Dan Egnor2013-07-302-4/+15
* New xlarge screen size.Dianne Hackborn2013-07-301-0/+3
* Revert "fix [2542425] memory leak during video recording"Dianne Hackborn2013-07-301-2/+0
* fix [2542425] memory leak during video recordingMathias Agopian2013-07-301-0/+2
* fix [2542425] memory leak during video recordingMathias Agopian2013-07-301-1/+4
* Add ability for some manifest attributes to reference resources.Dianne Hackborn2013-07-301-5/+4
* Fix some bugs.Dianne Hackborn2013-07-301-5/+8
* Fix issue #2448075: aapt doesn't fix up activity-alias android:targetActivity...Dianne Hackborn2013-07-301-16/+159
* Demote the famous ResourceTypes warning to LOGV.Ficus Kirkpatrick2013-07-301-2/+2
* Use UTF-8 strings to avoid duplicate caching, part 1Kenny Root2013-07-301-6/+39
* remove a dependency of GraphicBuffer (libui) on Parcel (libbinder).Mathias Agopian2013-07-302-0/+25
* Totally remove Unicode.cpp and rely on ICUKenny Root2013-07-303-822/+0
* Excise code from Unicode.cpp that was deadKenny Root2013-07-302-102/+0
* Add string resource type inspectionKenny Root2013-07-301-1/+9
* Maybe really fix windows build.Dianne Hackborn2013-07-301-1/+4
* Hopefully fix Windows buildDianne Hackborn2013-07-301-0/+2
* Propagate background scheduling class across processes.Dianne Hackborn2013-07-301-0/+49
* Optional use of UTF-8 strings in resource bundlesKenny Root2013-07-303-46/+183
* Debugging for issue #2228381 android.view.InflateExceptionDianne Hackborn2013-07-301-6/+14