{"id":20699025,"url":"https://github.com/keygenqt/android-select-file","last_synced_at":"2026-05-19T10:04:21.987Z","repository":{"id":87143137,"uuid":"118837820","full_name":"keygenqt/android-select-file","owner":"keygenqt","description":null,"archived":false,"fork":false,"pushed_at":"2018-05-22T09:32:25.000Z","size":189,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-11T03:42:20.999Z","etag":null,"topics":["android","library"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/keygenqt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-25T00:01:32.000Z","updated_at":"2021-01-18T07:47:31.000Z","dependencies_parsed_at":"2023-03-13T19:46:58.434Z","dependency_job_id":null,"html_url":"https://github.com/keygenqt/android-select-file","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/keygenqt/android-select-file","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keygenqt%2Fandroid-select-file","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keygenqt%2Fandroid-select-file/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keygenqt%2Fandroid-select-file/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keygenqt%2Fandroid-select-file/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keygenqt","download_url":"https://codeload.github.com/keygenqt/android-select-file/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keygenqt%2Fandroid-select-file/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265353370,"owners_count":23751933,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","library"],"created_at":"2024-11-17T00:27:50.860Z","updated_at":"2026-05-19T10:04:21.940Z","avatar_url":"https://github.com/keygenqt.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Select File\n\n[![](https://jitpack.io/v/keygenqt/android-select-file.svg)](https://jitpack.io/#keygenqt/android-select-file)\n\nAdd it to your build.gradle with:\n```gradle\nallprojects {\n    repositories {\n        // ...\n        maven { url \"https://jitpack.io\" }\n    }\n}\n```\nand:\n\n```gradle\ndependencies {\n    compile 'com.github.keygenqt:android-select-file:version'\n}\n```\n\n## Usage\n\n```xml\n\u003ccolor name=\"general_color\"\u003e#42A1D8\u003c/color\u003e\n```\n\n```java\nnew SelectFile((ActivitySelect) getView().getActivity(), new SelectFileProperties()\n        .setChoosePhoto(false)\n        .setMaxFilesCount(5)\n        .setMimes(new ArrayList\u003cString\u003e() {{\n            add(SelectFileMime.MIME_DOC);\n            add(SelectFileMime.MIME_PDF);\n            add(SelectFileMime.MIME_PPT);\n            add(SelectFileMime.MIME_TXT);\n            add(SelectFileMime.MIME_XLS);\n            add(SelectFileMime.MIME_ZIP);\n            add(SelectFileMime.MIME_RAR);\n            add(SelectFileMime.MIME_MP3);\n            add(SelectFileMime.MIME_MP4);\n            add(SelectFileMime.MIME_JPG);\n            add(SelectFileMime.MIME_PNG);\n        }}))\n        .show(files -\u003e {\n\n        }, error -\u003e SettingsBase.getBase().getShowMessage().call(error));\n\nnew SelectFile((ActivitySelect) getView().getActivity(), new SelectFileProperties()\n        .setChoosePhoto(true)\n        .setMaxFilesCount(1)\n        .setMimes(new ArrayList\u003cString\u003e() {{\n            add(SelectFileMime.MIME_JPG);\n            add(SelectFileMime.MIME_PNG);\n        }})).show(files -\u003e {\n\n        }, error -\u003e SettingsBase.getBase().getShowMessage().call(error));\n```\n\n## Screenshot\n\n![Alt text](https://raw.githubusercontent.com/keygenqt/android-select-file/master/screenshot/1.png \"View\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeygenqt%2Fandroid-select-file","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeygenqt%2Fandroid-select-file","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeygenqt%2Fandroid-select-file/lists"}