This repository contains the source code of an Android App for a university project.
- For each feature, create a branch
- Each commit title must start with the following keywors:
- [ADD]: every new file included
- [FEAT]: every new function implemented
- [FIX]: bug fix
- [REFACTOR]: file deleted/updated, code refactoring
- [MISC]: changes to README, COPYRIGHT and other git related files
- Each commit should include a description
We tried to follow those rules, but we failed. Please forgive us.