summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-04Allow to select audio trackByteHamster
2020-04-04Open video player when playing videoByteHamster
2020-04-04Double-tap video to skipByteHamster
2020-04-03Merge pull request #3998 from ByteHamster/do-not-store-actions-if-logged-outH. Lehmann
Do not store Sync actions if user is not logged in
2020-04-03Do not store Sync actions if user is not logged inByteHamster
2020-04-03Merge pull request #3997 from ByteHamster/more-performanceH. Lehmann
Some more performance improvements
2020-04-03Only load chapters when actually neededByteHamster
2020-04-03Removed unused ExecutorByteHamster
2020-04-03Hide audioplayer by default to not show uninitialized stateByteHamster
2020-04-03Merge pull request #3994 from ByteHamster/rebind-service-after-stoppingH. Lehmann
Rebind to the service after it was stopped
2020-04-03Merge pull request #3995 from ByteHamster/fast-scrollH. Lehmann
Added fast scrolling to all episode lists
2020-04-03Merge pull request #3996 from ByteHamster/removed-main-thread-dbH. Lehmann
Removed yet another DB access on the main thread
2020-04-02Removed yet another DB access on the main threadByteHamster
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-02Merge pull request #3989 from ByteHamster/join-feedmediaH. Lehmann
Always join FeedMedia instead of doing two queries
2020-04-02Merge pull request #3991 from ByteHamster/database-main-threadH. Lehmann
Do not query database on main thread
2020-04-02Performance improvementsByteHamster
2020-04-01Do not query database on main threadByteHamster
2020-04-01Merge pull request #3990 from ByteHamster/ci-verbosityH. Lehmann
Reduce test verbosity on CI to make it easier to find error
2020-04-01Reduce test verbosity on CI to make it easier to find errorByteHamster
2020-04-01Always join FeedMedia instead of doing two queriesByteHamster
2020-04-01Use AlertDialog for episode filters (#3981)Tony Tam
2020-04-01Merge pull request #3983 from ByteHamster/integrations-screenH. Lehmann
Removed integrations screen with only one item
2020-03-31put a date with the filename being exported (#3980)Tony Tam
2020-03-31Removed integrations screen with only one itemByteHamster
2020-03-31Merge pull request #3970 from ByteHamster/extract-gpodderH. Lehmann
SyncService refactoring
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-30Merge pull request #3978 from ByteHamster/diff-checkstyleH. Lehmann
Added diff-checkstyle
2020-03-30Added diff-checkstyleByteHamster
2020-03-30App shortcuts (#3748)Shinichiro Fujiwara
2020-03-29Merge pull request #3976 from ByteHamster/fix-player-overlapH. Lehmann
Fixed description overlapping mini player
2020-03-29Fixed description overlapping mini playerByteHamster
2020-03-27Merge pull request #3969 from ByteHamster/hide-miniplayer-when-nothing-playingH. Lehmann
Hide the miniplayer if there is no media playing
2020-03-27Hide the miniplayer if there is no media playingByteHamster
2020-03-27Updated contributors listByteHamster
2020-03-27Updated translationsByteHamster
2020-03-26Merge pull request #3965 from ByteHamster/sync-icon-vectorH. Lehmann
Updated sync icons
2020-03-26Merge pull request #3966 from ByteHamster/fix-not-updatingH. Lehmann
Fixed player sometimes not updating
2020-03-26Merge pull request #3967 from ByteHamster/make-controller-smallerH. Lehmann
Removed unused code from PlaybackController