Code Monkey home page Code Monkey logo

android-rss-reader-library's People

Contributors

aidangrabe avatar apovtx avatar matshofman avatar thorinside 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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

android-rss-reader-library's Issues

Method to grab only title

For larger RSS feeds an option to collect only the title and url might be worthwhile.

This can then be passed when the item is clicked to generate the full feed.

Dosent work with notifications

Hello.

I have some issues with this RSS feed.

The app dosent push new notifications out to the app.

When app is open, it shows the feed on list.

But when app is closed it dosent trick the notification to push it out..

Cyclical Bundle StackOverflow Error

While using your library, I discovered that your FeedItem class attempts to write the Feed object to the bundle when being parcel-ed (in writeToParcel). This causes a StackOverflowError and is apparently a known thing that is discouraged ( see this issue on Google Code )

Commenting that out works. There needs to be a different way to reference the feed.

Unparseable date

I got unparseable date when i tried this. I traced it to line 98 in RssItem.java (setPubDate). This is because no locale is set so it defaults to the systems default, in my case, Swedish. Since almost all dates in rss feeds (It should be the RSS reader that converts to your current Locale), are in English (days, month etc). I get an unparseable date exception. This is fixed by modifying the line as follows:

SimpleDateFormat dateFormat = new SimpleDateFormat("EEE, dd MMM yyyy HH:mm:ss Z", Locale.ENGLISH);

Gradle support

Is there any plans to add Gradle support for this project?

Doesn't pull atom feeds correctly

I tried using this library to pull an atom feed but it didn't bring back any data. Do you have plans to extend this so that it will pull atom feeds? I'd love to use this library due to how simple it is. It's awesome.

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.