Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

todotxt · Todo.txt Tools

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1024
  • Category: Data Formats
  • Founded: Jun 23, 2006
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 3454 - 3483 of 4903   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#3454 From: "E.Z." <hartez@...>
Date: Thu Sep 1, 2011 6:38 am
Subject: Re: Todo.txt for Windows Phone?
hartez13
Send Email Send Email
 
Yep. I started one a while ago. It's functional, but I haven't had time to get through the process to put it on the marketplace yet:

https://github.com/hartez/TodotxtTouch.WindowsPhone

It can sync your todo.txt (and done.txt) to Dropbox. You can add, edit, delete, mark complete, and archive. And you can drill down by context and project.

That said, there's no reason there couldn't be more than one WP7 version - I've gone for a very basic metro interface, but there's certainly room for other user interfaces and features. The basic reading/writing of the task files is accomplished with another library I wrote:

https://github.com/hartez/todotxtlib.net

Feel free to use it as a basis for another project if you like. And feel free to contribute to mine or fix things, or just ask questions.

- E.Z. Hart

On Thu, Sep 1, 2011 at 12:15 AM, serband05 <dragos.serban@...> wrote:
 

Hello,

Is there any project trying to port Todo.txt Touch to Windows Phone 7? I am asking this because for the past week or so I've been working on one and I would not want to duplicate the work needlessly.

If there isn't, I'd be glad to work with members of the community on this. It sounds a bit daunting, as I haven't been involved in leading/coding another open source project so far, but it should be a very good experience that I can learn something from.

Best regards,
Dragos Serban



#3455 From: "serband05" <dragos.serban@...>
Date: Sun Sep 4, 2011 10:56 am
Subject: Re: Todo.txt for Windows Phone?
serband05
Send Email Send Email
 
Hi E.Z.,

Took a look at your app and library and they are a bit similar to mine.

Some things I noticed while browsing the source code:
- The library I made works purely with strings and leaves the handling
of the resulting strings to the app (e.g. I might not want to work with
a class), yours seems to be the opposite.
- I liked that you used a special purpose collection for the tasks and
working directly on them when modifying, why didn't that occur to me I
have no idea. It'd be a bit faster I reckon.
- In the code behind, you are doing a lot of NavigationService.Navigate
calls in several methods. Shouldn't those be in the ViewModel instead
and called via commands by the view?
- No effects :( I'll try implementing them once I read about the page
tilt stuff.

Overall, good job so far and I hope to see it in the Marketplace soon.

That said, I think I will continue on with the development on mine
because I want to do some things a bit differently, both codewise and
UI-wise. I'll put it up for criticism once I get it in a better state
(comments, some more decoupling) :)

Best regards,
Dragos Serban

--- In todotxt@yahoogroups.com, "E.Z." <hartez@...> wrote:
>
> Yep. I started one a while ago. It's functional, but I haven't had
time to
> get through the process to put it on the marketplace yet:
>
> https://github.com/hartez/TodotxtTouch.WindowsPhone
>
> It can sync your todo.txt (and done.txt) to Dropbox. You can add,
edit,
> delete, mark complete, and archive. And you can drill down by context
and
> project.
>
> That said, there's no reason there couldn't be more than one WP7
version -
> I've gone for a very basic metro interface, but there's certainly room
for
> other user interfaces and features. The basic reading/writing of the
task
> files is accomplished with another library I wrote:
>
> https://github.com/hartez/todotxtlib.net
>
> Feel free to use it as a basis for another project if you like. And
feel
> free to contribute to mine or fix things, or just ask questions.
>
> - E.Z. Hart
>
> On Thu, Sep 1, 2011 at 12:15 AM, serband05 dragos.serban@... wrote:
>
> > **
> >
> >
> > Hello,
> >
> > Is there any project trying to port Todo.txt Touch to Windows Phone
7? I am
> > asking this because for the past week or so I've been working on one
and I
> > would not want to duplicate the work needlessly.
> >
> > If there isn't, I'd be glad to work with members of the community on
this.
> > It sounds a bit daunting, as I haven't been involved in
leading/coding
> > another open source project so far, but it should be a very good
experience
> > that I can learn something from.
> >
> > Best regards,
> > Dragos Serban
> >
> >
> >
>

#3456 From: "E.Z." <hartez@...>
Date: Mon Sep 5, 2011 9:58 pm
Subject: Re: Re: Todo.txt for Windows Phone?
hartez13
Send Email Send Email
 
Dragos,

Awesome, I'll make sure to let this group know when (if) I ever get it up on the Marketplace. And feel free to steal any of the ideas or code that looks useful - the more options people have, the better. I look forward to seeing your app!

- E.Z.

On Sun, Sep 4, 2011 at 4:56 AM, serband05 <dragos.serban@...> wrote:
 


Hi E.Z.,

Took a look at your app and library and they are a bit similar to mine.

Some things I noticed while browsing the source code:
- The library I made works purely with strings and leaves the handling
of the resulting strings to the app (e.g. I might not want to work with
a class), yours seems to be the opposite.
- I liked that you used a special purpose collection for the tasks and
working directly on them when modifying, why didn't that occur to me I
have no idea. It'd be a bit faster I reckon.
- In the code behind, you are doing a lot of NavigationService.Navigate
calls in several methods. Shouldn't those be in the ViewModel instead
and called via commands by the view?
- No effects :( I'll try implementing them once I read about the page
tilt stuff.

Overall, good job so far and I hope to see it in the Marketplace soon.

That said, I think I will continue on with the development on mine
because I want to do some things a bit differently, both codewise and
UI-wise. I'll put it up for criticism once I get it in a better state
(comments, some more decoupling) :)

Best regards,
Dragos Serban



--- In todotxt@yahoogroups.com, "E.Z." <hartez@...> wrote:
>
> Yep. I started one a while ago. It's functional, but I haven't had
time to
> get through the process to put it on the marketplace yet:
>
> https://github.com/hartez/TodotxtTouch.WindowsPhone
>
> It can sync your todo.txt (and done.txt) to Dropbox. You can add,
edit,
> delete, mark complete, and archive. And you can drill down by context
and
> project.
>
> That said, there's no reason there couldn't be more than one WP7
version -
> I've gone for a very basic metro interface, but there's certainly room
for
> other user interfaces and features. The basic reading/writing of the
task
> files is accomplished with another library I wrote:
>
> https://github.com/hartez/todotxtlib.net
>
> Feel free to use it as a basis for another project if you like. And
feel
> free to contribute to mine or fix things, or just ask questions.
>
> - E.Z. Hart
>
> On Thu, Sep 1, 2011 at 12:15 AM, serband05 dragos.serban@... wrote:
>
> > **
> >
> >
> > Hello,
> >
> > Is there any project trying to port Todo.txt Touch to Windows Phone
7? I am
> > asking this because for the past week or so I've been working on one
and I
> > would not want to duplicate the work needlessly.
> >
> > If there isn't, I'd be glad to work with members of the community on
this.
> > It sounds a bit daunting, as I haven't been involved in
leading/coding
> > another open source project so far, but it should be a very good
experience
> > that I can learn something from.
> >
> > Best regards,
> > Dragos Serban
> >
> >
> >
>



#3457 From: Gina Trapani <ginatrapani@...>
Date: Tue Sep 6, 2011 4:58 pm
Subject: Re: Re: Todo.txt Touch iOS
gina.trapani
Send Email Send Email
 
Charles, thanks so much for the pull request. I just merged it.

Sadly my iOS skills do not yet match my Android skills, so I didn't do a thorough code review. iOS devs, please pull my master branch, test, and suggest/send any patches. Thanks, everyone!



On Tue, Aug 23, 2011 at 7:44 PM, charlesbjones3 <charlesbjones3@...> wrote:
 



Pull request on its way to you, Gina.

Here's the current status for those following along at home. If anyone wants to jump in and work on something, let me know.

What's currently working
-----------------------------------
* Add/Edit tasks (including selecting priorities, projects, and contexts from a list)
* Display list of tasks
* Complete/Undo Complete
* Prioritize
* Delete
* Sort by priority, id, and text

Next up
-----------
* Dropbox support (duh). I'm working on this now, and should be done in a few days, depending on my schedule.

