summaryrefslogtreecommitdiff
path: root/core/src/main
AgeCommit message (Collapse)Author
2019-01-03Fix a style issue and fix the testPetar 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-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-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-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-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-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
2018-10-04added icons in settingssevenmaster
2018-09-30Merge pull request #2839 from ↵Martin Fietz
AntennaPod/bugfix/2691-auto-update-network-not-ready When auto refreshing feeds, give network some time to get available
2018-09-302815 Extract versionMartin Fietz
2018-09-30Merge pull request #2838 from AntennaPod/feature/2828-filter-favoritesH. Lehmann
Add feed filter criteria 'is favorite'
2018-09-30Merge pull request #2665 from ByteHamster/prevent-thrashingMartin Fietz
Prevent thrashing the database by opening and closing rapidly
2018-09-30Merge pull request #2689 from orionlee/auto_download_fix_during_feed_update_2577Martin Fietz
Ensure that during feeds update, automatic (episodes) download the latest ones
2018-09-27Merge pull request #2666 from orionlee/mark_as_seen_in_context_menu_2580Martin Fietz
Expose "Mark as seen" as a context menu item in Episodes screen
2018-09-27When auto refreshing feeds, give network some time to get availableMartin Fietz
2018-09-27Merge pull request #2802 from 1nsidE/developMartin Fietz
[#2801] (AntennaPod failing to parse date in "Sun 01 Mar 2015 01:00:00 GMT-0400 (EDT)" format)
2018-09-27Merge pull request #2832 from ByteHamster/null-media-playerMartin Fietz
Do not crash if mediaPlayer is null
2018-09-27Merge pull request #2834 from ByteHamster/npe-remote-psmpMartin Fietz
Allow mediaPlayer to be null
2018-09-27Add feed filter criteria 'is favorite'Martin Fietz
2018-09-26Allow mediaPlayer to be nullByteHamster
2018-09-26Do not crash if mediaPlayer is nullByteHamster
2018-09-062815 Enqueue jobs with a unique job id per classMartin Fietz
As Job IDs must be unique per uid, use IDs that no one else will use...
2018-09-04Merge pull request #2785 from keunes/patch-1H. Lehmann
Update (preference) strings
2018-09-04Update strings.xmlKoen Glotzbach
Correct plural/singular in search strings
2018-09-04Lowercase stringsKoen Glotzbach
use lowercase for particular strings
2018-08-19Fix date parsing error on ↵InsidE
"https://s3.us-east-2.amazonaws.com/podcast.intelligence.org/razmedia/razfeed.xml"