Save dialog and File picker
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 4.3k
- Forks
- 920
- PR merge metrics
- No merged PRs in 30d
Description
Feature description
Storage Access Framework for:
- Picking location and name of the file to create (
android.intent.action.CREATE_DOCUMENT) - Picking file (
android.intent.action.OPEN_DOCUMENT)
Reference implementation
Have you checked if the feature is accessible through the Android API?
Do you know of other open-source apps that has a similar feature as the one you want? (Provide links)
It's widely available and most apps for recent Android versions use it.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Android Java entry points that expose Termux API commands, then review how they launch Android intents. Implement support for CREATE_DOCUMENT and OPEN_DOCUMENT, including the requested save location/name and file selection, and verify both flows work from command-line programs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- cli, mobile
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100