Commit Graph

6608 Commits

Author SHA1 Message Date
ByteHamster
e52517722d Do not cache feeds
This speeds up feed refresh but it is confusing to users if new episodes do not appear instantly.
2020-07-01 10:17:07 +02:00
H. Lehmann
0e05a8af7b
Merge pull request #4253 from ByteHamster/fix-feed-whitespace
Fixed whitespaces in feed images
2020-07-01 09:33:50 +02:00
ByteHamster
64b9fcd18a Trimming Atom content (except GUID) 2020-06-24 22:37:41 +02:00
ByteHamster
7612f3c5ed Added test for whitespaces in feed attributes 2020-06-19 16:54:16 +02:00
H. Lehmann
65ec9e5f45
Merge pull request #4250 from ByteHamster/fixed-event-thread
Fixed events delivering to background thread and modifying Views
2020-06-19 09:59:07 +02:00
H. Lehmann
f5191ca400
Merge pull request #4246 from ByteHamster/forum-description
Link forum
2020-06-19 09:47:22 +02:00
H. Lehmann
bc0b7a705a
Merge pull request #4245 from ByteHamster/better-feed-errors
Better parser errors
2020-06-19 09:46:50 +02:00
ByteHamster
ab71b16059 Fixed events delivering to background thread and modifying Views 2020-06-19 09:43:36 +02:00
ByteHamster
cad653e548 Link forum in readme 2020-06-17 11:46:57 +02:00
ByteHamster
ee9b7087de Link forum in Google Play description 2020-06-17 11:45:37 +02:00
ByteHamster
4a43f52090 Better parser errors 2020-06-16 12:44:11 +02:00
ByteHamster
23cdf59803 Bumped version to 2.0.0-RC5 2020-06-14 22:58:44 +02:00
H. Lehmann
04099e7efa
Merge pull request #4231 from ByteHamster/garbage-collect
Fixed leaking fragments
2020-06-14 19:50:01 +02:00
H. Lehmann
51e17214f8
Merge pull request #4232 from ByteHamster/fix-crash-loading-chapters
Fixed crash when loading chapters fails
2020-06-14 19:49:11 +02:00
H. Lehmann
ac23c4b392
Merge pull request #4238 from ByteHamster/play-with-intent-on-state-unknown
Send play intent if service state is unknown
2020-06-14 19:48:56 +02:00
H. Lehmann
ab5a2bcc4b
Merge pull request #4242 from ByteHamster/theme-change-crash
Fixed crash when changing theme
2020-06-14 19:48:37 +02:00
H. Lehmann
e86231d6c9
Merge pull request #4243 from ByteHamster/increase-cover-contrast
Increase contrast for missing cover images
2020-06-14 19:48:15 +02:00
H. Lehmann
f244a55933
Merge pull request #4237 from ByteHamster/restart-chromecast
Force restart app after enabling Chromecast
2020-06-14 19:45:44 +02:00
ByteHamster
8ee53e9023 Increase contrast for missing cover images 2020-06-14 19:07:44 +02:00
ByteHamster
d322cc1e8e Fixed crash when changing theme
Apparently, recreate() brings RxJava in a strange state where errors are directly
thrown instead of relaying them to the error callback. Because of a race condition
in ItemDescriptionFragment.loadData, this throws a NPE.
2020-06-14 18:59:45 +02:00
ByteHamster
58f931b575 Send play intent if service state is unknown 2020-06-11 23:17:06 +02:00
ByteHamster
2b8e416aae Force restart app after enabling Chromecast 2020-06-11 23:12:05 +02:00
H. Lehmann
f48c75aa83
Merge pull request #4233 from ByteHamster/increase-contrast
Increase contrast of played items
2020-06-10 09:23:27 +02:00
ByteHamster
95929983fa Increase contrast of played items 2020-06-09 22:27:28 +02:00
ByteHamster
d2526dd439 Fixed crash when loading chapters fails 2020-06-09 22:19:34 +02:00
ByteHamster
d557621df9 Fixed leaking fragments in recycledViewPool 2020-06-09 21:55:52 +02:00
H. Lehmann
0c9b1de12f
Merge pull request #4225 from ByteHamster/support-channels
Updated forum link
2020-06-07 23:09:39 +02:00
H. Lehmann
e7b3bcec5e
Merge pull request #4226 from ByteHamster/infrastructure
Added infrastructure documentation
2020-06-07 23:09:13 +02:00
ByteHamster
3dabcfe300 Added infrastructure documentation 2020-06-07 22:21:29 +02:00
ByteHamster
d3641b394d Updated forum link 2020-06-06 13:01:45 +02:00
H. Lehmann
175abdc63a
Merge pull request #4205 from ByteHamster/skip-icon
Feed settings skip icon
2020-05-30 14:58:03 +02:00
ByteHamster
ecf53e31a5 Added test for feed settings screen 2020-05-29 18:57:11 +02:00
ByteHamster
1c1780a26f Added auto skip feed settings icon 2020-05-29 18:37:56 +02:00
ByteHamster
a7b38bd152 Bumped version to 2.0.0-RC4 2020-05-29 10:28:03 +02:00
ByteHamster
671f118ab8 Updated contributors list 2020-05-29 10:26:22 +02:00
ByteHamster
52eba1fa3a Updated translations 2020-05-29 10:22:08 +02:00
H. Lehmann
98a2567408
Merge pull request #4199 from ByteHamster/playback-service-optimizations
Playback service optimizations
2020-05-29 10:00:12 +02:00
ByteHamster
0b60a8acee Do not show service running notification on onCreate
Sometimes (Bluetooth/Android Auto), the service is created and then just bound to.
That means that onStartCommand is never called. This causes a persistent notification.
Just in case the notification is somehow still shown to users, modified the message to
tell them how to hide it.
2020-05-29 09:32:46 +02:00
ByteHamster
1fc7352702 Load queue in background 2020-05-29 09:32:15 +02:00
H. Lehmann
77b69340a9
Merge pull request #4197 from ByteHamster/unique-intents
Unique intents
2020-05-29 09:25:11 +02:00
H. Lehmann
5da714ce9a
Merge pull request #4198 from ByteHamster/fix-npe
Fixed NPE
2020-05-27 22:45:31 +02:00
ByteHamster
21f62e4129 Fixed NPE 2020-05-27 11:20:17 +02:00
ByteHamster
31404f72cf Made notification IDs unique 2020-05-27 11:11:31 +02:00
ByteHamster
84b9cf9dbb Cleaned up unused IDs 2020-05-27 11:06:30 +02:00
ByteHamster
018a91d66c Made PendingIntent request codes unique 2020-05-27 11:02:41 +02:00
H. Lehmann
4b2aa3e8b0
Merge pull request #4192 from ByteHamster/fix-new-label
Fixed new label
2020-05-25 16:46:52 +02:00
ByteHamster
6b89671b18 Fixed new label 2020-05-25 10:28:14 +02:00
H. Lehmann
e0d1f5d529
Merge pull request #4106 from malockin/export-favorites
Export favourites
2020-05-24 22:42:29 +02:00
malockin
cc98447af9 Use replace instread of replaceAll & fix typo 2020-05-24 08:13:27 +03:00
H. Lehmann
3ee3ba3f6e
Merge pull request #4184 from ByteHamster/fix-wrong-string
Fixed wrong translation
2020-05-23 23:21:24 +02:00