Still to do
-------------
* Filtering (not sure how the UI should work for this)
* Preferences (can't decide whether to create a dedicated screen for this, or create a settings bundle in the iPhone system)
* Help screen on Edit page.
* I haven't written any unit tests (shame on me)
* Share function (I'm not sure what the iOS equivalent is to the ACTION_SEND intent, if there even is one.)
* iPad support (currently, the app will only run on iPad if you disable Universal support. Since we haven't designed an interface for the iPad's main view controller you just see a blank screen when you run it.)
* iOS 3 support (The app runs on iOS 3, but none of the code that uses regexes works. The number of people with iOS 3 devices is dwindling rapidly, so this may be a moot issue.)
* Splash screen (not sure if necessary, but everybody else seems to have one. Will probably want it to look like the login screen, but without the login button.)
* I have no design skills, so it would be nice if someone could put lipstick on this pig before it ships.
* Along that line, some of the UX could probably stand to be streamlined, like combining the main list with the detail view to give better parity with the Android app.
* And there's probably a bunch of other things I have forgotten.

Happy Hacking,
Charles



--- In todotxt@yahoogroups.com, Gina Trapani <ginatrapani@...> wrote:
>
> Looks great, Charles. The iOS version of Todo.txt Touch hasn't had much work
> done in a long while, so I'd love to merge your work into my master. Send me
> a pull request? And thanks!
>
> On Sun, Aug 7, 2011 at 5:02 PM, charlesbjones3 <charlesbjones3@...>wrote:

>
> > **
> >
> >
> > Howdy Folks,
> >
> > I discovered Todo.txt Touch about a week ago and got pretty excited when I
> > saw there was an iOS version in the works. I got even more excited when I
> > saw that the project had barely begun, so I forked the repository and
> > started coding.
> >
> > Before there is too much duplication of effort, I decided I should push my
> > changes back to the community. You can find my fork here:
> >
> > https://github.com/chuckbjones/todo.txt-touch-ios
> >
> > So far, I've implemented the basic CRUD operations on the todo.txt file. I
> > haven't done Dropbox support, filtering, sorting, etc. There's nothing fancy
> > about the UI, either. It's just the basic iOS blue/grey widgets. The backend
> > logic is pretty much a straight port of the Android code, except in places
> > where the Java and Objective-C didn't match up very well.
> >
> > If I haven't stepped on anything someone else has already implemented, I
> > can go ahead and issue a pull request to Gina. Otherwise, feel free to take
> > any bits and pieces of my code that you need. In the mean time I will keep
> > hacking away.
> >
> > Cheers,
> > Charles
> >
> >
> >
>
>
>




--
http://ginatrapani.org
http://twitter.com/ginatrapani

#3458 From: Sean <schliden@...>
Date: Wed Sep 7, 2011 4:56 am
Subject: Re: Re: Todo.txt Touch iOS
schliden@...
Send Email Send Email
 
Charles,

I am keen to, at least, help test the iOS version of todo.txt

Can you give me an idea on how one can get involved and test or any other help
you might need ?

Cheers

Sean

On 24/08/11 12:44 PM, charlesbjones3 wrote:
>
>
> Pull request on its way to you, Gina.
>
> Here's the current status for those following along at home. If anyone wants
to jump in and work on
> something, let me know.
>
> What's currently working
> -----------------------------------
> * Add/Edit tasks (including selecting priorities, projects, and contexts from
a list)
> * Display list of tasks
> * Complete/Undo Complete
> * Prioritize
> * Delete
> * Sort by priority, id, and text
>
> Next up
> -----------
> * Dropbox support (duh). I'm working on this now, and should be done in a few
days, depending on my
> schedule.
>
> Still to do
> -------------
> * Filtering (not sure how the UI should work for this)
> * Preferences (can't decide whether to create a dedicated screen for this, or
create a settings
> bundle in the iPhone system)
> * Help screen on Edit page.
> * I haven't written any unit tests (shame on me)
> * Share function (I'm not sure what the iOS equivalent is to the ACTION_SEND
intent, if there even
> is one.)
> * iPad support (currently, the app will only run on iPad if you disable
Universal support. Since we
> haven't designed an interface for the iPad's main view controller you just see
a blank screen when
> you run it.)
> * iOS 3 support (The app runs on iOS 3, but none of the code that uses regexes
works. The number of
> people with iOS 3 devices is dwindling rapidly, so this may be a moot issue.)
> * Splash screen (not sure if necessary, but everybody else seems to have one.
Will probably want it
> to look like the login screen, but without the login button.)
> * I have no design skills, so it would be nice if someone could put lipstick
on this pig before it
> ships.
> * Along that line, some of the UX could probably stand to be streamlined, like
combining the main
> list with the detail view to give better parity with the Android app.
> * And there's probably a bunch of other things I have forgotten.
>
> Happy Hacking,
> Charles
>
> --- In todotxt@yahoogroups.com <mailto:todotxt%40yahoogroups.com>, Gina
Trapani <ginatrapani@...> wrote:
>  >
>  > Looks great, Charles. The iOS version of Todo.txt Touch hasn't had much
work
>  > done in a long while, so I'd love to merge your work into my master. Send
me
>  > a pull request? And thanks!
>  >
>  > On Sun, Aug 7, 2011 at 5:02 PM, charlesbjones3 <charlesbjones3@...>wrote:
>  >
>  > > **
>  > >
>  > >
>  > > Howdy Folks,
>  > >
>  > > I discovered Todo.txt Touch about a week ago and got pretty excited when
I
>  > > saw there was an iOS version in the works. I got even more excited when I
>  > > saw that the project had barely begun, so I forked the repository and
>  > > started coding.
>  > >
>  > > Before there is too much duplication of effort, I decided I should push
my
>  > > changes back to the community. You can find my fork here:
>  > >
>  > > https://github.com/chuckbjones/todo.txt-touch-ios
>  > >
>  > > So far, I've implemented the basic CRUD operations on the todo.txt file.
I
>  > > haven't done Dropbox support, filtering, sorting, etc. There's nothing
fancy
>  > > about the UI, either. It's just the basic iOS blue/grey widgets. The
backend
>  > > logic is pretty much a straight port of the Android code, except in
places
>  > > where the Java and Objective-C didn't match up very well.
>  > >
>  > > If I haven't stepped on anything someone else has already implemented, I
>  > > can go ahead and issue a pull request to Gina. Otherwise, feel free to
take
>  > > any bits and pieces of my code that you need. In the mean time I will
keep
>  > > hacking away.
>  > >
>  > > Cheers,
>  > > Charles
>  > >
>  > >
>  > >
>  >
>  >
>  >
>  > --
>  > http://ginatrapani.org
>  > http://twitter.com/ginatrapani
>  >
>
>

#3459 From: "charlesbjones3" <charlesbjones3@...>
Date: Wed Sep 7, 2011 7:13 pm
Subject: Re: Todo.txt Touch iOS
charlesbjones3
Send Email Send Email
 
Awesome!

So, I guess we have a few options here:

1) If you already have an iOS developer account, you should be able to check out
the source code from https://github.com/ginatrapani/todo.txt-touch-ios, build it
in xcode, install it onto your device and start banging away at it. Something
that would be immensely useful is for someone to write some unit tests. As far
as functional testing goes, I guess there is no formal test plan. So, just try
to break it, and make sure there is feature parity with the Android version.
Also, suggestions on making the UI better will be greatly appreciated.
    You will need to insert your own Dropbox API key into the dropbox.plist file
before you will be able to connect to dropbox, just like in the Android app.
    Bleeding edge code can be found in various branches at
https://github.com/chuckbjones/todo.txt-touch-ios/ as well.

2) If you don't have an iOS developer account you can create one, but it costs
$100. I think you can download XCode from the Mac App store for free, but you
will only be able to run the app in the iPhone simulator on your desktop. I
don't think you can put it on a device.

3) If you're not a programmer-type person, we can set you up with a beta-test
build of the app that you can install through iTunes. Before we can do that,
though, we need to create a developer account for the app
(http://developer.apple.com/programs/ios/distribute.html). I'm guessing Gina
will need to be the one to take care of that. After that is done, we will be
able to install the app on 100 devices.

Thanks,
Charles

--- In todotxt@yahoogroups.com, Sean <schliden@...> wrote:
>
> Charles,
>
> I am keen to, at least, help test the iOS version of todo.txt
>
> Can you give me an idea on how one can get involved and test or any other help
you might need ?
>
> Cheers
>
> Sean

#3460 From: Ben Hughes <0obelialo0@...>
Date: Wed Sep 7, 2011 10:08 pm
Subject: Re: Re: Todo.txt Touch iOS
benrhughes
Send Email Send Email
 

I'd be happy to beta test on the ipad once you get the dev account set up.

Ben

On Sep 8, 2011 5:13 AM, "charlesbjones3" <charlesbjones3@...> wrote:
>
>
>
> Awesome!
>
> So, I guess we have a few options here:
>
> 1) If you already have an iOS developer account, you should be able to check out the source code from https://github.com/ginatrapani/todo.txt-touch-ios, build it in xcode, install it onto your device and start banging away at it. Something that would be immensely useful is for someone to write some unit tests. As far as functional testing goes, I guess there is no formal test plan. So, just try to break it, and make sure there is feature parity with the Android version. Also, suggestions on making the UI better will be greatly appreciated.
> You will need to insert your own Dropbox API key into the dropbox.plist file before you will be able to connect to dropbox, just like in the Android app.
> Bleeding edge code can be found in various branches at https://github.com/chuckbjones/todo.txt-touch-ios/ as well.
>
> 2) If you don't have an iOS developer account you can create one, but it costs $100. I think you can download XCode from the Mac App store for free, but you will only be able to run the app in the iPhone simulator on your desktop. I don't think you can put it on a device.
>
> 3) If you're not a programmer-type person, we can set you up with a beta-test build of the app that you can install through iTunes. Before we can do that, though, we need to create a developer account for the app (http://developer.apple.com/programs/ios/distribute.html). I'm guessing Gina will need to be the one to take care of that. After that is done, we will be able to install the app on 100 devices.
>
> Thanks,
> Charles
>
> --- In todotxt@yahoogroups.com, Sean <schliden@...> wrote:
>>
>> Charles,
>>
>> I am keen to, at least, help test the iOS version of todo.txt
>>
>> Can you give me an idea on how one can get involved and test or any other help you might need ?
>>
>> Cheers
>>
>> Sean
>
>
>
>
> ------------------------------------
>
> http://todotxt.comYahoo! Groups Links
>
> <*> To visit your group on the web, go to:
> http://groups.yahoo.com/group/todotxt/
>
> <*> Your email settings:
> Individual Email | Traditional
>
> <*> To change settings online go to:
> http://groups.yahoo.com/group/todotxt/join
> (Yahoo! ID required)
>
> <*> To change settings via email:
> todotxt-digest@yahoogroups.com
> todotxt-fullfeatured@yahoogroups.com
>
> <*> To unsubscribe from this group, send an email to:
> todotxt-unsubscribe@yahoogroups.com
>
> <*> Your use of Yahoo! Groups is subject to:
> http://docs.yahoo.com/info/terms/
>

