index
:
frameworks_native.git
replicant-4.2
replicant-6.0
frameworks/native
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Return CAMERA_ERROR_SERVER_DIED to camera app when camera service dies (bug 1...
James Dong
2009-07-02
1
-0
/
+6
*
Fix issue #1673793: Theme styles don't apply.
Dianne Hackborn
2009-06-30
1
-1
/
+3
*
Merge change 5593 into donut
Android (Google) Code Review
2009-06-29
1
-10
/
+20
|
\
|
*
Add in TTS engine interface the methods to query the availability for a langu...
Jean-Michel Trivi
2009-06-29
1
-10
/
+20
*
|
Merge change 5544 into donut
Android (Google) Code Review
2009-06-26
1
-7
/
+3
|
\
\
|
*
|
Pipe all the camera callbacks to Java to facilitate the addition
Dave Sparks
2009-06-26
1
-7
/
+3
*
|
|
Expand support for different screen sizes.
Dianne Hackborn
2009-06-26
1
-5
/
+45
|
|
/
|
/
|
*
|
Use the same interface in the TTS engine interface for setLanguage and loadLa...
Jean-Michel Trivi
2009-06-26
1
-10
/
+31
|
/
*
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 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
*
|
Cleanup header file. Disallow copy of Camera object by making copy
Dave Sparks
2009-06-24
1
-5
/
+2
|
/
*
Remove deprecated callback function support.
Dave Sparks
2009-06-24
1
-23
/
+0
*
Use a ref-counted callback interface for Camera.
Dave Sparks
2009-06-24
1
-0
/
+13
*
Add file mode to the file-backup saved state blobs
Christopher Tate
2009-06-23
1
-0
/
+1
*
add glTexParameteri() and fix glTexParameteriv()
Mathias Agopian
2009-06-22
1
-1
/
+1
*
Merge change 4910 into donut
Android (Google) Code Review
2009-06-22
1
-13
/
+13
|
\
|
*
fix warnings that will show up with GCC 4.4 (in master)
Mathias Agopian
2009-06-22
1
-13
/
+13
*
|
Helper API cleanup. Allows multiple helpers to function,
Joe Onorato
2009-06-22
1
-0
/
+3
|
/
*
Report densities in badging, debugging for nine patch bug.
Dianne Hackborn
2009-06-19
1
-1
/
+1
*
backup stuff
Joe Onorato
2009-06-18
1
-0
/
+1
*
Make RestoreHelper and friends also write out the snapshot state.
Joe Onorato
2009-06-18
1
-0
/
+35
*
FileRestoreHelper and RestoreHelperDispatcher work.
Joe Onorato
2009-06-17
1
-1
/
+1
*
checkpoint BackupDatAInput / RestoreHelper
Joe Onorato
2009-06-16
1
-24
/
+3
*
Updating TTS engine interface for setting the language based on language, cou...
Jean-Michel Trivi
2009-06-16
1
-7
/
+11
*
Make the file backup helper not crash if a file you requested
Joe Onorato
2009-06-11
1
-0
/
+1
*
Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files.
Joe Onorato
2009-06-11
1
-1
/
+2
*
Cleaning up comments in interface for TTS engines.
Jean-Michel Trivi
2009-06-05
1
-44
/
+73
*
Updating TtsEngine.h and SynthProxy.cpp so that buffer memory
Charles Chen
2009-06-05
1
-17
/
+22
*
rename a few files to camel-case, add copyright notices
Mathias Agopian
2009-06-04
1
-0
/
+0
*
Adding TTS error code to signal missing resources (for instance missing langu...
Jean-Michel Trivi
2009-05-28
1
-1
/
+2
*
minor clean-up to Rect and Point.
Mathias Agopian
2009-05-26
2
-34
/
+27
*
Add header declaring the interface for TTS engines to implement.
Jean-Michel Trivi
2009-05-21
1
-0
/
+167
*
bring the native_handle stuff back from master_gl
Mathias Agopian
2009-05-20
1
-8
/
+10
*
Hook up the backup data writer, and add a utility to read the backup data files.
Joe Onorato
2009-05-20
1
-8
/
+16
*
Update aapt badging for native code, configs, density, etc.
Dianne Hackborn
2009-05-18
1
-0
/
+12
*
Add the backup data file writer C++ class.
Joe Onorato
2009-05-15
1
-3
/
+62
*
Implement the C++ class to write the backed up file data.
Joe Onorato
2009-05-15
2
-10
/
+76
*
Get the backup calling through to the file backup helper.
Joe Onorato
2009-05-14
1
-1
/
+1
*
Modify camera framework to use new streamlined binder interface.
Dave Sparks
2009-05-11
2
-32
/
+18
*
fix the sim build. disables the tests for now.
Joe Onorato
2009-05-08
1
-1
/
+1
*
Add new binder methods to camera client to support generic callbacks
Dave Sparks
2009-05-07
2
-0
/
+21
*
Add some C++ code to do raw files for backup
Joe Onorato
2009-05-05
1
-0
/
+15
*
Bug fix(1807910): media recorder crash due to the use of locked camera object...
James Dong
2009-04-27
1
-1
/
+0
*
Merge change 376 into donut
Android (Google) Code Review
2009-04-27
1
-0
/
+7
|
\
|
*
Add support for changing a threads scheduler group. Three groups are availabl...
San Mehat
2009-04-27
1
-0
/
+7
*
|
Merge change 509 into donut
Android (Google) Code Review
2009-04-23
1
-2
/
+2
|
\
\
|
*
|
Fix a media server crash (bug 1807910): part one
James Dong
2009-04-23
1
-2
/
+2
|
|
/
*
|
Squashed commit of the following:
Robert Greenwalt
2009-04-22
1
-85
/
+190
|
/
*
AI 145778: Manual merge changes 145382-145384 from cupcake.
Andy Stadler
2009-04-10
1
-6
/
+6
[next]