summaryrefslogtreecommitdiffstats
path: root/libs/utils
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Free created FileMap when uncompressing files""Kenny Root2010-09-241-5/+9
* Add locking around ZIP seekingKenny Root2010-09-241-10/+17
* Looper: use pthread_once for TLS key initialization.Jeff Brown2010-09-211-15/+14
* Reduce lock thrashing in native Looper.Jeff Brown2010-09-171-32/+38
* Ensure input dispatcher and native looper handles EINTR.Jeff Brown2010-09-161-4/+10
* Replace epoll() with poll() and rename PollLoop to Looper.Jeff Brown2010-09-146-749/+803
* Input dispatcher ANR handling enhancements.Jeff Brown2010-09-121-1/+7
* Always set the scheduling group when starting a new thread.Dianne Hackborn2010-09-091-16/+23
* Revert "Free created FileMap when uncompressing files"Kenny Root2010-09-071-9/+5
* Modify native ALooper to take an explicit ident.Dianne Hackborn2010-09-071-6/+13
* Hopefully fix the build.Dianne Hackborn2010-09-071-0/+2
* Add system property to turn off scheduling groups.Dianne Hackborn2010-09-071-8/+29
* Add better debug output for ResourceType errorsKenny Root2010-09-021-2/+2
* Add debugging to ZipFileROKenny Root2010-08-271-2/+2
* Free created FileMap when uncompressing filesKenny Root2010-08-191-5/+9
* Add OBB flags to support overlaysKenny Root2010-08-181-10/+22
* Initial tool for OBB manipulationKenny Root2010-08-111-3/+39
* More native work.Dianne Hackborn2010-08-111-0/+6
* Fix String8::operator+Kenny Root2010-08-062-2/+78
* Free scanBuf in ZipFileROKenny Root2010-08-041-6/+4
* Attempt to fix the SDK buildChristopher Tate2010-07-291-4/+4
* Change unistd.h to stddef.h to be correctKenny Root2010-07-281-1/+1
* Add unistd.h for size_t typedef to fix sim-engKenny Root2010-07-281-0/+1
* Support streaming of compressed assets > 1 megabyteChristopher Tate2010-07-283-30/+271
* Fix bug with phantom input windows.Jeff Brown2010-07-161-7/+29
* Don't build framework tests for simulator target.Jeff Brown2010-07-141-0/+5
* Add initial gamepad support.Jeff Brown2010-07-131-0/+10
* Merge changes I2337051b,I19b426cb into gingerbreadKenny Root2010-07-122-17/+36
|\
| * Tweak ObbFile classKenny Root2010-07-122-17/+36
* | Add new glue code for writing native apps.Dianne Hackborn2010-07-082-72/+99
|/
* Add OBB file helper classKenny Root2010-07-074-0/+366
* Add new native Looper API.Dianne Hackborn2010-07-021-4/+64
* Even more native input dispatch work in progress.Jeff Brown2010-06-174-41/+74
* Support for multiple testsJeff Brown2010-06-141-4/+9
* Remove PollLoop from host build.Jeff Brown2010-06-131-4/+4
* Native input dispatch rewrite work in progress.Jeff Brown2010-06-138-12/+792
* Fix String8 to free its memory only after assignment operations based on poin...Andreas Huber2010-06-101-4/+8
* ZipUtilsRO rewrite based on Dalvik Zip rewriteKenny Root2010-05-123-169/+299
* am ca48c88c: am 8a8658a5: Merge "Make static versions of libutils and libbind...Dan Egnor2010-05-062-4/+15
|\
| * Make static versions of libutils and libbinder.Dan Egnor2010-05-062-4/+15
* | New xlarge screen size.Dianne Hackborn2010-04-281-0/+3
|/
* Revert "fix [2542425] memory leak during video recording"Dianne Hackborn2010-03-301-2/+0
* fix [2542425] memory leak during video recordingMathias Agopian2010-03-301-0/+2
* fix [2542425] memory leak during video recordingMathias Agopian2010-03-291-1/+4
* Add ability for some manifest attributes to reference resources.Dianne Hackborn2010-03-091-5/+4
* Fix some bugs.Dianne Hackborn2010-03-041-5/+8
* Fix issue #2448075: aapt doesn't fix up activity-alias android:targetActivity...Dianne Hackborn2010-03-011-16/+159
* Demote the famous ResourceTypes warning to LOGV.Ficus Kirkpatrick2010-03-011-2/+2
* Use UTF-8 strings to avoid duplicate caching, part 1Kenny Root2010-02-231-6/+39
* remove a dependency of GraphicBuffer (libui) on Parcel (libbinder).Mathias Agopian2010-02-212-0/+25