#3461 From: Sean <schliden@...>
Date: Fri Sep 9, 2011 6:36 am
Subject: Re: Re: Todo.txt Touch iOS
schliden@...
Send Email Send Email
 
Developer, but not an iOS/Objective-C developer.

I will have a crack at grabbing the source and running in xcode on the simulator.

Definitely keen on helping with option 3. Beta testing when that come around.


On Thu, Sep 8, 2011 at 5:13 AM, charlesbjones3 <charlesbjones3@...> wrote:
 



Awesome!

So, I guess we have a few options here:

1) If you already have an iOS developer account, you should be able to check out the source code from https://github.com/ginatrapani/todo.txt-touch-ios, build it in xcode, install it onto your device and start banging away at it. Something that would be immensely useful is for someone to write some unit tests. As far as functional testing goes, I guess there is no formal test plan. So, just try to break it, and make sure there is feature parity with the Android version. Also, suggestions on making the UI better will be greatly appreciated.
You will need to insert your own Dropbox API key into the dropbox.plist file before you will be able to connect to dropbox, just like in the Android app.
Bleeding edge code can be found in various branches at https://github.com/chuckbjones/todo.txt-touch-ios/ as well.

2) If you don't have an iOS developer account you can create one, but it costs $100. I think you can download XCode from the Mac App store for free, but you will only be able to run the app in the iPhone simulator on your desktop. I don't think you can put it on a device.

3) If you're not a programmer-type person, we can set you up with a beta-test build of the app that you can install through iTunes. Before we can do that, though, we need to create a developer account for the app (http://developer.apple.com/programs/ios/distribute.html). I'm guessing Gina will need to be the one to take care of that. After that is done, we will be able to install the app on 100 devices.

Thanks,
Charles


--- In todotxt@yahoogroups.com, Sean <schliden@...> wrote:
>
> Charles,
>
> I am keen to, at least, help test the iOS version of todo.txt
>
> Can you give me an idea on how one can get involved and test or any other help you might need ?
>
> Cheers
>
> Sean



#3462 From: "chrisportela@..." <chris@...>
Date: Fri Sep 9, 2011 5:06 pm
Subject: Re: Todo.txt for Windows Phone?
chrisportela...
Send Email Send Email
 
What different libs did you use? I've been trying to download this solution but
I can't build it due to all the dependencies which are missing on my machine. Is
is possible for a list to be created for all the different things needed to be
installed to build it?

Also what should be done for the apikeys.txt and packages.config files which are
missing?

I'm not a Windows Phone developer but I know C#.NET and WPF so it is pretty
familiar to me most of this stuff but not some the specific things.

--- In todotxt@yahoogroups.com, "E.Z." <hartez@...> wrote:
>
> Dragos,
>
> Awesome, I'll make sure to let this group know when (if) I ever get it up on
> the Marketplace. And feel free to steal any of the ideas or code that looks
> useful - the more options people have, the better. I look forward to seeing
> your app!
>
> - E.Z.
>
> On Sun, Sep 4, 2011 at 4:56 AM, serband05 <dragos.serban@...> wrote:
>
> > **
> >
> >
> >
> > Hi E.Z.,
> >
> > Took a look at your app and library and they are a bit similar to mine.
> >
> > Some things I noticed while browsing the source code:
> > - The library I made works purely with strings and leaves the handling
> > of the resulting strings to the app (e.g. I might not want to work with
> > a class), yours seems to be the opposite.
> > - I liked that you used a special purpose collection for the tasks and
> > working directly on them when modifying, why didn't that occur to me I
> > have no idea. It'd be a bit faster I reckon.
> > - In the code behind, you are doing a lot of NavigationService.Navigate
> > calls in several methods. Shouldn't those be in the ViewModel instead
> > and called via commands by the view?
> > - No effects :( I'll try implementing them once I read about the page
> > tilt stuff.
> >
> > Overall, good job so far and I hope to see it in the Marketplace soon.
> >
> > That said, I think I will continue on with the development on mine
> > because I want to do some things a bit differently, both codewise and
> > UI-wise. I'll put it up for criticism once I get it in a better state
> > (comments, some more decoupling) :)
> >
> > Best regards,
> > Dragos Serban
> >
> >
> > --- In todotxt@yahoogroups.com, "E.Z." <hartez@> wrote:
> > >
> > > Yep. I started one a while ago. It's functional, but I haven't had
> > time to
> > > get through the process to put it on the marketplace yet:
> > >
> > > https://github.com/hartez/TodotxtTouch.WindowsPhone
> > >
> > > It can sync your todo.txt (and done.txt) to Dropbox. You can add,
> > edit,
> > > delete, mark complete, and archive. And you can drill down by context
> > and
> > > project.
> > >
> > > That said, there's no reason there couldn't be more than one WP7
> > version -
> > > I've gone for a very basic metro interface, but there's certainly room
> > for
> > > other user interfaces and features. The basic reading/writing of the
> > task
> > > files is accomplished with another library I wrote:
> > >
> > > https://github.com/hartez/todotxtlib.net
> > >
> > > Feel free to use it as a basis for another project if you like. And
> > feel
> > > free to contribute to mine or fix things, or just ask questions.
> > >
> > > - E.Z. Hart
> > >
> > > On Thu, Sep 1, 2011 at 12:15 AM, serband05 dragos.serban@ wrote:
> > >
> > > > **
> > > >
> > > >
> > > > Hello,
> > > >
> > > > Is there any project trying to port Todo.txt Touch to Windows Phone
> > 7? I am
> > > > asking this because for the past week or so I've been working on one
> > and I
> > > > would not want to duplicate the work needlessly.
> > > >
> > > > If there isn't, I'd be glad to work with members of the community on
> > this.
> > > > It sounds a bit daunting, as I haven't been involved in
> > leading/coding
> > > > another open source project so far, but it should be a very good
> > experience
> > > > that I can learn something from.
> > > >
> > > > Best regards,
> > > > Dragos Serban
> > > >
> > > >
> > > >
> > >
> >
> >
> >
>

#3463 From: Gina Trapani <ginatrapani@...>
Date: Fri Sep 9, 2011 5:15 pm
Subject: Re: Re: Todo.txt Touch iOS
gina.trapani
Send Email Send Email
 
On Wed, Sep 7, 2011 at 12:13 PM, charlesbjones3 <charlesbjones3@...> wrote:

3) If you're not a programmer-type person, we can set you up with a beta-test build of the app that you can install through iTunes. Before we can do that, though, we need to create a developer account for the app (http://developer.apple.com/programs/ios/distribute.html). I'm guessing Gina will need to be the one to take care of that. After that is done, we will be able to install the app on 100 devices.


I just created a developer account, and am waiting for confirmation. I've never done this before, but I assume once that's done I can build the app and upload it to the store for 100 testers? Exciting times. Will keep you updated.

Thanks, Charles.

--
http://ginatrapani.org
http://twitter.com/ginatrapani

#3464 From: "charlesbjones3" <charlesbjones3@...>
Date: Fri Sep 9, 2011 6:45 pm
Subject: Re: Todo.txt Touch iOS
charlesbjones3
Send Email Send Email
 
Once you login to your account go to the Provisioning Portal and follow the
directions for creating an Ad-Hoc build. Then, you will have to get the UDIDs of
the testers' devices and register them on the account and send the app to them
for installation.

Luckily, there appears to be quite a few services that make this part pretty
painless:
http://www.readwriteweb.com/mobile/2011/01/7-tools-for-ota-ios-beta-testing.php

I think people in my office have used TestFlight in the past and it worked
pretty well (and it's free): https://testflightapp.com/

Here's another article about doing iOS beta testing:
http://www.raywenderlich.com/1669/how-to-host-a-beta-test-for-your-ios-app

--- In todotxt@yahoogroups.com, Gina Trapani <ginatrapani@...> wrote:
>
> On Wed, Sep 7, 2011 at 12:13 PM, charlesbjones3 <charlesbjones3@...>wrote:
>
> > 3) If you're not a programmer-type person, we can set you up with a
> > beta-test build of the app that you can install through iTunes. Before we
> > can do that, though, we need to create a developer account for the app (
> > http://developer.apple.com/programs/ios/distribute.html). I'm guessing
> > Gina will need to be the one to take care of that. After that is done, we
> > will be able to install the app on 100 devices.
> >
>
> I just created a developer account, and am waiting for confirmation. I've
> never done this before, but I assume once that's done I can build the app
> and upload it to the store for 100 testers? Exciting times. Will keep you
> updated.
>
> Thanks, Charles.
>
> --
> http://ginatrapani.org
> http://twitter.com/ginatrapani
>

#3465 From: "sarnobat_2000" <ss401533@...>
Date: Fri Sep 9, 2011 6:49 pm
Subject: 1) Thank you Gina for todo.txt 2) Porting tab completion to zsh?
sarnobat_2000
Send Email Send Email
 
