summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* Fix issue 3302649.Eric Laurent2013-07-301-0/+3
* Normalize output from aapt dShachar Shemesh2013-07-301-2/+34
* Add initial support for cursor-based pointing devices.Jeff Brown2013-07-301-0/+6
* Change assets to use 64-bit APIKenny Root2013-07-307-77/+81
* Improve support for external keyboards.Jeff Brown2013-07-303-20/+51
* Support non-orientation aware keyboards and other devices.Jeff Brown2013-07-302-0/+213
* Fix SDK build on Windows due to use of mmap.Jeff Brown2013-07-301-15/+17
* Added support for full PC-style keyboards.Jeff Brown2013-07-303-6/+163
* Split UTF functions from String8/16Kenny Root2013-07-307-623/+814
* Fix default return code for getResourceKenny Root2013-07-301-1/+1
* Add path to get different DPI drawablesKenny Root2013-07-301-10/+34
* Initialized check in ZipFileRO::findEntryByNameKenny Root2013-07-301-1/+9
* Reduce logging.Joe Onorato2013-07-301-1/+2
* Add keycodes and meta-key modifiers to support external keyboards.Jeff Brown2013-07-301-0/+5
* MinGW/Cygwin requires open() in O_BINARY mode.Raphael Moll2013-07-301-20/+37
* OBB: use PBKDF2 for key generation.Kenny Root2013-07-302-17/+45
* Switch Looper back to using poll() instead of epoll().Jeff Brown2013-07-302-45/+254
* Use pread() in ZipFileRO for LinuxKenny Root2013-07-301-1/+32
* ZipFileRO: moar logging and wrap closeKenny Root2013-07-301-7/+19
* Revert "Revert "Free created FileMap when uncompressing files""Kenny Root2013-07-301-5/+9
* Add locking around ZIP seekingKenny Root2013-07-301-10/+17
* Looper: use pthread_once for TLS key initialization.Jeff Brown2013-07-301-15/+14
* Reduce lock thrashing in native Looper.Jeff Brown2013-07-301-32/+38
* Ensure input dispatcher and native looper handles EINTR.Jeff Brown2013-07-301-4/+10
* Replace epoll() with poll() and rename PollLoop to Looper.Jeff Brown2013-07-306-749/+803
* Input dispatcher ANR handling enhancements.Jeff Brown2013-07-301-1/+7
* Always set the scheduling group when starting a new thread.Dianne Hackborn2013-07-301-16/+23
* Revert "Free created FileMap when uncompressing files"Kenny Root2013-07-301-9/+5
* Modify native ALooper to take an explicit ident.Dianne Hackborn2013-07-301-6/+13
* 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