Jorge Martin Espinosa
79c17f714f
Use Anvil KSP instead of the Square KAPT one ( #3564 )
...
* Use Anvil KSP instead of the Square KAPT one
* Fix several configuration cache, lint and test issues
* Allow incremental kotlin compilation in the CI
* Workaround Robolectric + Compose issue that caused `AppNotIdleException`
* Update the `enterprise` commit hash
* Update screenshots
---------
Co-authored-by: ElementBot <android@element.io>
1 month ago
Benoit Marty
f61df38e55
Migrate license to AGPL.
...
Run script `uv run license-editor --repository ../element-x-android`
2 months ago
Benoit Marty
a831f05f6e
Fix ktlint issues
10 months ago
Benoit Marty
67d58bac35
Move remaining hard-coded dependency to Gradle catalog. We had 2 different version of material3 library.
12 months ago
Benoit Marty
321f33c74e
Extract dependencies from group `com.google.auto.service` into libs.versions.toml to avoid multiple PR to upgrade the 2 deps.
1 year ago
renovate[bot]
532db33adb
Update dependency com.google.auto.service:auto-service-annotations to v1.1.1
1 year ago
renovate[bot]
fff0e9b3b4
Update dependency com.google.auto.service:auto-service to v1.1.1
1 year ago
renovate[bot]
de4c27a4de
Update dependency com.squareup:kotlinpoet to v1.14.2 ( #474 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 year ago
renovate[bot]
642741d08d
Update dependency com.google.auto.service:auto-service-annotations to v1.1.0 ( #452 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 year ago
renovate[bot]
1a0c94bbeb
Update dependency com.google.auto.service:auto-service to v1.1.0
1 year ago
renovate[bot]
d36338b4ef
Update dependency com.squareup:kotlinpoet to v1.13.2
2 years ago
renovate[bot]
cd9320e06a
Update dependency com.squareup:kotlinpoet to v1.13.1
2 years ago
Jorge Martin Espinosa
de010545fb
Update Gradle to 8.1 and AGP to v8.0 ( #329 )
...
* Update AGP to 8.0.0.
* Set JAVA_HOME to JDK17
* Update lint version.
* Use right JDK for dependency analysis, replace deprecated env var.
* Upgrade to Gradle 8.1.
* Remove `@Supress(DSL_SCOPE_VIOLATION)` as it's no longer needed.
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
8a85cdbb87
Update dependency com.squareup:kotlinpoet to v1.13.0 ( #304 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
ganfra
dd00f99f0c
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
2 years ago
ganfra
5748bc53a6
Finish removing x. from packages (keep it in app module for now)
2 years ago
ganfra
bc9b8e6b90
Rename architecture module
2 years ago
Benoit Marty
862900ed9a
Rename folders `java` to `kotlin`
2 years ago
ganfra
f95b3b5d79
Add copyright on new files
2 years ago
ganfra
7a29ce1d8d
Remove viewmodel/fragment references
2 years ago
ganfra
4fb063654f
Create ContributesNode annotation to generate module and assistedFactory for node.
2 years ago
ganfra
eeebb99292
Move some code to 'architecture' module
2 years ago
dependabot[bot]
f4208037b4
Bump kotlinpoet from 1.10.2 to 1.12.0
...
Bumps [kotlinpoet](https://github.com/square/kotlinpoet ) from 1.10.2 to 1.12.0.
- [Release notes](https://github.com/square/kotlinpoet/releases )
- [Changelog](https://github.com/square/kotlinpoet/blob/master/docs/changelog.md )
- [Commits](https://github.com/square/kotlinpoet/compare/1.10.2...1.12.0 )
---
updated-dependencies:
- dependency-name: com.squareup:kotlinpoet
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Benoit Marty
e393e8f52b
Fix warning
2 years ago
Benoit Marty
19301756e3
Add missing Copyright
2 years ago
Benoit Marty
0644a5822f
Code quality
...
Code quality
2 years ago
ganfra
2ea87307a7
Branch on viewmodel...
2 years ago
ganfra
cb92ff5d3b
Dagger: start setup
2 years ago