Android project for Kortkoll, an app that shows information about your SL Access Card (Stockholm public transport). The Android client still needs some work and is not live on play yet.
Android client developed by @heinrisch.
Kortkoll started out as a pet project of @blommegard, gellermark, @peterssonjesper and @wibron.
The app is currently live on iOS in the App Store and was first developed on Stockholm Startup Hack.
There are stills some things that need to be done before Kortkoll can be release on Google Play. Stay tuned!
The app is already free, so why not? I would love to get some feedback on my work and hopefully someone will join in and fix stuff.
Currently the app stores the users credentials in shared preferences with MODE_PRIVATE. This is relativly secure way to store credentials together with device encryption. The reason for using this solution is that we currently don't have a server side access token solution. You can read more about these kinds of things here
Run the following commands to get started:
$ git clone https://github.com/Kortkoll/kortkoll-android.git
$ cd kortkoll-android
$ gradle tasks
Need help? Email [email protected] or open an issue with specifics.
If you want to fix bugs, I'll love you forever! If you want to add some features, I may not merge it. I'm sure it will be awesome, but defending Kortkoll's simplicity is my utmost duty. If you're feeling like implementing a feature, check out the issues for things tagged with "feature".
Kortkoll is released under the MIT-license (see the LICENSE file)
While it is not strictly forbidden by the license, I would greatly appreciate it if you didn't redistribute this app exactly the way it is in the App Store. There's nothing stopping you, but please don't be a jerk.