{"id":18425665,"url":"https://github.com/zhanghai/androidretrofile","last_synced_at":"2025-05-08T21:10:25.175Z","repository":{"id":57736788,"uuid":"161095827","full_name":"zhanghai/AndroidRetroFile","owner":"zhanghai","description":"Backport of java.nio.file API (JSR 203) for Android","archived":false,"fork":false,"pushed_at":"2024-09-22T02:02:17.000Z","size":295,"stargazers_count":47,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-19T04:06:44.571Z","etag":null,"topics":["android","android-library","java","nio2"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zhanghai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-10T00:40:44.000Z","updated_at":"2024-09-22T02:02:19.000Z","dependencies_parsed_at":"2022-08-24T04:50:10.757Z","dependency_job_id":null,"html_url":"https://github.com/zhanghai/AndroidRetroFile","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhanghai%2FAndroidRetroFile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhanghai%2FAndroidRetroFile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhanghai%2FAndroidRetroFile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhanghai%2FAndroidRetroFile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zhanghai","download_url":"https://codeload.github.com/zhanghai/AndroidRetroFile/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231481049,"owners_count":18383151,"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","android-library","java","nio2"],"created_at":"2024-11-06T05:04:48.041Z","updated_at":"2024-12-27T12:08:00.847Z","avatar_url":"https://github.com/zhanghai.png","language":"Java","readme":"# AndroidRetroFile\n\nA backport of java.nio.file API (JSR 203) for Android.\n\n## Integration\n\n```gradle\ndependencies {\n    implementation 'me.zhanghai.android.retrofile:library:1.2.0'\n}\n```\n\n## Usage\n\nThe backported API is under `java8.nio.file`.\n\nNo default [`FileSystemProvider`](blob/master/library/src/main/java/java8/nio/file/spi/FileSystemProvider.java) implementation is bundled within this library, and the API is modified to allow dynamic install of providers.\n\nBefore using the API, you need to set a default provider implementation with `FileSystemProvider.installDefaultProvider()`. More providers can be installed with `FileSystemProvider.installProvider()` at any time.\n\nSimilarly, there is no default [`FileTypeDetector`](blob/master/library/src/main/java/java8/nio/file/spi/FileTypeDetector.java) implementation, and you can install one with `Files.installFileTypeDetector()` at any time.\n\nThis backport uses the [default version](https://developer.android.com/studio/write/java11-default-support-table) of [Java 8+ API desugaring support](https://developer.android.com/studio/write/java8-support) for `java.util.stream` and `java.time`.\n\n## License\n\n[GNU General Public License, version 2, with the Classpath Exception](LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhanghai%2Fandroidretrofile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzhanghai%2Fandroidretrofile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhanghai%2Fandroidretrofile/lists"}