summaryrefslogtreecommitdiff
path: root/core/src/main/res
AgeCommit message (Collapse)Author
2018-10-04resized icon in settings to correct sizesevenmaster
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-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.
2018-04-27Added "Random" and "Smart Shuffle" items at the bottom of the Queue|Sort menu.mr-intj
Added "Permutor" interface to allow specification of reordering logic to be specified in QueueSorter (vs. DBWriter), similar to the existing sort logic. Added "Random" and "Smart Shuffle" strings to core/src/main/res/values (did not add translations for non-English languages) Closes #2366, Closes #2602
2018-04-22Removed duplicate StringByteHamster
2018-04-22Merge branch 'develop' into exo-playerByteHamster
2018-04-22I deleted a line accidentallyByteHamster
2018-04-22Merge pull request #2634 from ByteHamster/preference-reworkMartin Fietz
Preferences rework
2018-04-22Renamed Services to IntegrationsByteHamster
2018-04-22Added network iconByteHamster
2018-04-22MasterSwitchPreferenceByteHamster
2018-04-22Automation categoryByteHamster
2018-04-22Merge pull request #2564 from xisberto/adaptive_iconMartin Fietz
Adaptive icon
2018-04-22Merge branch 'develop' into preference-reworkByteHamster
2018-04-22Merge branch 'develop' into exo-playerByteHamster
2018-04-22Merge pull request #2641 from ByteHamster/feed-info-and-settingsMartin Fietz
Split feed info and settings
2018-04-22Merge pull request #2637 from ByteHamster/apply-actionsMartin Fietz
Changed batch edit icon and name
2018-04-22Merge pull request #2506 from ByteHamster/picture-in-pictureMartin Fietz
Added Picure in picture
2018-04-21Added ExoPlayer settingByteHamster
2018-04-14[True Black] Fix UI Elementsalifeflow
Add true black style for progress bar Add true black style for item description Add true black style for web description
2018-04-14[True Black] Cleaning up Codealifeflow
Remove unused imports and redundant values Coding style adjustment
2018-04-13Split feed info and settingsByteHamster
2018-04-11Changed batch edit icon and nameByteHamster
Closes #1146
2018-04-11Allow to continue playback when leaving playerByteHamster