| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | am 25dff70f: Merge change 9039 into donut | Android (Google) Code Review | 2009-07-30 | 1 | -2/+4 |
|\ \
| |/ |
|
| * | Fix #2018814: System cannot correctly render assets with "wrap_content" attri... | Dianne Hackborn | 2009-07-29 | 1 | -2/+4 |
* | | am 9fc20b0e: Merge change 8126 into donut | Android (Google) Code Review | 2009-07-21 | 1 | -27/+57 |
|\ \
| |/ |
|
| * | First pass at reworking screen density/size APIs. | Dianne Hackborn | 2009-07-21 | 1 | -27/+57 |
* | | am aad0fcc9: Merge change 7783 into donut | Android (Google) Code Review | 2009-07-19 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Add "nodpi" density, and expose a bunch of density-related APIs. | Dianne Hackborn | 2009-07-17 | 1 | -1/+2 |
* | | add a ctor to Mutex to specify the type, which can be shared. This is used by... | Mathias Agopian | 2009-07-13 | 1 | -0/+17 |
* | | implement Mutex and Condition with pthread instead of calling futex directly. | Mathias Agopian | 2009-07-13 | 1 | -4/+86 |
* | | am 8a715b4b: Merge change 5510 into donut | Android (Google) Code Review | 2009-07-09 | 1 | -5/+111 |
|\ \
| |/ |
|
| * | Add useful functions to String8, which enables users to convert between UTF-8... | Daisuke Miyakawa | 2009-07-09 | 1 | -5/+111 |
* | | Fix sim build. | Andy McFadden | 2009-07-07 | 1 | -1/+1 |
* | | Merge commit 'goog/master' into merge_master | Mathias Agopian | 2009-07-06 | 2 | -3/+13 |
|\ \ |
|
| * \ | am 991eec03: Merge change 6252 into donut | Android (Google) Code Review | 2009-07-06 | 2 | -2/+10 |
| |\ \
| | |/ |
|
| | * | Don't re-parse the framework resources all the time. | Dianne Hackborn | 2009-07-06 | 2 | -2/+10 |
| * | | am 6e1647a2: Merge change 5829 into donut | Android (Google) Code Review | 2009-07-01 | 1 | -1/+3 |
| |\ \
| | |/ |
|
| | * | Fix issue #1673793: Theme styles don't apply. | Dianne Hackborn | 2009-06-30 | 1 | -1/+3 |
* | | | Merge commit 'goog/master' into merge_master | Mathias Agopian | 2009-07-01 | 2 | -94/+45 |
|\ \ \
| |/ / |
|
| * | | am 72eb0aca: Merge change 5483 into donut | Android (Google) Code Review | 2009-06-29 | 1 | -5/+45 |
| |\ \
| | |/ |
|
| | * | Expand support for different screen sizes. | Dianne Hackborn | 2009-06-26 | 1 | -5/+45 |
| * | | am c44989d6: Merge change 5350 into donut | Android (Google) Code Review | 2009-06-25 | 1 | -89/+0 |
| |\ \
| | |/ |
|
| | * | move ui/Time.cpp to core/jni, since this is the only place it is used | Mathias Agopian | 2009-06-25 | 1 | -89/+0 |
* | | | merge master in master_gl | Mathias Agopian | 2009-06-24 | 2 | -13/+18 |
|\ \ \
| |/ / |
|
| * | | am df65b60c: Merge change 5243 into donut | Android (Google) Code Review | 2009-06-24 | 1 | -0/+1 |
| |\ \
| | |/ |
|
| | * | Only report "unknown metadata" once per restore helper | Christopher Tate | 2009-06-24 | 1 | -0/+1 |
| * | | am 11b15779: Add file mode to the file-backup saved state blobs | Christopher Tate | 2009-06-23 | 1 | -0/+1 |
| |\ \
| | |/ |
|
| | * | Add file mode to the file-backup saved state blobs | Christopher Tate | 2009-06-23 | 1 | -0/+1 |
| * | | am 72be4049: Merge change 4910 into donut | Android (Google) Code Review | 2009-06-22 | 1 | -13/+13 |
| |\ \
| | |/ |
|
| | * | Merge change 4910 into donut | Android (Google) Code Review | 2009-06-22 | 1 | -13/+13 |
| | |\ |
|