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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix #2018814: System cannot correctly render assets with "wrap_content" attri...
Dianne Hackborn
2009-07-29
1
-2
/
+4
*
First pass at reworking screen density/size APIs.
Dianne Hackborn
2009-07-21
1
-27
/
+57
*
Add "nodpi" density, and expose a bunch of density-related APIs.
Dianne Hackborn
2009-07-17
1
-1
/
+2
*
Merge change 5510 into donut
Android (Google) Code Review
2009-07-08
1
-5
/
+111
|
\
|
*
Add useful functions to String8, which enables users to convert between UTF-8...
Daisuke Miyakawa
2009-07-09
1
-5
/
+111
*
|
Add timestamps to video frames to improve A/V sync.
Dave Sparks
2009-07-08
3
-2
/
+6
|
/
*
Fix issue 1743700: AudioTrack: setPlaybackRate can not set the playback rate ...
Eric Laurent
2009-07-07
3
-9
/
+5
*
Don't re-parse the framework resources all the time.
Dianne Hackborn
2009-07-06
2
-2
/
+10
*
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
*
Merge change 5100 into donut
Android (Google) Code Review
2009-06-23
1
-1
/
+83
|
\
|
*
Fill in CDMA gaps and clean up ToneGenerator code
David Krause
2009-06-23
1
-1
/
+83
*
|
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
*
Merge change 3981 into donut
Android (Google) Code Review
2009-06-12
3
-4
/
+2
|
\
|
*
Removed trailing whitespaces.
Nicolas Catania
2009-06-11
3
-4
/
+2
*
|
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
|
/
*
Merge change 1548 into donut
Android (Google) Code Review
2009-06-08
1
-7
/
+31
|
\
|
*
NJ-1409: (frameworks/base) Support new audio encoding types(AMR and AAC).
Jianhong Jiang
2009-06-08
1
-7
/
+31
*
|
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
*
Fix issue 1846343 - part 1
Eric Laurent
2009-05-26
3
-7
/
+18
*
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
[next]