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

62 commits

Author SHA1 Message Date
Christophe Beyls
ba842f9606 Update Gradle plugin to 7.1.0, preferences and fragment
remove Room incremental annotation processor flag, it's now enabled by default
2022-01-28 13:58:00 +01:00
Christophe Beyls
0ea78d1725 upgrade Kotlin, Hilt, Moshi, Room, Gradle plugin 2021-12-25 00:28:55 +01:00
Christophe Beyls
38656dae7d upgrade Hilt, Fragment, AppCompat, Okio 2021-11-22 19:52:15 +01:00
Christophe Beyls
b611e0ad7b upgrade Hilt to 2.40 2021-11-06 19:10:35 +01:00
Christophe Beyls
58550b8f92
Update target SDK to 31 (Android 12) (#72)
- update target SDK to 31 and libraries to their latest version
- enable back PhotoViewDrawerLayout
- add PendingIntent flags and manifest entries required by target SDK 31
- update Travis config to API 31 build tools
- add missing experimental Kotlin API annotation.
2021-11-06 17:04:36 +01:00
Christophe Beyls
f43a5241a0 update Gradle plugin to 7.0.2, Kotlin to 1.5.31 and coroutines to 1.5.2 2021-10-10 14:29:55 +02:00
Christophe Beyls
5136b2a2d6 update Gradle plugin to 7.0.0 2021-07-30 03:25:44 +02:00
Christophe Beyls
07b6bc16a0 upgrade Kotlin, Coroutines, Hilt, Fragment, AppCompat 2021-07-23 12:19:54 +02:00
Christophe Beyls
7531b22a0a update Gradle plugin, Core, Material Components 2021-07-10 12:03:49 +02:00
Christophe Beyls
71b1bcaf37 update Hilt to 2.37, inject HttpClient in FosdemApi, inject Call.Factory in HttpClient 2021-07-10 11:45:54 +02:00
Christophe Beyls
cf41d38547 update Kotlin, Core, Fragment, AppCompat, RecyclerView 2021-06-19 15:46:26 +02:00
Christophe Beyls
684131fb51
Add dependency injection using Hilt (#68)
Configure Hilt to inject FosdemApi, FosdemAlarmManager, BookmarksDao and ScheduleDao
2021-05-14 21:47:10 +02:00
Christophe Beyls
8be4632b84 upgrade Gradle plugin to 4.2.1 2021-05-13 20:51:18 +02:00
Christophe Beyls
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 2021-05-07 22:35:18 +02:00
Christophe Beyls
44e9e69a5d upgrade various libraries and replace custom ConcatAdapter implementation with RecyclerView's ConcatAdapter 2021-04-09 19:01:58 +02:00
Christophe Beyls
d7e9dcf63b update Kotlin to 1.4.30 2021-02-05 00:19:46 +01:00
Christophe Beyls
5948dac00c update Gradle plugin to 4.1.2 2021-01-27 19:57:28 +01:00
Christophe Beyls
8e32310b28 upgrade Kotlin to 1.4.21 and browser to 1.3.0 2020-12-11 18:04:32 +01:00
Christophe Beyls
d1a336c1e0 upgrade Kotlin to 1.4.20 and coroutines to 1.4.1
replace java.util.* imports with individual imports
2020-11-25 14:57:50 +01:00
Christophe Beyls
5969392ff6 update Gradle plugin to 4.1.1 2020-11-10 23:29:30 +01:00
Christophe Beyls
098bff0323 upgrade Gradle plugin to 4.1.0, and core and okio libraries 2020-11-02 02:35:43 +01:00
Christophe Beyls
ae3212822d upgrade to Kotlin 1.4.10 + new versions of AppCompat & Material Components
+ add workaround for FAB tinting on API < 21
2020-09-14 15:51:32 +02:00
Christophe Beyls
496286339b update Gradle plugin to 4.0.1, DrawerLayout and Okio 2020-07-18 01:05:14 +02:00
Christophe Beyls
b2a93a2165 upgrade Gradle plugin to 4.0
restrict the Jitpack Repository to the PhotoView dependency
2020-05-29 12:07:58 +02:00
Christophe Beyls
bc64f0c8eb update Gradle plugin 2020-04-18 15:57:02 +02:00
Christophe Beyls
cfb588935f upgrade Kotlin and Preference 2020-04-16 16:24:32 +02:00
Christophe Beyls
5b989d3253 upgrade Gradle plugin, fragment-ktx and DrawerLayout to their latest stable version 2020-04-02 11:46:43 +02:00
Christophe Beyls
a71a92dbbc Update Kotlin to 1.3.71, as well as Okio and Coroutines libraries. Coroutines 1.3.5 makes the final APK 8KB smaller. 2020-03-24 16:01:31 +01:00
Christophe Beyls
4514e40222 upgrade R8 to fix a bug present in the built-in version of AGP 3.6.1 (1.6.67) 2020-03-20 18:43:46 +01:00
Christophe Beyls
bd2a220275 Update DrawerLayout to 1.1.0-alpha04, OkHttp to 3.12.10 and Kotlin to 1.3.70 2020-03-06 17:44:00 +01:00
Christophe Beyls
c8ef6bca85 update Gradle plugin to hotfix release 3.6.1 2020-03-01 13:50:30 +01:00
Christophe Beyls
11e71d1595 update Gradle, Gradle plugin to 3.6.0 and a few dependencies 2020-02-25 01:15:51 +01:00
Christophe Beyls
669f5d1cb0
Convert the entire app to Kotlin (#50)
- Remove all Java code and replace it with Kotlin equivalent
- Use KTX versions of all libraries to extend them with Kotlin functionality
- Migrate Okio to its latest version which is written in Kotlin.
2020-01-28 23:47:38 +01:00
Christophe Beyls
85555a64eb upgrade Gradle plugin, CoordinatorLayout, Room 2019-12-09 21:13:17 +01:00
Christophe Beyls
065ed9b246 Update Gradle Plugin to 3.5.2 2019-11-05 23:11:51 +01:00
Christophe Beyls
ce740e876e Upgrade Gradle plugin, Room and RecyclerView to latest stable versions 2019-10-09 22:40:35 +02:00
Christophe Beyls
0f4bc111a1 Update Gradle plugin for Studio 3.5 2019-09-04 21:52:07 +02:00
Christophe Beyls
000f10e8fb Upgrade libraries to their latest stable version 2019-08-15 14:45:24 +02:00
Christophe Beyls
91a3cb5374 Update Android Gradle plugin to 3.4.0 2019-04-23 23:44:23 +02:00
Christophe Beyls
aae57bd329 Update Gradle plugin 2019-03-07 23:47:14 +01:00
Christophe Beyls
07658b5453 Update Gradle plugin 2019-02-08 11:01:14 +01:00
Christophe Beyls
1d814dc9f3 Upgrade Gradle plugin to 3.3.0 2019-01-15 21:54:19 +01:00
Christophe Beyls
bcf7b767dc Update Gradle plugin to 3.2.1 2018-10-17 00:48:27 +02:00
Christophe Beyls
d9b0301f04 Updated Gradle plugin to 3.2.0 2018-09-26 23:13:30 +02:00
Christophe Beyls
27bb707c93 Moved to Google maven repo up in the priority chain to avoid issues with corrupted Google libs in JCenter 2018-06-08 20:18:42 +02:00
Christophe Beyls
35cf58e934 Updated Gradle plugin to 3.1.3 2018-06-08 20:15:43 +02:00
Christophe Beyls
b16bf335b7 Updated code to the latest support library and build tools.
MinSDK is now 14; removed legacy code
2018-01-03 17:04:01 +01:00
Christophe Beyls
373e123870 Updated Gradle plugin 2017-10-07 23:51:26 +02:00
Christophe Beyls
bd67dae36d Updated Gradle plugin 2017-05-20 23:16:05 +02:00
Christophe Beyls
19861f5759 Updated Gradle plugin to 2.3.1 2017-04-17 16:38:15 +02:00