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
Why you want this feature to be implemented? Please describe.
I would like to be able to secure and automatically download the signed apk from a trusted source, the Accrescent store
Describe the feature you'd like to be implemented
The Accrescent store has documentation here: https://accrescent.app/docs/guide/getting-started/index.html about how to upload and update apps in the store.
Ideally this would be part of a release/CI pipeline so minimal intervention is involved when a new version is published to github/f-droid.
Describe alternatives you've considered
The current best alternative is to utilize Obtanium to automate downloading the apk from the github.
I'd like to move away from depending on a single site (Github) for open source app distribution.
Additional context
I am happy to help with this issue!
The text was updated successfully, but these errors were encountered:
MANAGE_EXTERNAL_STORAGE
The MANAGE_EXTERNAL_STORAGE permission may only be requested for one or more of the following use cases:
file management, such as for a file manager app
MANAGE_EXTERNAL_STORAGE is highly invasive and almost always unnecessary. Developers should heavily consider using internal app storage, the MediaStore API, and/or the Storage Access Framework instead.
Not sure if the app will pass this requirement. I may or may not implement SAF in the future. I will delay adding the app until then.
That makes total sense! I'm able to use storage scopes to limit the current app to just my books folder. If SAF does get implemented I'd be happy to help with Accrescent. Until then, thanks for making a great app and being so responsive! I'll let you figure how you want to leave/close this issue as I'm unsure of your system.
Why you want this feature to be implemented? Please describe.
I would like to be able to secure and automatically download the signed apk from a trusted source, the Accrescent store
Describe the feature you'd like to be implemented
The Accrescent store has documentation here: https://accrescent.app/docs/guide/getting-started/index.html about how to upload and update apps in the store.
Ideally this would be part of a release/CI pipeline so minimal intervention is involved when a new version is published to github/f-droid.
Describe alternatives you've considered
The current best alternative is to utilize Obtanium to automate downloading the apk from the github.
I'd like to move away from depending on a single site (Github) for open source app distribution.
Additional context
I am happy to help with this issue!
The text was updated successfully, but these errors were encountered: