summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-06Merge pull request #2960 from ByteHamster/ci-release-buildH. Lehmann
Using release build for CI
2019-01-06Merge branch 'develop' into ci-release-buildByteHamster
2019-01-06Merge pull request #2944 from abendebury/developH. Lehmann
Fix bug preventing database import on Android 9.
2019-01-05Add skip silence checkbox to audio controlfalko
Add new Checkbox to dialog. Enable only if ExoPlayer is selected. Selection directly changes player behavior
2019-01-05Enable ExoPlayer feature to skip silencefalko
SetSpeed was change to SetPlaybackParams which contain speed and a switch to skip silence. For Players that fo not support this the call is ignored or only SetSpeed is used. It is only working if ExoPlayeris used Default is OFF
2019-01-05Update ExoPlayer Version to 2.9.3falko
In order to support the feature to skip silence audio ExoPlayer must be updated. Lateste avaiable Version is 2.9.3
2019-01-05Merge pull request #1 from AntennaPod/developFalko
upstream
2019-01-05Using release build for CIByteHamster
2019-01-04Include Awaitility in app module and properly fix the added testPetar Kukolj
2019-01-03Fix a style issue and fix the testPetar Kukolj
2019-01-03Merge pull request #2913 from orionlee/auto_feed_update_fix_in_airplane_2906H. Lehmann
Auto feed update fix in airplane mode
2019-01-03Merge pull request #2859 from ByteHamster/glide-48H. Lehmann
Upgraded Glide to version 4.8.0
2019-01-03Fixed loading embedded pictureByteHamster
2019-01-03Fixed flickering caused by handlerByteHamster
2019-01-03Encapsulated CoverTargetByteHamster
2019-01-03Merge pull request #2842 from AntennaPod/rxjava2H. Lehmann
Migrate rxjava to version 2
2019-01-03Switched splash screen startByteHamster
The splash screen was added to prevent seeing the "non-ready" MainActivity. If the splash is closed before showing MainActivity, the splash does nothing in most cases, just flashes the screen blue for a few milliseconds. After that, you see MainActivity just as it was before adding the splash.
2018-12-26Code styleByteHamster
2018-12-26Merge branch 'develop' into rxjava2ByteHamster
2018-12-25Fix bug preventing database import on Android 9.Alexei Bendebury
Fixes #2925, fix suggested by ByteHamster.
2018-12-23Do not crashByteHamster
2018-12-23Merge branch 'develop' into glide-48H. Lehmann
2018-12-23Merge pull request #2932 from ByteHamster/contributors-updateH. Lehmann
Updated contributors
2018-12-23Updated contributorsByteHamster
2018-12-03Merge pull request #2915 from ahangarha/RTL-enhancementH. Lehmann
Improve RTL support
2018-12-03Add a test for "Delete Removes from Queue" behaviourPetar Kukolj
2018-12-02Move "Delete Removes from Queue" logic to DBWriterPetar Kukolj
2018-12-02Fix grammar in stringsqkolj
Co-Authored-By: qkolj <qkolj@users.noreply.github.com>
2018-12-02Make "Delete Removes From Queue" work consistently for all casesPetar Kukolj
2018-12-01force LTR dir for play controlsMostafa Ahangarha
2018-12-01Fix padding and marginMostafa Ahangarha
2018-12-01replave right with end for gravity attrMostafa Ahangarha
2018-12-01force LTR dir for progressBarMostafa Ahangarha
2018-12-01Added margenLeft for wider supportMostafa Ahangarha
2018-12-01force LTR dir for play btnMostafa Ahangarha
2018-11-30Made it easier to see that 'go to page' has a submenuByteHamster
2018-11-30Merge pull request #2924 from qkolj/backbut-npeH. Lehmann
Fix NPE when selecting Go to page for the first time
2018-11-30Force LTR in playing btnsMostafa Ahangarha
Force LTR direction for keeping consistancy in playing experience across all apps
2018-11-30Force LTR directionMostafa Ahangarha
Playing btns should remain in LTR direction to keep consistancy in playing media experience across applications.
2018-11-30Use a resoruce array for fragments tagsPetar Kukolj
2018-11-30Fix NPE when selecting Go to page for the first timePetar Kukolj
2018-11-29Add delete option to episode's context menuPetar Kukolj
This PR makes following changes: - Adds delete option to episode's context menus in queue and feed list - Adds a storage preference that allows episodes to be automatically removed from queue when they are deleted (by clicking delete in context menu, or pressing trash can icon on `Completed` tab of `Downloads` page) - Adds a test for the aforementioned preference
2018-11-29fix icon margin in main menuMostafa Ahangarha
2018-11-29Fix margin for authorMostafa Ahangarha
2018-11-28Merge pull request #2904 from qkolj/back-buttonH. Lehmann
Add configurable behavior of the back button
2018-11-23Improve RTL supportMostafa Ahangarha
For all the layout elements having margin, padding,... to right or left, releavnt start/end property is added so all the elements are supposed to be displayed properly in RTL mode. There are still minor issues related to some icons such as play, ff and rev. This issue must be addressed separately in future.
2018-11-22Fix coding style problemsPetar Kukolj
2018-11-21Merge pull request #2905 from ↵H. Lehmann
orionlee/episode_screen_context_menu_wrong_item_applied_in_refresh_2878 Fix episode screen context menu is applied on wrong feed item during refresh
2018-11-21#2906: refactor: move auto feed update by interval helper,orionlee
checkShouldRefreshFeeds(), to proper level of abstraction.
2018-11-21#2906: fix automatic feed update (by time interval) incorrectly run in ↵orionlee
airplane mode