1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-18 15:03:46 +02:00

update README

This commit is contained in:
Lukas Winkler 2022-10-25 21:58:34 +02:00
parent 2fe8b394fe
commit b89e6cfa53
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -1,19 +1,31 @@
[![Build Status](https://travis-ci.com/cbeyls/fosdem-companion-android.svg?branch=master)](https://app.travis-ci.com/github/cbeyls/fosdem-companion-android)
[![Build Status](https://api.travis-ci.com/MatomoCamp/matomocamp-companion-android.svg?branch=master)](https://app.travis-ci.com/github/MatomoCamp/matomocamp-companion-android)
# FOSDEM Companion
# MatomoCamp Companion
Advanced native Android schedule browser application for the [FOSDEM](http://fosdem.org/) conference in Brussels, Belgium.
Advanced native Android schedule browser application for the [MatomoCamp](https://matomocamp.org/) conference.
[<img src="https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png"
alt="Get it on Google Play"
height="80">](https://play.google.com/store/apps/details?id=org.matomocamp.companion)
### Get it from our F-Droid repository
![F-Droid repo](https://fdroid.matomocamp.org/fdroid/repo/icons/icon.png)
Add [`https://fdroid.matomocamp.org/fdroid`](https://fdroid.matomocamp.org/fdroid) as a package repository in F-Droid.
[Direct APK download](https://fdroid.matomocamp.org/fdroid/MatomoCampCompanion.apk)
This is a modification of the "FOSDEM Companion for Android" by Christophe Beyls to be used in MatomoCamp by Lukas Winkler.
The text below refers to the original app:
-----------------
This is a new implementation of the [legacy FOSDEM app](https://github.com/rkallensee/fosdem-android/). The code has been rewritten from scratch and the features have been extended. It is built on top of the latest [Jetpack](https://developer.android.com/jetpack/) libraries by Google.
The name FOSDEM and the gear logo are registered trademarks of FOSDEM VZW. Used with permission.
[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png"
alt="Get it on F-Droid"
height="80">](https://f-droid.org/packages/be.digitalia.fosdem/)
[<img src="https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png"
alt="Get it on Google Play"
height="80">](https://play.google.com/store/apps/details?id=be.digitalia.fosdem)
## How to build
@ -38,7 +50,6 @@ The result apk file will be placed in ```app/build/outputs/apk/```.
* [Moshi](https://github.com/square/moshi) by Square, Inc.
* [Kotlin Standard Library](https://github.com/JetBrains/kotlin) by JetBrains s.r.o. and Kotlin Programming Language contributors
* [kotlinx.coroutines](https://github.com/Kotlin/kotlinx.coroutines) by JetBrains s.r.o.
* [PhotoView](https://github.com/chrisbanes/PhotoView) by Chris Banes, Marek Sebera and John Carlson
## Contributors