QuantumBadger

Results 165 comments of QuantumBadger

The cache will remain mostly the same, but I'm planning on adding some checks for free space. The main thing which could affect the widget in future would be the...

Thanks for the pull request Andrew, I've merged it. The next step would be to show a dialog when the widget is first added to allow the user to choose...

Hi @ajgoda90, sorry for the delay in responding. The `MediaVideoView` control is used to render the video: https://github.com/QuantumBadger/RedReader/blob/master/src/main/java/org/quantumbadger/redreader/views/MediaVideoView.java Which is used in the `ImageViewActivity`: https://github.com/QuantumBadger/RedReader/blob/master/src/main/java/org/quantumbadger/redreader/activities/ImageViewActivity.java The videos themselves are obtained...

Thank you for doing the research -- that library looks promising, I don't have any objections to it. One thing to bear in mind is that the video/audio will need...

Thanks for the info @ccrama. > audio is split into v.redd.it/VIDEOID/audio as another MP4 Android provides the [`MediaExtractor`](https://developer.android.com/reference/android/media/MediaExtractor.html) class for demuxing containers like mp4, and [`MediaMuxer`](https://developer.android.com/reference/android/media/MediaMuxer.html) for combining them. If...

> Unfortunately the MediaMuxer requires API 18, while I am trying to retain support for API 15. As far as RedReader goes, I'd be happy to have two code paths...

I've spent the last few hours implementing this, and it seems to work :) https://github.com/QuantumBadger/RedReader/commit/77a2201291f9567d9f5efc80812eaa24e1aed012 I've switched to ExoPlayer to merge the streams, but rather than giving it the `.mpd`...

The ability to mute videos has now been added.

> Any update on this? Also, saved videos don't have audio on them. That's the only remaining issue for this ticket (adding audio to saved videos). I'm not aware of...

> based on your response you are saying you can then SHARE videos with audio, correct? Sorry, that's not possible yet. I'm not sure it'll ever be possible to share...