Commit graph

72 commits

Author SHA1 Message Date
Andy Scherzinger
3632b58eb1
bump kotlin to 17.0.20 and mark declaration usage as opt-in
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2022-10-05 22:10:48 +02:00
Andy Scherzinger
5ac4dccda6
bump AGP to 7.3.0
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2022-09-16 13:02:09 +02:00
dependabot[bot]
10c668398f
Bump ktlint-gradle from 10.3.0 to 11.0.0
Bumps ktlint-gradle from 10.3.0 to 11.0.0.

---
updated-dependencies:
- dependency-name: org.jlleitschuh.gradle:ktlint-gradle
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-25 01:07:40 +00:00
Andy Scherzinger
28b818f666
Update AGP to 7.2.2
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2022-08-04 00:01:42 +02:00
dependabot[bot]
05bb51b47d
Bump detekt-gradle-plugin from 1.20.0 to 1.21.0
Bumps [detekt-gradle-plugin](https://github.com/detekt/detekt) from 1.20.0 to 1.21.0.
- [Release notes](https://github.com/detekt/detekt/releases)
- [Commits](https://github.com/detekt/detekt/compare/v1.20.0...v1.21.0)

---
updated-dependencies:
- dependency-name: io.gitlab.arturbosch.detekt:detekt-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-18 01:33:38 +00:00
dependabot[bot]
23bd958518
Bump kotlinVersion from 1.7.0 to 1.7.10
Bumps `kotlinVersion` from 1.7.0 to 1.7.10.

Updates `kotlin-gradle-plugin` from 1.7.0 to 1.7.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `kotlin-serialization` from 1.7.0 to 1.7.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-serialization
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-07 11:23:08 +00:00
Andy Scherzinger
db1dd66204
port room database layer from master-broken to up-to-date master
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2022-07-01 08:58:56 +02:00
dependabot[bot]
58febdd682 Bump kotlin-gradle-plugin from 1.6.21 to 1.7.0
Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.6.21 to 1.7.0.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-09 17:57:01 +00:00
dependabot[bot]
6d38ce875d
Bump gradle from 7.2.0 to 7.2.1
Bumps gradle from 7.2.0 to 7.2.1.

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-26 02:06:24 +00:00
dependabot[bot]
9e81585872
Bump detekt-gradle-plugin from 1.19.0 to 1.20.0
Bumps detekt-gradle-plugin from 1.19.0 to 1.20.0.

---
updated-dependencies:
- dependency-name: io.gitlab.arturbosch.detekt:detekt-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-20 16:03:26 +02:00
Andy Scherzinger
be0a3cf8a1
revert detekt plugin update
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2022-05-18 19:06:59 +02:00
Andy Scherzinger
d3827aac9f
Update plugin to 7.2.0
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2022-05-18 17:49:56 +02:00
Andy Scherzinger
be951793ba
Bump gradle AS to 7.1.3 and gradle to 7.3.3
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2022-05-18 17:20:32 +02:00
Álvaro Brey
8b293a642f
build: remove jitpack from buildscript repos
Not needed for plugins

Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-05-18 13:34:09 +02:00
Álvaro Brey
07be1f677d
build: remove sonatype repo
Unused

Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-05-18 13:31:45 +02:00
Álvaro Brey
a0a5bcfe1a
build: remove duplicated google repo, use gradlePluginPortal function instead of maven url
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-05-18 13:27:55 +02:00
Álvaro Brey
833d3c8dc8
Build: remove jcenter, use gradle plugin portal as mirror where needed
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-05-18 12:53:51 +02:00
Álvaro Brey
d69d034715
build: Put jitpack and jcenter at the end of the repos list
That means faster, more stable repos are used first if available

Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-05-18 12:04:09 +02:00
dependabot[bot]
54d67b4b94
Bump ktlint-gradle from 10.2.1 to 10.3.0
Bumps ktlint-gradle from 10.2.1 to 10.3.0.

---
updated-dependencies:
- dependency-name: org.jlleitschuh.gradle:ktlint-gradle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-04 01:06:16 +00:00
dependabot[bot]
06b5d73941
Bump kotlin-gradle-plugin from 1.6.20 to 1.6.21
Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.6.20 to 1.6.21.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-20 01:07:40 +00:00
dependabot[bot]
b4f34db438
Bump kotlin-gradle-plugin from 1.6.10 to 1.6.20
Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.6.10 to 1.6.20.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 01:27:32 +00:00
Andy Scherzinger
eb67a31bd1
Use ktlint plugin instead of manual ktlint tasks
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2022-03-17 13:46:44 +01:00
dependabot[bot]
4806f35303
Bump kotlin-gradle-plugin from 1.5.21 to 1.6.10
Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.21 to 1.6.10.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.10/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.21...v1.6.10)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-10 17:53:56 +01:00
Andy Scherzinger
1395d82592
bump detekt to 1.19.0
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2022-02-08 11:15:50 +01:00
dependabot[bot]
cf7e2d1896
Bump spotbugs-gradle-plugin from 4.7.4 to 4.7.5
Bumps spotbugs-gradle-plugin from 4.7.4 to 4.7.5.

---
updated-dependencies:
- dependency-name: gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-13 01:18:22 +00:00
dependabot[bot]
cd82247c10
Bump spotbugs-gradle-plugin from 4.7.3 to 4.7.4
Bumps spotbugs-gradle-plugin from 4.7.3 to 4.7.4.

---
updated-dependencies:
- dependency-name: gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-08 01:07:33 +00:00
dependabot[bot]
98865dd4e2
Bump detekt-gradle-plugin from 1.18.0 to 1.18.1
Bumps detekt-gradle-plugin from 1.18.0 to 1.18.1.

---
updated-dependencies:
- dependency-name: io.gitlab.arturbosch.detekt:detekt-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-31 01:06:52 +00:00
dependabot[bot]
e308d86b74
Bump spotbugs-gradle-plugin from 4.7.2 to 4.7.3
Bumps spotbugs-gradle-plugin from 4.7.2 to 4.7.3.

---
updated-dependencies:
- dependency-name: gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-19 01:06:10 +00:00
dependabot[bot]
f5509bbac5
Bump detekt-gradle-plugin from 1.17.1 to 1.18.0
Bumps detekt-gradle-plugin from 1.17.1 to 1.18.0.

---
updated-dependencies:
- dependency-name: io.gitlab.arturbosch.detekt:detekt-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-12 20:01:57 +00:00
dependabot[bot]
0fbdae43bd
Bump kotlin-gradle-plugin from 1.5.10 to 1.5.21
Bumps kotlin-gradle-plugin from 1.5.10 to 1.5.21.

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-14 01:05:42 +00:00
dependabot[bot]
520d2e7806
Bump spotbugs-gradle-plugin from 4.7.1 to 4.7.2
Bumps spotbugs-gradle-plugin from 4.7.1 to 4.7.2.

---
updated-dependencies:
- dependency-name: gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-12 01:17:54 +00:00
dependabot[bot]
9ab1d6305b
Bump kotlin-gradle-plugin from 1.5.0 to 1.5.10
Bumps kotlin-gradle-plugin from 1.5.0 to 1.5.10.

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-25 11:16:50 +00:00
dependabot[bot]
310daa18b2
Bump detekt-gradle-plugin from 1.17.0 to 1.17.1
Bumps detekt-gradle-plugin from 1.17.0 to 1.17.1.

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-21 01:04:36 +00:00
dependabot[bot]
73fa8f98ea
Bump detekt-gradle-plugin from 1.16.0 to 1.17.0
Bumps detekt-gradle-plugin from 1.16.0 to 1.17.0.

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-17 01:06:02 +00:00
dependabot[bot]
0085b7cebf
Bump kotlin-gradle-plugin from 1.4.32 to 1.5.0
Bumps kotlin-gradle-plugin from 1.4.32 to 1.5.0.

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-09 18:41:49 +00:00
Andy Scherzinger
ad9a1e804d
removing double-empty-lines on build files
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-04-29 15:09:17 +02:00
Andy Scherzinger
93404cec77
Bump spotbugs-gradle-plugin from 4.7.0 to 4.7.1
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-04-29 09:14:45 +02:00
Andy Scherzinger
61aaae4dc2
Update code base for Android Studio 4.1.3
Remove lombock @Data annotations
Replace FindBugs with SpotBugs
Update Lombock version

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-04-29 00:46:35 +02:00
dependabot[bot]
8b4c52c62b
Bump kotlinVersion from 1.3.50 to 1.4.32
Bumps `kotlinVersion` from 1.3.50 to 1.4.32.

Updates `kotlin-gradle-plugin` from 1.3.50 to 1.4.32
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.50...v1.4.32)

Updates `kotlin-stdlib` from 1.3.50 to 1.4.32
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.50...v1.4.32)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-27 22:03:38 +02:00
Andy Scherzinger
b59dffbd6d
configure threshold for detekt and solve checking issues
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-04-27 18:16:16 +02:00
Andy Scherzinger
f33f84feee
jsr250 lib has moved from annotation to annotation-api
bump to 1.3.2

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-04-27 10:24:39 +02:00
Mario Danic
e1d9a24130 Fix issues with chat title crash
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2019-09-30 10:35:30 +02:00
Mario Danic
6a5aaac224 Lobby & Various bugfixes and improvements
Includes conversion to Kotlin of some files

