Commit Graph

7527 Commits

Author SHA1 Message Date
ByteHamster d0487dd693 Updated translations 2021-07-11 19:43:22 +02:00
vbh 951aa3dce6
Allow to choose from existing tags/folders in folder settings dialog (#5245) 2021-06-28 22:02:03 +02:00
ByteHamster 6c9a76e0b4 Bumped version to 2.3.0-beta3 2021-06-25 19:15:28 +02:00
ByteHamster 0462a22cf0
Merge pull request #5242 from ByteHamster/widget-drawable
Fix widget not showing icons
2021-06-25 19:14:35 +02:00
ByteHamster 00e2ad49d9
Merge pull request #5241 from ByteHamster/speed-up-media-info
Speed up loading media info
2021-06-25 19:14:08 +02:00
ByteHamster 958346d6d2 Fix widget not showing icons 2021-06-25 18:58:42 +02:00
ByteHamster 39a990edcc Speed up loading media info
Loading chapters can take around 5-10 seconds, depending on the media
type. During that time, the player screen shows nothing or the old media
file. Instead, load the chapters afterwards.
2021-06-25 18:55:54 +02:00
ByteHamster d4e1ebfa08 Bumped version to 2.3.0-beta2 2021-06-17 08:38:11 +02:00
ByteHamster fd8afcd01f Fixed path to proguard config 2021-06-17 08:37:31 +02:00
ByteHamster 08951615b4 Bumped version to 2.3.0-beta1 2021-06-16 23:39:20 +02:00
ByteHamster 1e34d391d6 Updated contributors 2021-06-16 23:39:20 +02:00
ByteHamster 57f4b8969a Updated translations 2021-06-16 23:33:06 +02:00
ByteHamster 769f465145 Merge branch 'master' into develop 2021-06-16 23:26:42 +02:00
ByteHamster 90753cb8e1
Merge pull request #5223 from jonasburian/issue-seekbar-highlighting
Highlighted seek bar while seeking on episode without chapters
2021-06-16 23:25:10 +02:00
Jonas 05606507b2 Fix for highlighted seek bar on episode without chapters 2021-06-15 22:58:31 +02:00
Taco ccda829f53
Update GitHub CI actions (#5216) 2021-06-13 13:07:07 +02:00
ByteHamster b8e311d9d4
Merge pull request #5175 from ByteHamster/format-xml
Add CI check that enforces layout xml file formatting
2021-06-05 22:56:44 +02:00
ByteHamster 7cad7386eb Added CI check for xml formatting 2021-06-05 21:56:11 +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 7a7b89eea7
Merge pull request #5195 from jhenninger/patch-1
Fix typo
2021-06-05 17:47:37 +02:00
ByteHamster 8bcbc7ae32
Merge pull request #5196 from jhenninger/fix-stuck-swipe-refresh-layout
Fix stuck swipe refresh indicator
2021-06-05 17:44:40 +02:00
Johannes Henninger b43bbf79cc Fix stuck swipe refresh indicator
ViewPager2 does not play nice with SwipeRefreshLayout if the wrapped
RecyclerView is hidden. This commit removes the show/hide logic from
EmptyViewHandler, so that the RecyclerView is always displayed, even
when empty. This prevents you from swiping left/right while pulling down
the swipe refresh indicator.

Fixes #5132
2021-05-31 12:55:52 +02:00
Johannes Henninger 85317ef0e7
Fix typo 2021-05-31 02:42:54 +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
Farzan 528236c1a2
Making the "(i) Filtered" more visible (#5170) 2021-05-29 10:24:59 +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
ueen 65b5efb4f2
Add functionality to Podcast/Episode Textviews in CoverFragment (#5074) 2021-05-22 20:23:29 +02:00
thrillfall ffaa5b0045 sync paused position on playback pause 2021-05-17 23:18:34 +02:00
ByteHamster af6af2fb78
Merge pull request #5162 from ByteHamster/remove-audio-only-code
VideoPlayer rework
2021-05-15 11:35:40 +02:00
ByteHamster 3eae21db27 Clean up some lint errors 2021-05-14 22:24:14 +02:00
ByteHamster ac0580400e Switched video player to ViewBinding 2021-05-14 22:07:35 +02:00
ByteHamster 33ad1a91f0 Remove unneccessary method call chaining 2021-05-14 22:07:35 +02:00
ByteHamster c3d7209f09 Moved all code from MediaPlayerActivity to VideoPlayerActivity 2021-05-14 22:07:35 +02:00
ByteHamster 362e66cf08 Removed code from MediaPlayerActivity that only affects the audio player 2021-05-14 22:07:35 +02:00
ByteHamster 342ed92994 Fixed build error because of incompatible merge 2021-05-14 21:40:49 +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 d9fdca4d03 Bumped version to 2.2.1 2021-05-13 21:40:58 +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 c6aee572fb
Merge pull request #5156 from ByteHamster/common-gradle
Move common gradle setup to a single file
2021-05-13 19:11:02 +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