ganfra
|
f26a4b5567
|
maplib-plugins : remove workaround
|
1 month ago |
renovate[bot]
|
9756afc5d1
|
Update dependency androidx.compose:compose-bom to v2024.09.00 (#3399)
* Update dependency androidx.compose:compose-bom to v2024.09.00
* Adapt code for changes.
* Workaround crash when closing the RTE
* Fix broken bottom sheet colors and shape
* Fix tons of warnings and deprecations
* Fix lint issues
* Fix more M3 update changes
* Update screenshots
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
Co-authored-by: ganfra <francoisg@matrix.org>
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 |
ganfra
|
1101c8db65
|
Fix maplibre annotation plugins dependency
|
2 months ago |
ganfra
|
4ecc9f46b6
|
Fix maplibre annotation plugins dependency
|
2 months ago |
ganfra
|
a41d323c93
|
MapLibre : rename file MapBoxMap to match composable.
|
5 months ago |
ganfra
|
a2e88383bd
|
maplibre : remove all mapbox references and update plugin to be compatible.
|
5 months ago |
Benoit Marty
|
a831f05f6e
|
Fix ktlint issues
|
10 months ago |
renovate[bot]
|
c8bd362397
|
Update plugin ktlint to v12.1.0 (#2200)
* Update plugin ktlint to v12.1.0
* Run `./gradlew ktlintFormat` and fix some issues manually.
* Fix other issues reproted by Ktlint
* Limit false positives, KtLint removes unnecessary curly brace in String templates.
* Remove useless Unit
* Minor improvements over ktlint changes
* Restore `AlertDialogContent` behaviour
* Update screenshots
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Benoit Marty <benoit@matrix.org>
Co-authored-by: Jorge Martín <jorgem@element.io>
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
|
10 months ago |
Benoit Marty
|
d55df22db2
|
Konsist: add test Data class state MUST not have default value, and fix existing issues
|
1 year ago |
Benoit Marty
|
2da6ceeb5f
|
Previous code was `throw IllegalStateException()`, so keep the existing error, even if it should never happen, being compliant with `UseCheckOrError` detekt rule.
|
1 year ago |
Benoit Marty
|
73347deaaf
|
Enable detekt rule `UseCheckOrError` and fix existing issues (and a potential crash on MapboxMap?).
|
1 year ago |
Marco Romano
|
e448bbb92d
|
maplibre-compose allow customisation of location dot style (#929)
- And style it according to our designs.
Related to:
- https://github.com/vector-im/element-meta/issues/1682
|
1 year ago |
Marco Romano
|
004b86b05d
|
MapLibre compose wrapper library (#877)
Heavily inspired from https://github.com/googlemaps/android-maps-compose It doesn't aim to be a full featured library like android-maps-compose, it's been stripped down to only handle our use cases.
Related to:
https://github.com/vector-im/element-meta/issues/1674
https://github.com/vector-im/element-meta/issues/1682
|
1 year ago |