TacoTheDank
ebf2bf9565
Fix navigation bar theming on Nougat ( closes #5797 )
2022-03-18 19:57:34 -04:00
ByteHamster
60e2c2e113
Merge pull request #5786 from ByteHamster/subscribe-filename
...
Use data folder for initial subscriptions
2022-03-16 22:44:39 +01:00
ByteHamster
5df02d7b19
Merge pull request #5783 from ByteHamster/fix-remove-feed
...
Fix context menu handling
2022-03-16 22:33:52 +01:00
ByteHamster
c60ba6a6f7
Use data folder for initial subscriptions
...
This was already implemented in 31c0f90d07
but apparently got overwritten by a merge conflict with the download
service rewrite.
2022-03-15 21:24:56 +01:00
ByteHamster
48d6dc8eb8
Fix context menu click ending up in wrong fragment
...
This can have all kinds of weird side effects.
For example, it could trigger the "delete" button of a podcast
and then ask for deleting another one because another fragment
handles the deletion.
2022-03-15 19:48:53 +01:00
ByteHamster
bb92f1353d
Fix removing podcast
2022-03-12 11:46:30 +01:00
ByteHamster
bf412dcd84
Merge pull request #5751 from ByteHamster/nextcloud-subfolder
...
Support Nextcloud installations in subfolders
2022-02-25 19:23:15 +01:00
ByteHamster
348d366a3a
Support Nextcloud installations in subfolders
2022-02-24 21:20:40 +01:00
ByteHamster
6a366f0ad1
Bump version to 2.5.0
2022-02-22 21:23:19 +01:00
ByteHamster
80be89cfd5
Update translations
2022-02-22 21:22:40 +01:00
ByteHamster
719034153f
Merge pull request #5745 from ByteHamster/transparent-subscribe-button
...
Fix subscribe button being transparent on some devices
2022-02-22 21:13:37 +01:00
ByteHamster
1ab012ee85
Fix subscribe button being transparent on some devices
2022-02-22 20:52:09 +01:00
ByteHamster
de203c4a2b
Merge pull request #5732 from ByteHamster/remove-feed-popup
...
Fix side drawer detecting click on 'remove item'
2022-02-19 19:21:35 +01:00
ByteHamster
eb16c794fc
Fix side drawer detecting click on 'remove item'
...
remove_item referred to both, feeds and media files. Sometimes the wrong
fragment receives the context menu click event.
2022-02-19 14:14:08 +01:00
ByteHamster
f4c90885d7
Bump version to 2.5.0-beta3
2022-02-08 22:28:26 +01:00
ByteHamster
4a41ac73be
Update translations
2022-02-08 22:27:00 +01:00
ByteHamster
a61c8567f5
Merge pull request #5705 from ByteHamster/shutdown-download-service
...
Shutdown download executors properly
2022-02-08 22:25:15 +01:00
ByteHamster
86eccb4893
Shutdown download executors properly
...
Otherwise, it can happen that a task in one executor still tries to
submit something to a stopped executor.
2022-02-08 21:40:43 +01:00
ByteHamster
b26df9036c
Merge pull request #5703 from ByteHamster/proxy-hostname-null
...
Make sure that proxy host name does not get null
2022-02-08 21:13:57 +01:00
ByteHamster
8967fd944a
Make sure that proxy host name does not get null
...
And if it gets null, just ignore the setting.
2022-02-07 21:49:39 +01:00
ByteHamster
4a135a5f05
Merge pull request #5682 from ByteHamster/plain-text-description
...
Fix line breaks in plain-text descriptions
2022-01-30 17:50:02 +01:00
ByteHamster
6196cd754f
Fix line breaks in plain-text descriptions
...
Workaround was added for publishers misbehaving but the current
implementation breaks valid feeds
2022-01-30 14:47:14 +01:00
ByteHamster
95390fd467
Bump version to 2.5.0-beta2
2022-01-27 09:04:21 +01:00
ByteHamster
0e0c4dda69
Merge pull request #5675 from ByteHamster/do-not-hang-vorbis
...
Do not hang trying to parse ogg/vorbis chapters
2022-01-27 09:03:31 +01:00
ByteHamster
f8927ebc67
Do not hang trying to parse ogg/vorbis chapters
2022-01-27 08:30:00 +01:00
ByteHamster
2524fa0f76
Bump version to 2.5.0-beta1
2022-01-23 10:52:37 +01:00
ByteHamster
dc26290466
Update Google Play translations
2022-01-23 10:39:51 +01:00
ByteHamster
96a4543bec
Update app translations
2022-01-23 10:28:10 +01:00
ByteHamster
ee57915e96
Update contributors
2022-01-23 10:17:41 +01:00
ByteHamster
da43c35481
Update release notes
2022-01-23 10:17:29 +01:00
ByteHamster
02241126c5
Merge pull request #5666 from ByteHamster/chapter-merging
...
Improvements to chapter merging
2022-01-22 23:38:12 +01:00
Keunes
c09d671826
Close issues & PRs if no reply when requested ( #5646 )
2022-01-22 23:27:34 +01:00
ByteHamster
1837ce30d1
MIME type is always ISO encoded
2022-01-22 23:09:32 +01:00
ByteHamster
b28a98067f
Prefer chapter list with more info
2022-01-22 23:09:32 +01:00
ByteHamster
e9e1fc14c3
Merge pull request #5667 from ByteHamster/test-ci
...
Actually run all tests on CI
2022-01-22 23:08:22 +01:00
ByteHamster
6e0ff29e7b
Unregister receiver before stopping the executor that is called from there
2022-01-22 19:49:20 +01:00
ByteHamster
3393bcdf35
Make emulator tests a bit more stable
2022-01-22 19:46:08 +01:00
ByteHamster
3b9dfb3c76
Fix vorbis chapter parsing
2022-01-22 17:16:37 +01:00
ByteHamster
49b6386a6d
Run parser tests with robolectric
2022-01-22 17:16:37 +01:00
ByteHamster
147c996f60
Actually run all tests on GitHub Actions
2022-01-22 17:16:37 +01:00
ByteHamster
5e049559e3
Merge pull request #5658 from ByteHamster/faster-checkstyle
...
Make checkstyle CI faster
2022-01-16 22:39:18 +01:00
ByteHamster
114a2c192c
Make checkstyle CI faster
2022-01-16 11:23:29 +01:00
ByteHamster
2243ca372e
Merge pull request #5657 from ByteHamster/github-actions
...
Run tests on GitHub Actions instead of CircleCI
2022-01-15 21:24:00 +01:00
ByteHamster
876042038f
Run tests on GitHub Actions instead of CircleCI
2022-01-15 21:05:23 +01:00
ByteHamster
42e6c7fc9a
Merge pull request #5656 from ByteHamster/more-checkstyle
...
Move more checkstyle checks from 'new code' style to main style
2022-01-15 15:57:20 +01:00
ByteHamster
9c01712276
Move more checkstyle checks from 'new code' style to main style
2022-01-15 12:57:23 +01:00
Tony Tam
27443bf2c8
handle mouse right click ( #5625 )
2022-01-15 10:44:14 +01:00
ByteHamster
987dcfec3f
Merge pull request #5648 from TacoTheDank/bumpSpeedDial
...
Update SpeedDial library
2022-01-15 10:26:11 +01:00
TacoTheDank
89aed7931c
Update SpeedDial to 3.2.0
2022-01-07 20:14:23 -05:00
ByteHamster
ba17dd53f8
Merge pull request #5644 from ByteHamster/refresh-local-feeds-in-downloadservice
...
Refresh local feeds in DownloadService
2022-01-06 15:48:05 +01:00