Signed-off-by: Mario Danic <mario@lovelyhq.com>
2019-08-30 12:13:33 +02:00
Mario Danic
8f311ae3bc Improve on the notifications
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2019-08-23 18:39:29 +02:00
Mario Danic
4cce275bee Fix #534
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2019-08-23 18:39:29 +02:00
Mario Danic
ceac6efa39 Finally some reconnection magic working
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2019-07-21 16:38:17 +02:00
Mario Danic
92e56cdef2 Improve MCU re-connection magic
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2019-05-27 18:32:27 +02:00
Mario Đanić
4143bd841e
Fresco and sharing (#531)
* Various improvements

This is literally the worst commit I ever did, but due to rebasing issues this is how it is.

* Fixes after rebase

Signed-off-by: Mario Danic <mario@lovelyhq.com>

* Updates post-rebase

Signed-off-by: Mario Danic <mario@lovelyhq.com>

* Updates #2 post rebase

Signed-off-by: Mario Danic <mario@lovelyhq.com>

* Update deps

Signed-off-by: Mario Danic <mario@lovelyhq.com>
2019-04-24 08:32:19 +02:00
Mario Danic
b335d34e18 Fix build issues
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2019-04-18 01:33:45 +02:00
Mario Danic
4096b7a98a Speed up compile 2018-10-24 02:12:42 +02:00