mpcjanssen / simpletask-android

GNU General Public License v3.0
545 stars 124 forks source link

simpletask nextcloud bug #1021

Open filviu opened 4 years ago

filviu commented 4 years ago

I'm migrating from dropbox to nextcloud so I'm trying out the simpletask nextcloud version of the application. I think I found a peculiar bug. I can't open the task list if it's stored inside a "todo.txt" folder.

So I have:

nextcloudroot/todo.txt/todo.txt and nextcloudroot/todo.txt/done.txt and in the Android application I get:

"Loading of todo file failed" and in the task list I see one task:

"This is the WebDAV interface. It can only be accessed by WebDAV clients such as the Nextcloud desktop sync client."

More interesting I renamed the folder and still couldn't open the file only after clearing out data and logging in again I could get the task list to load from a differently named folder (currently it's inside todotxt)

I tried twice and each time it behaved the same.

mpcjanssen commented 4 years ago

todo.txt is the default name for the todo file, so simpletask tries to open the folder as a file. This explains the error. Using the open todo file menu item should allow you to open the proper location after that.

filviu commented 4 years ago

I thought but it doesn't. After selecting nextcloudroot/todo.txt/todo.txt and getting the error I can't select any other folder - it keeps showing me the root of my nextcloud. I have to clear storage from android and start again from nextcloud loging. I imagine the identical name with the file being the issue - and it's not a big issue as I renamed the folder. Figured you still want to know about it.

Thank you for the great app by the way - I use it daily.