Commit Graph

398 Commits

Author SHA1 Message Date
Kirill Kamakin
22bae5e9ee Add mock of Logger to tests 2022-08-05 20:27:59 +02:00
Kirill Kamakin
a299b40c4c Add logging to datastore 2022-08-05 20:19:05 +02:00
Kirill Kamakin
107bb64256 Replace Timber with Logger 2022-08-05 20:16:29 +02:00
Kirill Kamakin
ba5f7322ab Implement logging module 2022-08-05 18:58:21 +02:00
Kirill Kamakin
057651c60f Use intermediate representation for AddRecipe draft 2022-08-04 21:19:15 +02:00
Kirill Kamakin
8784912cdb Extract AddRecipeInput proto file to a module 2022-08-04 20:53:26 +02:00
Kirill Kamakin
a53495b1f9 Merge pull request #67 from kirmanak/convention-plugin
Extract database to Gradle module
2022-08-04 19:50:10 +02:00
Kirill Kamakin
53b40bbc60 Extract database module 2022-08-04 19:34:21 +02:00
Kirill Kamakin
7ff575e72d Remove buildSrc folder 2022-08-03 20:28:28 +02:00
Kirill Kamakin
92923a7046 Add library convention plugin 2022-08-03 20:27:38 +02:00
Kirill Kamakin
a21e4d395a Extract Jacoco setup to plugin 2022-08-03 20:26:21 +02:00
Kirill Kamakin
4d53b10db0 Extract application build setup to plugin 2022-08-03 19:48:55 +02:00
Kirill Kamakin
e5230e4394 Merge pull request #66 from kirmanak/gradle-properties
Update gradle.properties to match Now in Android
2022-08-02 20:31:52 +02:00
Kirill Kamakin
a47edbe038 Update gradle.properties to match Now in Android 2022-08-02 20:22:38 +02:00
Kirill Kamakin
2feb5c5067 Merge pull request #65 from kirmanak/mealient-plugin
Move dependencies versions to version catalog
2022-08-01 22:39:05 +02:00
Kirill Kamakin
3941a9d410 Remove unused Dependencies.kt file 2022-08-01 22:26:45 +02:00
Kirill Kamakin
e53efc0307 Move SDK versions to version catalog 2022-08-01 22:26:35 +02:00
Kirill Kamakin
d80ae83c7d Move plugin versions to version catalog 2022-08-01 22:23:12 +02:00
Kirill Kamakin
7601702235 Move libraries versions to version catalog 2022-08-01 22:14:17 +02:00
Kirill Kamakin
51687437c0 Start working on extraction of versions 2022-08-01 21:14:54 +02:00
Kirill Kamakin
f63ad611ba Use version catalog for root plugins 2022-07-30 23:06:39 +02:00
Kirill Kamakin
c6dec90737 Merge pull request #64 from kirmanak/kotlin-migration
Migrate to Kotlin DSL
2022-07-29 22:27:38 +02:00
Kirill Kamakin
b82f75ab22 Use camelCase for Kotlin property names 2022-07-29 22:16:37 +02:00
Kirill Kamakin
64e089bf63 Remove unused plugin 2022-07-29 22:12:41 +02:00
Kirill Kamakin
c728bd5b60 Remove unused versions.gradle 2022-07-29 22:11:48 +02:00
Kirill Kamakin
2ab4b8dc52 Use KSP for Room 2022-07-29 22:06:46 +02:00
Kirill Kamakin
c07409e5e8 Update versions of all dependencies 2022-07-29 21:57:41 +02:00
Kirill Kamakin
cdd4e58b4e Remove redundant braces 2022-07-29 21:50:25 +02:00
Kirill Kamakin
957e62eef7 Fix NonExistent class build errors 2022-07-29 21:46:32 +02:00
Kirill Kamakin
8193db9498 Migrate to Kotlin DSL 2022-07-29 21:43:07 +02:00
Kirill Kamakin
33bd8ba820 Use brackets for all function calls 2022-07-29 19:50:32 +02:00
Kirill Kamakin
bd21947c08 Use double quotes in Gradle scripts 2022-07-09 10:17:02 +02:00
Kirill Kamakin
aa02afb997 Downgrade Kotlin to match AS plugin version 2022-07-09 10:11:57 +02:00
Kirill Kamakin
cdcad620ad Update versions of dependencies 2022-07-09 10:08:03 +02:00
Kirill Kamakin
12d4498c0e Remove Flipper 2022-06-18 09:39:18 +02:00
Kirill Kamakin
c230f5c160 Merge pull request #63 from kirmanak/enable-desugaring
Enable desugaring
2022-06-13 20:44:13 +02:00
Kirill Kamakin
0d52f77ab7 Enable desugaring 2022-06-13 20:33:18 +02:00
Kirill Kamakin
67841d6e34 Merge pull request #62 from kirmanak/tech
Return minSdkVersion to 23
2022-06-13 20:19:41 +02:00
Kirill Kamakin
c2788dcd0f Bump version to 0.2.4 2022-06-13 20:11:35 +02:00
Kirill Kamakin
de6416fb1a Remove unused gitlab ci 2022-06-13 20:10:06 +02:00
Kirill Kamakin
97c94ca307 Fix min sdk version 2022-06-13 20:09:50 +02:00
Kirill Kamakin
2717ad91c3 Merge pull request #61 from kirmanak/tech
Fix proguard-caused crash
2022-06-12 20:20:48 +02:00
Kirill Kamakin
442b0e78c6 Fix crashes due to protobuf obfuscation 2022-06-12 20:11:52 +02:00
Kirill Kamakin
02fd24367b Remove unused resource 2022-06-12 20:00:22 +02:00
Kirill Kamakin
f87f694724 Ignore API level warnings in manifest 2022-06-12 19:59:41 +02:00
Kirill Kamakin
564d088085 Disable cache on CI
Right now it takes more time to download
cache than it is to actually build from scratch
2022-06-12 19:59:10 +02:00
Kirill Kamakin
daac06fa1f Disable crashlytics for debug builds 2022-06-12 19:59:10 +02:00
Kirill Kamakin
5e99a481da Disable jetifier 2022-06-12 19:59:10 +02:00
Kirill Kamakin
57bf1326bf Merge pull request #60 from kirmanak/tech
Add some technical improvements
2022-06-12 19:43:40 +02:00
Kirill Kamakin
1840ce3edc Update versions of all dependencies 2022-06-12 19:30:42 +02:00