{"id":39423409,"url":"https://github.com/itsvic-dev/parcel","last_synced_at":"2026-02-18T00:29:25.069Z","repository":{"id":272499202,"uuid":"909831346","full_name":"itsvic-dev/parcel","owner":"itsvic-dev","description":"📦 Track all your parcels with ease.","archived":false,"fork":false,"pushed_at":"2025-12-08T04:28:23.000Z","size":11700,"stargazers_count":213,"open_issues_count":87,"forks_count":27,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-01-28T03:43:07.142Z","etag":null,"topics":["android","java","jetpack-compose","kotlin","mobile"],"latest_commit_sha":null,"homepage":"https://play.google.com/store/apps/details?id=dev.itsvic.parceltracker","language":"Kotlin","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/itsvic-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"itsvic-dev"}},"created_at":"2024-12-29T22:38:40.000Z","updated_at":"2026-01-21T13:35:45.000Z","dependencies_parsed_at":"2025-01-16T17:15:47.472Z","dependency_job_id":"f6b684a7-cfbe-4dfa-b5a9-3098d80470ad","html_url":"https://github.com/itsvic-dev/parcel","commit_stats":null,"previous_names":["itsvic-dev/parceltracker","itsvic-dev/parcel"],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/itsvic-dev/parcel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsvic-dev%2Fparcel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsvic-dev%2Fparcel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsvic-dev%2Fparcel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsvic-dev%2Fparcel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itsvic-dev","download_url":"https://codeload.github.com/itsvic-dev/parcel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsvic-dev%2Fparcel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29563467,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T21:50:49.831Z","status":"ssl_error","status_checked_at":"2026-02-17T21:46:15.313Z","response_time":100,"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","java","jetpack-compose","kotlin","mobile"],"created_at":"2026-01-18T03:57:16.243Z","updated_at":"2026-02-18T00:29:25.060Z","avatar_url":"https://github.com/itsvic-dev.png","language":"Kotlin","readme":"# Parcel\n\nParcel is an app that lets you track your parcels from various providers with ease.\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://play.google.com/store/apps/details?id=dev.itsvic.parceltracker\"\u003e\n\u003cimg src=\"./.github/play-badge.png\" alt=\"Get it on Google Play\" height=\"48dp\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://f-droid.org/packages/dev.itsvic.parceltracker\"\u003e\n\u003cimg src=\"https://f-droid.org/badge/get-it-on.png\" alt=\"Get it on F-Droid\" height=\"48dp\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://apt.izzysoft.de/fdroid/index/apk/dev.itsvic.parceltracker\"\u003e\n\u003cimg src=\"https://gitlab.com/IzzyOnDroid/repo/-/raw/master/assets/IzzyOnDroidButtonGreyBorder_nofont.png\" alt=\"Get it on IzzyOnDroid\" height=\"48dp\"\u003e\n\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://discord.gg/QdvpveRTsT\"\u003e\n\u003cimg src=\"https://img.shields.io/discord/1349842428366159973?style=for-the-badge\u0026logo=discord\u0026logoColor=white\u0026color=%235865F2\" alt=\"Join our Discord\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://matrix.to/#/#parcel-community:matrix.org\"\u003e\n\u003cimg src=\"https://img.shields.io/matrix/parcel-community%3Amatrix.org?style=for-the-badge\u0026logo=matrix\u0026color=white\" alt=\"Join the Matrix room\"\u003e\n\u003c/a\u003e\n\u003c/p\u003e\n\n## Contributing\n\nWe use `ktfmt` for formatting files. For ease of use, we included the sample editorconfig that comes with `ktfmt`, as well as a helper script to invoke it.\nTo format all the code, simply run `./scripts/ktfmt.sh .`. It will download `ktfmt` if necessary.\n\nSimilarly, we have `./scripts/sort-strings.sh` to sort translation files by key. This script uses Nix to pull in `xsltproc` from `libxslt`.\n\n## Supported services\n\nInternational:\n- 4PX\n- Cainiao\n- DHL\n- GLS\n- UPS\n\nNorth America:\n- UniUni\n\nUnited Kingdom:\n- DPD UK\n- Evri\n\nEurope:\n- Allegro One Box (PL)\n- An Post (IE)\n- Belpost (BY)\n- GLS Hungary\n- Hermes (DE)\n- InPost (PL)\n- Magyar Posta (HU)\n- Nova Post (UA)\n- Orlen Paczka (PL)\n- Packeta\n- Poczta Polska (PL)\n- Poste Italiane (IT)\n- PostNord\n- PostNL (NL)\n- Sameday Bulgaria\n- Sameday Hungary\n- Sameday Romania\n- Ukrposhta (UA)\n\nAsia:\n- eKart (IN)\n- SPX Thailand\n","funding_links":["https://github.com/sponsors/itsvic-dev"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsvic-dev%2Fparcel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitsvic-dev%2Fparcel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsvic-dev%2Fparcel/lists"}