index
:
platform/frameworks/native
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
utils
/
tests
Age
Commit message (
Expand
)
Author
2013-07-31
remove libutils
Alex Ray
2013-07-31
Fix BlobCache_test
Brian Carlstrom
2013-05-30
Added bitwise-or and bitwise-and to BitSet
Michael Wright
2013-05-07
libutils clean-up
Mathias Agopian
2012-10-26
Add an LRU cache plus hashing primitives
Raph Levien
2012-10-02
Update tests for new build target
Kenny Root
2012-05-17
fix a corruption in Vector<> when adding new items
Mathias Agopian
2012-03-22
frameworks/native: move Zip* from libandroidfw to libutils
Colin Cross
2012-02-20
frameworks/base refactoring
Mathias Agopian
2012-02-17
frameworks/base refactoring.
Mathias Agopian
2012-01-03
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2011-11-22
Add a basic hashtable data structure, with tests!
Jeff Brown
2011-10-31
BlobCache: implement cache serialization
Jamie Gennis
2011-07-26
Move extract native libraries to JNI code
Kenny Root
2011-07-11
Remove the simulator target from all makefiles.
Jeff Brown
2011-05-17
libutils: add a binary blob cache implementation.
Jamie Gennis
2011-03-02
Fade out the mouse pointer after inactivity or other events.
Jeff Brown
2010-11-12
Split UTF functions from String8/16
Kenny Root
2010-10-13
OBB: use PBKDF2 for key generation.
Kenny Root
2010-10-07
Switch Looper back to using poll() instead of epoll().
Jeff Brown
2010-09-14
Replace epoll() with poll() and rename PollLoop to Looper.
Jeff Brown
2010-08-06
Fix String8::operator+
Kenny Root
2010-07-14
Don't build framework tests for simulator target.
Jeff Brown
2010-07-12
Merge changes I2337051b,I19b426cb into gingerbread
Kenny Root
2010-07-12
Tweak ObbFile class
Kenny Root
2010-07-08
Add new glue code for writing native apps.
Dianne Hackborn
2010-07-07
Add OBB file helper class
Kenny Root
2010-06-17
Even more native input dispatch work in progress.
Jeff Brown
2010-06-14
Support for multiple tests
Jeff Brown
2010-06-13
Native input dispatch rewrite work in progress.
Jeff Brown