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

Commit graph

  • 38556e6074
    update dependencies and release master Lukas Winkler 2022-10-26 00:51:56 +0200
  • ba1c2060c3
    fixing colors Lukas Winkler 2022-10-25 23:46:11 +0200
  • f2051578fb
    more style improvements Lukas Winkler 2022-10-25 22:38:10 +0200
  • b89e6cfa53
    update README Lukas Winkler 2022-10-25 21:58:34 +0200
  • 2fe8b394fe
    remove remaining old API Lukas Winkler 2022-10-25 21:58:30 +0200
  • 2dccdcbd4e
    German translation and "open in webbrowser" button Lukas Winkler 2022-10-25 21:54:43 +0200
  • fdbe708b65
    better notification icons Lukas Winkler 2021-09-22 16:53:52 +0200
  • 2799700d39
    more URL replacements Lukas Winkler 2022-10-25 21:38:47 +0200
  • ca28611843
    use light theme by default Lukas Winkler 2022-10-25 21:31:36 +0200
  • c7ff845de9
    use track colors Lukas Winkler 2022-10-25 21:30:00 +0200
  • 2609cb150f
    store URL from API response Lukas Winkler 2022-10-25 17:44:53 +0200
  • c13d43af59
    replace app icon Lukas Winkler 2021-09-18 23:42:04 +0200
  • cfcc154517
    add logos Lukas Winkler 2022-10-25 17:35:31 +0200
  • becd71dcb8
    remove room-related things Lukas Winkler 2022-10-25 17:34:50 +0200
  • d6c1184380
    adapt sidebar Lukas Winkler 2022-10-25 17:21:35 +0200
  • dd6bc628be
    add all event view Lukas Winkler 2022-10-25 17:07:28 +0200
  • da5e8645cf
    increase lookahead time Lukas Winkler 2022-10-25 16:53:10 +0200
  • cb9e1a106a
    rename API Lukas Winkler 2022-10-25 16:52:04 +0200
  • 40bbfd23b6
    rename to org.matomocamp.companion Lukas Winkler 2022-10-25 16:48:49 +0200
  • 016a768d05 update Gradle plugin, various libraries and change compileSdkVersion to 33 Christophe Beyls 2022-09-24 13:03:39 +0200
  • 53d9d5e60a fix: properly handle the case of missing "schedule exact alarm" permission on Android 12+ Christophe Beyls 2022-09-07 17:00:46 +0200
  • 7b4dd70b41 update Gradle plugin, Hilt, Desugar libs and various libraries to their latest stable version change compile and target SDK version to 32 Christophe Beyls 2022-09-06 22:31:25 +0200
  • ad9ff4fc83 new implementation of tickerFlow and synchronizedTickerFlow based on kotlin.time.Duration and TimeSource Christophe Beyls 2022-07-22 12:50:11 +0200
  • 8949b4764d update Gradle plugin, Kotlin and misc libraries Christophe Beyls 2022-07-15 16:39:06 +0200
  • 7da79cbc1b update Gradle plugin, Room, Paging Christophe Beyls 2022-03-11 17:18:29 +0100
  • 523f6812b5 make stateFlow() inline Christophe Beyls 2022-02-17 18:53:10 +0100
  • 070a3f0bdc update Gradle plugin to 7.1.1 Christophe Beyls 2022-02-12 14:39:59 +0100
  • fc86cb4f4f prepare release 2.1.0 Christophe Beyls 2022-02-11 13:04:23 +0100
  • d4c33bab20 upgrade lifecycle to 2.4.1 Christophe Beyls 2022-02-11 13:02:10 +0100
  • 57c50f280a use a different item view type for the event in progress in TrackScheduleAdapter this also enables a new crossfade animation Christophe Beyls 2022-02-10 23:32:36 +0100
  • 2b35ce3c77 simplify the implementation of createSimpleItemCallback() Christophe Beyls 2022-02-06 17:37:49 +0100
  • c025ee9f29
    Add support for device timezone display (#79) Christophe Beyls 2022-02-06 17:27:15 +0100
  • fd02ba5fde use the MenuProvider API to populate ActionBar menus from Fragments Christophe Beyls 2022-02-03 18:52:09 +0100
  • 3f6c9d6219
    Migrate from LiveData to Kotlin Flow (#77) Christophe Beyls 2022-02-03 17:30:55 +0100
  • 2b96e266cd enable precise resource shrinking Christophe Beyls 2022-01-28 13:56:07 +0100
  • 08f584f9e8 Update command line tools Christophe Beyls 2022-01-28 13:48:47 +0100
  • eecb37186a Enable non-transitive R class, allowing further optimizations Christophe Beyls 2022-01-28 13:35:59 +0100
  • ba842f9606 Update Gradle plugin to 7.1.0, preferences and fragment remove Room incremental annotation processor flag, it's now enabled by default Christophe Beyls 2022-01-28 13:23:12 +0100
  • bfddd11991 Don't share the ViewModel between PersonInfoActivity and PersonInfoListFragment; get the year from ScheduleDao directly Christophe Beyls 2022-01-22 15:45:51 +0100
  • a6e65aee19
    Remove SavedStateHandle implementation Christophe Beyls 2022-01-21 10:32:47 +0100
  • ace3e53bf4 Update Travis CI link for home page Christophe Beyls 2022-01-17 11:29:32 +0100
  • a3d2efefbd optimize desugaring to remove all unused classes Christophe Beyls 2022-01-09 17:26:07 +0100
  • 61f8e2fca3
    Refactor AppAlarmManager (#75) Christophe Beyls 2022-01-08 22:58:26 +0100
  • fb58598937 bump minSdkVersion to 19 and remove deprecated code Christophe Beyls 2022-01-01 18:03:15 +0100
  • 5440860340
    Replace Date and Calendar classes with Java 8 time APIs (#74) Christophe Beyls 2021-12-31 18:01:18 +0100
  • d35d8257ec use .orEmpty() where applicable Christophe Beyls 2021-12-26 16:05:00 +0100
  • 782a1d60df upgrade coroutines library to 1.6.0 Christophe Beyls 2021-12-26 15:56:37 +0100
  • f011e0a2b4 use a conflated channel for SharedPreferences.getAsFlow() Christophe Beyls 2021-12-26 15:55:12 +0100
  • 0ea78d1725 upgrade Kotlin, Hilt, Moshi, Room, Gradle plugin Christophe Beyls 2021-12-25 00:28:55 +0100
  • 1ad67a4c3b update database version to 3, change fulltext indexes from FTS3 to FTS4 Christophe Beyls 2021-11-27 15:06:37 +0100
  • 38656dae7d upgrade Hilt, Fragment, AppCompat, Okio Christophe Beyls 2021-11-22 19:52:15 +0100
  • a9184e62aa
    Refactor UI State SharedPreferences and add Datastore to the database (#73) Christophe Beyls 2021-11-22 19:44:02 +0100
  • 6df1aa68b9 enable multidex for debug mode Christophe Beyls 2021-11-06 19:31:02 +0100
  • b611e0ad7b upgrade Hilt to 2.40 Christophe Beyls 2021-11-06 19:10:35 +0100
  • 58550b8f92
    Update target SDK to 31 (Android 12) (#72) Christophe Beyls 2021-11-06 17:04:36 +0100
  • a5b9aca2e7 Inject user preferences using UserSettingsProvider (#71) Christophe Beyls 2021-11-02 18:47:41 +0100
  • 6fde0a2c56 remove SearchView and search suggestions provider, replace it with an EditText and sample its updates Christophe Beyls 2021-10-10 15:50:18 +0200
  • f43a5241a0 update Gradle plugin to 7.0.2, Kotlin to 1.5.31 and coroutines to 1.5.2 Christophe Beyls 2021-10-10 14:29:55 +0200
  • afeadaa405
    fix another typo matomocamp-2021 Lukas Winkler 2021-09-26 12:27:05 +0200
  • ffae1f9ebf
    fix typo in readme Lukas Winkler 2021-09-26 12:26:26 +0200
  • a472a673d0
    release 3.0.2 3.0.2 Lukas Winkler 2021-09-26 12:17:57 +0200
  • c1f99966f4
    remove remaining old API Lukas Winkler 2021-09-26 12:16:51 +0200
  • 6de591b235
    release 3.0.1 3.0.1 Lukas Winkler 2021-09-26 11:34:27 +0200
  • e26feae181
    don't store local time zone Lukas Winkler 2021-09-26 11:33:33 +0200
  • a1d0144aa4
    fix readme Lukas Winkler 2021-09-22 23:03:25 +0200
  • 58e86f7d21
    add F-Droid repo Lukas Winkler 2021-09-22 23:02:50 +0200
  • 4d4137e590
    notification permissions Lukas Winkler 2021-09-22 19:48:22 +0200
  • 23a0f7054f
    update gitignore Lukas Winkler 2021-09-22 19:00:08 +0200
  • 7bb3080d7e
    update README Lukas Winkler 2021-09-22 18:41:27 +0200
  • 921b493aed
    update dependencies (especially OkHttp 3->4) Lukas Winkler 2021-09-22 18:37:06 +0200
  • 06ff228253
    German translation and "open in webbrowser" button Lukas Winkler 2021-09-22 18:12:50 +0200
  • 668e0978c3
    better notification icons Lukas Winkler 2021-09-22 16:53:52 +0200
  • 5455207d48
    replace more URLs Lukas Winkler 2021-09-22 16:26:34 +0200
  • 828b77d807
    use light theme by default Lukas Winkler 2021-09-22 15:11:44 +0200
  • 13e494767e
    use track colors Lukas Winkler 2021-09-22 15:08:54 +0200
  • 5014c121d7
    store URL from API response Lukas Winkler 2021-09-22 14:23:10 +0200
  • 27b2084656
    correct schedule.xml URL Lukas Winkler 2021-09-22 13:51:28 +0200
  • 474988451c
    support displaying local time zone Lukas Winkler 2021-09-21 23:43:34 +0200
  • 5b3bcdc2cc
    replace app icon Lukas Winkler 2021-09-18 23:42:04 +0200
  • e1a5aea213
    remove more map-related things Lukas Winkler 2021-09-18 23:21:25 +0200
  • b7424c541f
    switch out sidebar logo Lukas Winkler 2021-09-18 23:12:48 +0200
  • d3e2c65444
    targetSdkVersion 31 Lukas Winkler 2021-09-18 22:45:07 +0200
  • 215d81e789
    rename a bit more Lukas Winkler 2021-09-18 13:03:26 +0200
  • 6f6964e002
    live all event view Lukas Winkler 2021-09-18 12:50:21 +0200
  • 3a1cf7bbbc
    rename URLS and 3h instead of 30min Lukas Winkler 2021-09-18 11:57:01 +0200
  • 7a833d9251
    rename to MatomoCamp Lukas Winkler 2021-09-18 11:26:27 +0200
  • 9bafa44dac update command line SDK tools for Travis CI Christophe Beyls 2021-07-30 03:30:24 +0200
  • 5136b2a2d6 update Gradle plugin to 7.0.0 Christophe Beyls 2021-07-30 03:17:17 +0200
  • 07b6bc16a0 upgrade Kotlin, Coroutines, Hilt, Fragment, AppCompat Christophe Beyls 2021-07-23 12:19:11 +0200
  • 7531b22a0a update Gradle plugin, Core, Material Components Christophe Beyls 2021-07-10 12:03:49 +0200
  • 71b1bcaf37 update Hilt to 2.37, inject HttpClient in FosdemApi, inject Call.Factory in HttpClient Christophe Beyls 2021-06-21 02:33:59 +0200
  • cf41d38547 update Kotlin, Core, Fragment, AppCompat, RecyclerView Christophe Beyls 2021-06-19 15:46:26 +0200
  • f6543ea3e8 update coroutines library to 1.5.0 Christophe Beyls 2021-05-14 21:51:06 +0200
  • 684131fb51
    Add dependency injection using Hilt (#68) Christophe Beyls 2021-05-14 21:47:10 +0200
  • d5e246ef20 cleanup methods deprecated since Kotlin 1.5 Christophe Beyls 2021-05-14 02:01:42 +0200
  • 3a90a1ed79 remove custom enum type conversion. Room now supports enums since version 2.3.0 Christophe Beyls 2021-05-14 01:53:48 +0200
  • d27e3d49c4 update CI command line tools to latest version Christophe Beyls 2021-05-14 01:34:12 +0200
  • 8be4632b84 upgrade Gradle plugin to 4.2.1 Christophe Beyls 2021-05-13 20:51:18 +0200
  • 0b707b5872 update Gradle Plugin to 4.2.0, Kotlin to 1.5.0, fragment-ktx to 1.3.3 and Room to 2.3.0 Christophe Beyls 2021-05-07 22:20:26 +0200
  • 44e9e69a5d upgrade various libraries and replace custom ConcatAdapter implementation with RecyclerView's ConcatAdapter Christophe Beyls 2021-04-09 19:01:58 +0200