We are developing an Android app for pedestrians to plan routes and navigate over them.
This repository shares application code for the PSE13SS13 project.
PLEASE DO NOT COMMIT ANY DOCUMENTATION TO THIS REPOSITORY! Use pse13ss13-doc instead.
- Use UTF-8 as charset and <lf> (aka \n) as line ending.
- Remove trailing whitespaces or empty lines at the end of file.
- See Eclipse-Plugin "AnyEdit", which does that work for you everytime you save (http://andrei.gmxhome.de/eclipse/)
- Use only ASCII characters for file and directory names. Do not use umlauts!
- Do not exceed a maximum file size of 10 MiB.
- Use only English for commit messages.
- Do not use the master branch for personal development. The master branch is only for publishable developments.
- Use a branch named after the task(s) you are working on (e.g. map-viewer, parser, network, ...). See also #1.