summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/fragment
AgeCommit message (Collapse)Author
2019-10-02Merge pull request #3426 from ByteHamster/feedinfo-fragmentH. Lehmann
Feedinfo page animation
2019-10-02Added feed title to ActionBarByteHamster
2019-09-30Fixed sharing ViewModel with multiple feedsByteHamster
2019-09-29Converted statistics to fragmentByteHamster
Also set title of all preferences pages
2019-09-29Added ViewModel to FeedInfoFragment for even smoother animationByteHamster
2019-09-29Using FeedSettingsFragment without ActivityByteHamster
2019-09-29Making sure that we don't miss updatesByteHamster
2019-09-29Merge pull request #3454 from ByteHamster/update-progressH. Lehmann
Update episode progress during playback
2019-09-28Wifi Filter UI - code style tweaks, mainly inlining.orionlee
2019-09-27Auto Wifi filter permission UI - flattened the logic back to the fragment ↵orionlee
per review.
2019-09-27#3387 permission prompt - add comments for case Wi-Fi filter not enabled.orionlee
2019-09-27#3387 permission prompt - add warning icon to make it stand out.orionlee
2019-09-27#3387 use ACCESS_FINE_LOCATION per Google feedbackorionlee
https://issuetracker.google.com/issues/140696830
2019-09-27#3387 ask for location permission for Wi-Fi filter UI on Android 10+.orionlee
2019-09-27Merge branch 'develop' into feedinfo-fragmentByteHamster
2019-09-27Clear title on resumeByteHamster
2019-09-27Moved reloading fragment to onCreateByteHamster
2019-09-27Merge branch 'develop' into update-progressByteHamster
2019-09-26Merge pull request #3453 from ByteHamster/refresh-subscriptions-viewH. Lehmann
Added refresh item to subscriptions view
2019-09-26Refactored method for readabilityByteHamster
2019-09-26Merge pull request #3451 from ByteHamster/fix-no-browser-installedH. Lehmann
Fixed crash if there is no browser installed
2019-09-25Update playback position in feed details listByteHamster
2019-09-25Update playback position in all episodes listByteHamster
2019-09-25Update playback position in queueByteHamster
2019-09-25Listening to position updates in ExternalPlayerFragmentByteHamster
2019-09-25Added refresh item to subscriptions viewByteHamster
2019-09-25Fixed crash if there is no browser installedByteHamster
2019-09-24auto feed update - make the calls from UI use background thread rather than ↵orionlee
WorkManager to ensure the updates are immediate.
2019-09-24remove unnecessary thread DBTasks.refreshAllFeeds(): it is invoked by ↵orionlee
FeedUpdateWorker in background only.
2019-09-24Merge branch 'develop' into feedinfo-fragmentH. Lehmann
2019-09-24Merge pull request #3441 from ByteHamster/circleci-improvementsH. Lehmann
Circleci improvements
2019-09-24Fixed checkstyle violationsByteHamster
2019-09-23feeditem context menu refactor - removed unused showExtendedMenu parameterorionlee
2019-09-22Queue context menu refactor - move queue-specific logic out of generic handlerorionlee
2019-09-22#3302 - support remove new flag in Podcast screen and Podcast Episode Screen.orionlee
- moved the logic in Episodes Screen (AllEpisodesRecycleAdapter and EpisodesListFragment) to the generic FeedItemMenuHandler
2019-09-20Added button to view mailing listByteHamster
2019-09-20Renamed crash report to bug reportByteHamster
2019-09-20Removed link to known issuesByteHamster
2019-09-20Merge pull request #3414 from ByteHamster/bug-report-screenH. Lehmann
Added screen that shows crash info
2019-09-20OPML export: Choose export folder (#3175)William Seemann
2019-09-20Merge branch 'develop' into lock-queueH. Lehmann
2019-09-20Merge pull request #3424 from ByteHamster/preferences-applyH. Lehmann
Calling apply() on preferences edit
2019-09-16Setting titleByteHamster
2019-09-16Added card flip animation to feed info fragmentByteHamster
2019-09-15Converted FeedInfo Activity to fragmentByteHamster
2019-09-14Removed unused codeByteHamster
2019-09-14Calling apply() on preferences editByteHamster
2019-09-13Merge pull request #3419 from ByteHamster/crash-fixesH. Lehmann
Fixed crash when controller is null
2019-09-13Fixed crash when controller is nullByteHamster
2019-09-11Added screen that shows crash infoByteHamster