{"id":16372615,"url":"https://github.com/hedhyw/directory","last_synced_at":"2025-07-27T23:35:54.454Z","repository":{"id":104078433,"uuid":"64157656","full_name":"hedhyw/Directory","owner":"hedhyw","description":"Directory \u0026 File Chooser dialog for Android","archived":false,"fork":false,"pushed_at":"2016-07-25T19:23:49.000Z","size":122,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T17:46:15.331Z","etag":null,"topics":["android","android-library","chooser-dialog","java"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hedhyw.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2016-07-25T18:18:22.000Z","updated_at":"2021-09-29T10:20:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"a416ec26-3cc8-4afb-9f94-95c2d359050f","html_url":"https://github.com/hedhyw/Directory","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hedhyw/Directory","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hedhyw%2FDirectory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hedhyw%2FDirectory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hedhyw%2FDirectory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hedhyw%2FDirectory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hedhyw","download_url":"https://codeload.github.com/hedhyw/Directory/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hedhyw%2FDirectory/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267441530,"owners_count":24087772,"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","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","android-library","chooser-dialog","java"],"created_at":"2024-10-11T03:11:58.985Z","updated_at":"2025-07-27T23:35:54.442Z","avatar_url":"https://github.com/hedhyw.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Directory\nDirectory \u0026amp; File Chooser dialog for Android 3.0+ (API Level: 11+, \"HONEYCOMB\"+).\n\n# Usage\n1. Import module \"Directory\" into your project.\n2. Add to gradle: `compile project(path: ':directory')`.\n3. Add Java code:\n```java\nDirectoryProperties properties = new DirectoryProperties();\nproperties.setTitle(\"Select file\");\nproperties.setButtonValueCancel(\"Cancel\");\nproperties.setType(DirectoryProperties.OPEN_TYPE.FILE);\nproperties.setMode(DirectoryProperties.OPEN_MODE.MULTIPLE);\n/* Customization\n *\tproperties.setDirectoryIconColor(getResources().getColor(R.color.colorPrimaryDark));\n *\tproperties.setFileIconColor(getResources().getColor(R.color.colorAccent));\n *\tproperties.setButtonIconColor(getResources().getColor(R.color.colorPrimary));\n*/\nDirectory directory = new Directory(this, properties);\ndirectory.setOnSuccessDialogListener(new Directory.OnSuccessDialogListener() {\n\t@Override\n  public void onSuccessDialog(List\u003cFile\u003e files) {\n\t\t// do\n\t}\n);\n```\n\n# Credits\n* Developed by hedhyw (http://hedhyw.ru)\n* Icons by https://design.google.com/icons/\n\n# License\nCopyright (C) 2016 by hedhyw\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhedhyw%2Fdirectory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhedhyw%2Fdirectory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhedhyw%2Fdirectory/lists"}