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
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
H. Lehmann
884d00a537
Merge pull request #3955 from ByteHamster/consumer
...
Use AndroidX consumer instead of our own
2020-03-23 11:09:00 +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
ByteHamster
a48391865e
Use AndroidX consumer instead of our own
2020-03-23 00:37:36 +01:00
ByteHamster
8cd29de2f4
Extracted skip preference dialog
2020-03-23 00:21:41 +01:00
ByteHamster
64f1af0d6b
Copied setup from MediaPlayerActivity to AudioPlayerFragment
2020-03-23 00:05:06 +01:00
ByteHamster
72b85f2472
Do not rotate speed indicator if setSpeed is never called
2020-03-22 23:14:59 +01:00
ByteHamster
467b2ae1a3
Created audio player fragment
2020-03-22 23:07:59 +01:00
Nathan Mascitelli
16345468e3
Fix build after rebase
2020-03-22 16:31:43 -04: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
052c86f43b
Fix build after rebase
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
H. Lehmann
3d7f93771a
Merge pull request #3951 from ByteHamster/progress-bars
...
Made sure that all fragments have a progress bar
2020-03-21 19:45:36 +01:00
ByteHamster
b6bbcf5afb
Made sure that all fragments have a progress bar
2020-03-21 19:25:54 +01:00
H. Lehmann
1cdc8fc33e
Merge pull request #3950 from ByteHamster/feedinfo-page
...
Feedinfo page improvements
2020-03-20 20:15:21 +01:00
ByteHamster
1f4801b3b2
Fixed item flickering while downloading
2020-03-20 19:55:56 +01:00
ByteHamster
8e10b986b2
Fixed header not updating after feed refresh
2020-03-20 19:02:46 +01:00
H. Lehmann
945224f308
Merge pull request #3949 from ByteHamster/fix-downloads-taking-long
...
Fixed downloads taking long before being shown as started
2020-03-20 18:54:23 +01: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
H. Lehmann
f1d00fe66a
Merge pull request #3948 from ByteHamster/authentication-button-visibility
...
Fixed white on white text
2020-03-20 16:02:44 +01:00
ByteHamster
c336ac24d4
Give cancelling downloads more time
...
The first download installs the ssl security provider and might block
around 1.2 seconds longer than in previous versions.
2020-03-20 15:55:26 +01:00
ByteHamster
00138515cc
Fixed white on white text
2020-03-20 15:04:38 +01:00
H. Lehmann
fee79e9043
Merge pull request #3945 from ByteHamster/fix-jumping-splash
...
Fixed jumping icon on splash screen
2020-03-20 14:35:46 +01:00
H. Lehmann
0685ae721f
Merge pull request #3947 from ByteHamster/fixes
...
Fixed some regressions with the new UI
2020-03-20 14:35:18 +01:00
ByteHamster
1eb207ad0e
Fixed jumping icon on splash screen
2020-03-20 14:19:03 +01:00
ByteHamster
096fb0d427
Fixed back button no longer closing app
2020-03-20 14:17:53 +01:00
ByteHamster
c2734ecb7e
Fixed adding feeds when clipboard is empty
2020-03-20 14:12:01 +01:00
ByteHamster
0d02943866
Install ssl provider asynchronously
2020-03-20 14:08:44 +01:00
H. Lehmann
d7cfa07c44
Merge pull request #3943 from ByteHamster/nav-list-fragment
...
Nav list fragment
2020-03-19 21:56:39 +01:00