summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod
AgeCommit message (Collapse)Author
2018-05-07Merge branch 'develop' into api-26-supportByteHamster
2018-05-07Re-enabled flattrByteHamster
2018-05-07Updated libraryByteHamster
2018-05-07Add search function to preferencesByteHamster
2018-05-06Fixed starting with DefaultActionButtonCallbackByteHamster
2018-05-06Using builder to call PlaybackServiceByteHamster
2018-05-06Code style improvementsByteHamster
2018-05-06Using callback instead of sync/async methodsByteHamster
2018-05-06Merge pull request #2673 from ByteHamster/preference-supportMartin Fietz
Switched to PreferenceFragmentCompat
2018-05-05Merge pull request #2674 from ByteHamster/delete-while-playingMartin Fietz
Prevent deletion of currently playing item
2018-05-05Prevent deletion of currently playing itemByteHamster
Was already prevented in the download list but not on the details fragment. Added alpha to make disabled state clear. Closes #2285
2018-05-05Moved widget from app to coreByteHamster
2018-05-05Switched widget to JobIntentServiceByteHamster
2018-05-04Merge pull request #2664 from orionlee/share_link_improvement_2579H. Lehmann
Share link improvement 2579
2018-05-04Moved Flattr/gpodder to their own filesByteHamster
2018-05-04Switched to PreferenceCompatByteHamster
2018-05-04Review changesByteHamster
2018-05-03Added JobScheduler for feed updatesByteHamster
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-02Flatten nested ifs, per @ByteHamster feedbackorionlee
2018-04-30FeedItem Visit Website tweak: use feed website as a fallback,orionlee
analogous to how share FeedItem link work. Applicable to both feed playback screen and feed information screen.
2018-04-30Provide share Link in episode information screen, similar to episode ↵orionlee
playback screen.
2018-04-30Issue #2579: Provide share Link in episode playback screen evenorionlee
when the episode has no link - Use podcast link as the fallback. Also bug fix share link with position: to include epsiode and podcast title.
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-22Fixed crash when changing settingsByteHamster
Looking at Fragment1, clicking Fragment2 Fragment2.onCreate Fragment2.onResume Fragment1.onPause <- This sets PreferenceUI to Fragment1, so onClickListeners in Fragment2 now have a reference to the wrong fragment
2018-04-22Merge pull request #2634 from ByteHamster/preference-reworkMartin Fietz
Preferences rework
2018-04-22Renamed Services to IntegrationsByteHamster
2018-04-22Actually renamy downloads to networkByteHamster
2018-04-22Disable items correctly in autodownloadByteHamster
2018-04-22MasterSwitchPreferenceByteHamster
2018-04-22Moved autodownload to new fileByteHamster
2018-04-22Merge branch 'develop' into preference-reworkByteHamster
2018-04-22Merge pull request #2657 from ByteHamster/more-invalid-positionsMartin Fietz
Ignore more invalid positions
2018-04-22Ignore more invalid positionsByteHamster
2018-04-22Merge pull request #2656 from ByteHamster/mark-all-playedMartin Fietz
Added warning to 'Mark all played'
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-22Merge pull request #2629 from ByteHamster/different-stringMartin Fietz
Split up two different uses of the string 'New'
2018-04-21Added warning to 'Mark all played'ByteHamster
Closes #2643
2018-04-17Ignore invalid position updatesByteHamster
Closes #2642
2018-04-13Use better header in feed info and settingsByteHamster
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-11Revert rename of setupFlavoredUIByteHamster
2018-04-11Re-enabled preference setup methodsByteHamster
2018-04-10Removed misc settingsByteHamster
2018-04-10Added categoriesByteHamster