You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered:
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.
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.
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.
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
The text was updated successfully, but these errors were encountered: