The public transport companion that respects your privacy and your freedom. Transportr is a non-profit app developed by people around the world to make using public transport as easy as possible wherever you are.
Please visit the website for more information!
If you find any issues with this app, please report them at the issue tracker. Contributions are both encouraged and appreciated. If you like to contribute please check the website for more information.
The upstream repository is at: https://github.com/grote/Transportr
Pre-releases and beta versions for advanced users are available via a special F-Droid repository.
If you want to start working on Transportr and if you haven't done already, you should familiarize yourself with Android development and set up a development environment.
The next step is to clone the source code repository. Please make sure to also clone the git submodules that contain external libraries.
$ git submodule init
$ git submodule update
Then, you also need to run the following command to build the public transport enabler library.
$ ./pre-build.sh
If you don't want to use an IDE like Android Studio, you can build Transportr on the command line as follows.
$ gradle assembleRelease
The resulting unsigned apk file will be found at build/outputs/apk/transportr-release-unsigned.apk
.
This program is Free Software: You can use, study share and improve it at your will. Specifically you can redistribute and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.