{"id":28436615,"url":"https://github.com/pace/connectedfueling-app-android","last_synced_at":"2025-06-27T19:31:54.312Z","repository":{"id":44998797,"uuid":"383417951","full_name":"pace/connectedfueling-app-android","owner":"pace","description":"Showcase app for PACE's Connected Fueling solution","archived":false,"fork":false,"pushed_at":"2022-09-02T12:18:02.000Z","size":748,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-06-05T22:42:03.302Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","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/pace.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-07-06T09:46:13.000Z","updated_at":"2023-10-10T14:07:53.000Z","dependencies_parsed_at":"2022-08-12T11:40:40.098Z","dependency_job_id":null,"html_url":"https://github.com/pace/connectedfueling-app-android","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pace/connectedfueling-app-android","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pace%2Fconnectedfueling-app-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pace%2Fconnectedfueling-app-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pace%2Fconnectedfueling-app-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pace%2Fconnectedfueling-app-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pace","download_url":"https://codeload.github.com/pace/connectedfueling-app-android/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pace%2Fconnectedfueling-app-android/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262319029,"owners_count":23292998,"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":"2025-06-05T22:39:43.230Z","updated_at":"2025-06-27T19:31:54.300Z","avatar_url":"https://github.com/pace.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"./icon.png\" width=\"150\" height=\"150\" /\u003e\n\n\u003ch1 align=\"center\"\u003e\n    Connected Fueling Android App\n\u003c/h1\u003e\n\u003c/div\u003e\n\n## General\nConnected Fueling is an android project serving as an example of [PACE Cloud SDK](https://github.com/pace/cloud-sdk-android) integration.\n\n- This project uses at least Kotlin *1.5*.\n- You can find the current app version and update it in the `version.properties` file.\n- Uses [MVVM architecture](https://developer.android.com/jetpack/guide#recommended-app-arch) with [Hilt](https://developer.android.com/training/dependency-injection/hilt-android) and [Databinding](https://developer.android.com/topic/libraries/data-binding)\n\n## Setup\n- Add a keystore and store it in the root directory as `keystore.jks`.\n- Add a file `secrets.properties` (or duplicate the available `secrets.sample.properties` file)\nand add the following properties:\n\n```properties\nsigningKeyPath=../keystore.jks -\u003e path to the keystore that is used for signing.\nsigningKeyPassword=12345 -\u003e key store password\nsigningKeyAlias=my-alias -\u003e key store alias\nsigningKeyAliasPassword=12345 -\u003e key alias password\npaceCloudApiKey=12345678-1234-5678-1234-1234567890ab -\u003e 36-digit api key, contact PACE to obtain one\npaceCloudClientId=my-pace-app -\u003e your pace cloud app id, contact PACE to obtain one\npaceCloudRedirectUrl=my-app://callback -\u003e the pace cloud api callback url, contact PACE to obtain one\npaceCloudRedirectScheme=my-app -\u003e only the scheme of the redirect url\npaceCloudUniqueId=pace.8c5c2735-8778-4686-aa1d-94345ccb1a8e -\u003e a self-chosen unique id for your app in the format pace.UUID\npaceCloudAppName=My App -\u003e The user-readable name of your app\npaceCloudDomainACL=myapp.domain -\u003e Access control list for pace services, contact PACE to obtain\npaceCloudGeoAppsScope=my-scope -\u003e scope used for geo-related information, contact PACE to obtain one\n```\n\n### Local Builds\nFor local builds, you do not need to create a signing key but can use your local debug keystore.\n\n```\nsigningKeyPath=/Users/[username]/.android/debug.keystore\nsigningKeyPassword=android\nsigningKeyAlias=androiddebugkey\nsigningKeyAliasPassword=android\n```\n\n\n### Building with Gitlab CI\nWhen building via Gitlab CI, the properties need to be set in Settings \u003e CI/CD \u003e Variables using the following keys:\n\n- `KEYSTORE`: the keystore needs to be base64 encoded since the variables cannot store binary data: `base64 -i keystore.jks`\n- `KEYSTORE_PASSWORD`\n- `KEYSTORE_ALIAS`\n- `KEYSTORE_ALIAS_PASSWORD`\n- `API_KEY`\n- `CLIENT_ID`\n- `REDIRECT_URL`\n- `REDIRECT_SCHEME`\n- `UNIQUE_ID`\n- `APP_NAME`\n- `DOMAIN_ACL`\n- `GEO_APPS_SCOPE`\n\n## Localization\nThe project is localized for following languages:\n* English\n* German\n\n## License\nThis project is licensed under the terms of the MIT license. See the [LICENSE](./LICENSE.md) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpace%2Fconnectedfueling-app-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpace%2Fconnectedfueling-app-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpace%2Fconnectedfueling-app-android/lists"}