H. Lehmann
b5836650d1
Merge pull request #3954 from ByteHamster/audioplayer-fragment
...
Convert AudioPlayer to fragment
2020-03-25 22:49:34 +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
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
ByteHamster
b6bbcf5afb
Made sure that all fragments have a progress bar
2020-03-21 19:25:54 +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
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
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
ByteHamster
260bb8f5cc
Updated tests
2020-03-19 21:22:44 +01:00
ByteHamster
9e99b81f1e
Enabled more checkstyle rules
2020-03-18 20:17:51 +01:00
ByteHamster
2026b3dd22
Using nav list fragment in MediaPlayerInfoActivity
2020-03-18 19:37:38 +01:00
ByteHamster
8ce26915be
Migrated nav list to a fragment
2020-03-18 19:19:28 +01:00
ByteHamster
82e073908f
Do not spam toast message when downloading
2020-03-18 00:36:44 +01:00
ByteHamster
13bab7f916
Fixed delete button visibility
2020-03-18 00:34:10 +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
ByteHamster
8486c33815
Tiny add feed improvements
2020-03-17 23:26:04 +01:00