Shinokuni
cf75fc914e
Display feed notifications parameter in FeedBottomSheet
2024-12-04 18:47:17 +01:00
Shinokuni
1a727f1f1b
Merge branch 'refs/heads/master' into develop
...
# Conflicts:
# api/src/test/java/com/readrops/api/services/nextcloudnews/NextcloudNewsDataSourceTest.kt
# db/src/main/java/com/readrops/db/dao/ItemDao.kt
2024-12-02 16:48:07 +01:00
Alexandre Alapetite
6fdb36085f
Fix endpoint slash ( #231 )
...
* Fix endpoint slash
The URLs sent to the API contained a slash too much:
Example for FreshRSS:
```
"POST //api/greader.php/reader/api/0/edit-tag HTTP/1.1" 200 2 "-" "okhttp/4.12.0"
"GET //api/greader.php/reader/api/0/tag/list?output=json HTTP/1.1" 200 654 "-" "okhttp/4.12.0"
```
* Fix import
* Remove dependency to com.readrops.app.util.Utils which was not working
* Skip null
* Simplify
https://github.com/readrops/Readrops/pull/231#issuecomment-2509005818
* Remove slash from end-points
https://github.com/readrops/Readrops/pull/231#issuecomment-2510059340
2024-12-02 16:45:47 +01:00
Shinokuni
1b54518c95
v2.0.3
v2.0.3
2024-12-01 22:07:40 +01:00
Shinokuni
7701cebdba
Some Nextcloud News item fields can be null
2024-12-01 17:42:10 +01:00
Shinokuni
6e1dbc789c
Fix Nextcloud News item duplicates when synchronizing
2024-12-01 17:33:09 +01:00
Shinokuni
35d3b31c5a
Improve Fever adapters reliability ( fixes #229 and should also fix #228 )
2024-12-01 16:13:07 +01:00
Alexandre Alapetite
90875af468
FreshRSS casing ( #230 )
...
Minor update of letter casing for FreshRSS
2024-11-30 15:58:53 +01:00
Shinokuni
b803058210
Improve image share/download in ItemScreen
...
* Downloaded image now appears in media gallery (fixes #226 )
* Fix some shared images which could be corrupted
* Shared image preview now appears in share dialog
* Fix crash when no bitmap is fetched due to various errors
2024-11-23 21:15:40 +01:00
Shinokuni
640744bf6d
Fix navigation bar transparency in some screens
2024-11-22 18:44:50 +01:00
Shinokuni
3e76597b8f
Remove splash screen after TimelineTab lazy column is populated
2024-11-21 19:19:46 +01:00
Shinokuni
cfcc5c48c7
Improve local account synchronization and OPML import global speed
2024-11-21 18:19:51 +01:00
Shinokuni
a7416db1b7
Some Nextcloud News item fields can be null
2024-11-19 18:14:57 +01:00
Shinokuni
49ab7d5a04
Improve FreshRSS adapters reliability
2024-11-19 15:08:19 +01:00
Shinokuni
7173d5a865
Fix tests
2024-11-19 14:03:18 +01:00
Shinokuni
24cdef5460
Merge branch 'refs/heads/master' into develop
2024-11-18 22:39:33 +01:00
Shinokuni
383aea0775
v2.0.2
v2.0.2
2024-11-18 22:19:41 +01:00
Shinokuni
d2dff633e1
Fix FeverFeedsAdapter parsing ( fixes #228 )
2024-11-18 21:35:59 +01:00
Shinokuni
6459957168
Improve icons quality for local account feeds
2024-11-18 17:57:07 +01:00
Shinokuni
db04cdddb7
Display feed image in FeedBottomSheet when available
2024-11-17 19:50:36 +01:00
Shinokuni
cbd5c1bc3d
Migrate to Coil3
2024-11-17 17:38:04 +01:00
Shinokuni
b74ad09a07
Display CrashActivity only in release mode
2024-11-17 14:46:07 +01:00
Shinokuni
e9cd681b11
Fix regression in TimelineTab: items wouldn't be updated without disappearing from the screen
2024-11-17 14:33:38 +01:00
Shinokuni
c6eed0eabd
Use AccountError in AccountTab
2024-11-13 22:26:13 +01:00
Shinokuni
e7e15b284f
Use AccountError in TimelineTab
2024-11-13 22:02:31 +01:00
Shinokuni
a96bf18a18
Use AccountError in FeedTab
2024-11-12 18:40:50 +01:00
Shinokuni
903f6c5427
Improve error handling in NewFeedScreen
2024-11-12 17:15:59 +01:00
Shinokuni
99f068183e
Fix not setting the right folder for parsing results in NewFeedScreen
2024-11-12 13:42:13 +01:00
Shinokuni
c7b26a65b1
Add support for adding a new feed in a specific folder for FreshRSS and Nextcloud News
2024-11-11 21:33:28 +01:00
Shinokuni
7dcb2cbb29
Display errors in NewFeedScreen more accurately
2024-11-11 17:32:50 +01:00
Shinokuni
7134772a5f
Replace AddFeedDialog by a new screen
2024-11-10 22:25:31 +01:00
Shinokuni
a5f16e089c
Reorder some files
2024-11-09 14:28:25 +01:00
Shinokuni
783276a27b
Update kotlin-xml-builder dependency
2024-11-08 17:19:06 +01:00
Shinokuni
47b40ac0eb
Merge branch 'refs/heads/master' into develop
...
# Conflicts:
# db/src/main/java/com/readrops/db/dao/ItemDao.kt
2024-11-08 16:31:02 +01:00
Shinokuni
d306bff63e
Do not run database queries on UI Thread in MainActivity ( fixes #223 )
2024-11-08 16:28:40 +01:00
Shinokuni
d5b5762c2e
Disable codecov patch/project
2024-10-10 18:02:41 +02:00
Shinokuni
7dad293771
Display feeds count next to folder name in FeedTab
2024-10-10 17:32:25 +02:00
Shinokuni
70a81235b4
Fix warnings
2024-10-10 15:35:43 +02:00
Shinokuni
71898bf6e9
Update dependencies
2024-10-10 15:03:13 +02:00
Shinokuni
8be236fdfb
Enable Room kotlin code gen
2024-10-10 12:55:12 +02:00
Shinokuni
b94933d61b
Extract synchronization logic from SyncWorker into a separate class
2024-10-09 18:57:00 +02:00
Shinokuni
5824797aed
Fix tests once for all...
2024-10-09 15:48:14 +02:00
Shinokuni
d51607c12f
Fix tests
2024-10-09 13:54:02 +02:00
Shinokuni
d21ac178c3
Add some tests to NextcloudNewsDataSource
2024-10-09 13:23:08 +02:00
Shinokuni
968516e891
Add some tests to FreshRSSDataSource
2024-10-09 12:09:04 +02:00
Shinokuni
4753454a9d
Migrate database to new version
...
* Rename some Account fields
* Migrate Account.type enum field from INTEGER to TEXT
2024-10-08 17:59:32 +02:00
Shinokuni
fb68f1f492
Fix merge issues
2024-09-23 14:18:22 +02:00
Shinokuni
379c560236
Merge branch 'refs/heads/master' into develop
...
# Conflicts:
# app/src/main/java/com/readrops/app/timelime/TimelineTab.kt
2024-09-23 14:13:39 +02:00
Shinokuni
c88c175596
v2.0.1
v2.0.1
2024-09-23 13:27:15 +02:00
Shinokuni
84a54224b5
Make Timeline tab filters persistent ( fixes #138 )
2024-09-22 19:08:45 +02:00