Commit Graph

2624 Commits

Author SHA1 Message Date
Tony Tam ea58748b22
Use AlertDialog for episode filters (#3981) 2020-04-01 12:44:58 +02:00
H. Lehmann eae200b0dc
Merge pull request #3983 from ByteHamster/integrations-screen
Removed integrations screen with only one item
2020-04-01 12:31:42 +02:00
Tony Tam 91c15ac897
put a date with the filename being exported (#3980) 2020-03-31 20:29:33 +02:00
ByteHamster 5bfb68382b Removed integrations screen with only one item 2020-03-31 12:34:30 +02:00
ByteHamster 6d3cc1a9da Checkstyle fixes 2020-03-30 14:37:27 +02:00
ByteHamster 6e3d012a8a Speed up full sync by not loading queue/favorite status 2020-03-30 13:58:44 +02:00
ByteHamster 9c1725fcd3 Give some love to gpodder login UI 2020-03-30 13:58:44 +02:00
ByteHamster 67de5de8c4 Report sync progress 2020-03-30 13:58:44 +02:00
ByteHamster ef121892f7 Migrated to WorkManager to allow retrying 2020-03-30 13:58:44 +02:00
ByteHamster 2b8c3ff04e Uncoupled AntennaPod from specific GpodnetSyncService 2020-03-30 13:58:44 +02:00
Shinichiro Fujiwara 001583a4e0
App shortcuts (#3748) 2020-03-30 00:39:52 +02:00
H. Lehmann ec0255b743
Merge pull request #3976 from ByteHamster/fix-player-overlap
Fixed description overlapping mini player
2020-03-29 15:23:17 +02:00
ByteHamster ae3b633636 Fixed description overlapping mini player 2020-03-29 14:55:24 +02:00
ByteHamster fa7e8baea6 Hide the miniplayer if there is no media playing 2020-03-27 17:58:38 +01:00
ByteHamster 060cb2c180 Updated contributors list 2020-03-27 14:54:12 +01:00
H. Lehmann 154c04b50a
Merge pull request #3966 from ByteHamster/fix-not-updating
Fixed player sometimes not updating
2020-03-26 23:41:45 +01:00
H. Lehmann ddc8cc7cba
Merge pull request #3967 from ByteHamster/make-controller-smaller
Removed unused code from PlaybackController
2020-03-26 23:41:30 +01:00
ByteHamster 855681e0ee Removed WiFi filter on Android 10 2020-03-26 22:36:23 +01:00
ByteHamster 75d44b95a2 Removed unused code from PlaybackController 2020-03-26 21:47:19 +01:00
ByteHamster 059eda1b34 Fixed player sometimes not updating 2020-03-26 21:28:45 +01:00
H. Lehmann 38c1b559e3
Merge pull request #3839 from shortspider/NotificationForAutoDownloads
Notification for Auto Downloads
2020-03-26 19:22:04 +01:00
H. Lehmann a6accec122
Merge pull request #3963 from ByteHamster/fix-externalplayer-not-hidden
Fixed external player not being hidden when expanding with intent
2020-03-26 17:25:05 +01:00
H. Lehmann 11ef58f592
Merge branch 'develop' into NotificationForAutoDownloads 2020-03-26 17:17:52 +01:00
ByteHamster 5a3778e2f0 Do not show buffering indicator when playing local file 2020-03-26 17:12:00 +01:00
ByteHamster 592ebf27ae Fixed external player not being hidden when expanding with intent 2020-03-26 17:07:16 +01:00
H. Lehmann b4b2b45247
Merge pull request #3962 from ByteHamster/cleanup-lint
Cleaned up some Lint warnings
2020-03-25 23:47:05 +01:00
ByteHamster 902215c18d Removed unused code 2020-03-25 22:50:41 +01:00
H. Lehmann b5836650d1
Merge pull request #3954 from ByteHamster/audioplayer-fragment
Convert AudioPlayer to fragment
2020-03-25 22:49:34 +01:00
ByteHamster 3399be1290 Cleaned up some Lint warnings 2020-03-25 22:17:29 +01:00
ByteHamster d87cc27c9b Deleted unused layout file 2020-03-25 21:45:58 +01:00
ByteHamster a4c4d116de Fixed crash
Not sure why that crash appeared now...
2020-03-25 21:38:05 +01:00
ByteHamster 44df74fc17 Removed CastPlayerActivity 2020-03-25 21:21:19 +01:00
ByteHamster 4ee04b3409 Updated tests 2020-03-25 18:18:14 +01:00
ByteHamster cbb310080e Redesign ExternalPlayerFragment 2020-03-25 17:49:25 +01:00
ByteHamster 0a7d054aad Removed AudioPlayerActivity 2020-03-25 17:09:03 +01:00
H. Lehmann 93595c7bc2
Merge pull request #3959 from ByteHamster/online-feed-view-close
Close OnlineFeedViewActivity when clicking border
2020-03-25 17:01:47 +01:00
H. Lehmann 3bb222089e
Merge pull request #3958 from ByteHamster/fix-sidebar-position
Fixed sidebar sometimes highlighting wrong fragment
2020-03-25 17:01:31 +01:00
ByteHamster 9e84a06260 Reworked cast button handling 2020-03-25 17:00:48 +01:00
ByteHamster a989db586a Implemented missing PlaybackController state handling 2020-03-25 16:09:45 +01:00
ByteHamster 75e34da30f Close OnlineFeedViewActivity when clicking border 2020-03-25 15:41:42 +01:00
ByteHamster 4ecf9ca605 Fixed sidebar sometimes highlighting wrong fragment 2020-03-25 15:35:21 +01:00
ByteHamster d77e04d1c1 Round icons in search list 2020-03-25 15:23:35 +01:00
ByteHamster 982ce61b3f Added basic cast button to AudioPlayerFragment 2020-03-23 19:21:23 +01:00
ByteHamster 11536361c5 Fixed tests 2020-03-23 19:18:24 +01:00
ByteHamster 5ad7228b4e Going down the BottomSheetBehavior rabbit hole...
BottomSheetBehavior only supports one scrolling child. Add support for a ViewPager.
ViewPager.getChildAt sometimes does not match the actual position.
Make sure that it keeps all children using setOffscreenPageLimit
2020-03-23 14:33:30 +01:00
H. Lehmann c488b6c3fb
Merge pull request #3953 from ByteHamster/do-not-rotate-speed-indicator
Do not rotate speed indicator if setSpeed is never called
2020-03-23 11:09:18 +01:00
ByteHamster 6b79daacfe Converted chapters list to RecyclerView
This fixes scrolling in bottom sheet
2020-03-23 11:08:25 +01:00
ByteHamster cc3e39a223 Lock bottom sheet when playing video 2020-03-23 10:47:11 +01:00
ByteHamster e417f4a5f8 Added bottom sheet to activity 2020-03-23 01:46:50 +01:00
ByteHamster 16d0a1befa Added options menu 2020-03-23 00:57:57 +01:00