summaryrefslogtreecommitdiffstats
path: root/include/utils
Commit message (Expand)AuthorAgeFilesLines
* Support for marshalling pointers / intptr_t in Parcel.Andreas Huber2009-08-171-0/+2
* am b8546001: Merge change 20878 into donutDianne Hackborn2009-08-121-0/+12
|\
| * Fix issue #2048263: More debugging informationDianne Hackborn2009-08-111-0/+12
* | am 25dff70f: Merge change 9039 into donutAndroid (Google) Code Review2009-07-301-2/+4
|\ \ | |/
| * Fix #2018814: System cannot correctly render assets with "wrap_content" attri...Dianne Hackborn2009-07-291-2/+4
* | am 9fc20b0e: Merge change 8126 into donutAndroid (Google) Code Review2009-07-211-27/+57
|\ \ | |/
| * First pass at reworking screen density/size APIs.Dianne Hackborn2009-07-211-27/+57
* | am aad0fcc9: Merge change 7783 into donutAndroid (Google) Code Review2009-07-191-1/+2
|\ \ | |/
| * Add "nodpi" density, and expose a bunch of density-related APIs.Dianne Hackborn2009-07-171-1/+2
* | add a ctor to Mutex to specify the type, which can be shared. This is used by...Mathias Agopian2009-07-131-0/+17
* | implement Mutex and Condition with pthread instead of calling futex directly.Mathias Agopian2009-07-131-4/+86
* | am 8a715b4b: Merge change 5510 into donutAndroid (Google) Code Review2009-07-091-5/+111
|\ \ | |/
| * Add useful functions to String8, which enables users to convert between UTF-8...Daisuke Miyakawa2009-07-091-5/+111
* | Fix sim build.Andy McFadden2009-07-071-1/+1
* | Merge commit 'goog/master' into merge_masterMathias Agopian2009-07-062-3/+13
|\ \
| * \ am 991eec03: Merge change 6252 into donutAndroid (Google) Code Review2009-07-062-2/+10
| |\ \ | | |/
| | * Don't re-parse the framework resources all the time.Dianne Hackborn2009-07-062-2/+10
| * | am 6e1647a2: Merge change 5829 into donutAndroid (Google) Code Review2009-07-011-1/+3
| |\ \ | | |/
| | * Fix issue #1673793: Theme styles don't apply.Dianne Hackborn2009-06-301-1/+3
* | | Merge commit 'goog/master' into merge_masterMathias Agopian2009-07-012-94/+45
|\ \ \ | |/ /
| * | am 72eb0aca: Merge change 5483 into donutAndroid (Google) Code Review2009-06-291-5/+45
| |\ \ | | |/
| | * Expand support for different screen sizes.Dianne Hackborn2009-06-261-5/+45
| * | am c44989d6: Merge change 5350 into donutAndroid (Google) Code Review2009-06-251-89/+0
| |\ \ | | |/
| | * move ui/Time.cpp to core/jni, since this is the only place it is usedMathias Agopian2009-06-251-89/+0
* | | merge master in master_glMathias Agopian2009-06-242-13/+18
|\ \ \ | |/ /
| * | am df65b60c: Merge change 5243 into donutAndroid (Google) Code Review2009-06-241-0/+1
| |\ \ | | |/
| | * Only report "unknown metadata" once per restore helperChristopher Tate2009-06-241-0/+1
| * | am 11b15779: Add file mode to the file-backup saved state blobsChristopher Tate2009-06-231-0/+1
| |\ \ | | |/
| | * Add file mode to the file-backup saved state blobsChristopher Tate2009-06-231-0/+1
| * | am 72be4049: Merge change 4910 into donutAndroid (Google) Code Review2009-06-221-13/+13
| |\ \ | | |/
| | * Merge change 4910 into donutAndroid (Google) Code Review2009-06-221-13/+13
| | |\
| | | * fix warnings that will show up with GCC 4.4 (in master)Mathias Agopian2009-06-221-13/+13
| * | | am 856dd8a6: Merge change 4952 into donutAndroid (Google) Code Review2009-06-221-0/+3
| |\ \ \ | | |/ /
| | * | Helper API cleanup. Allows multiple helpers to function,Joe Onorato2009-06-221-0/+3
| | |/
* | | improve Vector<> with types that can be trivially moved and remove some unuse...Mathias Agopian2009-06-224-71/+77
* | | Merge commit 'goog/master' into merge_masterMathias Agopian2009-06-192-25/+40
|\ \ \ | |/ /
| * | am 1585bd24: Merge change 4828 into donutAndroid (Google) Code Review2009-06-191-1/+1
| |\ \ | | |/
| | * Report densities in badging, debugging for nine patch bug.Dianne Hackborn2009-06-191-1/+1
| * | am 5502f04c: Merge change 4709 into donutAndroid (Google) Code Review2009-06-181-0/+1
| |\ \ | | |/
| | * backup stuffJoe Onorato2009-06-181-0/+1
| * | am 16ce3504: Merge change 4708 into donutAndroid (Google) Code Review2009-06-181-0/+35
| |\ \ | | |/
| | * Make RestoreHelper and friends also write out the snapshot state.Joe Onorato2009-06-181-0/+35
| * | am de72697b: Merge change 4524 into donutAndroid (Google) Code Review2009-06-171-1/+1
| |\ \ | | |/
| | * FileRestoreHelper and RestoreHelperDispatcher work.Joe Onorato2009-06-171-1/+1
| * | am 5f15d151: checkpoint BackupDatAInput / RestoreHelperJoe Onorato2009-06-171-24/+3
| |\ \ | | |/
| | * checkpoint BackupDatAInput / RestoreHelperJoe Onorato2009-06-161-24/+3
* | | Merge commit 'goog/master' into merge_masterMathias Agopian2009-06-161-1/+3
|\ \ \ | |/ /
| * | am 78f0f8cb: Merge changes 3953,3954 into donutAndroid (Google) Code Review2009-06-121-1/+3
| |\ \ | | |/
| | * Make the file backup helper not crash if a file you requestedJoe Onorato2009-06-111-0/+1
| | * Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files.Joe Onorato2009-06-111-1/+2