Commit Graph

2288 Commits

Author SHA1 Message Date
H. Lehmann
38c1b559e3
Merge pull request #3839 from shortspider/NotificationForAutoDownloads
Notification for Auto Downloads
2020-03-26 19:22:04 +01:00
ByteHamster
13ca1a8dbc Removed unused StringBuilder 2020-03-26 18:56:25 +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
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
H. Lehmann
ae906de06d
Merge pull request #3961 from ByteHamster/show-buffering-indicator
Show buffering indicator on ExoPlayer
2020-03-25 18:20:42 +01:00
ByteHamster
cbb310080e Redesign ExternalPlayerFragment 2020-03-25 17:49:25 +01:00
ByteHamster
9e84a06260 Reworked cast button handling 2020-03-25 17:00:48 +01:00
ByteHamster
6f9d13146e Show buffering indicator on ExoPlayer 2020-03-25 16:43:35 +01:00
ByteHamster
a989db586a Implemented missing PlaybackController state handling 2020-03-25 16:09:45 +01:00
ByteHamster
5af219107d Updated queue icon 2020-03-25 15:46:01 +01:00
Nathan Mascitelli
9637734000 Add and use new icon 2020-03-24 21:12:02 -04:00
Nathan Mascitelli
125fa3932e List episodes that are downloaded 2020-03-24 20:48:35 -04:00
Nathan Mascitelli
c2d87f57e5 Use different ids 2020-03-24 20:03:04 -04:00
ByteHamster
982ce61b3f Added basic cast button to AudioPlayerFragment 2020-03-23 19:21:23 +01:00
ByteHamster
e417f4a5f8 Added bottom sheet to activity 2020-03-23 01:46:50 +01:00
ByteHamster
a48391865e Use AndroidX consumer instead of our own 2020-03-23 00:37:36 +01:00
ByteHamster
64f1af0d6b Copied setup from MediaPlayerActivity to AudioPlayerFragment 2020-03-23 00:05:06 +01:00
ByteHamster
467b2ae1a3 Created audio player fragment 2020-03-22 23:07:59 +01:00
Nathan Mascitelli
f82f9d702c Changes based on feedback 2020-03-22 16:28:51 -04:00
Nathan Mascitelli
ad54ed3ec6 Autodownload notification opens queue 2020-03-22 16:27:28 -04:00
Nathan Mascitelli
576baf90d8 Requested changes from review feedback 2020-03-22 16:25:57 -04:00
Nathan Mascitelli
7a93f1e513 Add new notification channel 2020-03-22 16:25:57 -04:00
Nathan Mascitelli
f7c520bc65 Remove unused constant 2020-03-22 16:25:57 -04:00
Nathan Mascitelli
bd4631126d Updates based on QA feedback 2020-03-22 16:25:57 -04:00
Nathan Mascitelli
5d70a3cc38 Rename generatedBySystem to initiatedByUser 2020-03-22 16:25:57 -04:00
Nathan Mascitelli
71f57bda32 Simplify constructors 2020-03-22 16:25:04 -04:00
Nathan Mascitelli
bbc994fc9b Fix build and tests 2020-03-22 16:25:04 -04:00
Nathan Mascitelli
1eaecf8358 Add preferences 2020-03-22 16:19:31 -04:00
Nathan Mascitelli
39e0d20ae7 Create report if download generated by system 2020-03-22 16:19:31 -04:00
Nathan Mascitelli
895af777cf Add generatedBySystem to DownloadStatus 2020-03-22 16:19:31 -04:00
Nathan Mascitelli
b5244bbe99 Add generatedBySystem to DownloadRequest 2020-03-22 16:19:31 -04:00
ByteHamster
000ea0b6de Fixed downloads taking long before being shown as started
The first call to installSslProvider may take quite long.
Already report the started download.
2020-03-20 18:09:29 +01:00
H. Lehmann
4da4b0e1c2
Merge pull request #3946 from ByteHamster/speed-up-start
Install ssl provider asynchronously
2020-03-20 16:14:41 +01:00
ByteHamster
1eb207ad0e Fixed jumping icon on splash screen 2020-03-20 14:19:03 +01:00
ByteHamster
0d02943866 Install ssl provider asynchronously 2020-03-20 14:08:44 +01:00
ByteHamster
9e99b81f1e Enabled more checkstyle rules 2020-03-18 20:17:51 +01:00
H. Lehmann
85cbebcae1
Merge pull request #3940 from ByteHamster/caching-improvements
Do not cache images, accept old iTunes responses
2020-03-18 00:29:38 +01:00
Tony Tam
34fba016d1
Show artistName in place of podcast url when it is available (#3762) 2020-03-18 00:11:52 +01:00
ByteHamster
9ff4687821 Do not cache images, accept old iTunes responses 2020-03-18 00:08:13 +01:00
H. Lehmann
bb13b1e5f3
Merge pull request #3938 from ByteHamster/sidebar-size
Increased sidebar size
2020-03-17 16:09:50 +01:00
ByteHamster
53f9c87797 Increased sidebar size 2020-03-17 15:39:28 +01:00
ByteHamster
7db3da273a Re-added paged feed button 2020-03-17 14:35:10 +01:00
ByteHamster
8d2a188eda Showing feed results in search 2020-03-17 14:35:10 +01:00
ByteHamster
4f0de071ec Converted lists to RecyclerView
Also, cleaned up list adapters
2020-03-17 14:35:06 +01:00
H. Lehmann
4e0e4baa05
Merge pull request #3935 from ByteHamster/black-icons
Made icons black instead of grey
2020-03-17 00:22:19 +01:00
H. Lehmann
21c617cc74
Merge pull request #3936 from ByteHamster/add-feed-page
Made add feed page more white
2020-03-16 22:41:05 +01:00