summaryrefslogtreecommitdiff
path: root/libs/utils/tests
AgeCommit message (Expand)Author
2011-10-31BlobCache: implement cache serialization Jamie Gennis
2011-07-26Move extract native libraries to JNI code Kenny Root
2011-07-11Remove the simulator target from all makefiles. Jeff Brown
2011-05-17libutils: add a binary blob cache implementation. Jamie Gennis
2011-03-02Fade out the mouse pointer after inactivity or other events. Jeff Brown
2010-11-12Split UTF functions from String8/16 Kenny Root
2010-10-13OBB: use PBKDF2 for key generation. Kenny Root
2010-10-07Switch Looper back to using poll() instead of epoll(). Jeff Brown
2010-09-14Replace epoll() with poll() and rename PollLoop to Looper. Jeff Brown
2010-08-06Fix String8::operator+ Kenny Root
2010-07-14Don't build framework tests for simulator target. Jeff Brown
2010-07-12Merge changes I2337051b,I19b426cb into gingerbread Kenny Root
2010-07-12Tweak ObbFile class Kenny Root
2010-07-08Add new glue code for writing native apps. Dianne Hackborn
2010-07-07Add OBB file helper class Kenny Root
2010-06-17Even more native input dispatch work in progress. Jeff Brown
2010-06-14Support for multiple tests Jeff Brown
2010-06-13Native input dispatch rewrite work in progress. Jeff Brown