| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge "Add suuport for splitting touch events across windows." into gingerbread | Jeff Brown | 2010-09-27 | 1 | -0/+3 |
|\ |
|
| * | Add suuport for splitting touch events across windows. | Jeff Brown | 2010-09-26 | 1 | -0/+3 |
* | | Add locking around ZIP seeking | Kenny Root | 2010-09-24 | 1 | -2/+6 |
|/ |
|
* | Looper: use pthread_once for TLS key initialization. | Jeff Brown | 2010-09-21 | 1 | -0/+1 |
* | Looper: Drop default parameters in favor of a safer overload. | Jeff Brown | 2010-09-16 | 1 | -6/+9 |
* | Replace epoll() with poll() and rename PollLoop to Looper. | Jeff Brown | 2010-09-14 | 2 | -219/+210 |
* | Input dispatcher ANR handling enhancements. | Jeff Brown | 2010-09-12 | 1 | -12/+26 |
* | Modify native ALooper to take an explicit ident. | Dianne Hackborn | 2010-09-07 | 1 | -3/+11 |
* | Add OBB flags to support overlays | Kenny Root | 2010-08-18 | 1 | -4/+31 |
* | Merge "Add support for the PointerLocation overlay." into gingerbread | Jeff Brown | 2010-08-11 | 1 | -1/+2 |
|\ |
|
| * | Add support for the PointerLocation overlay. | Jeff Brown | 2010-08-11 | 1 | -1/+2 |
* | | Initial tool for OBB manipulation | Kenny Root | 2010-08-11 | 1 | -0/+4 |
* | | More native work. | Dianne Hackborn | 2010-08-11 | 2 | -57/+64 |
|/ |
|
* | Fix String8::operator+ | Kenny Root | 2010-08-06 | 1 | -2/+2 |
* | Support streaming of compressed assets > 1 megabyte | Christopher Tate | 2010-07-28 | 2 | -9/+84 |
* | Fix bug with phantom input windows. | Jeff Brown | 2010-07-16 | 1 | -0/+2 |
* | Add native C APIs for working with the Asset Manager | Christopher Tate | 2010-07-15 | 1 | -1/+19 |
* | Add new glue code for writing native apps. | Dianne Hackborn | 2010-07-08 | 1 | -8/+34 |
* | Add OBB file helper class | Kenny Root | 2010-07-07 | 1 | -0/+87 |
* | Add new native Looper API. | Dianne Hackborn | 2010-07-02 | 1 | -1/+33 |
* | Fix a bug in sp<> and wp<> which could cause memory corruptions | Mathias Agopian | 2010-06-24 | 1 | -12/+20 |
* | Even more native input dispatch work in progress. | Jeff Brown | 2010-06-17 | 3 | -12/+16 |
* | Fix include paths. | Jeff Brown | 2010-06-13 | 1 | -1/+1 |
* | Native input dispatch rewrite work in progress. | Jeff Brown | 2010-06-13 | 7 | -108/+296 |
* | Fix a typo in Singleton<> | Mathias Agopian | 2010-05-28 | 1 | -3/+5 |
* | added RWLock C++ wrapper | Mathias Agopian | 2010-05-19 | 1 | -0/+90 |
* | ZipUtilsRO rewrite based on Dalvik Zip rewrite | Kenny Root | 2010-05-12 | 2 | -10/+27 |
* | New xlarge screen size. | Dianne Hackborn | 2010-04-28 | 1 | -3/+28 |
* | libutils Condition are now PRIVATE by default | Mathias Agopian | 2010-03-19 | 1 | -1/+18 |
* | Add ability for some manifest attributes to reference resources. | Dianne Hackborn | 2010-03-09 | 1 | -2/+2 |
* | Refactor car mode. | Dianne Hackborn | 2010-03-05 | 1 | -1/+2 |
* | Fix issue #2448075: aapt doesn't fix up activity-alias android:targetActivity... | Dianne Hackborn | 2010-03-01 | 1 | -6/+7 |
* | Use UTF-8 strings to avoid duplicate caching, part 1 | Kenny Root | 2010-02-23 | 1 | -0/+2 |
* | remove a dependency of GraphicBuffer (libui) on Parcel (libbinder). | Mathias Agopian | 2010-02-21 | 1 | -0/+62 |
* | Totally remove Unicode.cpp and rely on ICU | Kenny Root | 2010-02-12 | 1 | -128/+0 |
* | Excise code from Unicode.cpp that was dead | Kenny Root | 2010-02-12 | 1 | -127/+0 |
* | Introduce special UI modes for night and car usage. | Tobias Haamel | 2010-02-11 | 1 | -16/+69 |
* | Add string resource type inspection | Kenny Root | 2009-12-10 | 1 | -0/+4 |
* | Merge change I129483f8 into eclair-mr2 | Android (Google) Code Review | 2009-12-08 | 3 | -2/+20 |
|\ |
|
| * | Optional use of UTF-8 strings in resource bundles | Kenny Root | 2009-12-07 | 3 | -2/+20 |
* | | Propagate background scheduling class across processes. | Dianne Hackborn | 2009-12-07 | 1 | -0/+18 |
|/ |
|
* | Fix issue #2226370: Resource versions match with equality | Dianne Hackborn | 2009-11-01 | 1 | -2/+2 |
* | Implement issue #1780928: Need support hiding nav keys. | Dianne Hackborn | 2009-09-15 | 1 | -1/+32 |
* | process: Switch to common cutils sched_policy api | San Mehat | 2009-09-12 | 1 | -5/+0 |
* | Process: Add support for using scheduler policies instead of cgroups. | San Mehat | 2009-09-10 | 1 | -0/+5 |
* | use broadcast() instead of signal() when signaling the condition-variable Thr... | Mathias Agopian | 2009-09-09 | 1 | -0/+3 |
* | fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly | Mathias Agopian | 2009-09-07 | 1 | -1/+1 |
* | Support for marshalling pointers / intptr_t in Parcel. | Andreas Huber | 2009-08-17 | 1 | -0/+2 |
* | am b8546001: Merge change 20878 into donut | Dianne Hackborn | 2009-08-12 | 1 | -0/+12 |
|\ |
|
| * | Fix issue #2048263: More debugging information | Dianne Hackborn | 2009-08-11 | 1 | -0/+12 |