summaryrefslogtreecommitdiff
path: root/core/src/main
AgeCommit message (Collapse)Author
2020-04-05Use consistent user agentByteHamster
2020-04-04Allow to select audio trackByteHamster
2020-04-03Do not store Sync actions if user is not logged inByteHamster
2020-04-03Only load chapters when actually neededByteHamster
2020-04-03Removed unused ExecutorByteHamster
2020-04-03Merge pull request #3994 from ByteHamster/rebind-service-after-stoppingH. Lehmann
Rebind to the service after it was stopped
2020-04-02Added fast scrolling to all episode listsByteHamster
2020-04-02Rebind to the service after it was stoppedByteHamster
2020-04-02Merge pull request #3993 from ByteHamster/recycle-viewholdersH. Lehmann
Recycle ViewHolders throughout the whole app
2020-04-02Recycle ViewHolders throughout the appByteHamster
2020-04-02Merge pull request #3992 from ByteHamster/performanceH. Lehmann
Performance improvements
2020-04-02Performance improvementsByteHamster
2020-04-01Always join FeedMedia instead of doing two queriesByteHamster
2020-03-31Removed integrations screen with only one itemByteHamster
2020-03-31Fixed crashing DownloadServiceByteHamster
2020-03-30Checkstyle fixesByteHamster
2020-03-30Speed up full sync by not loading queue/favorite statusByteHamster
2020-03-30Give some love to gpodder login UIByteHamster
2020-03-30Report sync progressByteHamster
2020-03-30Upload all played episodes on full syncByteHamster
2020-03-30Migrated to WorkManager to allow retryingByteHamster
2020-03-30Uncoupled AntennaPod from specific GpodnetSyncServiceByteHamster
2020-03-30App shortcuts (#3748)Shinichiro Fujiwara
2020-03-27Updated translationsByteHamster
2020-03-26Merge pull request #3965 from ByteHamster/sync-icon-vectorH. Lehmann
Updated sync icons
2020-03-26Merge pull request #3967 from ByteHamster/make-controller-smallerH. Lehmann
Removed unused code from PlaybackController
2020-03-26Removed WiFi filter on Android 10ByteHamster
2020-03-26Removed unused code from PlaybackControllerByteHamster
2020-03-26Updated sync iconsByteHamster
2020-03-26Merge pull request #3839 from shortspider/NotificationForAutoDownloadsH. Lehmann
Notification for Auto Downloads
2020-03-26Removed unused StringBuilderByteHamster
2020-03-26Merge branch 'develop' into NotificationForAutoDownloadsH. Lehmann
2020-03-26Do not show buffering indicator when playing local fileByteHamster
2020-03-25Merge pull request #3962 from ByteHamster/cleanup-lintH. Lehmann
Cleaned up some Lint warnings
2020-03-25Removed unused codeByteHamster
2020-03-25Merge pull request #3954 from ByteHamster/audioplayer-fragmentH. Lehmann
Convert AudioPlayer to fragment
2020-03-25Cleaned up some Lint warningsByteHamster
2020-03-25Merge pull request #3961 from ByteHamster/show-buffering-indicatorH. Lehmann
Show buffering indicator on ExoPlayer
2020-03-25Redesign ExternalPlayerFragmentByteHamster
2020-03-25Show buffering indicator on ExoPlayerByteHamster
2020-03-25Implemented missing PlaybackController state handlingByteHamster
2020-03-25Updated queue iconByteHamster
2020-03-24Add and use new iconNathan Mascitelli
2020-03-24List episodes that are downloadedNathan Mascitelli
2020-03-24Use different idsNathan Mascitelli
2020-03-23Added basic cast button to AudioPlayerFragmentByteHamster
2020-03-23Added bottom sheet to activityByteHamster
2020-03-23Use AndroidX consumer instead of our ownByteHamster
2020-03-23Copied setup from MediaPlayerActivity to AudioPlayerFragmentByteHamster
2020-03-22Created audio player fragmentByteHamster