index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't re-parse the framework resources all the time.
Dianne Hackborn
2009-07-06
3
-40
/
+158
*
Merge change 6084 into donut
Android (Google) Code Review
2009-07-02
1
-1
/
+1
|
\
|
*
Return CAMERA_ERROR_SERVER_DIED to camera app when camera service dies (bug 1...
James Dong
2009-07-02
1
-1
/
+1
*
|
Less logging in some places. More in others.
Joe Onorato
2009-07-01
1
-2
/
+3
|
/
*
Merge change 5829 into donut
Android (Google) Code Review
2009-06-30
1
-54
/
+80
|
\
|
*
Fix issue #1673793: Theme styles don't apply.
Dianne Hackborn
2009-06-30
1
-54
/
+80
*
|
Allow setPreviewDisplay after startPreview.
Wu-cheng Li
2009-07-01
1
-8
/
+8
*
|
fix [1947273] the DimLayer causes the whole screen to update during transactions
Mathias Agopian
2009-06-28
1
-5
/
+6
|
/
*
Merge changes 5548,5549 into donut
Android (Google) Code Review
2009-06-26
2
-3
/
+9
|
\
|
*
Better (and less) logging from backup.
Joe Onorato
2009-06-26
2
-3
/
+9
*
|
Expand support for different screen sizes.
Dianne Hackborn
2009-06-26
1
-2
/
+3
|
/
*
move ui/Time.cpp to core/jni, since this is the only place it is used
Mathias Agopian
2009-06-25
2
-201
/
+1
*
Only report "unknown metadata" once per restore helper
Christopher Tate
2009-06-24
1
-17
/
+14
*
Put back LOGP -> printf in the backup helper code
Christopher Tate
2009-06-24
1
-1
/
+1
*
Merge change 5162 into donut
Android (Google) Code Review
2009-06-24
1
-13
/
+89
|
\
|
*
Preserve file access mode when backing up / restoring files
Christopher Tate
2009-06-23
1
-13
/
+89
*
|
Remove deprecated callback function support.
Dave Sparks
2009-06-24
1
-124
/
+0
*
|
Use a ref-counted callback interface for Camera.
Dave Sparks
2009-06-24
1
-0
/
+33
|
/
*
Add file mode to the file-backup saved state blobs
Christopher Tate
2009-06-23
1
-31
/
+42
*
Merge change 4910 into donut
Android (Google) Code Review
2009-06-22
1
-11
/
+11
|
\
|
*
fix warnings that will show up with GCC 4.4 (in master)
Mathias Agopian
2009-06-22
1
-11
/
+11
*
|
Helper API cleanup. Allows multiple helpers to function,
Joe Onorato
2009-06-22
1
-3
/
+18
|
/
*
Report densities in badging, debugging for nine patch bug.
Dianne Hackborn
2009-06-19
1
-3
/
+84
*
Fix sim-eng build and simplify previous lcd-density related patch
David 'Digit' Turner
2009-06-19
1
-10
/
+7
*
backup stuff
Joe Onorato
2009-06-18
2
-26
/
+37
*
Make RestoreHelper and friends also write out the snapshot state.
Joe Onorato
2009-06-18
1
-29
/
+86
*
Merge change 4565 into donut
Android (Google) Code Review
2009-06-18
1
-0
/
+8
|
\
|
*
Allow the qemu.sf.lcd_density property to override the value of ro.sf.lcd_den...
David 'Digit' Turner
2009-06-19
1
-0
/
+8
*
|
FileRestoreHelper and RestoreHelperDispatcher work.
Joe Onorato
2009-06-17
1
-4
/
+4
*
|
checkpoint BackupDatAInput / RestoreHelper
Joe Onorato
2009-06-16
2
-208
/
+41
|
/
*
Add RestoreFileHelper, BackupDataInput, and add java wrappers for the methods...
Joe Onorato
2009-06-12
1
-1
/
+1
*
Make the file backup helper not crash if a file you requested
Joe Onorato
2009-06-11
1
-45
/
+108
*
Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files.
Joe Onorato
2009-06-11
1
-62
/
+134
*
Fix back_up_files() error detection when opening/CRCing the file
Christopher Tate
2009-06-04
1
-1
/
+2
*
rename a few files to camel-case, add copyright notices
Mathias Agopian
2009-06-04
10
-20
/
+20
*
Merge change 2747 into donut
Android (Google) Code Review
2009-05-29
1
-1
/
+3
|
\
|
*
log the geomerty of surfaces causing an out of memory in SurfaceFlinger.
Mathias Agopian
2009-05-29
1
-1
/
+3
*
|
Fix issue 1883666: Audio coming from the music player stopped suddenly
Eric Laurent
2009-05-29
1
-11
/
+14
|
/
*
minor clean-up to Rect and Point.
Mathias Agopian
2009-05-26
3
-22
/
+19
*
Fix issue 1846343 - part 1
Eric Laurent
2009-05-26
4
-22
/
+24
*
Merge change 2359 into donut
Android (Google) Code Review
2009-05-23
1
-11
/
+26
|
\
|
*
Fix for the simultor build breakage.
Nicolas Catania
2009-05-22
1
-11
/
+26
*
|
Merge change 2351 into donut
Android (Google) Code Review
2009-05-22
1
-2
/
+6
|
\
\
|
*
|
Fix a major bug in Bundle when unparcelling from AIDL.
Dianne Hackborn
2009-05-22
1
-2
/
+6
|
|
/
*
|
This should fix the simulator build.
Marco Nelissen
2009-05-22
1
-0
/
+1
|
/
*
split boot animation out of SurfaceFlinger
Mathias Agopian
2009-05-21
7
-351
/
+27
*
bring the native_handle stuff back from master_gl
Mathias Agopian
2009-05-20
2
-37
/
+15
*
Hook up the backup data writer, and add a utility to read the backup data files.
Joe Onorato
2009-05-20
2
-56
/
+149
*
Remove deprecated openInputStream factory method
Dave Sparks
2009-05-19
6
-47
/
+0
*
Update more references to openInputStream in support classes.
Dave Sparks
2009-05-19
3
-5
/
+21
[next]