summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2019-01-15Only delete from queue if deletion of media succeedsByteHamster
2019-01-15Merge pull request #2921 from qkolj/delete-episodesH. Lehmann
Add delete option to episode's context menu
2019-01-15Hiding settings that ExoPlayer does not yet supportByteHamster
2019-01-15Merge pull request #2961 from HaBaLeS/AP2253H. Lehmann
Remove silence in podcast episodes
2019-01-15Merge pull request #2969 from ByteHamster/colorDarkH. Lehmann
Expanding toolbar
2019-01-15Merge pull request #2968 from ByteHamster/translation-updateH. Lehmann
Translation updates
2019-01-11#2947 - fix app crash in some error case with ExoPlayer.orionlee
(It does not address root problems in #2947 though).
2019-01-10Splash status bar colorByteHamster
2019-01-09Expanding toolbarByteHamster
2019-01-09Updated strings.xml translationsByteHamster
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-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
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-23Merge branch 'develop' into glide-48H. Lehmann
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-11-30Made it easier to see that 'go to page' has a submenuByteHamster
2018-11-30Use a resoruce array for fragments tagsPetar 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-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
2018-11-17Use fragment tags instead of position indexes for saving chosen fragmentPetar Kukolj
2018-11-15Add go to page optionPetar Kukolj
2018-11-14Add configurable behavior of the back buttonPetar Kukolj
This PR allows users to change how the back button functions. Closes #2196 Possible choices are following: - **Default** - back button functions how it currently functions (closes the app if there is nowhere to go back to) - **Open navigation drawer** - back button always opens the navigation drawer instead of closing the app - **Double tap to exit** - like default, but requires two taps to close the app - **Confirm to exit** - like default, but prompts user if they really want to exit
2018-11-11Merge pull request #2870 from ByteHamster/tests-fixMartin Fietz
Updated tests
2018-11-11Previously couldn't see the highlighted chapter on trueblack AMOLED because ↵Cameron Banga
it was same color as background color.
2018-11-11Merge pull request #2889 from AntennaPod/2882Martin Fietz
Prevent NPE
2018-11-072463 Do not close the database anymoreMartin Fietz
2018-11-072463 Disable WALMartin Fietz
2018-11-04Prevent NPEMartin Fietz
2018-10-22Changed show notes background color to black, and then as well as the ↵Cameron Banga
overlay scrubber background to black.
2018-10-21Updated testsByteHamster
2018-10-21Merge branch 'develop' into glide-48H. Lehmann
2018-10-21Merge pull request #2868 from mfietz/feature/2849-fix-code-warningsMartin Fietz
Feature/2849 fix code warnings
2018-10-21Merge branch 'develop' into settings_icon_fixMartin Fietz
2018-10-21Remove redundant type castsegsavage
2018-10-21Optimize importsegsavage
2018-10-21Merge pull request #2854 from gaul/error-proneMartin Fietz
Fix error-prone errors
2018-10-21Merge pull request #2863 from ByteHamster/mark-all-belowMartin Fietz
Allow to select all above/below in batch editor
2018-10-20Merge branch 'develop'Martin Fietz
2018-10-20Merge pull request #2861 from ByteHamster/pref-expanded-notificationMartin Fietz
Hiding expand notification preference on API 26