This website requires JavaScript.
Explore
Help
Register
Sign In
ADHOC
/
replicant-frameworks_native
Watch
3
Star
0
Fork
0
You've already forked replicant-frameworks_native
Code
Issues
Pull Requests
Releases
Wiki
Activity
13,912
Commits
2
Branches
0
Tags
54
MiB
C++
79%
C
14.1%
Java
3.2%
Python
1.4%
Makefile
1%
Other
1.1%
d657af3915
Go to file
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
Jean-Michel Trivi
d657af3915
Merge " Fix bug 2670395 and 2599698 When the user selects a "Silent" notification sound, the Uri encoded path is an empty string. Setting this Uri as the data source of the MediaPlayer used to play notifications caused the completion listener to not be called, which with the AudioFocus logic causes the Music app to pause and never resume. The NotificationPlayer modifications cause the MediaPlayer for the notification to only request audio focus when the data source is not empty. The audio focus code in AudioService is defensively synchronized against a unique lock, and the exception observed in bug 2670395 is explicitely caught in case another edge case wasn't caught by this fix. The AudioFocus handling in AudioManager is modified so only the requestAudioFocus and abandonAudioFocus methods are meant to be used, as registerAudioFocusListener and unregisterAudioFocusListener provided no additional functionality over the request/abandon methods. abandonAudioFocus() also removes the listener from the map in AudioManager since after abandonning focus, the listener would no longer be called." into froyo
2010-05-11 09:42:41 -07:00
awt
Add correct copyright headers to multiple files
2010-03-11 18:22:10 -08:00
camera
Still do dump() if we cannot get mServiceLock for a while.
2010-03-05 15:21:02 -08:00
cmds
keystore: rephrase the comment to make the usage more clear.
2010-03-17 16:31:20 +08:00
common
Move the public method HttpDateTime.parse() into AndroidHttpClient.
2010-04-09 13:34:15 -07:00
include
Make static versions of libutils and libbinder.
2010-05-06 01:03:31 -07:00
libs
fix [2664345] Flash: Bad flicker at the end of a pinch zoom.
2010-05-06 20:21:45 -07:00
opengl
Fix Android's glEGLImageTargetRenderbufferOES() wrapper
2010-03-29 15:12:19 -07:00
vpn
DO NOT MERGE
2010-03-29 18:12:24 -07:00
MODULE_LICENSE_APACHE2
NOTICE
Adding PacketVideo attribution in NOTICE.
2010-05-06 14:15:47 -07:00