2968 Commits

Author SHA1 Message Date
ByteHamster
2cdf0d86d5 Add sync icon 2021-07-24 08:44:19 +02:00
TacoTheDank
e7d9db0404 Suppress ScopedStorage lint for now 2021-07-22 17:35:28 -04:00
TacoTheDank
872fff1d99 Fix QueryPermissionsNeeded code lint errors 2021-07-22 16:50:02 -04:00
ByteHamster
dc3e58a188
Merge pull request #5279 from ByteHamster/dont-remove-without-guid
Don't detect items without GUID as duplicates
2021-07-18 10:02:11 +02:00
ByteHamster
32ac7f7f71 Fix crash when a server returns a null location 2021-07-17 18:16:34 +02:00
ByteHamster
799ae93c14 Don't detect items without GUID as duplicates 2021-07-17 18:02:19 +02:00
Tony Tam
0b583e4527
watch for empty getMedia() while checking for duplicates (#5274) 2021-07-17 10:23:40 +02:00
ueen
ca9ad0d2d3
Swipe actions (#5191) 2021-07-12 00:03:32 +02:00
ByteHamster
d0487dd693 Updated translations 2021-07-11 19:43:22 +02:00
Tony Tam
e8eb245899
Handle bluetooth and headphone disconnect (#4722) 2021-07-11 19:36:02 +02:00
ByteHamster
07cd141bdf
Merge pull request #4833 from Thom-Merrilin/fix-auto-download-on-subscribe
Check Auto Download preference on the feed before auto downloading
2021-07-11 19:12:35 +02:00
ByteHamster
4f5449a0d3 No longer show item-specific auto-download property to users 2021-07-11 18:52:11 +02:00
Thom Merrilin
55f7adb106 Check Auto Download preference on the feed before auto downloading
AutoDownlaoding previously assumed that the filters had been initialised, which is not necessarily the case now that users can disable "Include in Auto Downloads" before subscribing to a new feed.
2021-07-11 18:22:09 +02:00
ByteHamster
40c7d379e2
Merge pull request #5265 from ByteHamster/use-web-icon
Updated website icon
2021-07-11 13:24:30 +02:00
ByteHamster
39b778ee59 Updated website icon 2021-07-11 11:22:23 +02:00
ByteHamster
a0ac39e403 Ignore refresh when there is no network 2021-07-11 11:12:37 +02:00
Tony Tam
81ea42a2a4
Dedup based on item unique id, media url or title (#4839) 2021-07-11 09:58:54 +02:00
Farzan
b4558efe4a
Update download icon (#5184) 2021-07-11 09:45:12 +02:00
peakvalleytech
00bf2db0a4
Replace old episode multi-select with new multi-select. (#5253) 2021-07-10 09:11:41 +02:00
peakvalleytech
323f1f6142
Contextual menu for multi selecting episodes (#5130) 2021-06-29 22:01:04 +02:00
ByteHamster
958346d6d2 Fix widget not showing icons 2021-06-25 18:58:42 +02:00
ueen
e26507e41d
FeedItemFilter Ids (#5231) 2021-06-20 19:00:51 +02:00
ByteHamster
fd8afcd01f Fixed path to proguard config 2021-06-17 08:37:31 +02:00
ByteHamster
57f4b8969a Updated translations 2021-06-16 23:33:06 +02:00
ByteHamster
4093dd6433
Merge pull request #5209 from ByteHamster/wait-for-new
Let test wait until database operation is completed
2021-06-05 19:17:55 +02:00
ByteHamster
b89005dc3d
Merge pull request #5190 from ByteHamster/shownotes-font
Removed explicit font specification from shownotes
2021-06-05 18:58:47 +02:00
ByteHamster
a0813db189 Let test wait until database operation is completed 2021-06-05 18:57:23 +02:00
Mengshi24
b35eaa4fa5
Add a unit test under DbWriterTest.java (#5181) 2021-06-05 18:40:26 +02:00
ByteHamster
28beb36b2c Removed explicit font specification from shownotes 2021-06-05 18:22:08 +02:00
ByteHamster
9976b6384f
Merge pull request #5165 from thrillfall/sync-position-on-pause
sync paused position on playback pause
2021-05-29 11:10:26 +02:00
Matthew Choi
3cfe588fdb
Added new test case for FeedItemUtil.java to test getIds() method (#5182) 2021-05-29 10:26:13 +02:00
gregoryjtom
426283109a
Add new test for Download Request equals (#5183) 2021-05-29 09:47:10 +02:00
ByteHamster
ea47118a98 Merge branch 'master' into develop 2021-05-22 20:31:37 +02:00
thrillfall
ffaa5b0045 sync paused position on playback pause 2021-05-17 23:18:34 +02:00
ByteHamster
fcb75fc382
Merge pull request #5161 from ByteHamster/reduce-playback-controller
Remove some unnecessary code from playback controller
2021-05-14 21:22:22 +02:00
ueen
292c9bf151
New media player screen (#5075)
Co-authored-by: jonasburian <jonas.burian@protonmail.com>
Co-authored-by: ByteHamster <info@bytehamster.com>
2021-05-14 21:06:04 +02:00
ByteHamster
f56ce1ea52 Just assume we can always set the playback speed
Our default ExoPlayer can always set the speed. All Android versions >23
also support it. So of the 2% of users with old devices, this only
affects the ones who manually selected another player.
2021-05-14 21:03:35 +02:00
ByteHamster
74dcf09b3b Removed method that is just used in one place 2021-05-14 20:38:46 +02:00
ByteHamster
390fb1a15b Use EventBus instead of broadcast for service shutdown 2021-05-14 20:26:57 +02:00
ByteHamster
fb6bd0cbaa
Merge pull request #5160 from ByteHamster/disable-id3
Disable ExoPlayer id3 extraction
2021-05-13 19:11:21 +02:00
ByteHamster
93b2a07811 Disable ExoPlayer id3 extraction
Malformed audio files can cause a crash in ExoPlayer. We have our own
id3 extractor and don't use the data of ExoPlayer, so we can just
disable parsing in ExoPlayer. This reduces the number locations where
something can go wrong that prevents playback.
2021-05-13 18:17:23 +02:00
ByteHamster
c72fd81886 Move common gradle setup to a single file
Original idea by @TacoTheDank
2021-05-11 22:38:46 +02:00
ByteHamster
65bf8bf70c
Merge pull request #5151 from ByteHamster/fix-proxy
Fixed proxy support
2021-05-10 23:11:59 +02:00
ByteHamster
e521b85070 Fixed proxy support 2021-05-10 22:10:50 +02:00
ByteHamster
be25ae7c67 Updated translations 2021-05-08 12:10:26 +02:00
ByteHamster
3c808c1393
Merge pull request #5146 from ByteHamster/future-date
Refuse to show future dates
2021-05-08 11:40:10 +02:00
ByteHamster
27d86cfb26 Refuse to show future dates
Some shows start to specify dates from the future to appear on top
of episode lists. If we find one of those episodes, just ignore that
it is there. We then use the date when we first found the item.
2021-05-06 21:31:05 +02:00
ByteHamster
78db02d7a7 Don't mark episodes as played when removing from queue
Was introduced in 67d2287323260e0bcbfcd644a33da5402c29b383 but I
am not sure why. It is not really logical to do - removing from the
queue just means that one is no longer interested in the episode - not
that it was actually played.
2021-05-01 16:23:03 +02:00
ByteHamster
7bacb85367 Fix miniplayer sometimes showing old media file
Happens when pressing play on another episode without pausing the
previous one.
2021-05-01 11:00:31 +02:00
ByteHamster
d08a9c423e
Merge download log+running lists (#5134) 2021-04-29 21:40:41 +02:00