1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-19 16:13:46 +02:00
matomocamp-companion-android/README.md

58 lines
2.4 KiB
Markdown
Raw Normal View History

2021-09-22 18:41:27 +02:00
[![Build Status](https://api.travis-ci.com/MatomoCamp/matomocamp-companion-android.svg?branch=master)](https://app.travis-ci.com/github/MatomoCamp/matomocamp-companion-android)
2021-09-22 18:41:27 +02:00
# MatomoCamp Companion
2014-01-15 00:13:22 +01:00
2021-09-22 18:41:27 +02:00
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)
2021-09-22 23:02:50 +02:00
### 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 repostiory in F-Droid.
[Direct API download](https://fdroid.matomocamp.org/fdroid/MatomoCampCompanion.apk)
2021-09-22 18:41:27 +02:00
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:
-----------------
2014-01-15 01:22:04 +01:00
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.
2014-01-15 00:13:22 +01:00
2021-09-22 18:41:27 +02:00
2014-01-21 03:38:38 +01:00
The name FOSDEM and the gear logo are registered trademarks of FOSDEM VZW. Used with permission.
2017-01-13 18:54:27 +01:00
2014-01-31 22:15:41 +01:00
## How to build
2014-01-15 01:22:04 +01:00
All dependencies are defined in ```app/build.gradle```. Import the project in Android Studio or use Gradle in command line:
2014-01-31 22:15:41 +01:00
```
./gradlew assembleRelease
2014-01-31 22:15:41 +01:00
```
2014-01-15 01:22:04 +01:00
The result apk file will be placed in ```app/build/outputs/apk/```.
2014-01-31 22:15:41 +01:00
## License
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
2014-01-15 01:22:04 +01:00
## Used libraries
* [Android Jetpack](https://developer.android.com/jetpack) by The Android Open Source Project
* [Dagger Hilt](https://dagger.dev/hilt/) by The Dagger Authors
* [Material Components for Android](https://material.io/develop/android) by The Android Open Source Project
* [OkHttp](https://github.com/square/okhttp) by Square, Inc.
* [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.
2014-01-15 01:22:04 +01:00
## Contributors
* Christophe Beyls