aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/AudioPlayer.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-08change music volume during audio playbackChristian Schneppe1-0/+1
2019-05-19run postDelayed in background threadChristian Schneppe1-1/+4
2018-09-27check if wake lock needs reinit when pressing start/pause in audio playerChristian Schneppe1-45/+22
2018-09-11AudioPlayer: disable screen when holding phone to earChristian Schneppe1-4/+52
2018-08-30remove logChristian Schneppe1-2/+1
2018-08-30switch between earphone and speaker while playing soundsChristian Schneppe1-5/+101
2018-04-21more theme workingChristian Schneppe1-2/+1
2018-04-03added splash screenChristian Schneppe1-2/+2
2018-04-01audio player now requests permission when hitting playChristian Schneppe1-0/+22
2018-04-01use text styles in more placesChristian Schneppe1-1/+5
2018-01-21reworked audioPlayer screenOn/Off a bitChristian Schneppe1-23/+8
2018-01-17let screen on while playing audio messageChristian Schneppe1-2/+24
2017-11-25use REFRESH_UI_INTERVALL also for AudioPlayerChristian Schneppe1-1/+2
seems to fix flickerinig of progress bar
2017-11-23code cleanupChristian Schneppe1-3/+3
2017-09-24refactored AudioPlayerChristian Schneppe1-0/+280