{"id":13643175,"url":"https://github.com/500px/500px-android-blur","last_synced_at":"2025-10-20T04:53:26.791Z","repository":{"id":28646543,"uuid":"32165777","full_name":"500px/500px-android-blur","owner":"500px","description":"Android Blurring View","archived":false,"fork":false,"pushed_at":"2020-04-20T19:19:50.000Z","size":17004,"stargazers_count":2701,"open_issues_count":25,"forks_count":324,"subscribers_count":134,"default_branch":"master","last_synced_at":"2025-05-14T07:25:05.208Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://developers.500px.com/2015/03/17/a-blurring-view-for-android.html","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/500px.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}},"created_at":"2015-03-13T16:05:30.000Z","updated_at":"2025-05-02T16:55:13.000Z","dependencies_parsed_at":"2022-06-26T09:33:25.144Z","dependency_job_id":null,"html_url":"https://github.com/500px/500px-android-blur","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/500px%2F500px-android-blur","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/500px%2F500px-android-blur/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/500px%2F500px-android-blur/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/500px%2F500px-android-blur/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/500px","download_url":"https://codeload.github.com/500px/500px-android-blur/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254209859,"owners_count":22032897,"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":[],"created_at":"2024-08-02T01:01:43.170Z","updated_at":"2025-10-20T04:53:26.738Z","avatar_url":"https://github.com/500px.png","language":"Java","funding_links":[],"categories":["模糊效果","Libraries"],"sub_categories":["Blur"],"readme":"## [Currently unmaintained]\n\n# 500px Android Blurring View\n\nFor more information, please see [our blog post](http://developers.500px.com/2015/03/17/a-blurring-view-for-android.html).\n\n## Download\n\nDefine via Gradle:\n\n``` groovy\nrepositories {\n    maven { url 'https://github.com/500px/500px-android-blur/raw/master/releases/' }\n}\n\ndependencies {\n    compile 'com.fivehundredpx:blurringview:1.0.0'\n}\n```\n\nEnable renderscript in your module's `defaultConfig`:\n```groovy\nandroid {\n    defaultConfig {\n\n        renderscriptTargetApi 21\n        renderscriptSupportModeEnabled true\n        ...\n    }\n}\n\n```\n\n\n## Usage\n\nFirst, give the blurring view a reference to the view to be blurred:\n\n``` java\nblurringView.setBlurredView(blurredView);\n```\n\nand then whenever the blurred view changes, invalidate the blurring view:\n\n``` java\nblurringView.invalidate();\n```\n\n## Demo\n\n![500px Blurring View Demo](blurdemo.gif \"500px Blurring View Demo\")\n\n## License\n\nThis project is licensed under the terms of [the MIT license](LICENSE.txt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F500px%2F500px-android-blur","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F500px%2F500px-android-blur","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F500px%2F500px-android-blur/lists"}