Torsten Grote
e96b3a8c68
Use namespaced strings for client IDs
2016-11-08 11:17:52 -02:00
Torsten Grote
72fb4e9bc7
Post RSS entries within one transaction
...
This also fixes a bug where new feeds was not added properly.
2016-08-24 12:39:04 -03:00
Torsten Grote
e10f68b496
Add feed title to imported entries
...
Also fixes one bug where a new feed was not saved and
improved HTML stripping a bit.
2016-08-24 11:20:45 -03:00
Torsten Grote
6454acdaa5
Post new RSS entries into the user's personal blog
...
Closes #486
2016-08-02 20:02:40 -03:00
Torsten Grote
8d1a26ba72
Keep track of which RSS entries have been seen
...
This is done by remembering the time of the latest entry.
All entries newer than that are considered new and will be posted.
Closes #485
2016-08-02 19:19:48 -03:00
Torsten Grote
e527e30712
Implement background task for fetching RSS feeds
...
* Implemented in briar-core as a `ScheduledExecutorService`
that gets started when the app starts
* The briar-api has a `FeedManager` interface
that the UI can use to register and unregister feeds
* In this first iteration, feeds are fetched via HTTP(S), not Tor
Closes #484
2016-08-02 19:18:55 -03:00