https://github.com/fflopsi/mensa-zh
ETH and UZH mensa menus in Zürich in one app
https://github.com/fflopsi/mensa-zh
android ethz jetpack-compose kotlin mensa uzh zurich
Last synced: 3 months ago
JSON representation
ETH and UZH mensa menus in Zürich in one app
- Host: GitHub
- URL: https://github.com/fflopsi/mensa-zh
- Owner: fflopsi
- License: mit
- Created: 2025-06-13T16:58:43.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2026-02-26T20:33:15.000Z (3 months ago)
- Last Synced: 2026-02-26T23:47:10.852Z (3 months ago)
- Topics: android, ethz, jetpack-compose, kotlin, mensa, uzh, zurich
- Language: Kotlin
- Homepage:
- Size: 75.7 MB
- Stars: 13
- Watchers: 1
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# MensaZH
The menus of all mensas of ETHZ and UZH in Zürich in one app.
*This app is heavily based on [@famoser's](https://github.com/famoser) work on
his [Mensa app](https://github.com/famoser/Mensa). I modernized and rewrote the app using Jetpack
Compose.*
| Light mode | Dark mode |
|-----------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------|
|  |  |
|  |  |
|  |  |
|  |  |
## Contributing
I'm grateful for any help! If you want to contribute, check out the more [detailed info on contributing](CONTRIBUTING.md).
---
## Release checklist
- [ ] Update version in code
- [ ] Verify that the [GitHub build](https://github.com/fflopsi/mensa-zh/actions/workflows/android.yml) passes
- [ ] Update `versionCode` and `versionName` in `app/build.gradle.kts`
- [ ] Summarize changes in `metadata/[lang]/changelogs`
- [ ] Play Store update
- [ ] Generate signed `abb` app bundle
- [ ] Create a new release on Play Console and attach the signed app bundle
- [ ] F-Droid/GitHub update
- [ ] Generate signed `apk`
- [ ] Create a new release on GitHub with the `versionName` (tag and title) and attach the signed `apk`

