{"id":16558907,"url":"https://github.com/gmazzo/android-seekbar-preference","last_synced_at":"2026-05-07T20:40:31.210Z","repository":{"id":145163653,"uuid":"81848859","full_name":"gmazzo/android-seekbar-preference","owner":"gmazzo","description":"A SeekBarPreference that stores its value in a percentual relation (0 to 1) on max and min values","archived":false,"fork":false,"pushed_at":"2017-02-17T12:26:40.000Z","size":104,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T02:15:29.455Z","etag":null,"topics":["android","appcompat","seekbar"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gmazzo.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":"2017-02-13T16:58:19.000Z","updated_at":"2022-01-22T15:39:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"8d159d77-37f3-42f4-8157-8af644ecb31a","html_url":"https://github.com/gmazzo/android-seekbar-preference","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gmazzo/android-seekbar-preference","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmazzo%2Fandroid-seekbar-preference","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmazzo%2Fandroid-seekbar-preference/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmazzo%2Fandroid-seekbar-preference/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmazzo%2Fandroid-seekbar-preference/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gmazzo","download_url":"https://codeload.github.com/gmazzo/android-seekbar-preference/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmazzo%2Fandroid-seekbar-preference/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32755440,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","appcompat","seekbar"],"created_at":"2024-10-11T20:24:05.928Z","updated_at":"2026-05-07T20:40:31.173Z","avatar_url":"https://github.com/gmazzo.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# seekbar-preference\nA SeekBarPreference that stores its value in a percentual relation (0 to 1) on max and min values\n\n## Import\nOn your `build.gradle` add:\n```\n    repositories {\n        maven { url 'https://dl.bintray.com/gmazzo/maven' }\n    }\n\n    dependencies {\n        compile 'com.github.gmazzo:seekbar-preference:0.2'\n    }\n```\n\n## Usage with native `android.preference.Preference`\nIn your `preferences.xml` add:\n```xml\n    \u003cgs.preference.PercentSeekBarPreference\n        android:key=\"someKey\"\n        android:title=\"Percent value\"\n        android:defaultValue=\"0.7\"/\u003e\n```\n\n## Usage with compat `android.support.v7.preference.Preference`\nIn your `preferences.xml` add:\n```xml\n    \u003cgs.preference.PercentSeekBarPreferenceCompat\n        android:key=\"someKey\"\n        android:title=\"Percent value\"\n        android:defaultValue=\"0.7\"/\u003e\n```\n\n## Screenshots\n![Native](screenshots/native.png)\n![Compat](screenshots/compat.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgmazzo%2Fandroid-seekbar-preference","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgmazzo%2Fandroid-seekbar-preference","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgmazzo%2Fandroid-seekbar-preference/lists"}