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

Bugs? [android] #116

Closed
dill-shower opened this issue May 12, 2023 · 2 comments
Closed

Bugs? [android] #116

dill-shower opened this issue May 12, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@dill-shower
Copy link

Gopeed currently supports adding http and magnet links, but I haven't been able to find a way to open a torrent file with it. Even if you insert a link to a torrent file, gopeed simply offers to download the torrent file itself, but not its contents.

Os:Android 11

I also noticed a couple of other problems.

  1. Modern Android systems require the app to request access to storage. Gopeed does not ask for it and on modern Android can only download to internal /Android/data/com.gopeed/files/. It is impossible to get files from this folder without root rights. Gopeed also does not allow you to change the download folder, after clicking it, it suggests copying the path, and not replacing it.

  2. Modern android systems require the application to request access to notifications and only after that can show them. Gopeed does not ask and you have to enable this permission in the system settings, this is inconvenient

@monkeyWie
Copy link
Member

Starting from Android 11, the app specific directory is enforced and external storage cannot be accessed. Therefore, I will optimize our interaction with Android in the future by providing a file selector to choose the torrent file and allowing users to open or share downloaded files through the task list.

@monkeyWie
Copy link
Member

It has been improved in v1.3.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants