Commit Graph

51 Commits

Author SHA1 Message Date
tzugen e7f8fa21cb
Merge update build tools #755 by Holger Müller
Squashed commit of the following:

commit 4491c65b1b
Merge: 51ff716f 77865a14
Author: tzugen <67737443+tzugen@users.noreply.github.com>
Date:   Tue Jun 21 20:50:05 2022 +0200

    Merge branch 'develop' into gradle-update

commit 51ff716ff5
Author: Holger Müller <github@euhm.de>
Date:   Tue Jun 21 20:38:52 2022 +0200

    fixed lint warning

commit 18c31a5704
Author: Holger Müller <github@euhm.de>
Date:   Tue Jun 21 20:38:35 2022 +0200

    fixed lint warning

commit 603654c262
Author: Holger Müller <github@euhm.de>
Date:   Tue Jun 21 20:37:51 2022 +0200

    API is > lollipop ... target removed

commit b38a7211de
Author: Holger Müller <github@euhm.de>
Date:   Tue Jun 21 20:37:07 2022 +0200

    new created after fixes

commit 4929a526f7
Author: tzugen <tzugen@riseup.net>
Date:   Tue Jun 21 10:43:16 2022 +0200

    Disable ObsoleteLintCustomCheck

commit d0c30f0b6b
Author: tzugen <tzugen@riseup.net>
Date:   Tue Jun 21 10:14:06 2022 +0200

    Update more libs

commit e2fa447bbf
Merge: d4ead495 ff9c7b24
Author: tzugen <67737443+tzugen@users.noreply.github.com>
Date:   Tue Jun 21 09:47:03 2022 +0200

    Merge branch 'develop' into gradle-update

commit d4ead49548
Merge: 2dac6a7e 9a73d72f
Author: Holger Müller <github@euhm.de>
Date:   Tue Jun 21 08:50:42 2022 +0200

    merged with develop branch

commit 2dac6a7e01
Author: Holger Müller <github@euhm.de>
Date:   Mon Jun 20 21:45:22 2022 +0200

    update to android image tag 2022.06.1

commit f3dc259c39
Author: Holger Müller <github@euhm.de>
Date:   Mon Jun 20 20:56:37 2022 +0200

    rebuild lint-baseline.xml

commit c71bc1212a
Author: Holger Müller <github@euhm.de>
Date:   Mon Jun 20 20:55:00 2022 +0200

    removed unneeded cast

commit eca136dabe
Author: Holger Müller <github@euhm.de>
Date:   Fri Jun 17 23:58:37 2022 +0200

    commit signed

commit 540f476334
Author: Holger Müller <github@euhm.de>
Date:   Fri Jun 17 23:40:59 2022 +0200

    commit signed

    Signed-off-by: Holger Müller <github@euhm.de>

commit 986bd013a4
Author: Holger Müller <github@euhm.de>
Date:   Fri Jun 17 23:27:20 2022 +0200

    push to latest gradle version, set targetSdk to 33

Signed-off-by: tzugen <tzugen@riseup.net>
2022-06-22 13:35:19 +02:00
Óscar García Amor 2bae243be0
Merge branch 'develop' into ready/removeJacoco 2022-06-17 10:29:46 +02:00
Óscar García Amor 139e810186
Include beta tags on builds 2022-06-17 09:46:37 +02:00
tzugen 66443ba018
Remove Jacoco 2022-06-16 16:40:59 +02:00
Óscar García Amor f121e297df
Fix publish github signed apk CI step (again) 2022-04-11 11:58:57 +02:00
Óscar García Amor 3f2cfb131a
Fix publish github signed apk CI step 2022-04-11 11:40:01 +02:00
Óscar García Amor b8b4b81726
Fix sign release apk CI step 2022-04-11 11:27:02 +02:00
Óscar García Amor 383089a409
Improve CI pipeline 2022-04-11 11:07:29 +02:00
tzugen 65c4f2b100
Update CircleCi Image, it started to throw a warning:
https://discuss.circleci.com/t/legacy-convenience-image-deprecation/41034
2022-03-19 17:44:12 +01:00
Nite 5962cc2add
Merge branch 'develop' into dependabot/gradle/versions.kotlin-1.6.10
Added temporary fix for Koin bug
2022-02-08 18:18:58 +01:00
Óscar García Amor 3558479278
Improve generation of signed apk in CI 2022-01-19 09:39:26 +01:00
Óscar García Amor 8f43f69a66
Don't push translations from master 2021-12-27 11:16:14 +01:00
tzugen 987fbbe02a
Bump cache version 2021-12-20 22:39:20 +01:00
tzugen b958dcabe4
Move versions file to gradle dir 2021-12-20 22:15:07 +01:00
tzugen 7f42ed6a37
Update ktlint as well 2021-12-20 19:37:04 +01:00
tzugen 050161bbb0
API 30 2021-11-01 17:10:46 +01:00
tzugen 7e82efddad
Break up CI steps and only build release (and not debug) in last steps 2021-08-26 11:58:20 +02:00
tzugen b0b03c0fe0
Be more selective with the configuration of gradle.properties in CI 2021-05-20 18:16:55 +02:00
tzugen ab4c2c1bbe
Add staggered caching, to increase the times we have a warm cache 2021-05-20 18:16:55 +02:00
tzugen 78e4a00476
Our target sdk is 29 2021-05-20 18:16:55 +02:00
tzugen 10edce9f56
Disable daemon 2021-05-20 18:16:55 +02:00
tzugen a25a2ff337
Go back to default detekt checks.
Type resolution (which I had enabled some weeks ago) is really not stable enough for production and also takes much longer time to compile.
2021-05-20 18:16:55 +02:00
tzugen e4c13a305c
Remove codecov 2021-05-06 22:54:17 +02:00
Óscar García Amor 1dd43d857d
Remove environment variables in generate_signed_apk CI step 2021-04-27 19:35:38 +02:00
tzugen 822b3551d9
Fix a typo in the circleci config.yml 2021-04-27 11:55:15 +02:00
tzugen 410e1df980
Upgrade detekt to v1.16.0 to get Type Resolution support
In course I had to modify the rules (many were renamed or dropped),
and create a new baseline (many new rules added errors in old files)
2021-04-23 11:26:15 +02:00
Óscar García Amor d01266804c
Only push new original strings to Transifex
This avoid overwriting translated strings, but translations must be done
in Transifex.

Signed-off-by: Óscar García Amor <ogarcia@connectical.com>
2021-01-19 15:26:32 +01:00
Óscar García Amor 7a6aa950ac
Run build command with assembleRelease in CI
Signed-off-by: Óscar García Amor <ogarcia@connectical.com>
2020-09-29 09:17:15 +02:00
Nite 92b0bb4742
Fixed gradle.properties for CI 2020-06-13 22:32:32 +02:00
Óscar García Amor 3eef5ebf4e Update docker image on generate_signed_apk pipeline
Signed-off-by: Óscar García Amor <ogarcia@connectical.com>
2020-03-23 17:47:44 +01:00
Óscar García Amor 4297f50aa1 Fix circleci pipeline
Signed-off-by: Óscar García Amor <ogarcia@connectical.com>
2020-03-23 10:11:12 +01:00
Yahor Berdnikau 78c3b901b6 Updated docker image on CI. 2019-03-13 13:06:21 +01:00
Yahor Berdnikau 74c992d035 Run lint only on app release variant.
Also regenerate new baseline.
2018-10-07 21:36:47 +02:00
Yahor Berdnikau eb59e3ccc1 Add common configuration for android modules. 2018-10-07 20:59:06 +02:00
Yahor Berdnikau 8f65b37605 Add common configuration for kotlin modules. 2018-10-07 20:50:56 +02:00
Yahor Berdnikau 2a1dfc3e8d Enable running test for subsonic image loader on CI.
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
2018-09-11 22:32:27 +02:00
Yahor Berdnikau 32990acb2a Add assemble release step to build job.
This will check that minification of release is not broken.

Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
2018-03-18 18:18:43 +01:00
Yahor Berdnikau 1e806e3658 Added cache module to code coverage reports.
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
2018-03-11 11:56:38 +01:00
Yahor Berdnikau da7c8dee2c Add more build improvements into gradle.properties.
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
2018-02-25 22:35:48 +01:00
Óscar García Amor cef2b2ad49 Fix CI autobuild after apply #154 changes
Signed-off-by: Óscar García Amor <ogarcia@connectical.com>
2018-01-29 21:04:04 +01:00
Óscar García Amor 6fec8edfb6 Improve Circle CI automatic builds
Signed-off-by: Óscar García Amor <ogarcia@connectical.com>
2018-01-25 22:22:42 +01:00
Óscar García Amor 23d4715ff1 Added Circle CI automatic builds
Now when adding a new tag, Circle CI automagically build a release signed apk and add it to assets.

Signed-off-by: Óscar García Amor <ogarcia@connectical.com>
2018-01-25 18:46:23 +01:00
Óscar García Amor 769b298415 Push translations only on develop and master
Signed-off-by: Óscar García Amor <ogarcia@connectical.com>
2018-01-25 08:57:19 +01:00
Óscar García Amor 4a8f77a65c Added Transifex automation for localizations
Signed-off-by: Óscar García Amor <ogarcia@connectical.com>
2018-01-24 13:13:13 +01:00
Yahor Berdnikau 88053c0ccc Change ci image api to 27.
To be on the same value with compile sdk.

Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
2018-01-20 11:28:34 +01:00
Yahor Berdnikau c917bcb1a6 Update ktlint to 0.12.1 version.
Also updated ktlint-gradle to 2.3.0 version. Added ktlint reports to
circle CI.

Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
2017-11-16 22:04:38 +01:00
Yahor Berdnikau bf15324594 CI: Add uploading coverge report to codecov.io.
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
2017-08-11 19:46:43 +02:00
Yahor Berdnikau 5ab988f625 Update CI unit test job to generate full coverage report. 2017-08-09 22:25:43 +02:00
Yahor Berdnikau e7953a10e0 CI: added lint task.
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
2017-08-06 22:56:28 +02:00
Yahor Berdnikau 5227897580 Add detekt job to CI config.
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
2017-07-30 22:26:47 +02:00