1) Todo.txt is perfect for geeks like me who believe anything and everything
should be done from the command line
2) I can't live without tab completion, and I'm a zsh user. Does anyone out
there have tab the completion rules for todo.txt for zsh? If so, please find a
mechanism for sharing it with everyone (if it isn't already available somewhere)

#3466 From: Ioan Dragos Serban <dragos.serban@...>
Date: Fri Sep 9, 2011 7:17 pm
Subject: Re: Todo.txt for Windows Phone?
serband05
Send Email Send Email
 
What I did was search on the web for the missing dependencies and replace the references that were missing in his project with the ones I downloaded. Then it compiled.

The API key file: I never tested that, since the app seems to work without needing to connect to Dropbox.

I removed the packages config file and it still compiled correctly, so you can remove it if you just want to try the app out in the emulator.

Sent from my Windows Phone

#3467 From: "E.Z." <hartez@...>
Date: Fri Sep 9, 2011 8:01 pm
Subject: Re: Re: Todo.txt for Windows Phone?
hartez13
Send Email Send Email
 
Chris,

I'm working on updating the project so that the package dependencies will be retrieved when you build (so you don't have to go searching for them). I should have that up pretty soon.

I haven't decided what to do about the API key issue yet. The file in question just holds the application's key for Dropbox. There is no production key for the app yet (I still have to apply); I've been using a developer key so far. I'm looking into what my options are for getting a developer key set up for people who want to build/test/contribute to the open source project. As soon as I figure that out, I'll update the readme on github (and let this group know).

- E.Z.

On Fri, Sep 9, 2011 at 11:06 AM, chrisportela@... <chris@...> wrote:
 

What different libs did you use? I've been trying to download this solution but I can't build it due to all the dependencies which are missing on my machine. Is is possible for a list to be created for all the different things needed to be installed to build it?

Also what should be done for the apikeys.txt and packages.config files which are missing?

I'm not a Windows Phone developer but I know C#.NET and WPF so it is pretty familiar to me most of this stuff but not some the specific things.



--- In todotxt@yahoogroups.com, "E.Z." <hartez@...> wrote:
>
> Dragos,
>
> Awesome, I'll make sure to let this group know when (if) I ever get it up on
> the Marketplace. And feel free to steal any of the ideas or code that looks
> useful - the more options people have, the better. I look forward to seeing
> your app!
>
> - E.Z.
>
> On Sun, Sep 4, 2011 at 4:56 AM, serband05 <dragos.serban@...> wrote:
>
> > **
> >
> >
> >
> > Hi E.Z.,
> >
> > Took a look at your app and library and they are a bit similar to mine.
> >
> > Some things I noticed while browsing the source code:
> > - The library I made works purely with strings and leaves the handling
> > of the resulting strings to the app (e.g. I might not want to work with
> > a class), yours seems to be the opposite.
> > - I liked that you used a special purpose collection for the tasks and
> > working directly on them when modifying, why didn't that occur to me I
> > have no idea. It'd be a bit faster I reckon.
> > - In the code behind, you are doing a lot of NavigationService.Navigate
> > calls in several methods. Shouldn't those be in the ViewModel instead
> > and called via commands by the view?
> > - No effects :( I'll try implementing them once I read about the page
> > tilt stuff.
> >
> > Overall, good job so far and I hope to see it in the Marketplace soon.
> >
> > That said, I think I will continue on with the development on mine
> > because I want to do some things a bit differently, both codewise and
> > UI-wise. I'll put it up for criticism once I get it in a better state
> > (comments, some more decoupling) :)
> >
> > Best regards,
> > Dragos Serban
> >
> >
> > --- In todotxt@yahoogroups.com, "E.Z." <hartez@> wrote:
> > >
> > > Yep. I started one a while ago. It's functional, but I haven't had
> > time to
> > > get through the process to put it on the marketplace yet:
> > >
> > > https://github.com/hartez/TodotxtTouch.WindowsPhone
> > >
> > > It can sync your todo.txt (and done.txt) to Dropbox. You can add,
> > edit,
> > > delete, mark complete, and archive. And you can drill down by context
> > and
> > > project.
> > >
> > > That said, there's no reason there couldn't be more than one WP7
> > version -
> > > I've gone for a very basic metro interface, but there's certainly room
> > for
> > > other user interfaces and features. The basic reading/writing of the
> > task
> > > files is accomplished with another library I wrote:
> > >
> > > https://github.com/hartez/todotxtlib.net
> > >
> > > Feel free to use it as a basis for another project if you like. And
> > feel
> > > free to contribute to mine or fix things, or just ask questions.
> > >
> > > - E.Z. Hart
> > >
> > > On Thu, Sep 1, 2011 at 12:15 AM, serband05 dragos.serban@ wrote:
> > >
> > > > **
> > > >
> > > >
> > > > Hello,
> > > >
> > > > Is there any project trying to port Todo.txt Touch to Windows Phone
> > 7? I am
> > > > asking this because for the past week or so I've been working on one
> > and I
> > > > would not want to duplicate the work needlessly.
> > > >
> > > > If there isn't, I'd be glad to work with members of the community on
> > this.
> > > > It sounds a bit daunting, as I haven't been involved in
> > leading/coding
> > > > another open source project so far, but it should be a very good
> > experience
> > > > that I can learn something from.
> > > >
> > > > Best regards,
> > > > Dragos Serban
> > > >
> > > >
> > > >
> > >
> >
> >
> >
>



#3468 From: Christopher Grey <chrisgrey09@...>
Date: Fri Sep 9, 2011 8:29 pm
Subject: Re: Re: Todo.txt Touch iOS
digichrome64
Send Email Send Email
 
TestFlight is amazing. Great service and a great team. Highly recommended. 

Chris Grey
On Sep 9, 2011, at 2:45 PM, charlesbjones3 wrote:

 

Once you login to your account go to the Provisioning Portal and follow the directions for creating an Ad-Hoc build. Then, you will have to get the UDIDs of the testers' devices and register them on the account and send the app to them for installation.

Luckily, there appears to be quite a few services that make this part pretty painless: http://www.readwriteweb.com/mobile/2011/01/7-tools-for-ota-ios-beta-testing.php

I think people in my office have used TestFlight in the past and it worked pretty well (and it's free): https://testflightapp.com/

Here's another article about doing iOS beta testing:
http://www.raywenderlich.com/1669/how-to-host-a-beta-test-for-your-ios-app



#3469 From: Sean <schliden@...>
Date: Sat Sep 10, 2011 4:34 am
Subject: Re: Re: Todo.txt Touch iOS
schliden@...
Send Email Send Email
 
Charles,

Is it possible to use a local todo.txt file when running the simulator or do I need to add dropbox api key and test via dropbox ?

The code builds and runs, but I see nothing in the simulator.

Sean

2) If you don't have an iOS developer account you can create one, but it costs $100. I think you can download XCode from the Mac App store for free, but you will only be able to run the app in the iPhone simulator on your desktop. I don't think you can put it on a device.



On Thu, Sep 8, 2011 at 5:13 AM, charlesbjones3 <charlesbjones3@...> wrote:
 



Awesome!

So, I guess we have a few options here:

1) If you already have an iOS developer account, you should be able to check out the source code from https://github.com/ginatrapani/todo.txt-touch-ios, build it in xcode, install it onto your device and start banging away at it. Something that would be immensely useful is for someone to write some unit tests. As far as functional testing goes, I guess there is no formal test plan. So, just try to break it, and make sure there is feature parity with the Android version. Also, suggestions on making the UI better will be greatly appreciated.
You will need to insert your own Dropbox API key into the dropbox.plist file before you will be able to connect to dropbox, just like in the Android app.
Bleeding edge code can be found in various branches at https://github.com/chuckbjones/todo.txt-touch-ios/ as well.

2) If you don't have an iOS developer account you can create one, but it costs $100. I think you can download XCode from the Mac App store for free, but you will only be able to run the app in the iPhone simulator on your desktop. I don't think you can put it on a device.

3) If you're not a programmer-type person, we can set you up with a beta-test build of the app that you can install through iTunes. Before we can do that, though, we need to create a developer account for the app (http://developer.apple.com/programs/ios/distribute.html). I'm guessing Gina will need to be the one to take care of that. After that is done, we will be able to install the app on 100 devices.

Thanks,
Charles


--- In todotxt@yahoogroups.com, Sean <schliden@...> wrote:
>
> Charles,
>
> I am keen to, at least, help test the iOS version of todo.txt
>
> Can you give me an idea on how one can get involved and test or any other help you might need ?
>
> Cheers
>
> Sean



#3470 From: "E.Z." <hartez@...>
Date: Sat Sep 10, 2011 5:21 am
Subject: Re: Re: Todo.txt for Windows Phone?
hartez13
Send Email Send Email
 
Okay, the project has been updated so that it automatically grabs the necessary NuGet packages when you first build it (assuming you're building with VS or msbuild). There are also two other required libraries of mine that are included as git submodules - the instructions for getting those are in the project readme.

Let me know if you have any trouble - right now it works on my machine, but I may have missed something :)

I'm still working on the API key issue, so for the moment you'll have to remove the reference to 'apikeys.txt' to build, and the Dropbox syncing won't work. The rest of the app should be fine, though.

- E.Z.

On Fri, Sep 9, 2011 at 2:01 PM, E.Z. <hartez@...> wrote:
Chris,

I'm working on updating the project so that the package dependencies will be retrieved when you build (so you don't have to go searching for them). I should have that up pretty soon.

I haven't decided what to do about the API key issue yet. The file in question just holds the application's key for Dropbox. There is no production key for the app yet (I still have to apply); I've been using a developer key so far. I'm looking into what my options are for getting a developer key set up for people who want to build/test/contribute to the open source project. As soon as I figure that out, I'll update the readme on github (and let this group know).

- E.Z.


On Fri, Sep 9, 2011 at 11:06 AM, chrisportela@... <chris@...> wrote:
 

What different libs did you use? I've been trying to download this solution but I can't build it due to all the dependencies which are missing on my machine. Is is possible for a list to be created for all the different things needed to be installed to build it?

