[Herecast-commit] herecast/src Herecast.vco,1.28,1.29 changelog.txt,1.18,1.19 todo.txt,1.33,1.34
Status: Beta
Brought to you by:
mdpaciga
|
From: Mark P. <mdp...@us...> - 2005-07-25 20:01:22
|
Update of /cvsroot/herecast/herecast/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18282/src Modified Files: Herecast.vco changelog.txt todo.txt Log Message: subscriptions are now updated shortly after first subscribing. This is done by calling Location->checkSubscriptions (and thus SubscriptionAgent->check) as part of the doScan method, which is run every 10 seconds. We should optimise Subscription->agent check to avoid parsing all URLs every 10 seconds, but this will do for now. Index: changelog.txt =================================================================== RCS file: /cvsroot/herecast/herecast/src/changelog.txt,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** changelog.txt 24 Jul 2005 19:34:20 -0000 1.18 --- changelog.txt 25 Jul 2005 20:00:59 -0000 1.19 *************** *** 1,5 **** Version 1.06 - in progress ! - Today item and subscriptions are now updated even - On startup, the new subscription dialog won't pop up until a location fix has been established. --- 1,7 ---- Version 1.06 - in progress ! - Subscriptions are now updated shortly after subscribing. ! - Today item and subscriptions are now updated even if you are not sitting ! on the Today screen. - On startup, the new subscription dialog won't pop up until a location fix has been established. Index: todo.txt =================================================================== RCS file: /cvsroot/herecast/herecast/src/todo.txt,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** todo.txt 22 Apr 2005 17:31:16 -0000 1.33 --- todo.txt 25 Jul 2005 20:00:59 -0000 1.34 *************** *** 18,22 **** regardless of whether the user rests on the today screen. - Subscriptions: update periodically (ie. even if not moving.) ! - update sooner after first subscribe (I think it doesn't update until the user moves) - be more forgiving of format errors in input files (usually freezes without explaination now) - most recently seen building can be mis-set if a stray signal comes in from another building. --- 18,23 ---- regardless of whether the user rests on the today screen. - Subscriptions: update periodically (ie. even if not moving.) ! - might be able to optimise SubscriptionAgent->check so that it doesn't parse the URL if the ! closest AP hasn't changed. (This is called every 10 seconds or so.) - be more forgiving of format errors in input files (usually freezes without explaination now) - most recently seen building can be mis-set if a stray signal comes in from another building. Index: Herecast.vco =================================================================== RCS file: /cvsroot/herecast/herecast/src/Herecast.vco,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 Binary files /tmp/cvsSHCOJB and /tmp/cvsePZS5F differ |