03/12/2010, 05:16 PM
|
#1 (permalink) |
|
Member
![]() ![]()
Posts: 15
|
This is intended to be a very simple, very easy to use, task list application that syncs with Remember The Milk. It grew out of my frustration with existing RTM clients which were very pretty but required you to navigate through several screens just to see your tasks. I wanted something that had the simplicity and directness of the task list application on my old Palm Vx.
So in this application all tasks are displayed in a single list, which is the main screen. Tasks can have a description (obviously), a due date, and a recurrence which is written in plain English (e.g. “Every Tuesday”). I wrote this application for myself — I’m making it available to others on the off-chance that they find it useful. Because of that there are plenty of missing features I just don’t have the inclination or time to add. Sorry about that. If you’d like some features added I’d encourage you to download the source and add the features yourself. It’s licenced under the GPL v2 for the good of the community. If there are features you’d like and you don’t want to add them, then just pretend you’d never heard of this in the first place and you won’t be any worse off. More information about it on its PreCentral homebrew app page and the Cloud Tasks home page. Changelog and known issues: Version 1.0.4 (24 April 2010)
Last edited by nik.silver; 04/24/2010 at 02:08 PM. Reason: Updated to reference bugfix release 1.0.4. |
03/21/2010, 07:59 PM
|
#2 (permalink) |
|
Member
![]() |
I am going to try this application and the web site Remember The Milk. But when trying to connect the first time I need to log in and till the site to authorize the device. I don't see an option to do this. Do you have to be a paying member of Remember The Milk?
Edit: Never mind, got it to work. Last edited by pjjohn73; 03/23/2010 at 02:14 AM. |
03/21/2010, 08:43 PM
|
#3 (permalink) |
|
Member
![]() |
Looks VERY promising! Well done! I just got my Pre Plus this week, but I'm decently familiar with webOS through time spent in the emulator, PreCentral, the Palmcast, and a friend with a Sprint Pre, but now that I actually use webOS day-to-day the importance of a GTD app or even just a tasks app. This is the first good one I see. I simply won't use a GTD or task app that doesn't sync with another computer or web service in some way, or can't be hacked to do that. I'm still waiting for a webOS equivalent of Things, but now I actually have a usable task app. I just installed it, looking forward to good use of it. Thanks!
Btw, after I authorized I got this notification: "Exception TypeError: Cannot Read Prop..." so I deauthorized, and then reauthorized. It still appeared. So I just created a new task and then it went away. No biggie. |
03/21/2010, 09:30 PM
|
#4 (permalink) |
|
Member
![]() |
Thank you so much for this. I've had the Pixi for a couple of months, and for that time there hasn't been any reliable way to sync tasks ota other than through exchange (which I don't use). Coming from the Android world that was very tough, because there are a couple of really good RTM apps for android.
Feels really good to finally have this, even if there is no "list" option. Again, Thanks. |
03/22/2010, 05:08 AM
|
#6 (permalink) |
|
Member
![]() ![]()
Posts: 15
|
Thanks all for the feedback. I would like to fix any problems, so please do report them. I'm already fixing one bug which makes dates slightly out in non-GMT timezones.
@pjjohn73 RTM isn't clear on whether you need to be a paying member for this kind of thing. I guess not. @Seb_or_Sam I've never seen that message before, so any other details you can provide to help me track it down would be welcome. |
03/22/2010, 03:06 PM
|
#7 (permalink) |
|
Member
![]()
Posts: 2
|
Thanks, Nik, this is exactly what I was looking for!
I've really come to enjoy the fact that my Google Calendar and my Pre Calendar were always synced up. If I added something on my PC it would show up on my phone and vica-versa. And now you've done the same thing with my Task List. I especially like the fact that Cloud Tasks does NOT do everything. I like having a simple, clean interface on my phone and to do the heavy lifting on my PC. For those of you using in an iPod, this philosophy is similar to the way that you can manage songs very easily through iTunes (RememberTheMilk.com), and are much more limited on the iPod device (Cloud Tasks) - but those limitations allow the device (app) to do what it does best. We aren't buried with so many options that core functionality is lost. So Nik, please resist the urge to add new features. Of course I do have one, small request: please put up a donate button your web site. Thanks, -Chris |
03/22/2010, 03:38 PM
|
#8 (permalink) |
|
Member
![]() ![]() |
Very nice, simple UI. No problems connecting it to my RTM profile. Would be the cat's meow if it would fire an alarm when the task was due. I currently have RTM send me an SMS, but I don't like that as much.
__________________
"The service on my iPhone is so bad I'm thinking of calling it my AOL phone." -- Jim Gaffigan
|
03/23/2010, 02:16 AM
|
#9 (permalink) | |
|
Member
![]() |
Quote:
PS: would it be possible to be able to "swipe" to delete? |
|
03/23/2010, 02:20 AM
|
#10 (permalink) | |
|
Member
![]() |
Quote:
Could you please list some of these better GTD apps for WebOS? I like the RTM app very well, but would also like to look into options that not only give tasks, but also lists within the tasks. And of course it must be cloud based so that my Wife and I can share it. |
|
03/23/2010, 05:57 AM
|
#11 (permalink) |
|
Member
![]() |
nono, not better Pre GTD apps, better web-based GTD apps
![]() I like TaskWriter - Productivity Your Way and their mobile Taskwriter works well on the pre. what I also like is GTDagenda, don't know if it has a mobile site... |
03/23/2010, 11:30 AM
|
#12 (permalink) | |
|
Member
![]()
Posts: 79
|
Quote:
http://www.gtdagenda.mobi |
|
03/25/2010, 08:07 PM
|
#14 (permalink) |
|
Member
![]() |
My wife and I have been eager for something like this. It looks to serve our needs well. I downloaded the code and am hoping to add a few features for ourselves. Namely, multiple lists and priorities.
I've only written small apps for myself, but do you think those additions would be difficult? My plan is to load whatever the last list was when the app starts to keep the wonderful clean interface. I would like to make the header clickable and when clicked it would display a drop down list of available lists. Thanks! |
03/26/2010, 07:47 AM
|
#15 (permalink) | |
|
Member
![]() ![]()
Posts: 15
|
Quote:
Priorities is more difficult as it involves persisting a bit more data and enhancing the Edit Tasks scene. That scene gets a bit bigger then, so my own thought was to then add a preferences page which allows someone to hide priorities and/or dates and/or recurrence, so the user can keep things compact. But you can see that's an even further complication. Really, though, the first challenge will be to download 1.0.0 source and get the tests to run! |
|
03/26/2010, 04:37 PM
|
#17 (permalink) |
|
Member
![]() |
I like this app but I was wondering if it has a way to set the time the task is due so I can get the email or sms notice. I'm not usre if it's not there or if I'm missing it on the app. It would make scheduling things on the go very helpful. If this isn't part of the app right now, if anyone adds it, could you please let me know about the update? I know nothing about adding features so I'm at someone elses mercy.
|
03/27/2010, 04:29 AM
|
#18 (permalink) |
|
Member
![]() ![]()
Posts: 15
|
@Elizabeth1129 I can't see that RTM supports custom ordering, so even if it was implemented in Cloud Tasks that ordering wouldn't be stored on the server. That also means if you erased your local task list and then sync'd after a fresh install the ordering would be gone.
@becrazy2 The app was written without particular reference to due times (as opposed to due dates), and there are certain places where the due time is zeroed so as to help ordering and other comparisons. So it might be a bit fiddly to add, but of course not impossible. |
![]() |
|
| Tags |
| tasks, todo |
| Thread Tools | |
| Display Modes | |
|
|