Also what should be done for the apikeys.txt and packages.config files which are missing?

I'm not a Windows Phone developer but I know C#.NET and WPF so it is pretty familiar to me most of this stuff but not some the specific things.



--- In todotxt@yahoogroups.com, "E.Z." <hartez@...> wrote:
>
> Dragos,
>
> Awesome, I'll make sure to let this group know when (if) I ever get it up on
> the Marketplace. And feel free to steal any of the ideas or code that looks
> useful - the more options people have, the better. I look forward to seeing
> your app!
>
> - E.Z.
>
> On Sun, Sep 4, 2011 at 4:56 AM, serband05 <dragos.serban@...> wrote:
>
> > **
> >
> >
> >
> > Hi E.Z.,
> >
> > Took a look at your app and library and they are a bit similar to mine.
> >
> > Some things I noticed while browsing the source code:
> > - The library I made works purely with strings and leaves the handling
> > of the resulting strings to the app (e.g. I might not want to work with
> > a class), yours seems to be the opposite.
> > - I liked that you used a special purpose collection for the tasks and
> > working directly on them when modifying, why didn't that occur to me I
> > have no idea. It'd be a bit faster I reckon.
> > - In the code behind, you are doing a lot of NavigationService.Navigate
> > calls in several methods. Shouldn't those be in the ViewModel instead
> > and called via commands by the view?
> > - No effects :( I'll try implementing them once I read about the page
> > tilt stuff.
> >
> > Overall, good job so far and I hope to see it in the Marketplace soon.
> >
> > That said, I think I will continue on with the development on mine
> > because I want to do some things a bit differently, both codewise and
> > UI-wise. I'll put it up for criticism once I get it in a better state
> > (comments, some more decoupling) :)
> >
> > Best regards,
> > Dragos Serban
> >
> >
> > --- In todotxt@yahoogroups.com, "E.Z." <hartez@> wrote:
> > >
> > > Yep. I started one a while ago. It's functional, but I haven't had
> > time to
> > > get through the process to put it on the marketplace yet:
> > >
> > > https://github.com/hartez/TodotxtTouch.WindowsPhone
> > >
> > > It can sync your todo.txt (and done.txt) to Dropbox. You can add,
> > edit,
> > > delete, mark complete, and archive. And you can drill down by context
> > and
> > > project.
> > >
> > > That said, there's no reason there couldn't be more than one WP7
> > version -
> > > I've gone for a very basic metro interface, but there's certainly room
> > for
> > > other user interfaces and features. The basic reading/writing of the
> > task
> > > files is accomplished with another library I wrote:
> > >
> > > https://github.com/hartez/todotxtlib.net
> > >
> > > Feel free to use it as a basis for another project if you like. And
> > feel
> > > free to contribute to mine or fix things, or just ask questions.
> > >
> > > - E.Z. Hart
> > >
> > > On Thu, Sep 1, 2011 at 12:15 AM, serband05 dragos.serban@ wrote:
> > >
> > > > **
> > > >
> > > >
> > > > Hello,
> > > >
> > > > Is there any project trying to port Todo.txt Touch to Windows Phone
> > 7? I am
> > > > asking this because for the past week or so I've been working on one
> > and I
> > > > would not want to duplicate the work needlessly.
> > > >
> > > > If there isn't, I'd be glad to work with members of the community on
> > this.
> > > > It sounds a bit daunting, as I haven't been involved in
> > leading/coding
> > > > another open source project so far, but it should be a very good
> > experience
> > > > that I can learn something from.
> > > >
> > > > Best regards,
> > > > Dragos Serban
> > > >
> > > >
> > > >
> > >
> >
> >
> >
>




#3471 From: "Chris Portela" <chris@...>
Date: Sat Sep 10, 2011 4:10 pm
Subject: Re: Todo.txt for Windows Phone?
chrisportela...
Send Email Send Email
 
I would think every developer needs to have their own apikey I was wondering
exactly what is needed to be put in there. That's how the android project does
it as well. I will be trying to see if I can build it now as I just got the
digest for the emails now.

--- In todotxt@yahoogroups.com, "E.Z." <hartez@...> wrote:
>
> Okay, the project has been updated so that it automatically grabs the
> necessary NuGet packages when you first build it (assuming you're building
> with VS or msbuild). There are also two other required libraries of mine
> that are included as git submodules - the instructions for getting those are
> in the project readme.
>
> Let me know if you have any trouble - right now it works on my machine, but
> I may have missed something :)
>
> I'm still working on the API key issue, so for the moment you'll have to
> remove the reference to 'apikeys.txt' to build, and the Dropbox syncing
> won't work. The rest of the app should be fine, though.
>
> - E.Z.
>
> On Fri, Sep 9, 2011 at 2:01 PM, E.Z. <hartez@...> wrote:
>
> > Chris,
> >
> > I'm working on updating the project so that the package dependencies will
> > be retrieved when you build (so you don't have to go searching for them). I
> > should have that up pretty soon.
> >
> > I haven't decided what to do about the API key issue yet. The file in
> > question just holds the application's key for Dropbox. There is no
> > production key for the app yet (I still have to apply); I've been using a
> > developer key so far. I'm looking into what my options are for getting a
> > developer key set up for people who want to build/test/contribute to the
> > open source project. As soon as I figure that out, I'll update the readme on
> > github (and let this group know).
> >
> > - E.Z.
> >
> >
> > On Fri, Sep 9, 2011 at 11:06 AM, chrisportela@... <
> > chris@...> wrote:
> >
> >> **
> >>
> >>
> >> What different libs did you use? I've been trying to download this
> >> solution but I can't build it due to all the dependencies which are missing
> >> on my machine. Is is possible for a list to be created for all the
different
> >> things needed to be installed to build it?
> >>
> >> Also what should be done for the apikeys.txt and packages.config files
> >> which are missing?
> >>
> >> I'm not a Windows Phone developer but I know C#.NET and WPF so it is
> >> pretty familiar to me most of this stuff but not some the specific things.
> >>
> >>
> >> --- In todotxt@yahoogroups.com, "E.Z." <hartez@> wrote:
> >> >
> >> > Dragos,
> >> >
> >> > Awesome, I'll make sure to let this group know when (if) I ever get it
> >> up on
> >> > the Marketplace. And feel free to steal any of the ideas or code that
> >> looks
> >> > useful - the more options people have, the better. I look forward to
> >> seeing
> >> > your app!
> >> >
> >> > - E.Z.
> >> >
> >> > On Sun, Sep 4, 2011 at 4:56 AM, serband05 <dragos.serban@> wrote:
> >> >
> >> > > **
> >> > >
> >> > >
> >> > >
> >> > > Hi E.Z.,
> >> > >
> >> > > Took a look at your app and library and they are a bit similar to
> >> mine.
> >> > >
> >> > > Some things I noticed while browsing the source code:
> >> > > - The library I made works purely with strings and leaves the handling
> >> > > of the resulting strings to the app (e.g. I might not want to work
> >> with
> >> > > a class), yours seems to be the opposite.
> >> > > - I liked that you used a special purpose collection for the tasks and
> >> > > working directly on them when modifying, why didn't that occur to me I
> >> > > have no idea. It'd be a bit faster I reckon.
> >> > > - In the code behind, you are doing a lot of
> >> NavigationService.Navigate
> >> > > calls in several methods. Shouldn't those be in the ViewModel instead
> >> > > and called via commands by the view?
> >> > > - No effects :( I'll try implementing them once I read about the page
> >> > > tilt stuff.
> >> > >
> >> > > Overall, good job so far and I hope to see it in the Marketplace soon.
> >> > >
> >> > > That said, I think I will continue on with the development on mine
> >> > > because I want to do some things a bit differently, both codewise and
> >> > > UI-wise. I'll put it up for criticism once I get it in a better state
> >> > > (comments, some more decoupling) :)
> >> > >
> >> > > Best regards,
> >> > > Dragos Serban
> >> > >
> >> > >
> >> > > --- In todotxt@yahoogroups.com, "E.Z." <hartez@> wrote:
> >> > > >
> >> > > > Yep. I started one a while ago. It's functional, but I haven't had
> >> > > time to
> >> > > > get through the process to put it on the marketplace yet:
> >> > > >
> >> > > > https://github.com/hartez/TodotxtTouch.WindowsPhone
> >> > > >
> >> > > > It can sync your todo.txt (and done.txt) to Dropbox. You can add,
> >> > > edit,
> >> > > > delete, mark complete, and archive. And you can drill down by
> >> context
> >> > > and
> >> > > > project.
> >> > > >
> >> > > > That said, there's no reason there couldn't be more than one WP7
> >> > > version -
> >> > > > I've gone for a very basic metro interface, but there's certainly
> >> room
> >> > > for
> >> > > > other user interfaces and features. The basic reading/writing of the
> >> > > task
> >> > > > files is accomplished with another library I wrote:
> >> > > >
> >> > > > https://github.com/hartez/todotxtlib.net
> >> > > >
> >> > > > Feel free to use it as a basis for another project if you like. And
> >> > > feel
> >> > > > free to contribute to mine or fix things, or just ask questions.
> >> > > >
> >> > > > - E.Z. Hart
> >> > > >
> >> > > > On Thu, Sep 1, 2011 at 12:15 AM, serband05 dragos.serban@ wrote:
> >> > > >
> >> > > > > **
> >> > > > >
> >> > > > >
> >> > > > > Hello,
> >> > > > >
> >> > > > > Is there any project trying to port Todo.txt Touch to Windows
> >> Phone
> >> > > 7? I am
> >> > > > > asking this because for the past week or so I've been working on
> >> one
> >> > > and I
> >> > > > > would not want to duplicate the work needlessly.
> >> > > > >
> >> > > > > If there isn't, I'd be glad to work with members of the community
> >> on
> >> > > this.
> >> > > > > It sounds a bit daunting, as I haven't been involved in
> >> > > leading/coding
> >> > > > > another open source project so far, but it should be a very good
> >> > > experience
> >> > > > > that I can learn something from.
> >> > > > >
> >> > > > > Best regards,
> >> > > > > Dragos Serban
> >> > > > >
> >> > > > >
> >> > > > >
> >> > > >
> >> > >
> >> > >
> >> > >
> >> >
> >>
> >>
> >>
> >
> >
>

#3472 From: "Chris Portela" <chris@...>
Date: Sat Sep 10, 2011 4:19 pm
Subject: Re: Todo.txt for Windows Phone?
chrisportela...
Send Email Send Email
 
Actually I think the reason it's not building is not from dependancy issues but
from a missing packages.config because I have checked and the .dlls for DropNet
and AgiliTrain.PhonyTools are there but it's saying they're not. I'm going to
re-add them but for future notice I think that's the issue here.

--- In todotxt@yahoogroups.com, "Chris Portela" <chris@...> wrote:
>
> I would think every developer needs to have their own apikey I was wondering
exactly what is needed to be put in there. That's how the android project does
it as well. I will be trying to see if I can build it now as I just got the
digest for the emails now.
>
...

#3473 From: "Jeffrey" <j_perkel@...>
Date: Sat Sep 10, 2011 10:30 pm
Subject: Re: Todo.txt Touch iOS
j_perkel
Send Email Send Email
 
Hi, Charles,
I have XCode too. Can you post a quick how-to on what's required to test this
code, even if only in a simulator?

Thanks,
Jeff

--- In todotxt@yahoogroups.com, "charlesbjones3" <charlesbjones3@...> wrote:
>
> Once you login to your account go to the Provisioning Portal and follow the
directions for creating an Ad-Hoc build. Then, you will have to get the UDIDs of
the testers' devices and register them on the account and send the app to them
for installation.
>
> Luckily, there appears to be quite a few services that make this part pretty
painless:
http://www.readwriteweb.com/mobile/2011/01/7-tools-for-ota-ios-beta-testing.php
>
> I think people in my office have used TestFlight in the past and it worked
pretty well (and it's free): https://testflightapp.com/
>
> Here's another article about doing iOS beta testing:
> http://www.raywenderlich.com/1669/how-to-host-a-beta-test-for-your-ios-app
>
> --- In todotxt@yahoogroups.com, Gina Trapani <ginatrapani@> wrote:
> >
> > On Wed, Sep 7, 2011 at 12:13 PM, charlesbjones3 <charlesbjones3@>wrote:
> >
> > > 3) If you're not a programmer-type person, we can set you up with a
> > > beta-test build of the app that you can install through iTunes. Before we
> > > can do that, though, we need to create a developer account for the app (
> > > http://developer.apple.com/programs/ios/distribute.html). I'm guessing
> > > Gina will need to be the one to take care of that. After that is done, we
> > > will be able to install the app on 100 devices.
> > >
> >
> > I just created a developer account, and am waiting for confirmation. I've
> > never done this before, but I assume once that's done I can build the app
> > and upload it to the store for 100 testers? Exciting times. Will keep you
> > updated.
> >
> > Thanks, Charles.
> >
> > --
> > http://ginatrapani.org
> > http://twitter.com/ginatrapani
> >
>

#3474 From: "charlesbjones3" <charlesbjones3@...>
Date: Sun Sep 11, 2011 3:33 am
Subject: Re: Todo.txt Touch iOS
charlesbjones3
Send Email Send Email
 
1) Clone the repo at https://github.com/ginatrapani/todo.txt-touch-ios.git 
2) Obtain a Dropbox API key: http://www.dropbox.com/developers/quickstart
3) Edit todo.txt-touch-ios/sample-dropbox.plist with your key/secret and rename the file to todo.txt-touch-ios/dropbox.plist
4) Open todo.txt-touch-ios/todo.txt-touch-ios.xcodeproj in XCode.
5) Select iPhone 4.x.x Simulator from the drop-down in the top left corner of the Xcode window, then click the play button. 
6) Hack away!

