summaryrefslogtreecommitdiffstats
path: root/libs/utils
Commit message (Expand)AuthorAgeFilesLines
...
* | am fe811d8b: Merge change 6603 into donutAndroid (Google) Code Review2009-07-091-1/+1
|\ \ | |/
| * quick fix; utf8_codepoint_count must be utf8_lengthDaisuke Miyakawa2009-07-091-1/+1
* | am 8a715b4b: Merge change 5510 into donutAndroid (Google) Code Review2009-07-091-26/+272
|\ \ | |/
| * Add useful functions to String8, which enables users to convert between UTF-8...Daisuke Miyakawa2009-07-091-26/+272
* | am 991eec03: Merge change 6252 into donutAndroid (Google) Code Review2009-07-063-40/+158
|\ \ | |/
| * Don't re-parse the framework resources all the time.Dianne Hackborn2009-07-063-40/+158
* | am 6e1647a2: Merge change 5829 into donutAndroid (Google) Code Review2009-07-011-54/+80
|\ \ | |/
| * Fix issue #1673793: Theme styles don't apply.Dianne Hackborn2009-06-301-54/+80
* | am d09f86ce: Merge changes 5548,5549 into donutAndroid (Google) Code Review2009-06-292-3/+9
|\ \ | |/
| * Merge changes 5548,5549 into donutAndroid (Google) Code Review2009-06-262-3/+9
| |\
| | * Better (and less) logging from backup.Joe Onorato2009-06-262-3/+9
* | | am 72eb0aca: Merge change 5483 into donutAndroid (Google) Code Review2009-06-291-2/+3
|\ \ \ | |/ /
| * | Expand support for different screen sizes.Dianne Hackborn2009-06-261-2/+3
| |/
* | am df65b60c: Merge change 5243 into donutAndroid (Google) Code Review2009-06-241-17/+14
|\ \ | |/
| * Only report "unknown metadata" once per restore helperChristopher Tate2009-06-241-17/+14
* | am 54118adb: Put back LOGP -> printf in the backup helper codeChristopher Tate2009-06-241-1/+1
|\ \ | |/
| * Put back LOGP -> printf in the backup helper codeChristopher Tate2009-06-241-1/+1
* | am 0e034e5a: Merge change 5162 into donutAndroid (Google) Code Review2009-06-241-13/+89
|\ \ | |/
| * Preserve file access mode when backing up / restoring filesChristopher Tate2009-06-231-13/+89
* | am 11b15779: Add file mode to the file-backup saved state blobsChristopher Tate2009-06-231-31/+42
|\ \ | |/
| * Add file mode to the file-backup saved state blobsChristopher Tate2009-06-231-31/+42
* | am 72be4049: Merge change 4910 into donutAndroid (Google) Code Review2009-06-221-11/+11
|\ \ | |/
| * Merge change 4910 into donutAndroid (Google) Code Review2009-06-221-11/+11
| |\
| | * fix warnings that will show up with GCC 4.4 (in master)Mathias Agopian2009-06-221-11/+11
* | | am 856dd8a6: Merge change 4952 into donutAndroid (Google) Code Review2009-06-221-3/+18
|\ \ \ | |/ /
| * | Helper API cleanup. Allows multiple helpers to function,Joe Onorato2009-06-221-3/+18
| |/
* | am 1585bd24: Merge change 4828 into donutAndroid (Google) Code Review2009-06-191-3/+84
|\ \ | |/
| * Report densities in badging, debugging for nine patch bug.Dianne Hackborn2009-06-191-3/+84
* | am 5502f04c: Merge change 4709 into donutAndroid (Google) Code Review2009-06-182-26/+37
|\ \ | |/
| * backup stuffJoe Onorato2009-06-182-26/+37
* | am 16ce3504: Merge change 4708 into donutAndroid (Google) Code Review2009-06-181-29/+86
|\ \ | |/
| * Make RestoreHelper and friends also write out the snapshot state.Joe Onorato2009-06-181-29/+86
* | am de72697b: Merge change 4524 into donutAndroid (Google) Code Review2009-06-171-4/+4
|\ \ | |/
| * FileRestoreHelper and RestoreHelperDispatcher work.Joe Onorato2009-06-171-4/+4
* | am 5f15d151: checkpoint BackupDatAInput / RestoreHelperJoe Onorato2009-06-172-208/+41
|\ \ | |/
| * checkpoint BackupDatAInput / RestoreHelperJoe Onorato2009-06-162-208/+41
* | am 2fdd428e: Fix some backup reader/writer issues; make local transport do ba...Christopher Tate2009-06-141-1/+1
|\ \ | |/
| * Add RestoreFileHelper, BackupDataInput, and add java wrappers for the methods...Joe Onorato2009-06-121-1/+1
* | am 78f0f8cb: Merge changes 3953,3954 into donutAndroid (Google) Code Review2009-06-121-92/+227
|\ \ | |/
| * Make the file backup helper not crash if a file you requestedJoe Onorato2009-06-111-45/+108
| * Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files.Joe Onorato2009-06-111-62/+134
* | get rid of LogSocket which wasn't even implemented (enabled)Mathias Agopian2009-06-052-131/+1
* | break dependency on utils/ZipEntry.h and utils/ZipFile.h, get rid of inet_add...Mathias Agopian2009-06-055-2638/+1
* | Merge change 3284Android (Google) Code Review2009-06-052-0/+114
|\ \
| * | rename string_array.h to StringArray.h and move the implementation from the h...Mathias Agopian2009-06-052-0/+114
* | | am 0032ce80: Fix back_up_files() error detection when opening/CRCing the fileChristopher Tate2009-06-051-1/+2
|\ \ \ | |/ / |/| / | |/
| * Fix back_up_files() error detection when opening/CRCing the fileChristopher Tate2009-06-041-1/+2
* | am 2a318867: Merge change 3203 into donutAndroid (Google) Code Review2009-06-0410-20/+20
|\ \ | |/
| * rename a few files to camel-case, add copyright noticesMathias Agopian2009-06-0410-20/+20
* | get rid of TimerProbe which is never usedMathias Agopian2009-06-012-132/+0