From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Jones Subject: Re: MobileOrg for Android starts to become really usable Date: Mon, 7 Jun 2010 10:43:05 -0400 Message-ID: References: <87sk5cwg4f.fsf@gmx.ch> <20100607090244.3b70b2ce@gaia139.11.181.103> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1276796645==" Return-path: Received: from [140.186.70.92] (port=56423 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OLdYe-0005zI-3o for emacs-orgmode@gnu.org; Mon, 07 Jun 2010 10:44:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OLdY2-0005Ey-2G for emacs-orgmode@gnu.org; Mon, 07 Jun 2010 10:43:54 -0400 Received: from mail-vw0-f41.google.com ([209.85.212.41]:57314) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OLdY1-0005Di-UL for emacs-orgmode@gnu.org; Mon, 07 Jun 2010 10:43:30 -0400 Received: by vws8 with SMTP id 8so688524vws.0 for ; Mon, 07 Jun 2010 07:43:26 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --===============1276796645== Content-Type: multipart/alternative; boundary=00c09fa21c01f6a460048871b123 --00c09fa21c01f6a460048871b123 Content-Type: text/plain; charset=ISO-8859-1 I do plan on adding DropBox support but would like to get some other features working first. 73, Matthew W. Jones (KI4ZIB) http://matburt.net On Mon, Jun 7, 2010 at 3:02 AM, Detlef Steuer wrote: > Hi! > > Do you plan to add dropbox support into mobileorg-android? > That would be just great! > > Thank you anyway for your efforts, even if dropbox gets dropped! > > Detlef > > On Fri, 28 May 2010 14:40:05 -0400 > Matthew Jones wrote: > > > Sven, thanks for the wonderful feedback. MobileOrg Android does attach a > > timestamp to the note (similar to what the iphone version does, just > below > > the headline) but anything else you want as part of the heading you do > have > > to type manually. > > > > I haven't yet published a roadmap because I've been on this frenetic pace > to > > try to get close to feature parity with the iPhone version. I'm > currently > > working on giving you the ability to change TODO states... this is a bit > of > > a challenge because of how I store each of the org files. Richard's > iPhone > > version actually reads the contents of the file into a database (I think? > > Or at least... some other data structure) which lends itself well to the > > org-mobile-push model where an updated heading just gets pushed into the > > mobileorg.org file. When I wrote my implementation I had not fully > > grasped that concept yet so I just store the file and parse it on-demand > as > > you drill down into your file's contents. In order to support editing > > files and changing TODO states, I need to switch to Richard's model of > > storing the components that make up the file instead of trying to parse > it > > on-demand. > > > > Once I have this finished I plan to release the Beta, and at the same > time > > push the application into the Android Market (still free and open source, > > mind you) as well as release comprehensive documentation. I think > (hope) > > that I can put the information on Richard's site dedicated to his version > of > > MobileOrg and have his documentation be valid and easily understood for > both > > version. > > > > 73, > > Matthew W. Jones (KI4ZIB) > > http://matburt.net > > > > > > On Fri, May 28, 2010 at 5:05 AM, Sven Bretfeld > wrote: > > > > > Hi to all, hi Matthew > > > > > > I had a look at matburt's Github today and found the new > 0.4alpha-build. > > > Now, MobOrg4And supports the capturing of notes. That's what I was > > > waiting for all the time. I can say that Note capturing works on my HTC > > > Magic, albeit I had little time so far to test it more than once or > > > twice. > > > > > > I just wanted to say thank you very much! > > > > > > Note taking is rudimentary at the moment. As far as I can see, you have > > > to type todo-keywords, tags and active timestamps manually. But that > > > doesn't matter too much at the moment. The current alternatives (RTM, > > > Toodledo) have similar inconveniences. However, in MobOrg4And we are in > > > our familiar org-syntax, so /everything/ can be done without complex > > > awk/sed > > > operations after syncing. > > > > > > @Matthew: Do you have some kind of roadmap published anywhere? > > > > > > Greetings, > > > > > > Sven > > > > > > _______________________________________________ > > > Emacs-orgmode mailing list > > > Please use `Reply All' to send replies to the list. > > > Emacs-orgmode@gnu.org > > > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > > > > > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > --00c09fa21c01f6a460048871b123 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I do plan on adding DropBox support but would li= ke to get some other features working first.

73,
Matthew W. Jones (KI4ZIB)
http://matburt.net


= On Mon, Jun 7, 2010 at 3:02 AM, Detlef Steuer <detlef.steuer@gmx.de= > wrote:
Hi!

Do you plan to add dropbox support into mobileorg-android?
That would be just great!

Thank you anyway for your efforts, even if dropbox gets dropped!

Detlef

On Fri, 28 May 2010 14:40:05 -0400
Matthew Jones <bsdmatburt@gmail.com> wrote:

> Sven, thanks for the wonderful feedback. =A0MobileOrg Android does att= ach a
> timestamp to the note (similar to what the iphone version does, just b= elow
> the headline) but anything else you want as part of the heading you do= have
> to type manually.
>
> I haven't yet published a roadmap because I've been on this fr= enetic pace to
> try to get close to feature parity with the iPhone version. =A0 I'= m currently
> working on giving you the ability to change TODO states... this is a b= it of
> a challenge because of how I store each of the org files. =A0 Richard&= #39;s iPhone
> version actually reads the contents of the file into a database (I thi= nk?
> =A0Or at least... some other data structure) which lends itself well t= o the
> org-mobile-push model where an updated heading just gets pushed into t= he
> mobileorg.org f= ile. =A0 =A0When I wrote my implementation I had not fully
> grasped that concept yet so I just store the file and parse it on-dema= nd as
> you drill down into your file's contents. =A0 In order to support = editing
> files and changing TODO states, I need to switch to Richard's mode= l of
> storing the components that make up the file instead of trying to pars= e it
> on-demand.
>
> Once I have this finished I plan to release the Beta, and at the same = time
> push the application into the Android Market (still free and open sour= ce,
> mind you) as well as release comprehensive documentation. =A0 I think = (hope)
> that I can put the information on Richard's site dedicated to his = version of
> MobileOrg and have his documentation be valid and easily understood fo= r both
> version.
>
> 73,
> Matthew W. Jones (KI4ZIB)
> http://matburt.net
>
>
> On Fri, May 28, 2010 at 5:05 AM, Sven Bretfeld <
sven.bretfeld@gmx.ch> wrote:<= br> >
> > Hi to all, hi Matthew
> >
> > I had a look at matburt's Github today and found the new 0.4a= lpha-build.
> > Now, MobOrg4And supports the capturing of notes. That's what = I was
> > waiting for all the time. I can say that Note capturing works on = my HTC
> > Magic, albeit I had little time so far to test it more than once = or
> > twice.
> >
> > I just wanted to say thank you very much!
> >
> > Note taking is rudimentary at the moment. As far as I can see, yo= u have
> > to type todo-keywords, tags and active timestamps manually. But t= hat
> > doesn't matter too much at the moment. The current alternativ= es (RTM,
> > Toodledo) have similar inconveniences. However, in MobOrg4And we = are in
> > our familiar org-syntax, so /everything/ can be done without comp= lex
> > awk/sed
> > operations after syncing.
> >
> > @Matthew: Do you have some kind of roadmap published anywhere? > >
> > Greetings,
> >
> > Sven
> >
> > _______________________________________________
> > Emacs-orgmode mailing list
> > Please use `Reply All' to send replies to the list.
> > Emacs-= orgmode@gnu.org
> > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > >
>



_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gn= u.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


--00c09fa21c01f6a460048871b123-- --===============1276796645== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============1276796645==--