summaryrefslogtreecommitdiffstats
path: root/libs/utils
Commit message (Expand)AuthorAgeFilesLines
* utils/SharedBuffer: Make variable write atomicDeva Ramasubramanian2011-10-201-1/+1
* Merge branch 'gingerbread' of git://android.git.kernel.org/platform/framework...Steve Kondik2011-07-261-12/+36
* libutils: Fix an improper const-cast in RefBaseJosh Stone2011-04-221-1/+1
* Fixed cyanogenmod issue 2861: asset redirection breaks access to AndroidManif...Josh Guilfoyle2011-03-081-8/+21
* Merge branch 'gingerbread' of git://android.git.kernel.org/platform/framework...Steve Kondik2011-02-281-0/+3
|\
| * Merge from open-source gingerbreadJean-Baptiste Queru2011-01-301-0/+1
| |\
| * | Fix issue 3302649.Eric Laurent2011-01-041-0/+3
* | | Normalize output from aapt dShachar Shemesh2011-02-051-2/+34
* | | Merge branch 'themes-2.3.1_r1' of https://github.com/tmobile/themes-platform-...Steve Kondik2011-02-042-231/+11
|\ \ \
| * | | Removed AssetManager#dumpResources.Josh Guilfoyle2011-02-042-168/+1
| * | | Removed dead theme engine code.Josh Guilfoyle2011-02-041-53/+0
| * | | Corrected whitespace trespasses.Josh Guilfoyle2011-02-041-10/+10
* | | | Merge branch 'gingerbread' of git://android.git.kernel.org/platform/framework...Steve Kondik2011-01-301-0/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | fix failing thread object runRitu Srivastava2011-01-251-0/+1
| |/
* | Fixed a regression causing theme switch to fail.Josh Guilfoyle2011-01-201-0/+7
* | Asset redirections are now managed by a system service.Josh Guilfoyle2011-01-205-731/+213
* | Fix issues with theme APKs that do not specify a styleId.Josh Guilfoyle2010-12-271-3/+3
* | Merge commit 'android-2.3.1_r1' into themes-exp-2.3.1_r1Josh Guilfoyle2010-12-2319-238/+2497
|\ \ | |/
| * Initialized check in ZipFileRO::findEntryByNameKenny Root2010-10-211-1/+9
| * Reduce logging.Joe Onorato2010-10-191-1/+2
| * MinGW/Cygwin requires open() in O_BINARY mode.Raphael Moll2010-10-131-20/+37
| * OBB: use PBKDF2 for key generation.Kenny Root2010-10-132-17/+45
| * Switch Looper back to using poll() instead of epoll().Jeff Brown2010-10-072-45/+254
| * Use pread() in ZipFileRO for LinuxKenny Root2010-10-041-1/+32
| * ZipFileRO: moar logging and wrap closeKenny Root2010-10-011-7/+19
| * 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