Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selecting local path does not work on v0.8.0 for Android 8.1.0 #45

Open
pabgan opened this issue Apr 11, 2024 · 6 comments
Open

Selecting local path does not work on v0.8.0 for Android 8.1.0 #45

pabgan opened this issue Apr 11, 2024 · 6 comments
Labels
bug Something isn't working

Comments

@pabgan
Copy link

pabgan commented Apr 11, 2024

Apparently, the feature is there, but version v0.8.0 from f-droid does not work on my Android 8.1.0.

Steps

  1. In the setup tap in "Use local mode" button.
  2. Tap in Local path button.

Result

It does nothing, it just changes the color of the textbox like acknowledging the tap, but nothing happens.

Tapping in the (?) shows the message: "Choose a directory by tapping the current local path"

Expected

Some way to select the directory. Typing it directly would be fine, there is no need to involve the file browser, though it is nicer.

@tmaegel
Copy link
Owner

tmaegel commented Apr 23, 2024

I think I have a fix for the problem with the filebrowser. However, I would like to test this a little better.

@pabgan
Copy link
Author

pabgan commented Apr 24, 2024

Thanks. Just let me know if you want me to test it as well.

@tmaegel tmaegel added the bug Something isn't working label Apr 25, 2024
tmaegel added a commit that referenced this issue Apr 25, 2024
@tmaegel
Copy link
Owner

tmaegel commented Apr 25, 2024

There is a new version v0.8.1. Please test whether this solves the problem for you.
You can either wait until the new version is available within the f-droid store or you can download it directly from the github release page.

@pabgan
Copy link
Author

pabgan commented Apr 29, 2024

@tmaegel : It goes a little bit further. Now I can see
Screenshot_20240429-161242
but tapping in local path does nothing, not even changes the color of the textfield to acknowledge tap.

@tmaegel
Copy link
Owner

tmaegel commented Apr 29, 2024

Okay thank you for your feedback.
Unfortunately, I cannot reproduce the behavior on an emulated device with android 8.1. With version v0.8.0 I could, but the fix I provided was for that issue. :)

The expected behavior should be a permission request for access on the file system and then a file browser should open.

Maybe I can check this on a real device but with android 7.1 these days.

Did you uninstall/install the app - just to be sure? Do you have any file browser installed on your system?
What happened if you proceed with the default local path? Is this path possibly on an external SD-Card and not on the internal storage?

@pabgan
Copy link
Author

pabgan commented Apr 30, 2024

Did you uninstall/install the app - just to be sure?

Yes

Do you have any file browser installed on your system?

Yes, the default one and files by Google just in case

What happened if you proceed with the default local path?

It works. I can add tasks to an empty list.

Is this path possibly on an external SD-Card and not on the internal storage?

What path? I can't set it to any other than the default. But yes, I have a consolidated SD card.

In the system apps setting I can see the disk access permission. Enabling it from there does not change the behavior of the app.

I can type the name of the file, maybe an option to type the path directly?

But I do not want to bother you too much. I am using SimpleTask, it is just that this one looked cool and wanted to try it. Thank you very much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants