From b89e6cfa5344231e7ba66ee29e68c8f4947cfe2d Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Tue, 25 Oct 2022 21:58:34 +0200 Subject: [PATCH] update README --- README.md | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d98944e..1cecc20 100644 --- a/README.md +++ b/README.md @@ -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. + +[](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. -[Get it on F-Droid](https://f-droid.org/packages/be.digitalia.fosdem/) -[Get it on Google Play](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