Note: Currently, the code assumes the remote todo file is in /todo/todo.txt on Dropbox. Configurable settings are next on my todo list (pun intended).


--- In todotxt@yahoogroups.com, "Jeffrey" <j_perkel@...> wrote:
>
> Hi, Charles,
> I have XCode too. Can you post a quick how-to on what's required to test this code, even if only in a simulator?
>
> Thanks,
> Jeff
>
> --- In todotxt@yahoogroups.com, "charlesbjones3" charlesbjones3@ wrote:
> >
> > Once you login to your account go to the Provisioning Portal and follow the directions for creating an Ad-Hoc build. Then, you will have to get the UDIDs of the testers' devices and register them on the account and send the app to them for installation.
> >
> > Luckily, there appears to be quite a few services that make this part pretty painless: http://www.readwriteweb.com/mobile/2011/01/7-tools-for-ota-ios-beta-testing.php
> >
> > I think people in my office have used TestFlight in the past and it worked pretty well (and it's free): https://testflightapp.com/
> >
> > Here's another article about doing iOS beta testing:
> > http://www.raywenderlich.com/1669/how-to-host-a-beta-test-for-your-ios-app
> >
> > --- In todotxt@yahoogroups.com, Gina Trapani <ginatrapani@> wrote:
> > >
> > > On Wed, Sep 7, 2011 at 12:13 PM, charlesbjones3 <charlesbjones3@>wrote:
> > >
> > > > 3) If you're not a programmer-type person, we can set you up with a
> > > > beta-test build of the app that you can install through iTunes. Before we
> > > > can do that, though, we need to create a developer account for the app (
> > > > http://developer.apple.com/programs/ios/distribute.html). I'm guessing
> > > > Gina will need to be the one to take care of that. After that is done, we
> > > > will be able to install the app on 100 devices.
> > > >
> > >
> > > I just created a developer account, and am waiting for confirmation. I've
> > > never done this before, but I assume once that's done I can build the app
> > > and upload it to the store for 100 testers? Exciting times. Will keep you
> > > updated.
> > >
> > > Thanks, Charles.
> > >
> > > --
> > > http://ginatrapani.org
> > > http://twitter.com/ginatrapani
> > >
> >
>

#3475 From: "charlesbjones3" <charlesbjones3@...>
Date: Sun Sep 11, 2011 3:52 am
Subject: Re: Todo.txt Touch iOS
charlesbjones3
Send Email Send Email
 
I think my previous reply got lost on the intertubes. Let's try again.

The todo.txt file in the simulator is stored at ~/Library/Application Support/iPhone Simulator/4.3.2/Applications/9B12E8B8-C9B6-4933-8EAB-AB550A084145/Documents/

The 4.3.2 and the UUID may be different on your machine. 

You should be able to copy your todo.txt file to this directory, then restart the app to get it to use it.

Also, make sure to checkout the latest code from the repo, which allows the app to run on the iPad. Previously it would only show a blank white screen on the iPad. Running on iPhone should be fine.

If you don't have a dropbox key (and don't care to get one) comment out lines 103-104 of todo.txt-touch-ios/Classes/todo_txt_touch_iosAppDelegate.m to prevent the login screen from being displayed. (I think that should work)

