summaryrefslogtreecommitdiff
path: root/core/src/main/res/values/strings.xml
AgeCommit message (Collapse)Author
2018-10-15Hiding expand notification preference on API 26ByteHamster
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-13Requesting storage permissions for external filesByteHamster
2018-07-13Player names are not translatableByteHamster
2018-06-08Merge branch 'develop' into exo-playerByteHamster
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-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-22Renamed Services to IntegrationsByteHamster
2018-04-22Automation categoryByteHamster
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-13Split feed info and settingsByteHamster
2018-04-11Changed batch edit icon and nameByteHamster
Closes #1146
2018-04-11Allow to continue playback when leaving playerByteHamster
2018-04-10Removed misc settingsByteHamster
2018-04-10Added categoriesByteHamster
2018-04-10Extracted string resourcesByteHamster
2018-04-09Allow to enter PiP automaticallyByteHamster
2018-04-09Split up two different uses of the string 'New'ByteHamster
Closes #2348
2018-04-08Merge branch 'develop' into picture-in-pictureByteHamster
2018-04-07Merge pull request #2626 from ByteHamster/failed-urlMartin Fietz
Showing URL for failed downloads
2018-04-05Showing URL for failed downloadsByteHamster
Closes #1082
2018-04-05Use generic export message instead of OPMLByteHamster
The same message is shown for HTML and OPML. Fixes #2462. Additionally, using string formatting now instead of just "+"
2018-04-02Merge remote-tracking branch 'upstream/develop' into picture-in-pictureByteHamster
2018-03-25[Ture Black] True Black Theme for AMOLEDalifeflow
Add true black themese Modified code that fails to support three themes
2018-01-21Improved export success wording (Closes #2545)ByteHamster
2018-01-21Merge branch 'develop' into picture-in-pictureH. Lehmann