summaryrefslogtreecommitdiff
path: root/core/src/main/res
AgeCommit message (Collapse)Author
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-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-10-22Changed show notes background color to black, and then as well as the ↵Cameron Banga
overlay scrubber background to black.
2018-10-21Merge branch 'develop' into settings_icon_fixMartin Fietz
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-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-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 #2838 from AntennaPod/feature/2828-filter-favoritesH. Lehmann
Add feed filter criteria 'is favorite'
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-27Add feed filter criteria 'is favorite'Martin Fietz
2018-09-04Update strings.xmlKoen Glotzbach
Correct plural/singular in search strings
2018-09-04Lowercase stringsKoen Glotzbach
use lowercase for particular strings
2018-07-29Update pref stringsKoen Glotzbach
Mainly replace all 'feed' mentions by 'podcast'
2018-07-28Update strings.xmlKoen Glotzbach
Escape apostrophes
2018-07-28Update strings.xmlKoen Glotzbach
- improved preferences strings - improved sharing strings
2018-07-26Merge pull request #2765 from ByteHamster/runtime-permissionsH. Lehmann
Requesting storage permissions for external files
2018-07-26Theming support for about screenByteHamster
2018-07-22Update translationsMartin Fietz
2018-07-13Requesting storage permissions for external filesByteHamster
2018-07-13Player names are not translatableByteHamster
2018-06-08Merge branch 'develop' into exo-playerByteHamster
2018-06-06Moved playing background into attrByteHamster
2018-06-06Fixed buildByteHamster
2018-06-06Merge branch 'develop' of https://github.com/alifeflow/AntennaPod into ↵ByteHamster
alifeflow-develop
2018-05-26Merge branch 'develop' into exo-playerH. Lehmann
2018-05-26Merge pull request #2667 from ByteHamster/api-26-supportH. Lehmann
Api 26 support
2018-05-26Added examples to notification descriptionsByteHamster
2018-05-26Gpodder sync does not need a notification anymoreByteHamster
2018-05-15Give FeedUpdateReceiver a human-friendly label per review feedback.orionlee
2018-05-14Update strings.xmlKoen Glotzbach
Improve preference description following https://github.com/AntennaPod/AntennaPod/issues/1560#issuecomment-172252386. Not sure if same change should be applied also to string "pref_hardwarePreviousButtonRestarts_sum"
2018-05-07Merge branch 'develop' into api-26-supportByteHamster
2018-05-05Moved widget from app to coreByteHamster
2018-05-04Switched to PreferenceCompatByteHamster
2018-05-03Start PlaybackService lazily to allow using ForegroundServiceByteHamster
2018-05-03Added notification categoriesByteHamster
Android treats IMPORTANCE_DEFAULT as IMPORTANCE_HIGH https://issuetracker.google.com/issues/65108694
2018-05-02Issue #2580: Expose "Mark as seen" as a context menu item in Episodeorionlee
screen, in addition to the existing swipe in Episode > New tab.