ByteHamster
f3bca9d9e4
Add lazy loading to feed item list ( #7091 )
2024-04-13 19:18:13 +02:00
ByteHamster
d9e84f8c38
Target SDK 34 ( #7075 )
2024-04-09 22:33:52 +02:00
ByteHamster
e578f4ca93
CI tweaks ( #7069 )
...
- Run Checkstyle with gradle to make it easier for users
- No longer needs different configuration for new code
- Exclude current violations
- Fix some violations that somehow couldn't be specified in the exclusion file
- Print SpotBugs/Lint/Checkstly violations in GitHub format
- Then the CI run gets annotated on the web UI
2024-04-07 23:28:14 +02:00
ByteHamster
fc40da28a7
Merge branch 'master' into develop
2024-04-07 10:42:25 +02:00
Fredrik Wallén
00d6df6261
Make it possible to sort the home screen ( #7048 )
2024-04-05 20:45:26 +02:00
ByteHamster
687db0f5ed
Merge :net:sync:model and :net:sync:service-interface ( #7063 )
2024-04-05 20:08:25 +02:00
Taco
b6a4049ff4
Spotbugs cleanup ( #6968 )
...
Remove unused SpotBugs rules.
Fix URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD, ICAST_INTEGER_MULTIPLY_CAST_TO_LONG, NP_METHOD_PARAMETER_TIGHTENS_ANNOTATION, OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE
2024-04-05 19:28:36 +02:00
ByteHamster
92ab575b15
Delete core module ( #7060 )
2024-04-05 19:20:27 +02:00
ByteHamster
edb440a5a9
Restructure related UI classes together ( #7044 )
2024-03-31 18:40:15 +02:00
ByteHamster
4e47691e70
Remove gpodder search ( #7047 )
...
The search results are usually broken anyway
or the server just returns an error 500
2024-03-31 09:15:53 +02:00
ByteHamster
86ff7f540b
Remove unneeded module dependencies ( #7046 )
2024-03-31 09:15:03 +02:00
loucasal
bf1bd56186
Update string to sentence case ( #7045 )
2024-03-30 11:19:41 +01:00
ByteHamster
2fd73b148d
Move download service to module ( #7041 )
2024-03-29 19:27:53 +01:00
ByteHamster
6f3a9b1676
Create module for sync service and move DBWriter to database module ( #7040 )
2024-03-29 17:45:14 +01:00
ByteHamster
0c8c9a89a3
Move about screen to :ui:preferences ( #7039 )
2024-03-29 13:39:45 +01:00
ByteHamster
f9dd837362
Remove ClientConfig class ( #7038 )
2024-03-29 13:39:19 +01:00
ByteHamster
8f553f08f0
Add :ui:discovery module ( #7037 )
2024-03-29 13:38:31 +01:00
ByteHamster
5ede21d676
Remove dependency of :net:discovery and :ui:echo on :core ( #7036 )
...
Moves the common icon files to :ui:common
2024-03-29 11:23:33 +01:00
ByteHamster
13a985ca1e
Restructure Echo to be more flexible ( #7035 )
...
Each screen is its own file, which makes it easier to add interactive elements.
2024-03-29 08:55:13 +01:00
ByteHamster
130da46f5d
Move widget setup code to widget module ( #6996 )
2024-03-25 23:45:09 +01:00
ByteHamster
69b24699a3
Move DBReader to :storage:database ( #7027 )
2024-03-25 21:45:43 +01:00
ByteHamster
15eab50223
Move debug icons to :ui:common ( #7026 )
2024-03-24 22:07:18 +01:00
ByteHamster
f6b45e7162
Rename FeedMedia methods to no longer have underscores ( #7017 )
2024-03-23 11:27:55 +01:00
ByteHamster
f20ce1fc69
Move first batch of preferences code to :ui:preferences ( #7010 )
2024-03-23 09:40:40 +01:00
ByteHamster
376c83d200
Fix loading chapter images in local feeds ( #7016 )
2024-03-22 22:12:36 +01:00
ByteHamster
0a6b7ed699
Nicer rating dialog ( #7011 )
2024-03-22 18:18:30 +01:00
ByteHamster
f0e685c5a9
Update translations
2024-03-20 20:32:52 +01:00
ByteHamster
542d50cba7
Create automatic backups only every 3 days, update summary ( #7005 )
2024-03-20 18:45:39 +01:00
ByteHamster
55845c46a1
Optional automatic daily database backup ( #6994 )
2024-03-18 07:36:37 +01:00
ByteHamster
d40b9ef59b
Decouple media button starter and receiver ( #6999 )
2024-03-18 07:28:17 +01:00
ByteHamster
2d77b1f118
Remove dependency from :ui:glide to :core module ( #6998 )
2024-03-17 20:25:44 +01:00
ByteHamster
0cbd97b5cb
Move theme to :ui:common module ( #6997 )
...
This enables creating Activities outside the app and core modules
2024-03-17 18:43:55 +01:00
ByteHamster
17f5a5d1b8
Move notification icons and widget icons to separate modules ( #6995 )
2024-03-17 12:06:41 +01:00
ByteHamster
da21d92f96
Fully remove string that fails Lint
2024-03-13 22:39:21 +01:00
ByteHamster
afc21f46a9
Remove translation that fails Lint
2024-03-13 22:22:37 +01:00
ByteHamster
7d89b18afb
Merge branch 'master' into develop
2024-03-13 21:59:49 +01:00
ByteHamster
635e6c8267
Update translations
2024-03-10 20:34:09 +01:00
ByteHamster
393a8cebd3
Remove last few usages of Iconify ( #6977 )
2024-03-10 08:02:34 +01:00
Taco
f1fe1b573f
Fix OkHttp deprecations ( #6979 )
2024-03-10 07:55:35 +01:00
ByteHamster
7c14534179
Remove TriangleLabelView ( #6963 )
...
Since we redesigned the subscriptions page, this class is unused.
2024-03-06 21:53:40 +01:00
TacoTheDank
522288260c
Clean up some old SpotBugs rules
2024-03-06 02:55:01 -05:00
TacoTheDank
c2ccc28b95
Update SpotBugs
2024-03-06 02:52:14 -05:00
Taco
40da13e014
Clean up some dead code ( #6952 )
2024-03-04 23:07:28 +01:00
Matej Drobnič
7332c04631
Add option to add new episodes to queue ( #6855 )
2024-02-25 16:11:30 +01:00
ByteHamster
a7068cc24a
String tweaks reported on Transifex ( #6942 )
2024-02-25 15:31:59 +01:00
mueller-ma
9cfbae183c
Toggle sleep timer from notification ( #6913 )
2024-02-25 15:02:44 +01:00
ByteHamster
82c93bf7ee
Guess next episode release date ( #6925 )
2024-02-25 14:01:03 +01:00
ByteHamster
7a40a505f3
Merge branch 'develop'
2024-02-18 23:59:46 +01:00
ByteHamster
d7572e4de4
Update translations
...
New languages >40% translated:
Greek, Hindi, Sardinian
2024-02-18 19:28:46 +01:00
ByteHamster
d9ebf42167
Translation fixes
2024-02-18 19:25:50 +01:00