Giter VIP home page Giter VIP logo

android-rss's People

Watchers

 avatar

android-rss's Issues

Feature request - rss mp3

Hi,

I would like to listen to the Presidents weekly radio address distributed
in RSS/mp3

http://www.whitehouse.gov/rss/radioaddress.xml

Original issue reported on code.google.com by [email protected] on 10 Nov 2008 at 8:47

can't build the project in eclipse under Android 1.0 SDK, Release 1

What steps will reproduce the problem?
1. importing project from svn into eclipse
2. trying to build


What is the expected output? What do you see instead?

Hoped it would build, but get 88 errors like:

Description Resource    Path    Location    Type
The method show() in the type Dialog is not applicable for the arguments
(ChannelAdd, String, int, String, String, boolean)  ChannelAdd.java
android-rss/src/org/devtcg/rssreader/activity   line 152    Java Problem
The method setResult(int, Intent) in the type Activity is not applicable
for the arguments (int, String) ChannelAdd.java
android-rss/src/org/devtcg/rssreader/activity   line 135    Java Problem
The method updateString(int, String) is undefined for the type Cursor
ChannelEdit.java    android-rss/src/org/devtcg/rssreader/activity   line 97 Java
Problem


What version of the product are you using? On what operating system?

Android 1.0 SDK, Release 1 on OSX

Many thanks in advance
CHEERS> SAM


Original issue reported on code.google.com by [email protected] on 31 Dec 2008 at 12:11

Include PreferencesActivity to control settings

Would like to add a PreferencesActivity to control some application
settings such as how frequent to check for updates, and also to set a time
of day to check updates.


Original issue reported on code.google.com by michael.novakjr on 23 Dec 2008 at 5:23

sample source code..

can anyone tell me how to execute the sample source code on eclipse.

I downloaded the source code and tried executinf it. but i got lot of errors.
Please kindly give me the instruction to run this sample code on eclipse .

Original issue reported on code.google.com by [email protected] on 9 May 2009 at 5:43

Rss feeder not working

What steps will reproduce the problem?
1. Running it on the nexus one phone that google uses for android development.
2.
3.

What is the expected output? What do you see instead?
Work in general like the program claims to. I see that it gives me a statement 
saying no feeds and I go to add a new one, but it does nothing.

What version of the product are you using? On what operating system?
Most recent.

Please provide any additional information below.
Could you explain what I am doing wrong?

Original issue reported on code.google.com by [email protected] on 6 Jun 2011 at 1:24

Add channel delete to the UI

need to add the delete option to the channel list. would be helpful during
development :)

Original issue reported on code.google.com by michael.novakjr on 24 Dec 2008 at 7:08

Is this project being actively maintained?

I was just wondering if this project was being currently developed or 
maintained.  I am currently interested in writing an Android RSS aggregator 
as a side-project.  

If the project is not being maintained, who would I speak to regarding 
permission to use the use/modify the code.  I'd rather not fork if possible.

Thanks,
John

Original issue reported on code.google.com by [email protected] on 28 Mar 2010 at 1:54

Adding new tags

Can someone write a guide to adding parsing for another tag?  I have an rss 
feed with <author></author> tags that I need to read.

Original issue reported on code.google.com by [email protected] on 13 Apr 2012 at 5:36

rewrite the feed parser

rewrite the feed parser so it accurately and properly captures the content
for each post.

currently with some feeds it doesn't work properly.

Original issue reported on code.google.com by michael.novakjr on 24 Dec 2008 at 8:29

How to Join?

I can't find how to join the project. I don't see any mailing list or other
way to contact the project author.

I thought of doing something similar to this in order to learn Android and
I see you've already made strides. I've implemented the following to your
code-set:

1.) Hotkey enabled "A" for add a feed and "E" for edit a feed without
having to activate the menu.
2.) Implemented "Cancel" buttons on both the Add and Edit activities.

I intend to implement a "D" hotkey for deleting the selected feed along
with an "Are you sure?" confirmation dialog.

If you're interested in these and possibly other, future enhancements, let
me know.

Thanks,
Trevor

Original issue reported on code.google.com by [email protected] on 28 Dec 2007 at 2:37

How do I join the project.

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 8 Jan 2008 at 2:54

New Repository

Hello,
    Anyone interested in working on this project?  I have attempted to
contact the owner as other people have too. I have currently replicated the
repository and planned on adding some nice Unit Tests to it for starters.
If anyone would be interested in gaining access to my svn to work on the
project send me an instant message on AIM at michaelrnovak or by e mail at
michael [dot] novak [a t] alfresco [dash] rails [dot] com

thanks,
mike

Original issue reported on code.google.com by michael.novakjr on 13 Jan 2008 at 7:17

fix layout params on channel list

fix the layout parameters on the channel list so everything shows up
properly, text is overlapping slightly.


Original issue reported on code.google.com by michael.novakjr on 23 Dec 2008 at 8:53

Feature request

Your project seems evolving rapidly, Nice! Could you add search feature to 
it?

Original issue reported on code.google.com by [email protected] on 17 Dec 2007 at 7:50

rss feeds duplicate entries on channel refresh

This doesn't happen everytime but sometimes the feeds will duplicate entries 
when the 
unread count is 0.

Original issue reported on code.google.com by michael.novakjr on 25 Dec 2008 at 4:58

posts arent complete

Post content is incomplete for certain channels, I suspect this is related to 
the internet 
resources that are used (ie images) 

This breaks the post content at the insertion spot

Original issue reported on code.google.com by michael.novakjr on 25 Dec 2008 at 5:01

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.