maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] GRead : yet another Google Reader application... (PyQt) (https://talk.maemo.org/showthread.php?t=60564)

grog 2010-09-10 18:18

Re: [Announce] GRead : yet another Google Reader application... (PyQt)
 
Quote:

Originally Posted by Twidi (Post 811997)
i personaly have no problem with git on my n900, and sometimes i use it to commit !

I also have no problems now :cool:. After some poking around I discovered that installing the 'git' package did not also install the required 'git-core'. I manually installed 'git-core' & now it works fine.

Twidi 2010-09-12 22:31

Re: [Announce] GRead : yet another Google Reader application... (PyQt)
 
The new version is here !

Here is the commit message as visible on github :

GRead fully rewritten (Except ui which is exactly the same) :

Important things :
  • the engine can manage many accounts (not used in the ui !)
  • not a lot of works for the engine to work with something else than libgreader (we can imagine an account with rss feeds managed locally)
  • better operation system with many spools (content, action...) and each with many threads
  • better management of network latencies
  • pseudo-offline capabilities : sync must be done online and then the application can be used offline (unread items are loaded, 100 by label or by feed without labels)
  • can handle feeds which are not labelled
  • many view rendering could be created, currently only one "maemo5", an hybrid renderer which works on linux too (or other system with QT)

Future :
  • add more shortcuts
  • save some settings per feed (default show unread/all)
  • load images in background
  • handle real offline mode, with local storage (actually all content is in memory)
  • fully rewrite the ui to have a really beautiful one (just saw the NewsRack application for iphone... WOW !)
  • manage multi-accounts in the ui
  • and so on :)

fpp 2010-09-13 11:23

Re: [Announce] GRead : yet another Google Reader application... (PyQt)
 
Good job, testing right away...

fpp 2010-09-13 12:28

Re: [Announce] GRead : yet another Google Reader application... (PyQt)
 
Well, unfortunately that was very quick :

Quote:

Docs/DropN900/N900/gread2/src $ python gread.py
Traceback (most recent call last):
File "gread.py", line 17, in <module>
controller.run()
File "/home/user/MyDocs/DropN900/N900/gread2/src/views/maemo5/controller.py", line 68, in run
self.itemview_view = ItemViewView(controller=self)
File "/home/user/MyDocs/DropN900/N900/gread2/src/views/maemo5/itemview.py", line 73, in __init__
if MAEMO5_ZOOMKEYS:
NameError: global name 'MAEMO5_ZOOMKEYS' is not defined

Tranquility 2010-09-13 12:47

Re: [Announce] GRead : yet another Google Reader application... (PyQt)
 
I got the same error.... maybe now we will find out why the zoom wasnt working before.

Twidi 2010-09-13 13:58

Re: [Announce] GRead : yet another Google Reader application... (PyQt)
 
I really don't understand why because it work's fine for me !!
I can easily bypass the error but don't know how to make theses buttons work for you...
I'll make a new update this evening with a patch for this, and better orientation support (and i'll add a few keyboard shortcuts)

Thanks for the report !

fpp 2010-09-13 15:00

Re: [Announce] GRead : yet another Google Reader application... (PyQt)
 
No problem... right now I prefer a working GReader without the keys (like the previous) one... than the opposite :-)

Twidi 2010-09-13 15:19

Re: [Announce] GRead : yet another Google Reader application... (PyQt)
 
It will :) I just cannot work on it right now. And i will add a write on stderr for the exception raised when the zoomkeys cannot be loaded, then you could tell me more :)

PS : It's "GRead" :)

fpp 2010-09-13 16:21

Re: [Announce] GRead : yet another Google Reader application... (PyQt)
 
Ooops sorry :-)

Do you hope to get rich with this ? It sounds like "Greed" :-)

Twidi 2010-09-13 17:24

Re: [Announce] GRead : yet another Google Reader application... (PyQt)
 
Greed is the name of a Google Reader application for Android :)

I updated the application on Github.

The main thing is that now there is no more "auto-rotation" feature. For two reasons :
  • the auto-rotation is too "sensitive" (what's the correct english word for the french "sensible" in this context?)
  • keep portrait-mode between windows in multi-stacked-windows application is too hacky, i made a ugly hack for this to work in the previous version but were was some bad glitches.

So it's removed BUT in each window you have two buttons in the menu "landscape" or "portrait". You can choose the default one in the settings

For the "ZOOMKEYS" problem, the bug must be corrected and then you have an error displayed in the terminal when GRead is not able to load the zoomkeys.so

Search for "ZOOMKEYS ERROR" on your terminal (i suggest you to wait after the sync is done because a lot of information are displayed on the terminal during the sync !)

If you can copy/paste here the ZOOMEKEYS ERROR line, it will be helpfull


All times are GMT. The time now is 15:26.

vBulletin® Version 3.8.8