{"id":13463505,"url":"https://github.com/FilipPudak/ProgressPieView","last_synced_at":"2025-03-25T06:32:23.925Z","repository":{"id":17689386,"uuid":"20495312","full_name":"FilipPudak/ProgressPieView","owner":"FilipPudak","description":"Android library for showing progress in a highly customizable pie.","archived":false,"fork":false,"pushed_at":"2021-05-21T13:37:34.000Z","size":658,"stargazers_count":398,"open_issues_count":6,"forks_count":77,"subscribers_count":17,"default_branch":"master","last_synced_at":"2024-09-28T06:17:40.648Z","etag":null,"topics":[],"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/FilipPudak.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2014-06-04T18:41:59.000Z","updated_at":"2024-09-23T16:30:48.000Z","dependencies_parsed_at":"2022-09-24T01:11:38.988Z","dependency_job_id":null,"html_url":"https://github.com/FilipPudak/ProgressPieView","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/FilipPudak%2FProgressPieView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FilipPudak%2FProgressPieView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FilipPudak%2FProgressPieView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FilipPudak%2FProgressPieView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FilipPudak","download_url":"https://codeload.github.com/FilipPudak/ProgressPieView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222045617,"owners_count":16921984,"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-07-31T13:00:54.519Z","updated_at":"2024-10-29T12:31:30.117Z","avatar_url":"https://github.com/FilipPudak.png","language":"Java","funding_links":[],"categories":["Libs","Uncategorized"],"sub_categories":["\u003cA NAME=\"Widget\"\u003e\u003c/A\u003eWidget","Uncategorized"],"readme":"ProgressPieView\n===============\n\nAndroid library for showing progress in a highly customizable pie.\n\n![ProgressPieView](/sample/images/progresspieview.png)\n\nChoose from the broad spectre of styleable elements:\n\n * `ppvStrokeWidth` - The width of stroke around the view.\n * `ppvStrokeColor` - The color of stroke around the view.\n * `ppvBackgroundColor` - The color of the views background.\n * `ppvProgressColor` - The color view of the views progress.\n * `ppvInverted` - Inverts the drawing of progress (fill radial only).\n * `ppvCounterclockwise` - Draws the progress counterclockwise (fill radial only).\n * `ppvProgressFillType` - Type for the progress fill (either fill radial at an angle or fill from center outwards).\n * `ppvImage` - image (can be hidden).\n * `ppvTypeface` - Font of the text.\n * `text` - text (can be hidden).\n * `textSize` - Size of the text.\n * `textColor` - Color of the text.\n\nUsage\n======\n\nTo get a feel of how it works you can also try out the sample:\n\n\u003ca href=\"https://play.google.com/store/apps/details?id=com.filippudak.ProgressPieView.sample\"\u003e\n  \u003cimg alt=\"Get it on Google Play\"\n       src=\"https://github.com/FilipPudak/ProgressPieView/raw/master/sample/images/en_generic_rgb_wo_60.png\" /\u003e\n\u003c/a\u003e\n\nFind out the latest version from [Maven Central](http://search.maven.org/) or [Gradle Please](http://gradleplease.appspot.com/).\n\nbuild.gradle:\n```\ndependencies {\n    compile 'com.github.filippudak.progresspieview:library:1.0.+'\n}\n```\n\nExample\n=======\n```xml\n        \u003ccom.filippudak.ProgressPieView.ProgressPieView\n            android:layout_margin=\"8dp\"\n            android:layout_gravity=\"center\"\n            android:id=\"@+id/progressPieViewXml\"\n            android:layout_width=\"0dp\"\n            android:layout_height=\"match_parent\"\n            android:layout_weight=\"1\"\n            android:textColor=\"@color/holo_orange_dark\"\n            android:textSize=\"18sp\"\n            android:text=\"Xml\"\n            ppv:ppvTypeface=\"fonts/Roboto/RobotoCondensed-Bold.ttf\"\n            ppv:ppvProgressFillType=\"center\"\n            ppv:ppvStrokeWidth=\"6dp\"\n            ppv:ppvStrokeColor=\"@color/holo_green_light\"\n            ppv:ppvBackgroundColor=\"@color/holo_purple\"\n            ppv:ppvProgressColor=\"@color/holo_red_light\"/\u003e\n```\nYou can find more examples from code styling or xml styling in the sample that is provided.\n\nCredits\n=======\nAuthor : Filip Puđak (filip.pudak@gmail.com)\n\n\u003ca href=\"https://plus.google.com/117550349320705739707\"\u003e\n  \u003cimg alt=\" Google+\"\n       src=\"https://github.com/FilipPudak/ProgressPieView/raw/master/sample/images/googleplus.png\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"https://www.linkedin.com/pub/filip-puđak/3b/a30/180\"\u003e\n  \u003cimg alt=\"LinkedIn\"\n       src=\"https://github.com/FilipPudak/ProgressPieView/raw/master/sample/images/linkedin.png\" /\u003e\n\u003c/a\u003e\n\nThanks to [+Gabriele Mariotti](https://plus.google.com/+GabrieleMariotti/) and [+Chris Banes](https://plus.google.com/+ChrisBanes/) for the maven push gradle code!\n\nThanks to [+Prateek Srivastava](https://plus.google.com/u/0/+PrateekSrivastava/) and [+Roman Nurik](https://plus.google.com/+RomanNurik/) for the base idea which was ProgressButton!\n\nLicense\n=======\n\n    Copyright 2014 Filip Puđak\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n    \n       http://www.apache.org/licenses/LICENSE-2.0\n    \n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFilipPudak%2FProgressPieView","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FFilipPudak%2FProgressPieView","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFilipPudak%2FProgressPieView/lists"}