summaryrefslogtreecommitdiffstats
path: root/libs/utils
Commit message (Expand)AuthorAgeFilesLines
* Merge "Call RefBase::destroy() when OBJECT_LIFETIME_* is not the default"Mathias Agopian2011-05-201-2/+4
|\
| * Call RefBase::destroy() when OBJECT_LIFETIME_* is not the defaultMathias Agopian2011-05-191-2/+4
* | resolved conflicts for merge of 06a8ceac to masterDianne Hackborn2011-05-191-3/+10
|\ \ | |/ |/|
| * am c851ea56: am 69cb8757: Add new "-swNNNdp" resource qualifier.Dianne Hackborn2011-05-191-3/+10
| |\
| | * Add new "-swNNNdp" resource qualifier.Dianne Hackborn2011-05-191-3/+10
| * | am 46a282f3: am 0ed2e845: Merge "DO NOT MERGE. Integrate add new screen widt...Dianne Hackborn2011-05-131-7/+24
| |\ \ | | |/
| | * DO NOT MERGE. Integrate add new screen width/height in "dp" configs.Dianne Hackborn2011-05-121-7/+24
* | | RefBase subclasses can now decide how they want to be destroyed.Mathias Agopian2011-05-191-1/+5
* | | Full backup tweaksChristopher Tate2011-05-131-12/+20
* | | Use pax extended tar format to support long filenames etc.Christopher Tate2011-05-121-41/+116
* | | am 041aa34e: am 87d86044: am bcd029b6: Merge "Add missing clean-up of idmap f...Conley Owens2011-05-111-0/+3
|\ \ \ | |/ /
| * | am 87d86044: am bcd029b6: Merge "Add missing clean-up of idmap file descripto...Conley Owens2011-05-101-0/+3
| |\ \
| | * | Add missing clean-up of idmap file descriptors.Mårten Kongstad2011-05-051-0/+3
* | | | Full local backup infrastructureChristopher Tate2011-05-102-2/+192
* | | | am fbb0e9f9: am bb93dad9: am bb10986c: am 13ce221e: Merge "libutils: Fix an i...Kenny Root2011-04-261-1/+1
|\ \ \ \ | |/ / /
| * | | am bb93dad9: am bb10986c: am 13ce221e: Merge "libutils: Fix an improper const...Kenny Root2011-04-261-1/+1
| |\ \ \ | | |/ /
| | * | libutils: Fix an improper const-cast in RefBaseJosh Stone2011-04-221-1/+1
* | | | Initial checkin of spot presentation for touchpad gestures.Jeff Brown2011-04-191-1/+2
* | | | resolved conflicts for merge of 18490fb9 to masterKenny Root2011-04-123-56/+860
|\ \ \ \ | |/ / /
| * | | resolved conflicts for merge of 87b3c0dc to honeycomb-plus-aospKenny Root2011-04-123-56/+860
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Runtime resource overlay, iteration 1.Mårten Kongstad2011-04-013-56/+860
* | | Add new resource configurations for screen width/height in "dp".Dianne Hackborn2011-04-061-7/+24
* | | Include strings.h for the strcasecmp prototype.Carl Shapiro2011-03-211-1/+1
* | | Refactor how timeouts are calculated.Jeff Brown2011-03-172-12/+25
|/ /
* | Fade out the mouse pointer after inactivity or other events.Jeff Brown2011-03-022-30/+450
* | Fix sp<> conversion operator / constructorMathias Agopian2011-02-251-4/+30
* | Merge "Fix some issues with RefBase debugging."Mathias Agopian2011-02-241-70/+101
|\ \
| * | Fix some issues with RefBase debugging.Mathias Agopian2011-02-231-70/+101
* | | Merge "Bug 3362814 Fix SMP race in access to mRequestExit"Glenn Kasten2011-02-241-4/+23
|\ \ \ | |/ / |/| |
| * | Bug 3362814 Fix SMP race in access to mRequestExitGlenn Kasten2011-02-231-4/+23
* | | Remove RefBase.h dependency on TextOutput.hMathias Agopian2011-02-221-1/+17
|/ /
* | Clean up use of HAVE_ANDROID_OSKenny Root2011-02-162-5/+5
* | am 1314bdb2: am e88fa50b: Merge from open-source gingerbreadJean-Baptiste Queru2011-01-301-0/+1
|\ \ | |/
| * am e88fa50b: Merge from open-source gingerbreadJean-Baptiste Queru2011-01-301-0/+1
| |\
| | * Merge from open-source gingerbreadJean-Baptiste Queru2011-01-301-0/+1
| | |\
| | | * fix failing thread object runRitu Srivastava2011-01-251-0/+1
* | | | am a1f5e82f: am a30063d8: am 25eb0464: Merge "Normalize output from aapt d"Dianne Hackborn2011-01-291-2/+34
|\ \ \ \ | |/ / /
| * | | am a30063d8: am 25eb0464: Merge "Normalize output from aapt d"Dianne Hackborn2011-01-291-2/+34
| |\ \ \ | | |/ / | |/| |
| | * | Normalize output from aapt dShachar Shemesh2011-01-041-2/+34
| | |/
| * | Fix issue 3302649.Eric Laurent2011-01-041-0/+3
| |/
* | Fix issue #3392073: At times soft keyboard comes up in...Dianne Hackborn2011-01-271-2/+2
* | Fix issue 3302649.Eric Laurent2011-01-121-0/+3
* | Add initial support for cursor-based pointing devices.Jeff Brown2010-12-291-0/+6
* | Change assets to use 64-bit APIKenny Root2010-12-087-77/+81
* | Improve support for external keyboards.Jeff Brown2010-12-023-20/+51
* | Support non-orientation aware keyboards and other devices.Jeff Brown2010-11-302-0/+213
* | Fix SDK build on Windows due to use of mmap.Jeff Brown2010-11-191-15/+17
* | Added support for full PC-style keyboards.Jeff Brown2010-11-183-6/+163
* | Split UTF functions from String8/16Kenny Root2010-11-127-623/+814
* | Fix default return code for getResourceKenny Root2010-11-021-1/+1