--- In todotxt@yahoogroups.com, Sean <schliden@...> wrote:
>
> Charles,
>
> Is it possible to use a local todo.txt file when running the simulator or do
> I need to add dropbox api key and test via dropbox ?
>
> The code builds and runs, but I see nothing in the simulator.
>
> Sean
>
> 2) If you don't have an iOS developer account you can create one, but it
> costs $100. I think you can download XCode from the Mac App store for free,
> but you will only be able to run the app in the iPhone simulator on your
> desktop. I don't think you can put it on a device.
>
>
>
> On Thu, Sep 8, 2011 at 5:13 AM, charlesbjones3 charlesbjones3@...wrote:
>
> > **
> >
> >
> >
> >
> > Awesome!
> >
> > So, I guess we have a few options here:
> >
> > 1) If you already have an iOS developer account, you should be able to
> > check out the source code from
> > https://github.com/ginatrapani/todo.txt-touch-ios, build it in xcode,
> > install it onto your device and start banging away at it. Something that
> > would be immensely useful is for someone to write some unit tests. As far as
> > functional testing goes, I guess there is no formal test plan. So, just try
> > to break it, and make sure there is feature parity with the Android version.
> > Also, suggestions on making the UI better will be greatly appreciated.
> > You will need to insert your own Dropbox API key into the dropbox.plist
> > file before you will be able to connect to dropbox, just like in the Android
> > app.
> > Bleeding edge code can be found in various branches at
> > https://github.com/chuckbjones/todo.txt-touch-ios/ as well.
> >
> > 2) If you don't have an iOS developer account you can create one, but it
> > costs $100. I think you can download XCode from the Mac App store for free,
> > but you will only be able to run the app in the iPhone simulator on your
> > desktop. I don't think you can put it on a device.
> >
> > 3) If you're not a programmer-type person, we can set you up with a
> > beta-test build of the app that you can install through iTunes. Before we
> > can do that, though, we need to create a developer account for the app (
> > http://developer.apple.com/programs/ios/distribute.html). I'm guessing
> > Gina will need to be the one to take care of that. After that is done, we
> > will be able to install the app on 100 devices.
> >
> > Thanks,
> > Charles
> >
> > --- In todotxt@yahoogroups.com, Sean schliden@ wrote:
> > >
> > > Charles,
> > >
> > > I am keen to, at least, help test the iOS version of todo.txt
> > >
> > > Can you give me an idea on how one can get involved and test or any other
> > help you might need ?
> > >
> > > Cheers
> > >
> > > Sean
> >
> >
> >
>

#3476 From: Sean <schliden@...>
Date: Sun Sep 11, 2011 4:59 am
Subject: Re: Re: Todo.txt Touch iOS
schliden@...
Send Email Send Email
 
Thanks. Working

How would you like feedback ?


On 11/09/11 1:52 PM, charlesbjones3 wrote:
> I think my previous reply got lost on the intertubes. Let's try again.
>
> The todo.txt file in the simulator is stored at*~/Library/Application
Support/iPhone
> Simulator/4.3.2/Applications/9B12E8B8-C9B6-4933-8EAB-AB550A084145/Documents/*
>
> The 4.3.2 and the UUID may be different on your machine.
>
> You should be able to copy your todo.txt file to this directory, then restart
the app to get it to
> use it.
>
> Also, make sure to checkout the latest code from the repo, which allows the
app to run on the iPad.
> Previously it would only show a blank white screen on the iPad. Running on
iPhone should be fine.
>
> If you don't have a dropbox key (and don't care to get one) comment out lines
103-104 of
> *todo.txt-touch-ios/Classes/todo_txt_touch_iosAppDelegate.m *to prevent the
login screen from being
> displayed. (I think that should work)
>
> --- In todotxt@yahoogroups.com, Sean <schliden@...> wrote:
>  >
>  > Charles,
>  >
>  > Is it possible to use a local todo.txt file when running the simulator or
do
>  > I need to add dropbox api key and test via dropbox ?
>  >
>  > The code builds and runs, but I see nothing in the simulator.
>  >
>  > Sean
>  >
>  > 2) If you don't have an iOS developer account you can create one, but it
>  > costs $100. I think you can download XCode from the Mac App store for free,
>  > but you will only be able to run the app in the iPhone simulator on your
>  > desktop. I don't think you can put it on a device.
>  >
>  >
>  >
>  > On Thu, Sep 8, 2011 at 5:13 AM, charlesbjones3 charlesbjones3@...wrote:
>  >
>  > > **
>  > >
>  > >
>  > >
>  > >
>  > > Awesome!
>  > >
>  > > So, I guess we have a few options here:
>  > >
>  > > 1) If you already have an iOS developer account, you should be able to
>  > > check out the source code from
>  > > https://github.com/ginatrapani/todo.txt-touch-ios, build it in xcode,
>  > > install it onto your device and start banging away at it. Something that
>  > > would be immensely useful is for someone to write some unit tests. As far
as
>  > > functional testing goes, I guess there is no formal test plan. So, just
try
>  > > to break it, and make sure there is feature parity with the Android
version.
>  > > Also, suggestions on making the UI better will be greatly appreciated.
>  > > You will need to insert your own Dropbox API key into the dropbox.plist
>  > > file before you will be able to connect to dropbox, just like in the
Android
>  > > app.
>  > > Bleeding edge code can be found in various branches at
>  > > https://github.com/chuckbjones/todo.txt-touch-ios/ as well.
>  > >
>  > > 2) If you don't have an iOS developer account you can create one, but it
>  > > costs $100. I think you can download XCode from the Mac App store for
free,
>  > > but you will only be able to run the app in the iPhone simulator on your
>  > > desktop. I don't think you can put it on a device.
>  > >
>  > > 3) If you're not a programmer-type person, we can set you up with a
>  > > beta-test build of the app that you can install through iTunes. Before we
>  > > can do that, though, we need to create a developer account for the app (
>  > > http://developer.apple.com/programs/ios/distribute.html). I'm guessing
>  > > Gina will need to be the one to take care of that. After that is done, we
>  > > will be able to install the app on 100 devices.
>  > >
>  > > Thanks,
>  > > Charles
>  > >
>  > > --- In todotxt@yahoogroups.com, Sean schliden@ wrote:
>  > > >
>  > > > Charles,
>  > > >
>  > > > I am keen to, at least, help test the iOS version of todo.txt
>  > > >
>  > > > Can you give me an idea on how one can get involved and test or any
other
>  > > help you might need ?
>  > > >
>  > > > Cheers
>  > > >
>  > > > Sean
>  > >
>  > >
>  > >
>  >
>

#3477 From: Sean <schliden@...>
Date: Sun Sep 11, 2011 6:39 am
Subject: Re: Re: Todo.txt Touch iOS
schliden@...
Send Email Send Email
 
Works really well.

Comments so far:

1. Don't think the Android version displays task ID's… Are they necessary ?

2. If you don't intend to use/populate the label '1 day ago' below the task text in [TaskTableCell.xib], it would be better to remove it and allow the task to wrap onto two lines.

3. In answer to the question you posed earlier, regarding preferences, (can't decide whether to create a dedicated screen for this, or create a settings bundle in the iPhone system), I think whatever is easier.


Questions:

1. How will the app handle task archiving: done.txt or will this be left for the full command line version of todo ?

2. Do you envisage the app supporting hardware rotation ?



Screenshot attached of app running in iOS simulator, with minor change to allow multi-line tasks in TaskTable view.



On Sun, Sep 11, 2011 at 1:52 PM, charlesbjones3 <charlesbjones3@...> wrote:
 

I think my previous reply got lost on the intertubes. Let's try again.

The todo.txt file in the simulator is stored at ~/Library/Application Support/iPhone Simulator/4.3.2/Applications/9B12E8B8-C9B6-4933-8EAB-AB550A084145/Documents/

The 4.3.2 and the UUID may be different on your machine. 

You should be able to copy your todo.txt file to this directory, then restart the app to get it to use it.

Also, make sure to checkout the latest code from the repo, which allows the app to run on the iPad. Previously it would only show a blank white screen on the iPad. Running on iPhone should be fine.

If you don't have a dropbox key (and don't care to get one) comment out lines 103-104 of todo.txt-touch-ios/Classes/todo_txt_touch_iosAppDelegate.m to prevent the login screen from being displayed. (I think that should work)

--- In todotxt@yahoogroups.com, Sean <schliden@...> wrote:
>
> Charles,
>
> Is it possible to use a local todo.txt file when running the simulator or do
> I need to add dropbox api key and test via dropbox ?
>
> The code builds and runs, but I see nothing in the simulator.
>
> Sean
>
> 2) If you don't have an iOS developer account you can create one, but it
> costs $100. I think you can download XCode from the Mac App store for free,
> but you will only be able to run the app in the iPhone simulator on your
> desktop. I don't think you can put it on a device.
>
>
>
> On Thu, Sep 8, 2011 at 5:13 AM, charlesbjones3 charlesbjones3@...wrote:

>
> > **
> >
> >
> >
> >
> > Awesome!
> >
> > So, I guess we have a few options here:
> >
> > 1) If you already have an iOS developer account, you should be able to
> > check out the source code from
> > https://github.com/ginatrapani/todo.txt-touch-ios, build it in xcode,
> > install it onto your device and start banging away at it. Something that
> > would be immensely useful is for someone to write some unit tests. As far as
> > functional testing goes, I guess there is no formal test plan. So, just try
> > to break it, and make sure there is feature parity with the Android version.
> > Also, suggestions on making the UI better will be greatly appreciated.
> > You will need to insert your own Dropbox API key into the dropbox.plist
> > file before you will be able to connect to dropbox, just like in the Android
> > app.
> > Bleeding edge code can be found in various branches at
> > https://github.com/chuckbjones/todo.txt-touch-ios/ as well.
> >
> > 2) If you don't have an iOS developer account you can create one, but it
> > costs $100. I think you can download XCode from the Mac App store for free,
> > but you will only be able to run the app in the iPhone simulator on your
> > desktop. I don't think you can put it on a device.
> >
> > 3) If you're not a programmer-type person, we can set you up with a
> > beta-test build of the app that you can install through iTunes. Before we
> > can do that, though, we need to create a developer account for the app (
> > http://developer.apple.com/programs/ios/distribute.html). I'm guessing
> > Gina will need to be the one to take care of that. After that is done, we
> > will be able to install the app on 100 devices.
> >
> > Thanks,
> > Charles
> >
> > --- In todotxt@yahoogroups.com, Sean schliden@ wrote:
> > >
> > > Charles,
> > >
> > > I am keen to, at least, help test the iOS version of todo.txt
> > >
> > > Can you give me an idea on how one can get involved and test or any other
> > help you might need ?
> > >
> > > Cheers
> > >
> > > Sean
> >
> >
> >
>



1 of 1 Photo(s)


#3478 From: Gina Trapani <ginatrapani@...>
Date: Sun Sep 11, 2011 4:38 pm
Subject: Re: Re: Todo.txt Touch iOS [1 Attachment]
gina.trapani
Send Email Send Email
 

On Sat, Sep 10, 2011 at 11:39 PM, Sean <schliden@...> wrote:

1. Don't think the Android version displays task ID's… Are they necessary ?

The Android version does display task ID's. It's a preference, not on by default.
 

2. If you don't intend to use/populate the label '1 day ago' below the task text in [TaskTableCell.xib], it would be better to remove it and allow the task to wrap onto two lines.


The Android version offers showing task age as a preference as well, not on by default.

For reference, a screenshot of the Android version's preferences area, in their default state:


#3479 From: "charlesbjones3" <charlesbjones3@...>
Date: Mon Sep 12, 2011 2:28 am
Subject: Re: Todo.txt Touch iOS
charlesbjones3
Send Email Send Email
 
--- In todotxt@yahoogroups.com, Sean <schliden@...> wrote:
> 1. Don't think the Android version displays task ID's… Are they necessary ?
Those will be optional (and default to hidden) once the preferences screen is
written. The Android app works the same way.

> 2. If you don't intend to use/populate the label '1 day ago' below the task
> text in [TaskTableCell.xib], it would be better to remove it and allow the
> task to wrap onto two lines.
This also will be optional and default to hidden. I like the idea of wrapping to
two lines. I was also thinking of displaying the entire tasks with no cutoff
like the Android app does. Then we could do away with the details screen.
Tapping on a task will bring up an ActionSheet with the list of commands
(Prioritize, Update, Complete, etc). Thoughts?

>
> 3. In answer to the question you posed earlier, regarding preferences,
> (can't decide whether to create a dedicated screen for this, or create a
> settings bundle in the iPhone system), I think whatever is easier.
I found a library that makes it easy to do both:
https://github.com/futuretap/InAppSettingsKit

The only settings that need to be in the app are Work Offline (since it can get
set automatically when you lose network connection and you will want to turn it
back on quickly once the network comes back) and possibly Logout (only because
the Dropbox SDK handles saving the parameters and I don't know if they can be
handled by Settings.app)

> 1. How will the app handle task archiving: done.txt or will this be left for
> the full command line version of todo ?
I don't think the Android version does anything with archiving and I've been
trying to keep feature parity with them as much as possible. In other words, I
haven't thought about this yet.

> 2. Do you envisage the app supporting hardware rotation ?
Definitely for the iPad version. I don't have an iPhone, so I'll defer to the
community on whether they think it would be a useful feature.

#3480 From: "Jeffrey" <j_perkel@...>
Date: Mon Sep 12, 2011 5:11 am
Subject: Re: Todo.txt Touch iOS
j_perkel
Send Email Send Email
 
Charles --
It looks great, thanks! I'm running this in the iOS Simulator under Xcode,
without Dropbox (that is, I commented out the two lines, as you suggested, and
copied my todo.txt into the Documents directory you indicated.

Two immediate things I noticed. (1) What does the Filter button do? When I click
it, nothing happens. (2) What does the icon at lower right do (the one that
looks like a page being lifted up)?

Other than that, so far, so good! Cannot wait to be able to access my todo list
from my phone!

Jeff

--- In todotxt@yahoogroups.com, "charlesbjones3" <charlesbjones3@...> wrote:
>
> I think my previous reply got lost on the intertubes. Let's try again.
> The todo.txt file in the simulator is stored at ~/Library/Application
> Support/iPhone
> Simulator/4.3.2/Applications/9B12E8B8-C9B6-4933-8EAB-AB550A084145/Docume\
> nts/
> The 4.3.2 and the UUID may be different on your machine.
> You should be able to copy your todo.txt file to this directory, then
> restart the app to get it to use it.
> Also, make sure to checkout the latest code from the repo, which allows
> the app to run on the iPad. Previously it would only show a blank white
> screen on the iPad. Running on iPhone should be fine.
> If you don't have a dropbox key (and don't care to get one) comment out
> lines 103-104 of
> todo.txt-touch-ios/Classes/todo_txt_touch_iosAppDelegate.m to prevent
> the login screen from being displayed. (I think that should work)
> --- In todotxt@yahoogroups.com, Sean <schliden@> wrote:
> >
> > Charles,
> >
> > Is it possible to use a local todo.txt file when running the simulator
> or do
> > I need to add dropbox api key and test via dropbox ?
> >
> > The code builds and runs, but I see nothing in the simulator.
> >
> > Sean
> >
> > 2) If you don't have an iOS developer account you can create one, but
> it
> > costs $100. I think you can download XCode from the Mac App store for
> free,
> > but you will only be able to run the app in the iPhone simulator on
> your
> > desktop. I don't think you can put it on a device.
> >
> >
> >
> > On Thu, Sep 8, 2011 at 5:13 AM, charlesbjones3
> charlesbjones3@...:
> >
> > > **
> > >
> > >
> > >
> > >
> > > Awesome!
> > >
> > > So, I guess we have a few options here:
> > >
> > > 1) If you already have an iOS developer account, you should be able
> to
> > > check out the source code from
> > > https://github.com/ginatrapani/todo.txt-touch-ios, build it in
> xcode,
> > > install it onto your device and start banging away at it. Something
> that
> > > would be immensely useful is for someone to write some unit tests.
> As far as
> > > functional testing goes, I guess there is no formal test plan. So,
> just try
> > > to break it, and make sure there is feature parity with the Android
> version.
> > > Also, suggestions on making the UI better will be greatly
> appreciated.
> > > You will need to insert your own Dropbox API key into the
> dropbox.plist
> > > file before you will be able to connect to dropbox, just like in the
> Android
> > > app.
> > > Bleeding edge code can be found in various branches at
> > > https://github.com/chuckbjones/todo.txt-touch-ios/ as well.
> > >
> > > 2) If you don't have an iOS developer account you can create one,
> but it
> > > costs $100. I think you can download XCode from the Mac App store
> for free,
> > > but you will only be able to run the app in the iPhone simulator on
> your
> > > desktop. I don't think you can put it on a device.
> > >
> > > 3) If you're not a programmer-type person, we can set you up with a
> > > beta-test build of the app that you can install through iTunes.
> Before we
> > > can do that, though, we need to create a developer account for the
> app (
> > > http://developer.apple.com/programs/ios/distribute.html). I'm
> guessing
> > > Gina will need to be the one to take care of that. After that is
> done, we
> > > will be able to install the app on 100 devices.
> > >
> > > Thanks,
> > > Charles
> > >
> > > --- In todotxt@yahoogroups.com, Sean schliden@ wrote:
> > > >
> > > > Charles,
> > > >
> > > > I am keen to, at least, help test the iOS version of todo.txt
> > > >
> > > > Can you give me an idea on how one can get involved and test or
> any other
> > > help you might need ?
> > > >
> > > > Cheers
> > > >
> > > > Sean
> > >
> > >
> > >
> >
>

#3481 From: "charlesbjones3" <charlesbjones3@...>
Date: Mon Sep 12, 2011 5:37 am
Subject: Re: Todo.txt Touch iOS
charlesbjones3
Send Email Send Email
 
>(1) What does the Filter button do? When I click it, nothing happens.
Filter hasn't been implemented yet. It will let you filter the list of displayed
tasks by text, project, or context.

>(2) What does the icon at lower right do (the one that looks like a page being
lifted up)?
That's for the preferences screen, which also has not been implemented yet.

#3482 From: Markus Becker <markushx@...>
Date: Mon Sep 12, 2011 2:12 pm
Subject: (No subject)
markushx2
Send Email Send Email
 
Hi,

I have created an initial KDE Akonadi resource for TODO.txt. Currently it lists the todos and shows them in korganizer.

WARNING: Adding and deleting todos is somehow implemented, but very buggy. So don't use it against you production todo list!


I would like to get feedback (especially pull requests ;) ) by fellow KDE and/or TODO.txt users.

BR,
Markus

#3483 From: "ricky.hussmann" <ricky.hussmann@...>
Date: Tue Sep 13, 2011 3:50 am
Subject: Re: Todo.txt Touch iOS
ricky.hussmann
Send Email Send Email
 
Hi all,

My name is Ricky and I'm an iOS developer. Recently I was planning my own iOS
TODO.txt client. I reached out to Gina for a blessing, and she informed me of
this project. Seems like a good time to be jumping in.

I'm not an interface designer, but I had worked through a few screens. I've
included the two I've sort of fleshed-out below. The first is a "context view,"
presenting contexts as a tableview with items within that context listed. The
second is a "project view," basically the same, sorted by project.

Context view:
http://cl.ly/A5ze

Project view:
http://cl.ly/A5OX

I like the toolbar approach. The touch-targets are reasonably spaced and not too
small. Please forgive inconsistencies in size and vertical alignment; I'm not
much of a pixel pusher, more a developer.

I haven't used the Android client, so this is my first-ish stab at some parts of
the UI without previous influence. Is there intent to keep the iOS UI married to
the Android UI?

Looking forward to working with everyone,
Ricky Hussmann

--- In todotxt@yahoogroups.com, "charlesbjones3" <charlesbjones3@...> wrote:
>
> Howdy Folks,
> I discovered Todo.txt Touch about a week ago and got pretty excited when
> I saw there was an iOS version in the works. I got even more excited
> when I saw that the project had barely begun, so I forked the repository
> and started coding.
> Before there is too much duplication of effort, I decided I should push
> my changes back to the community. You can find my fork here:
> https://github.com/chuckbjones/todo.txt-touch-ios
> <https://github.com/chuckbjones/todo.txt-touch-ios>
>
> So far, I've implemented the basic CRUD operations on the todo.txt file.
> I haven't done Dropbox support, filtering, sorting, etc. There's nothing
> fancy about the UI, either. It's just the basic iOS blue/grey widgets.
> The backend logic is pretty much a straight port of the Android code,
> except in places where the Java and Objective-C didn't match up very
> well.
> If I haven't stepped on anything someone else has already implemented, I
> can go ahead and issue a pull request to Gina. Otherwise, feel free to
> take any bits and pieces of my code that you need. In the mean time I
> will keep hacking away.
> Cheers,Charles
>

Messages 3454 - 3483 of 4903   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help