![]() |
Re: FeedingIt - RSS Reader
@vonbraun: is the app started, and the auto-update enabled (in the Preferences menu)? I can't see any reasons why the auto-update would not work if the manual one does, other than not actually being triggered.
@ffarber: the widget is a very early preview that I uploaded to extras-devel yesterday, so it doesn't really interact or do much yet (it only updates its display every 30 minutes). Double-clicking on a feed name will launch the app too. But otherwise, the app is self-contained, so it needs to be running for the auto-update of feeds to happen. This might change in the future. |
Re: FeedingIt - RSS Reader
Quote:
|
Re: FeedingIt - RSS Reader
Slocan-
Thanks, I will try and leave it running to see how it works. I like the widget. Fred |
Re: FeedingIt - RSS Reader
Quote:
http://feedingit.marcoz.org/test2.py then connect to your mobile internet, open up the X-Term and type: python MyDocs/test2.py and send me the output to my email slocan @AT@ marcoz .DOT. org Thanks. |
Re: FeedingIt - RSS Reader
@dcell: I just uploaded 0.6.0-1 to extras-devel. It should fix the problem you're having with that feed.
The other main change is that the widget will now update its display as soon as the count changes in the app (either through an update, or when you close a feed after reading some articles). |
Re: FeedingIt - RSS Reader
when app is running auto update works. i first thought autoupdate worked when app is closed, which is not the case apparently.
|
Re: FeedingIt - RSS Reader
i see we have a loading indicator now, great! thx!
about auto update, can the widget not trigger that instead of the app so that the app doesnt need to be open? of does feedingit had a command lin argument that we can de the update through alarmd? |
Re: FeedingIt - RSS Reader
Quote:
Any ideas? Fred |
Re: FeedingIt - RSS Reader
Quote:
Ultimately, now that the widget is getting somewhere, I want to create a way to update the feeds without having to open the full app, that would be triggered by the app, the widget, or an external command (and if it works out, maybe regulated by a status icon, a-la MfE sync, but let's not get carried away). |
Re: FeedingIt - RSS Reader
Quote:
Thanks, Fred P.S. I have edited this in after thinking about it. Wouldn't the easiest thing to do be adding a new command line argument that was essentially 'update and exit'? That way people could use Alarmed to set up the update to happen on any schedule they would like. This would open the full app for a period of time which would only be annoying if you were doing something else at that time. Just an idea. |
Re: FeedingIt - RSS Reader
Fantastic app, thank you very much Slocan.
If you can get auto update working with just the widget running then it will be perfect. |
Re: FeedingIt - RSS Reader
0.6.1-0 in Extras-devel now (once it gets built), which mostly brings the autoupdate to the widget. Note that autoupdate in the app and in the widget are independent, it's best not to enable both at once (I'll probably add something to prevent that, but for now it is still possible).
Also "FeedingIt update" does not open the app anymore (neither does the widget autoupdate). The top of the widget has a button with some info, but it's mostly unreadable for now. It has not been tested all that much, so let me know if you encounter any weirdness or issues. Thanks. |
Re: FeedingIt - RSS Reader
Quote:
Cheers, Fred Edited in: I haven't been able to tell yet if updating from the widget works or not though background updating with 'FeddingIt update' does work. However, double tapping on a feed in the widget does not launch FeedingIt in this release. I hope that can be fixed. |
Re: FeedingIt - RSS Reader
Just had an interesting problem. I have an alarmed command to do a 'FeedinIt update' command at specific times. Last time I ran it I did not have a network connection., FeedingIt went into a state of thinking it was doing an update perpetually. I typed this command into xtermianl:
rm /home/user/feedingit/update.lock This removed the update state and FeedingIt is running correctly again. Fred |
Re: FeedingIt - RSS Reader
For problems related to updating and connections through proxy's there is an solution for it. It is applicable for 3g connections by KPN (dutch telco provider).
If you are fairly savy with your phone, can you edit the file /opt/FeedingIt/config.py , on line 197, and change it from: return (True, proxy) to: #return (True, proxy) After that FeedingIt is able to update through wifi and 3g. I got this hint from Slocan (thanks for that again), I'm not exactlly sure what function is hashed out, but it works... Maybe Slocan can enlighten us? |
Re: FeedingIt - RSS Reader
Quote:
|
Re: FeedingIt - RSS Reader
@ffarber: thanks for your feedback I'll have an improved version out in the next few days.
@cisqo,Rob1n: That's right, commenting that line disables the use of the proxy settings that were defined by the 3G connection. I have no idea why the phone would report a proxy is enabled, yet not allow connections through. I'm adding a setting in the preferences menu to disable proxy settings if needed. |
Re: FeedingIt - RSS Reader
Quote:
Thanks, I figured you were taking a few deserved days off:) I am hoping you can reinstate the 'click in widget' functionality. The problem about updating int he background locking up the application is less important to me but may be more of an issue for others. Thanks again! Fred |
Re: FeedingIt - RSS Reader
My days off is when I can get working on it and publish updates, so not sure I can call the past week as "days off" ;). But they were indeed filled with non-maemo stuff.
For tonight, and tomorrow, I've got this on my to-do list: - proxy setting in the menu - fix the double-click on the widget, and the color scheme of the top button - better locking between widget and app for updates (and recovery when something happens) |
Re: FeedingIt - RSS Reader
Quote:
dash (m-dash?) is rendering as & # 8 2 1 2 ; Thx. |
Re: FeedingIt - RSS Reader
Quote:
|
Re: FeedingIt - RSS Reader
I was going to edit my post and ask you just that, but you got to it first. :)
|
Re: FeedingIt - RSS Reader
Quote:
|
Re: FeedingIt - RSS Reader
Quote:
Widget works great. I have not tested behavior during an update attempt while not connected but I will. I have one other issue. When trying to access an archived article I get a file not found message of the form: /home/opt/FeedingIt/http/feedname/main/index#.php Did I miss something earlier in the thread? Sorry if I did. Fred |
Re: FeedingIt - RSS Reader
Quote:
|
Re: FeedingIt - RSS Reader
Slocan-
Seems to work now, thanks for the update. One other question, how do you remove an archived article? Cheers, Fred |
Re: FeedingIt - RSS Reader
Quote:
|
Re: FeedingIt - RSS Reader
That makes sense, thanks.
Cheers, Fred |
Re: FeedingIt - RSS Reader
Excellent job Slocan, FeedingIt is really great now. I have been using 0.6.x more frequently and one minor thing I found is that when I opened a feed in portrait mode then switch to landscape mode, the width of feed listing still stuck at the width of portrait mode, i.e. the title only occupy 1/2 of the screen. Not a complaint just an observation.
Another observation is that there is a tiny bit of lag in UI responsiveness, especially when pressing the return button. I sometimes accidentally close the app due to this delay. By the way, I have 8 subscriptions. |
Re: FeedingIt - RSS Reader
Quote:
|
Re: FeedingIt - RSS Reader
Quote:
Quote:
|
Re: FeedingIt - RSS Reader
Quote:
(Think of it as starring in Google Reader, which btw I am finding myself using less and less thanks to FeedingIT) |
Re: FeedingIt - RSS Reader
Quote:
|
Re: FeedingIt - RSS Reader
Quote:
|
Re: FeedingIt - RSS Reader
Quote:
It also brings manual deletion of ArchivedArticles (either one by one in the articles themselves, or all the read items in the feed menu). |
Re: FeedingIt - RSS Reader
Thanks. Manual deletion of archived articles is a welcome addition, too.
Is there a plan to fix "mark all as read?" It's never worked for me. Or is that something you plan to work on after PR1.2, along with the web-kit browser. I am still having issues with that, too. |
Re: FeedingIt - RSS Reader
Quote:
|
Re: FeedingIt - RSS Reader
Think I might be missing something?
I have been using the native RSS client, but thought I would give this a try. I cant get it to accept any of the feeds that work in my RSS client. I select html reather than OPML, cut and paste the link, but it never seems to work - yet the native RSS app works with the same links. Whats different? |
Re: FeedingIt - RSS Reader
Quote:
|
Re: FeedingIt - RSS Reader
Quote:
And I second the wish for a comeback of the webkit browser- the current versions do not have it included :( |
| All times are GMT. The time now is 19:28. |
vBulletin® Version 3.8.8