An Android app for reading and verifying Polish student/doctoral candidate/academic teacher cards and viewing parking lot information for the WUST.
- Read cards using phone's NFC module or using a smart card reader connected via USB
- Verify the contents (including the Qualified Electronic Signature)
- Emulate the data, making it readable by other users of the app
- View the list of parking lots alongside the number of free spaces
- Check the historical availability of the lot
- View the parking lots on a map
![]() |
![]() |
![]() |
![]() |
![]() |
In order to obtain the required dependencies from the GitHub Maven repository used you'll need to configure credentials for it in Gradle. In order to do that you'll need to:
- Create a GitHub Personal Access Token
- Open https://github.com/settings/tokens?type=beta
- Generate a new token with read-only public repositories/read packages access
- Configure your credentials
- Select a
way to set the Gradle properties
(e.g. modifying
~/.gradle/gradle.properties
or setting env vars with namesORG_GRADLE_PROJECT_propertyName
) - Set the
githubSignerryUsername
property to your GitHub username (githubUsername=YOUR_USERNAME
) - Set the
githubSignerryPassword
property to the generated PAT (githubPassword=GENERATED_PAT
)
- Select a
way to set the Gradle properties
(e.g. modifying