{"id":21904010,"url":"https://github.com/m1ga/ti.rangebar","last_synced_at":"2025-04-15T20:51:03.140Z","repository":{"id":80614910,"uuid":"269973457","full_name":"m1ga/ti.rangebar","owner":"m1ga","description":null,"archived":false,"fork":false,"pushed_at":"2020-06-06T18:22:59.000Z","size":6442,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T01:12:56.992Z","etag":null,"topics":["android","rangebar","titanium-mobile","titanium-module"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/m1ga.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-06T12:22:23.000Z","updated_at":"2022-04-24T20:11:11.000Z","dependencies_parsed_at":"2023-07-08T02:45:22.326Z","dependency_job_id":null,"html_url":"https://github.com/m1ga/ti.rangebar","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/m1ga%2Fti.rangebar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m1ga%2Fti.rangebar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m1ga%2Fti.rangebar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m1ga%2Fti.rangebar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m1ga","download_url":"https://codeload.github.com/m1ga/ti.rangebar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249153907,"owners_count":21221330,"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","rangebar","titanium-mobile","titanium-module"],"created_at":"2024-11-28T15:30:52.985Z","updated_at":"2025-04-15T20:51:03.132Z","avatar_url":"https://github.com/m1ga.png","language":"Java","readme":"# ti.rangebar - Android Rangebar module\n\n\u003cspan class=\"badge-buymeacoffee\"\u003e\u003ca href=\"https://www.buymeacoffee.com/miga\" title=\"donate\"\u003e\u003cimg src=\"https://img.shields.io/badge/buy%20me%20a%20coke-donate-orange.svg\" alt=\"Buy Me A Coke donate button\" /\u003e\u003c/a\u003e\u003c/span\u003e\n\n\u003cimg src=\"images/screen.png\"/\u003e\n\nAppcelerator Titanum Rangebar module for Android.\u003cbr/\u003e\nBased on \u003chttps://github.com/oli107/material-range-bar\u003e\n\n## Example\n\n```xml\n\u003cRangebarView module=\"ti.rangebar\" onChange=\"onChangeDistance\" tickStart=\"2\" tickEnd=\"100\" tickInterval=\"2\" connectionLineColor=\"#000\" tickColor=\"transparent\" leftThumbColor=\"#000\" rightThumbColor=\"#000\" height=\"Ti.UI.SIZE\"/\u003e\n```\n\n## Properties:\n\n\u003ctable\u003e\n\u003ctr\u003e\n\t\u003ctd\u003erange\u003c/td\u003e\n\t\u003ctd\u003eTwo (true/default) or one thumb (false; right only)\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\t\u003ctd\u003etickStart\u003c/td\u003e\n\t\u003ctd\u003eStart value\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\t\u003ctd\u003etickEnd\u003c/td\u003e\n\t\u003ctd\u003eEnd value\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\t\u003ctd\u003etickInterval\u003c/td\u003e\n\t\u003ctd\u003eSteps\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\t\u003ctd\u003ethumbSize\u003c/td\u003e\n\t\u003ctd\u003eSize of the left/right thumb\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\t\u003ctd\u003etickColor\u003c/td\u003e\n\t\u003ctd\u003eTick/Dot color (can be transparent)\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\t\u003ctd\u003eleftThumbColor\u003c/td\u003e\n\t\u003ctd\u003eLeft thumb color\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\t\u003ctd\u003erightThumbColor\u003c/td\u003e\n\t\u003ctd\u003eRight thumb color\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\t\u003ctd\u003econnectionLineColor\u003c/td\u003e\n\t\u003ctd\u003eColor between ticks/dots\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\t\u003ctd\u003etickSize\u003c/td\u003e\n\t\u003ctd\u003eTick/dot size (can be zero)\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\t\u003ctd\u003epinColor\u003c/td\u003e\n\t\u003ctd\u003eColor of the pin/bubble\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\t\u003ctd\u003epinRadus\u003c/td\u003e\n\t\u003ctd\u003eRadus of the pin/bubble\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\t\u003ctd\u003estaticPins\u003c/td\u003e\n\t\u003ctd\u003eOnly show pin/bubble when touching thumb (default/true) or show it all the time (false)\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\n_Attention_\nIf you set the height to `Ti.UI.SIZE` it will include the space for the pin/bubble. Make sure to set a fixed height if you want to have it smaler and use it without pins/bubbles.\n\n## Events\n\n* onChange - startValue/endValue\n* onTouchStart - startValue/endValue\n* onTouchEnd - startValue/endValue\n","funding_links":["https://www.buymeacoffee.com/miga"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm1ga%2Fti.rangebar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm1ga%2Fti.rangebar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm1ga%2Fti.rangebar/lists"}