Commit Graph

3598 Commits

Author SHA1 Message Date
ByteHamster 8eedb82f31 Merge branch 'master' into develop 2022-05-03 22:03:20 +02:00
ByteHamster c1d766d205
Merge pull request #5856 from ByteHamster/load-more-filter
Don't load more and more pages when filtering
2022-04-26 19:36:31 +02:00
ByteHamster 08515497d7
Merge pull request #5857 from ByteHamster/decouple-preferences
Decouple preferences
2022-04-26 19:31:41 +02:00
ByteHamster 7e9bf1c0a7
Merge pull request #5858 from ByteHamster/decouple-discovery
Move feed discovery backends to their own module
2022-04-26 19:21:30 +02:00
ByteHamster 30be4628ae Move feed discovery backends to their own module 2022-04-26 18:09:25 +02:00
ByteHamster 069a2ca329 Decouple preferences 2022-04-26 17:57:42 +02:00
ByteHamster 26faaf52c6
Merge pull request #5854 from ByteHamster/decouple-httpclient
Decouple HttpClient
2022-04-25 22:16:26 +02:00
ByteHamster 65f6cfabe2 Don't load more and more pages when filtering 2022-04-25 22:11:52 +02:00
ByteHamster d339729baf Decouple HttpClient
Remove dependencies:
- HttpClient->Preferences
- AuthorizationInterceptor->Download Service
- ExoPlayer->Download Service
2022-04-24 23:25:01 +02:00
ByteHamster ff60d3648d Translate widget config screen 2022-04-24 22:45:56 +02:00
Nicolas Araujo 9b78d4c3f3
Put playback speed in widget (#5774) 2022-04-24 22:36:37 +02:00
ByteHamster 1bc02fd848 Bump version to 2.5.2 2022-04-22 23:21:44 +02:00
ByteHamster 0b431a3311 Update filter dialog to Fragment 2022-04-22 22:17:24 +02:00
ByteHamster 8775031b20
Podcast page re-design (#5842)
Makes the settings button more visible, following a mock-up on the forum
2022-04-22 22:11:12 +02:00
ByteHamster a01c24984e
Restore episode sharing that only includes a media URL (#5835) 2022-04-22 20:11:37 +02:00
ByteHamster 1dd6636a61
Merge pull request #5839 from ByteHamster/samsung-warning
Work around Samsung having messed up the TimePicker
2022-04-22 20:09:47 +02:00
ByteHamster 194363df54 Work around Samsung having messed up the TimePicker 2022-04-12 21:07:24 +02:00
ByteHamster eb2fea0a4e
Merge pull request #5838 from ByteHamster/fix-loading-stuck
Fix 'loading more' getting stuck
2022-04-11 22:08:15 +02:00
ByteHamster 08217c5045 Fix 'loading more' getting stuck 2022-04-10 18:23:44 +02:00
ByteHamster 52809976a0 Do not crash when clicking button while feed is not loaded yet 2022-04-09 16:18:50 +02:00
ByteHamster e385d4c021 Fix ArrayIndexOutOfBoundsException reported through Google Play 2022-04-09 16:08:52 +02:00
Nils Rothaug e7f23ad1c2
Show on-demand configuration popup for stream vs download only once (#5818) 2022-04-09 11:54:18 +02:00
ByteHamster 4a91d6f5de Merge branch 'master' into develop 2022-04-02 12:03:44 +02:00
ByteHamster ef28ff0662
Merge pull request #5801 from TacoTheDank/fragmentContainerView 2022-04-01 21:36:11 +02:00
cketti a115bf8cd7 Truncate existing files when exporting OPML/HTML/Favorites 2022-03-27 23:37:47 +02:00
ByteHamster 832b51de7d Bump version to 2.5.1 2022-03-26 12:12:51 +01:00
TacoTheDank d1ce817323 Reformat audioplayer_fragment.xml 2022-03-22 20:51:38 -04:00
TacoTheDank 8e905e99d2 Use more FragmentContainerView 2022-03-22 20:51:17 -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
cketti bb175d8045 Use proper content type and subject when sharing exported HTML/Favorites 2022-03-15 22:04:43 +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
cketti a7e795241e
Use ShareCompat.IntentBuilder for all share actions (#5780) 2022-03-15 20:21:20 +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 723fbff076
Merge pull request #5778 from ByteHamster/dont-cancel-download
Don't cancel download on click
2022-03-13 11:17:54 +01:00
cketti 719039be89 Improve readability of if condition 2022-03-12 18:47:47 +01:00
ByteHamster bb92f1353d Fix removing podcast 2022-03-12 11:46:30 +01:00
ByteHamster 09e25620ee Don't cancel download on click 2022-03-11 20:32:01 +01:00
ByteHamster ff3258c34a Move database to its own module 2022-02-27 19:47:41 +01:00
ByteHamster 42e36328e3
Merge pull request #5756 from ByteHamster/multidex-androidx
Use AndroidX version of MultiDex
2022-02-27 11:09:57 +01:00
ByteHamster 9403386250
Separate UI (download error messages) from logic (download errors) (#5755) 2022-02-27 11:09:36 +01:00
ByteHamster a512341b0c Use AndroidX version of MultiDex 2022-02-27 10:35:16 +01:00
ByteHamster 7451da1121 Move statistics screens to new module 2022-02-26 19:44:17 +01:00
ByteHamster dea3ba1ff0 Enable MultiDex 2022-02-26 19:00:39 +01:00
ByteHamster 30e7dd0755
Merge pull request #5753 from ByteHamster/do-not-jump-chapters
Do not jump chapter screen when switching to new chapter
2022-02-26 18:46:53 +01:00
ByteHamster 441928b046 Do not jump chapter screen when switching to new chapter 2022-02-25 19:53:00 +01:00
ByteHamster 0c1e0b8585
Merge pull request #5746 from ByteHamster/move-strings-to-module
Move strings files to their own module
2022-02-24 20:42:20 +01:00
ByteHamster b6da9ae329
Merge pull request #5742 from TacoTheDank/widgetUpdaterWorkManager
Replace deprecated JobIntentService with WorkManager
2022-02-23 23:11:17 +01:00
ByteHamster f5de90e522 Move strings files to their own module 2022-02-23 22:27:11 +01:00
TacoTheDank 149a1532cd Replace deprecated JobIntentService with WorkManager 2022-02-23 11:39:37 -05:00
ByteHamster 6a366f0ad1 Bump version to 2.5.0 2022-02-22 21:23:19 +01:00