Skip to content

iffa/citybike-turku-android

Repository files navigation

citybike-turku-android (Fölläri)

An open source, ad free Android application for Turku's city bike service. Written in Kotlin and using the latest Android Architecture Components.

Available on the Google Play Store

Get it on Google Play

Data source: Turku region public transport's transit and timetable data. The administrator of the data is Turku region public transport. Dataset is downloaded from http://data.foli.fi/ using the license Creative Commons Attribution 4.0 International (CC BY 4.0).

Icon made by Freepik from Flaticon.

Contributing

Contributions are always welcome. If you want to contribute, fork the project and submit a pull request.

Configuration

  • Add Google Maps API key to gradle.properties (as CITYBIKE_MAPS_API_KEY).
  • Generate a release keystore (signing/release.jks) and add passwords to gradle.properties:
    • CITYBIKE_KEYSTORE_PASS, CITYBIKE_KEY_ALIAS and CITYBIKE_KEY_PASS

License

Copyright 2018 Santeri Elo <me@santeri.xyz>

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.