Skip to content

lu-x/Transportr

 
 

Repository files navigation

Transportr

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.

Transportr Logo Build Status

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

Follow @TransportrApp Flattr me

Get Transportr

Available on F-Droid Available on Google Play

Pre-releases and beta versions for advanced users are available via a special F-Droid repository.

Screenshots

Building From Source

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.

License

GNU GPLv3 Image

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.

About

The public transport companion that respects your privacy and your freedom.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.9%
  • Shell 0.1%