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

Add app to the Accrescent store #119

Open
mprobson opened this issue Dec 6, 2024 · 2 comments
Open

Add app to the Accrescent store #119

mprobson opened this issue Dec 6, 2024 · 2 comments
Assignees
Labels
🚀 Feature request New feature request or improvement

Comments

@mprobson
Copy link

mprobson commented Dec 6, 2024

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!

@mprobson mprobson added the 🚀 Feature request New feature request or improvement label Dec 6, 2024
@Acclorite
Copy link
Owner

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.

@mprobson
Copy link
Author

mprobson commented Dec 6, 2024

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.

@Acclorite Acclorite moved this from Todo to Awaiting in Book's Story: Roadmap 🌌 Dec 23, 2024
@Acclorite Acclorite removed the 🚀 Feature request New feature request or improvement label Dec 23, 2024
@Acclorite Acclorite changed the title Add app to Accrescent store Add app to the Accrescent store Dec 23, 2024
@Acclorite Acclorite added the 🚀 Feature request New feature request or improvement label Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 Feature request New feature request or improvement
Projects
Status: Awaiting
Development

No branches or pull requests

2 participants