Skip to content
Snippets Groups Projects
  1. Aug 02, 2016
    • Torsten Grote's avatar
      Keep track of which RSS entries have been seen · 8d1a26ba
      Torsten Grote authored
      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
      8d1a26ba
    • Torsten Grote's avatar
      Implement background task for fetching RSS feeds · e527e307
      Torsten Grote authored
      * 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
      e527e307
Loading