No Description

Adam df9ade3794 Merge branch 'develop' for version 3.0 1 year ago
app ed2f67b1ce version 3.0 1 year ago
fruchtfleisch a9046e4c5b fixup fruchtfleisch 1 year ago
gradle 9f1a3c4167 freeze api (arex); add readme, code of conduct and license 1 year ago
metadata 8f692271ba metadata 1 year ago
.gitignore b3ed2a4684 no caching old etag when timetable download breaks 5 years ago
.travis.yml a25935106b DayNight 6 years ago
3imba.svg 28e71396b2 cleanup 1 year ago
CHANGELOG.adoc ed2f67b1ce version 3.0 1 year ago
CODE_OF_CONDUCT 9f1a3c4167 freeze api (arex); add readme, code of conduct and license 1 year ago
LICENSE faab003a1d GNU GPL v3 6 years ago
README.adoc ed2f67b1ce version 3.0 1 year ago
build.gradle 9f1a3c4167 freeze api (arex); add readme, code of conduct and license 1 year ago
gradle.properties 9f96326707 start of new version 1 year ago
gradlew 9f96326707 start of new version 1 year ago
gradlew.bat 9f96326707 start of new version 1 year ago
inari.svg 28e71396b2 cleanup 1 year ago
settings.gradle 04d9b25419 separate fruchtfleisch 1 year ago

README.adoc

= Bimba
apiote
v3.0 2023-04-11
:toc:

Bimba is a FLOSS public transport passenger companion; a timetable in your pocket.

Bimba can be found on https://floss.social/@bimba[Mastodon]

== Name

Bimba is pronounced BEEM-bah [ˈbimba].
The name is Poznań subdialect for ‘tram’.

== Installing

Preffered method is to download Bimba from F-Droid:

[link=https://f-droid.org/packages/xyz.apiote.bimba.czwek]
image::https://f-droid.org/badge/get-it-on.png[Get it on F-Droid,207,80]

== Contribute

This project uses The Code of Merit, which is available as CODE_OF_CONDUCT file.

The roadmap is available in `CHANGELOG.adoc` file and—although it’s not set in stone—feature requests are highly discouraged. Contributions, however, are welcome as patches; please send them to `bimba@git.apiote.xyz` using `git send-email`. Patches must include a sign-off to certify agreement to https://developercertificate.org/[Developer Certificate of Origin].

All communication—questions, bugs, etc.—should go through the mailing list available at `bimba@git.apiote.xyz`. Note that all communication will be made public at https://asgard.apiote.xyz/.

== Mirrors

The canonical repository for this project is https://git.apiote.xyz/Bimba.git it’s mirrored at https://notabug.org/apiote/Bimba

Mirrors exist solely for the sake of the code and any additional functions provided by third-party services (including but not limited to issues and pull requests) will not be used and will be ignored.

== License

----
Bimba Copyright (c) apiote

This program is free software: you can redistribute it 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.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see .
----

=== Thanks to…

* https://github.com/tebriz159 for new logo

* https://fonts.google.com/icons[Material Icons], © Google Apache 2.0
* https://github.com/mancj/MaterialSearchBar[Search bar], © mancj MIT