summaryrefslogtreecommitdiff
path: root/app/src/main
AgeCommit message (Collapse)Author
2019-10-05Switch to new external media even if service is runningByteHamster
2019-10-05Start playing after granting storage permissionByteHamster
2019-10-05Merge branch 'master' into developByteHamster
2019-10-05Fixed F-Droid build1.7.3b-fixByteHamster
2019-10-04Fixed compilation in new fileByteHamster
2019-10-04Automatic AndroidX migrationByteHamster
2019-10-04Merge pull request #3489 from ByteHamster/fix-progress-bar-missingH. Lehmann
Fixed missing progress bar on position update
2019-10-03Fixed missing progress bar on position updateByteHamster
2019-10-03Cleaned up code styleByteHamster
2019-10-03Enabled antialiasingByteHamster
2019-10-03Added pie chart to statistics pageByteHamster
2019-10-03Converted statistics to RecyclerViewByteHamster
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-30Merge pull request #3472 from ByteHamster/do-not-spam-logcatH. Lehmann
Reduced logcat output
2019-09-29Updated statistics layoutByteHamster
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-29Reduced logcat outputByteHamster
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-27Keep background fragments aliveByteHamster
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 MediaPlayerActivityByteHamster
2019-09-25Listening to position updates in ExternalPlayerFragmentByteHamster
2019-09-25Removed ProgressEventByteHamster
Database upgrade is done on splash screen
2019-09-25Added refresh item to subscriptions viewByteHamster
2019-09-25Fixed crash if there is no browser installedByteHamster
2019-09-24auto feed update mini-refactor: move periodic update entry point method from ↵orionlee
UserPreference to AutoUpdateManager
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