-
Notifications
You must be signed in to change notification settings - Fork 117
Sync is broken #601
Comments
I totally agree. Taskwarrior sync is more important than anything else. I'd help if I could, but I'm not a Android dev at all... |
For me it works if I do the initial syn in 2.8.1 and upgrade afterwards to 3.0. Both versions are available in F-Droid. |
nothing new? is mirakel dead? |
Mirakel is not dead, we just have actually absolutely no time to contribute to Mirakel. But we would be very happy to help new devs and merge pull requests ;) |
I also really would like to use sync since I only use Mirakel due to it's taskwarrior integration, which is no longer working =( I read somewhere else that the taskwarrior server is buggy, probably on the new dialog warning on Mirakel, Is this feature something doable or should it be dismissed at all and it will never happen? What would be needed to implement it? Any guidance please? Regards. |
DavDroid 0.8+ is supposed to sync tasks, so if I have DavDroid (0.9.4) set up to sync tasks, from owncloud (8.1.3), will these show up in Mirakel? |
@Bugsbane I don't think so. DavDroid syncs ical tasks, taskwarrior has its own format and needs taskserver therefor. I may be wrong, but I'M pretty sure... |
Mirakel has support for ical tasks, but I haven't tried it. Afaik you need to install Mirakel first and DavDroid afterwards. |
Has someone tried that (davdroid sync) successfully? It didn't work for me. |
I don't think alternative sync methods will properly work, this is why a taskwarrior exists. I remember to have asked a while ago why it wasn't possible to sync against dropbox for instance, and a developer explained that the syncing process is not that simple. I think the right way to go is with the taskwarrior server sync for android, the problem is that I have no clue how to start. If anyone comes with an alternate working solution, I would be very glad to hear it. I currently moved to todoist =(. I would prefer to use taskwarrior + mirakel with sync working properly, however fixing this seems to be beyond my knowledge. It would be nice if someone could point to the documentation on the sync and what seems to fail so we can try to fix it by ourselves. Regards. |
@jspricke I managed to get Mirakel to see the sync account set up in DavDroid and switch on "Use as default account", but the "Information" panel remains greyed out with an empty server field and the name of the davdroid account for the username, instead of the username actually setup in DavDroid. It also says "Sync manually only" under "Misc" and as far as I can tell, no syncing actually seems to happen, even after DavDroid syncs again. |
I just spent a while looking into this, and there are a few things going wrong:
I really have no idea how the app is structured, and there aren't a lot of comments, so I'm sort of just guessing. @azapps, is it possible you could briefly explain what happens when I try to create a task in Mirakel so I have somewhere to start? Or any other advice on what I should look into? I also can't get the debugger to attach to the sync process (only to the main activity), which is making it more difficult to debug -- I'm not really an Android developer, so if anyone can give me any help on making that happen, it would be appreciated. |
To attach the debugger to the sync process insert somewhere in the sync process waitForDebugger and then attach the debugger as soon as the process has started. About the task creation:
|
Here is a stacktrace of the current HEAD using assembleFdroidDebug (excluding play-services)
|
Same crash (modulo line numbers) happens when using the current releases in Google and F-Droid. Steps to reproduce:
same steps work fine using Mirakel 2.8.2 from F-Droid. |
I looked into it a bit.
Now entering the realm of speculation:
|
@emembrives You are near the real problem. |
@weiznich Thanks for looking into this! I tried to look at your patch, but I get a 504 error. I'll try to test it another day. |
@emembrives Gerrit is up again |
👍 This has always been the biggest draw to Mirakel. Now that it no longer works, most of the prose written about this app (including the official website) is completely wrong. |
I've tried DAVDroid however, with no good results. I do have very satisfactory results with @dmfs CalDAV Syncadapters. |
@lenucksi Please open a new issue for this. This issue is for sync with taskd.
|
Any news here? |
There is this patch which should fix this problem. It's not merged yet because it touches most of Mirakels internal database handling. Before merging we will need to get our testsuite running again. This is blocked by an issue in robolectric. |
Looks like I just re-traced @emembrives's steps (wasn't aware of this ticket).
Note that calling |
Any news on this topic? Would be really nice to get rid of this problem. |
It would be awesome to have Mirakel back but since it has been a while, there is a possibility of not having Mirakel back, so to all of you interested in an alternative, check out taskwarriorandroid. I installed it recently and sync seems to work fine. |
Hi guys, Sorry for the bad news :( It was a great journey to build Mirakel and experience such great support from our community (YOU!), but we are not able to continue the development any further :( We do not see any way to support Mirakel any further and am searching for a new maintainer. We would be more than happy if Mirakel could be reborn and of course we would also provide help and guidance for new maintainers if needed. If you are interested, send us an e-mail to [email protected] Best, |
Well, thanks for all of the effort over the years. Ironically, other than sync, 3.0 was the first Foss task management app that ever managed to actually do all that I needed it to. Thanks for opting out in the right way, too (ie announcing it definitively so we users don't hold our breathes waiting, offering it for a new maintainer, and offering to help with the transition). Just out of interest, what was the main problem? Trouble turning it into income to support your work? Loss of interest? Going into a different area of software development? |
Its a combination out of different factors. The main factor is in my opinion that we are both studying in a subject not related to any mobile app development. So our interests shifted slightly. In combination with this, there was no one that really had tried to support us while developing new features. Also we noticed that some parts of the source code need a complete rewrite to be more maintainable, but there was no time beside our studies to achieve such a big rewrite.
There is this patch which may solve you problems. I never had the time to do the required in depth testing, so it is quite likely that something is broken, because this changes some internal widely used internal functionality. |
What's the alternative now ? |
The best alternative I've managed to find so far is Tasks. It also doesn't have CalDav sync in the main release yet, however there's work on it and it seems to be getting close, so I encourage everyone to go and help test! |
Please fix the sync with taskwarrior or at least caldav.
The taskwarrior sync was the reason to use mirakel, but with version 3 the sync ist broken.
It is more important to have a stable sync then a nice ui...
The text was updated successfully, but these errors were encountered: