xuhcc / mindstream

Task management app, built on todo.txt.
GNU General Public License v3.0
41 stars 6 forks source link

Unable to find or change todo.txt #9

Closed tonhou closed 3 years ago

tonhou commented 3 years ago

Android 10 Nokia 2.2

From Settings --> Browse cannot find todo.txt file No error message, just nothing found.

Mindstream 1.5.0

xuhcc commented 3 years ago

Do you mean that nothing happens when you press the "Browse" button or that you can't pick the file using the file browser?

tonhou commented 3 years ago

Cannot pick the file. The file browser works but no todo.txt can be found/seen.

On Sat, 10 Apr 2021, 11:41 pm Kirill Goncharov, @.***> wrote:

Do you mean that nothing happens when you press the "Browse" button or that you can't pick the file using the file browser?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/xuhcc/mindstream/issues/9#issuecomment-817123095, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMTECPD4W7KCRHP7X4OVRETTIA2PJANCNFSM42V6D4YA .

xuhcc commented 3 years ago

There's a known bug in file picker where it fails to pick files from some locations on Android 10 (like 'Documents'). But in that case the app should show error message at the bottom of the screen: Error: Can not get file path.

tonhou commented 3 years ago

No error message.

By default pressing "Browse" goes to:

Android/data/im.mindstream.mobile/cache/http

The only file in that folder is:

"journal"

On Mon, 12 Apr 2021, 10:56 am Kirill Goncharov, @.***> wrote:

There's a known bug in file picker where it fails to pick files from some locations on Android 10 (like 'Documents'). But in that case the app should show error message at the bottom of the screen: Error: Can not get file path.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/xuhcc/mindstream/issues/9#issuecomment-817387059, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMTECPA32PYGEGXXFPMLPLDTIISIVANCNFSM42V6D4YA .

xuhcc commented 3 years ago

You can create an empty todotxt file somewhere and then open it with the app.

But if you want to find the file created by the app, that might not be possible in file browser (apparently the file browser can't show it because accessing application data folder requires root permissions).

tonhou commented 3 years ago

Yes, that works.

Is it possible for app to save outside of root so todo.txt is accessible? Also is it possible that the "Plain text" page under the menu might be selectable to copy?

Thanks for your direction.

The app I find most satisfactory.

On Mon, 12 Apr 2021 at 22:55, Kirill Goncharov @.***> wrote:

You can create an empty todotxt file somewhere and then open it with the app.

But if you want to find the file created by the app, that might not be possible in file browser (apparently the file browser can't show it because accessing application data folder requires root permissions).

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/xuhcc/mindstream/issues/9#issuecomment-817711273, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMTECPBIX7TGG4WZJTFQSTDTILGSNANCNFSM42V6D4YA .

xuhcc commented 3 years ago

Is it possible for app to save outside of root so todo.txt is accessible?

Yes. I'll fix this in the next release.

Also is it possible that the "Plain text" page under the menu might be selectable to copy?

I'll have a look to see if that's possible.

xuhcc commented 3 years ago

@tonhou 1.6.0 has been released. The text at "plain text" page is selectable now.