summaryrefslogtreecommitdiff
path: root/app/src/main/java
AgeCommit message (Collapse)Author
2016-06-06Prevent possible hang-bugsMartin Fietz
2016-06-04Create one flavor with Google Cast support and one (free) withoutMartin Fietz
2016-06-03Merge pull request #1979 from AntennaPod/1.6.0_develMartin Fietz
Merge 1.6.0_devel
2016-06-03Fix e1d8defa1fa114a96906aa60de74990a65c36ffcMartin Fietz
2016-06-03Merge pull request #1975 from mfietz/issue/1971-storageerror-npeMartin Fietz
StorageErrorActivity: Prevent NPE
2016-06-03Merge pull request #1976 from mfietz/issue/1972-videoplayer-npeMartin Fietz
VideoplayerActivity: Prevent NPE
2016-06-03Prevent onServiceConnected ClassCastExceptionMartin Fietz
2016-06-03Prevent NPEMartin Fietz
2016-06-03Prevent NPEMartin Fietz
2016-05-25Merge pull request #1948 from Foso/patch-2Tom Hennen
Fix for restoring scroll position in detail view #1947
2016-05-19Fix for restoring scroll position in detail view #1947Jens Klingenberg
The scroll position on detail view is now being restored when you are switching back to it. On orientation change it doesn't restore on the exact position at the moment. But i think that could work with a scroll position relative to the webview height.
2016-05-17Enable Xlint and correct warningsAndrew Gaul
2016-05-10Merge pull request #1898 from mfietz/embedded-imagesTom Hennen
Re-enable embedded images
2016-05-02Use strings to point to images, not urisMartin Fietz
2016-05-02Merge pull request #1903 from domingos86/playback-pausing-fixTom Hennen
avoid stopping playback after skipping (and changing media type)
2016-05-01avoid stopping playback after skipping (and changing media type)Domingos Lopes
2016-04-30fix NPE on logDomingos Lopes
2016-04-30Merge pull request #1879 from domingos86/chromecast-issue-340Tom Hennen
Chromecast issue 340 initial PR
2016-04-28save current fragment before starting a different activityDomingos Lopes
2016-04-28give error feedback to the userDomingos Lopes
2016-04-27change seekbar while buffering (certainly not ideal, but good enough for now)Domingos Lopes
2016-04-26improve cast session changes after activity resumesDomingos Lopes
2016-04-25Merge pull request #1889 from mfietz/issue/1886-indicate-playedTom Hennen
All Episodes/Favorites: Indicate played episodes
2016-04-25Merge pull request #1891 from mfietz/issue/1888-asynctask-executeTom Hennen
Resolve potential AsyncTask performance issue
2016-04-25Merge pull request #1894 from mfietz/issue/1893-statvfs-permission-deniedTom Hennen
Prevent permission denied when determining free space
2016-04-24add cast disconnect buttonsDomingos Lopes
2016-04-24Override hiding the cast button whenever it's connectedDomingos Lopes
2016-04-24allow fine control on where to show the cast buttonDomingos Lopes
2016-04-24move playback speed button methods inside AudioplayerActivityDomingos Lopes
2016-04-24refactoringDomingos Lopes
2016-04-24make the UI counter, cast preference state, resumed state synchronizedDomingos Lopes
2016-04-24hide playback speed button when casting (upon button update)Domingos Lopes
2016-04-24have the position seekbar show that it's buffering/loading/seekingDomingos Lopes
2016-04-24allow audioplayer and videoplayer to pass the view intent to the service if ↵Domingos Lopes
the app happens to be casting at the moment
2016-04-24hide the playbackspeed button on the castplayer activityDomingos Lopes
2016-04-24have external player fragment show play button if castingDomingos Lopes
2016-04-24switching between media player activitiesDomingos Lopes
2016-04-24have hardware buttons change media volume ONLY when not castingDomingos Lopes
2016-04-24intents for cast player activityDomingos Lopes
2016-04-24get rid of cast callbacks (config)Domingos Lopes
2016-04-24separate audioplayeractivity into audio and cast activitiesDomingos Lopes
2016-04-23update PlaybackServiceCallbacks to be able to handle a cast player activityDomingos Lopes
2016-04-23disconnect cast session if user disables it in preferences and ↵Domingos Lopes
PlaybackService isn't running
2016-04-23implement basic cast session joinDomingos Lopes
2016-04-23fix media router button still showing when disabledDomingos Lopes
2016-04-23* add GooglePlayServices checkDomingos Lopes
* implement wifi-reconnect feature for casting * move wifiLock logic to abstract PSMP
2016-04-23add a CastManager, and other changesDomingos Lopes
2016-04-23Add the casting feature to PlaybackServiceDomingos Lopes
2016-04-23add cast button to important activitiesDomingos Lopes
2016-04-23add chromecast support initialization logic and introduce chromecast preferenceDomingos Lopes