summaryrefslogtreecommitdiff
path: root/core/src
AgeCommit message (Collapse)Author
2019-01-04#2685: add "12 hours after finishing" option for auto download episodes cleanuporionlee
2019-01-04Mark method only used in testing.orionlee
2019-01-04#2685: add "12 hours after finishing" option for auto download episodes cleanuporionlee
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
2018-10-20Update translationsMartin Fietz
2018-10-16Override JobIntentService to catch SecurityExceptionsMartin Fietz
2018-10-16Allow to select all above in batch editorByteHamster
2018-10-15Hiding expand notification preference on API 26ByteHamster
2018-10-14Upgraded Glide to version 4.8.0ByteHamster
2018-10-13new icon for user interface preferencesevenmaster
2018-10-13Revert "resized icon in settings to correct size"sevenmaster
This reverts commit 0ef011b464e638fa8b959a38d7822f7c667c281a.
2018-10-13Fix error-prone errorsAndrew Gaul
2018-10-08Update translationsMartin Fietz
2018-10-04resized icon in settings to correct sizesevenmaster
2018-10-04made icons available throughout the whole projectsevenmaster