Giter Club home page Giter Club logo

feeder's People

Contributors

stoyanr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

feeder's Issues

Automatic site specific feed search for popular sites (Youtube, ...)

I spent some extra time finding out how to subscribe to a Youtube channel. In the end it could be automated: https://www.youtube.com/feeds/videos.xml?channel_id=UCIHdDJ0tjn_3j-FS7s_X1kQ

There are probably many popular websites that have some kind of specific behavior like this. Would you consider adding support for Youtube and consider similar approach for other sites? The approach could be:

  • try standard way to find feed
  • try site specific trick if available

F-Droid build nut updated since v2.4.20

Hi Jonas et al,

I notice that F-Droid repository is stuck on v2.4.20 which became available on 22.07.2023 hence only 3 days after its been released.

Is there something wrong with build on F-Droid for 2.5 and 2.6? Or will it be released soon on F-Droid too?

Cheers
Tobi

Language

I speak Portuguese, but when I use the feeder some words don't look like really they are:

PolÃcia, terãa-feira, where may I set up to Portuguese??

Thanks in advance

Cache text only links results

Some feeds only provide a link to new content. It would be excellent if textual part of those links could be cached upon refresh similarly to Firefox reading mode functionality.

  • Save time quickly reading the pages.
  • Save bandwidth downloading only text.
  • Access the links when offline.

[Feature Request] Bookmark/Queue Support

First of all thanks for this project!

I couldn't find a way to bookmark a post or set it as a favorite for later reference.

I think it would help a lot of we could add posts in a reading queue or in a bookmark, etc.
I found AnthennaPods's implementation pretty intuitive.

CursorLoaders not updated?

Am I correct in saying that when objects are created/update etc via the ContentManager/DatabaseHelper (see below), that any CursorLoaders that are associated with the corresponding ContentProvider URI aren't informed of the change in content? They only seem to operate correctly when created via the ContentProvider.

// Creates a Channel using the ContentManager: no content provider
private Channel createChannel(String url, SyndFeed feed, byte[] icon) {
Channel channel = new Channel(-1, url, feed.getTitle(), icon,
feed.getLink(), feed.getDescription(), feed.getLanguage(),
new byte[] {});
cm.createChannel(channel); // <---- No content URI, so content provider can't inform registered Cursors
return channel;
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.