6690 Commits

Author SHA1 Message Date
ByteHamster
af1a6a7ef9 Bumped version to 2.0.1 2020-09-30 10:43:00 +02:00
ByteHamster
ccf72e5a81 Updated contributors 2020-09-30 10:14:17 +02:00
ByteHamster
4a877f24b8 Updated translations 2020-09-30 10:11:52 +02:00
H. Lehmann
07324b4e5e
Merge pull request #4462 from ByteHamster/fix-cropped-covers
Fix cropped covers on API <20
2020-09-29 13:31:04 +02:00
H. Lehmann
68e2f198c3
Merge pull request #4463 from ByteHamster/buffering-indicator
Fix buffering indicator sometimes sticking
2020-09-29 13:30:41 +02:00
H. Lehmann
342a082287
Merge pull request #4464 from ByteHamster/swallow-undeliverable-exception
Swallow undeliverable RxJava exceptions
2020-09-29 13:29:23 +02:00
ByteHamster
f54076ca58 Swallow undeliverable RxJava exceptions
AntennaPod threads might throw NPEs after disposing because we set controllers to null.
2020-09-29 12:23:13 +02:00
ByteHamster
c2b0a356ac Fix buffering indicator sometimes sticking
We currently have no method to actively query the buffering state.
Remove indicator if we can no longer receive updates.
2020-09-29 11:21:01 +02:00
ByteHamster
9c74b78b56 Fix cropped covers on API <20 2020-09-29 10:59:39 +02:00
ByteHamster
6b173d0c1a Bumped version to 2.0.0 2020-09-21 10:58:34 +02:00
ByteHamster
c1810a7e49 Updated translations 2020-09-21 10:52:38 +02:00
H. Lehmann
a0097abc34
Merge pull request #4441 from ByteHamster/new-logo
New logo
2020-09-21 10:45:05 +02:00
ByteHamster
727f38cf63 New splash screen 2020-09-21 09:50:33 +02:00
ByteHamster
e82702655e Updated widget icon 2020-09-21 09:32:07 +02:00
ByteHamster
56256285c2 New teaser images 2020-09-20 23:34:43 +02:00
ByteHamster
a515940541 Updated screenshots 2020-09-20 23:21:35 +02:00
ByteHamster
eb3993f776 New notification icon 2020-09-20 23:13:28 +02:00
ByteHamster
cab277bb85 New app icon 2020-09-20 22:45:23 +02:00
H. Lehmann
746190106f
Merge pull request #4439 from ByteHamster/item-without-feed-hotfix
Fixed crash when item has no feed
2020-09-20 12:32:39 +02:00
H. Lehmann
490ae5ec1f
Merge pull request #4438 from ByteHamster/description-crash-hotfix
Fixed crash (fromCallable rethrows instead of calling onError)
2020-09-20 11:56:50 +02:00
ByteHamster
43d36c7560 Fixed crash when item has no feed
Apparently, there are ways to end up with items that have no feed.
This hotfix prevents the app from crashing but it does not solve the
reason for items without feeds.
2020-09-20 11:52:11 +02:00
H. Lehmann
4a339ff532
Merge pull request #4386 from ByteHamster/special-thanks
Added 'special thanks' screen
2020-09-20 08:57:05 +02:00
ByteHamster
3671188b0f Fixed crash (fromCallable rethrows instead of calling onError) 2020-09-20 08:52:25 +02:00
ByteHamster
d38c7a442a Added 'special thanks' screen 2020-09-20 08:35:20 +02:00
H. Lehmann
694ba65dd0
Merge pull request #4437 from ByteHamster/providerinstaller-synchronous
Make ProviderInstaller synchronous again
2020-09-20 08:27:37 +02:00
H. Lehmann
ae04b1d88f
Merge pull request #4436 from ByteHamster/remove-artwork
Removed artwork folder
2020-09-20 08:22:16 +02:00
ByteHamster
806b1f48ec Make ProviderInstaller synchronous again
See #4077 for details: It is fast and the old method sometimes does not install the provider early enough

Reverts #3946 and #4285
2020-09-19 21:27:01 +02:00
ByteHamster
fdae07347b Removed artwork folder 2020-09-19 21:10:16 +02:00
H. Lehmann
689bdb69db
Merge pull request #4431 from ByteHamster/fix-scroll-position-reset
Fixed pages forgetting scroll position when switching tabs
2020-09-19 11:24:29 +02:00
H. Lehmann
571ebea12e
Merge pull request #4432 from ByteHamster/upgrade-appcompat
Upgraded AppCompat to fix WebView crashes
2020-09-19 11:22:58 +02:00
ByteHamster
b75c05cca1 Upgraded AppCompat to fix WebView crashes 2020-09-18 23:11:38 +02:00
ByteHamster
f3e3f9c4d1 Fixed pages forgetting scroll position when switching tabs 2020-09-18 23:07:10 +02:00
H. Lehmann
dc454b9373
Merge pull request #4423 from tonytamsf/landscape-2
fix layout for 16:9 phone screens, squashed for #4334
2020-09-15 10:20:37 +02:00
Tony Tam
da14ae58dc - better resizing for multiple screen ratios 2020-09-14 11:14:52 -07:00
H. Lehmann
25d2290643
Merge pull request #4412 from asdoi/playback_upates
Update skip/forward TextViews of AudioPlayerFragment
2020-09-09 22:20:09 +02:00
asdoi
c4673662b2 update skip/forward value 2020-09-08 16:44:53 +02:00
H. Lehmann
06315821d5
Merge pull request #4344 from ByteHamster/parser-error-more-details
Be more verbose about invalid type errors
2020-08-04 09:25:16 +02:00
H. Lehmann
5a56fb6f0d
Merge pull request #4340 from damoasda/FeedItemlistFragment-NPE-fix
Fix NullPointerException in FeedItemlistFragment when deleting a podcast
2020-08-03 22:02:39 +02:00
Herbert Reiter
46b886baa3 Fix NullPointerException in FeedItemlistFragment when deleting a podcast 2020-08-03 21:43:19 +02:00
ByteHamster
dd5b3cac0e Be more verbose about invalid type errors 2020-08-03 13:10:08 +02:00
H. Lehmann
de70873e96
Merge pull request #4325 from ByteHamster/dispose-loader-before-null
Dispose loaders before setting controller to null
2020-07-31 23:01:18 +02:00
H. Lehmann
7603ab3403
Merge pull request #4326 from ByteHamster/remove-icon-poll
Remove icon poll from production version
2020-07-31 21:45:24 +02:00
ByteHamster
7e0dc71265 Revert "Added new icon poll"
This reverts commit cc04e08e7432920da712742804bde5f67b3391f7.
2020-07-29 00:31:23 +02:00
H. Lehmann
8fa1a9c03c
Merge pull request #4324 from ByteHamster/streaming-confirmation-dialog
Make mobile streaming dialog easier to understand
2020-07-27 14:27:56 +02:00
ByteHamster
426be4d226 Dispose loaders before setting controller to null 2020-07-27 13:16:23 +02:00
ByteHamster
d86121746a Make mobile streaming dialog easier to understand 2020-07-27 11:33:53 +02:00
ByteHamster
4ddee03214 Bumped version to 2.0.0-RC7 2020-07-25 10:33:18 +02:00
ByteHamster
fe67b6501b Updated translations 2020-07-25 10:32:54 +02:00
H. Lehmann
25dd5a3426
Merge pull request #4288 from ByteHamster/icon-poll
Added new icon poll
2020-07-25 10:28:49 +02:00
ByteHamster
cc04e08e74 Added new icon poll 2020-07-25 10:15:00 +02:00