Commit Graph

416 Commits

Author SHA1 Message Date
Shinokuni
198e9ae299 Add initial support for feeds and folders export in OPML file 2019-11-08 18:26:38 +01:00
Shinokuni
1daf6e0733 Add waiting and error dialogs to opml parsing 2019-11-04 14:57:04 +01:00
Shinokuni
ad28e44268 Parse OPML file to get feeds and folders and insert them, for local accounts only 2019-11-04 13:48:42 +01:00
Shinokuni
d4228ee953 Wrap room insert id result into a single 2019-11-03 13:37:43 +01:00
Shinokuni
dfb4c82c59 Add opml import/export preference in account preferences and open android file dialog 2019-11-02 19:57:42 +01:00
Shinokuni
d4eb6d6660 Do not display credentials settings for local account 2019-11-02 14:32:15 +01:00
Shinokuni
5b106a15c2 Update targetSdkVersion and compileSdkVersion for library package 2019-11-01 22:50:50 +01:00
Shinokuni
0f7df50334 Rollback to android-28 and build-tools-28.0.3 components for travis 2019-11-01 20:36:44 +01:00
Shinokuni
c54d4489d3 use android 29 and build-tools-29.0.2 components for travis 2019-11-01 20:26:23 +01:00
Shinokuni
73263e53d9 Trye to use android sdk platform 29 and buld tools 29.0.2 for travis 2019-11-01 20:14:27 +01:00
Shinokuni
46e69cb8bb Update targetSdkVersion and compileSdkVersion to 29 2019-11-01 18:39:04 +01:00
Shinokuni
4e0546ca91 Update room dependencies 2019-11-01 18:25:44 +01:00
Shinokuni
577a70cab0 Add an object to centralise global keys 2019-11-01 15:16:51 +01:00
Shinokuni
fbb75073ef Add model for OPML parsing 2019-10-27 15:29:52 +01:00
Shinokuni
13f3132238 add logger to FreshRSS sync 2019-10-26 18:30:24 +02:00
Shinokuni
e2d497f32a Fix html escape characters for some feeds 2019-10-26 18:28:08 +02:00
Shinokuni
33997f071b Add progress bar in WebViewActivity layout 2019-10-26 16:25:10 +02:00
Shinokuni
c1f77edbe1 Suppress compile warnings for two DAO requests 2019-10-25 18:46:41 +02:00
Shinokuni
fccc20698a Merge branch 'develop' of https://github.com/readrops/Readrops into develop 2019-10-25 18:43:07 +02:00
Shinokuni
c37a3ed3b2 Simplify empty list custom view layout 2019-10-25 18:42:55 +02:00
Shinokuni
645b9f3540 Add refresh layout to WebViewActivty with share and actualize menu items 2019-10-21 22:27:13 +02:00
Shinokuni
ed7293e1d8 WebViewActivity : set feed color to toolbar and hide it on scrolling down 2019-10-20 19:20:27 +02:00
Shinokuni
097a5a7aae Add preference to open item link in external navigator or webview 2019-10-20 18:13:30 +02:00
Shinokuni
232a9f1efa Add WebViewActivity to open item link in webview 2019-10-20 18:12:15 +02:00
Shinokuni
2671fdcbbd Fix getFeedLink unit test 2019-10-19 22:20:28 +02:00
Shinokuni
96e5316375 Add preference for reloading feeds colors 2019-10-19 22:05:25 +02:00
Shinokuni
5c35ee3415 Fix item list scrolling down when updating data with a temporary workaround to keep until a new version of androidx paging is released with the right fix 2019-10-19 19:13:34 +02:00
Shinokuni
36dc0cd115 Put feeds colors retrieval in a foreground service 2019-10-19 18:15:27 +02:00
Shinokuni
d8196a610a Activate room incremental annotation processor 2019-10-19 11:39:21 +02:00
Shinokuni
f59e57292f Prefer HttpLoggingInterceptor over StethoInterceptor 2019-10-18 22:08:41 +02:00
Shinokuni
49cafbb062 Set modified items read state for Nextcloud news sync 2019-10-18 22:07:24 +02:00
Shinokuni
ae1d9f056a Update room dependencies 2019-10-15 22:32:29 +02:00
Shinokuni
287bed7321 Update gradle plugin 2019-10-15 22:02:08 +02:00
Shinokuni
8fba823db7 create API in repositories in a separate method 2019-10-15 10:52:26 +02:00
Shinokuni
7487bc7b78 Merge branch 'master' into develop 2019-10-15 10:28:26 +02:00
Shinokuni
70b7535db7 Update README.md : add build status badge 2019-10-15 10:28:12 +02:00
Shinokuni
232191ab04 Merge branch 'master' into develop 2019-10-15 10:10:51 +02:00
Shinokuni
8617f707bf Add another action to travis file 2019-10-15 10:01:54 +02:00
Shinokuni
1347b1701e Add before install action in travis file 2019-10-15 09:55:20 +02:00
Shinokuni
6b502efc83 Add licences to travis file 2019-10-15 09:48:54 +02:00
Shinokuni
6474ea23ea Add gradle wrapper 2019-10-15 09:43:31 +02:00
Shinokuni
1a0115c464 Add initial travis file for CI 2019-10-15 09:37:58 +02:00
Shinokuni
efe54deb9a Support read state for FreshRSS API new items
When new items will be fetched, they will be now set as read or unread. This doesn't apply to already existing in local items
2019-10-14 21:48:35 +02:00
Shinokuni
4c82c4f913 Don't enable item selection when syncing 2019-10-14 15:55:22 +02:00
Shinokuni
9af213c26b Add some tests for HtmlParser class 2019-10-11 21:27:51 +02:00
Shinokuni
7946b2a62d Add a util method to clean a string 2019-10-11 14:58:06 +02:00
Shinokuni
1a38155c01 Fix some SonarLint warnings in AddFeedActivity 2019-10-10 21:50:37 +02:00
Shinokuni
272e867c8d Revamp the way rss/atom/json dates are parsed and fix date tests 2019-10-10 14:45:01 +02:00
Shinokuni
7aa0f94011 Fix insertion results not having their icon and the good name 2019-10-09 14:19:42 +02:00
Shinokuni
51e21848f6 Better error handling when adding a feed with a freshrss account 2019-10-09 11:58:37 +02:00