1376 Commits

Author SHA1 Message Date
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
Shinokuni
60f15a58ab Update Compose, AGP and other dependencies 2024-09-22 14:53:15 +02:00
Shinokuni
74719480df
Update Github action badge 2024-09-21 15:03:20 +02:00
Shinokuni
9acfb1e601 Update Codecov action 2024-09-21 12:15:47 +02:00
Shinokuni
8654e788ef Run jacocoFullReport task in CI 2024-09-20 16:59:13 +02:00
Shinokuni
159a6969c2 Migrate Jacoco task to Kotlin DSL 2024-09-20 16:40:20 +02:00
Shinokuni
9b1f7339eb Fix tests 2024-09-20 16:26:25 +02:00
Shinokuni
77a801c868 Change default order field (#202) 2024-09-20 13:22:26 +02:00
Shinokuni
81dc80d19a Be less strict with feed and folder names (#206) 2024-09-20 13:07:12 +02:00