5 Commits

Author SHA1 Message Date
soraefir 2d87507fa4 Merge branch '9' 2026-07-06 21:52:27 +02:00
Ady bb8dc15554 fix app icon adapted to the user theme colors 2026-07-06 13:51:41 -04:00
Ady b3369f6390 fix StatsActivity title 2026-07-06 13:50:08 -04:00
bot 46df3b5dbe Merge pull request 'Update dependency mapshaper to v0.7.38' (#545) from renovate/mapshaper-0.x-lockfile into main 2026-07-06 04:01:48 +02:00
Renovate Bot 3ab93c7342 Update dependency mapshaper to v0.7.38 2026-07-06 02:01:35 +00:00
4 changed files with 5 additions and 6 deletions
@@ -57,7 +57,7 @@ fun StatsScreen(
TopAppBar( TopAppBar(
title = { title = {
Row(verticalAlignment = Alignment.CenterVertically){ Row(verticalAlignment = Alignment.CenterVertically){
Text(text=stringResource(R.string.action_edit), modifier = Modifier.weight(1f)) Text(text=stringResource(R.string.action_stat), modifier = Modifier.weight(1f))
Button(onClick = { countMode = !countMode }) { Button(onClick = { countMode = !countMode }) {
Text(if (countMode) "Count" else "Area") Text(if (countMode) "Count" else "Area")
} }
@@ -17,7 +17,6 @@
android:pathData="M36,36m-28,0a28,28 0,1 1,56 0a28,28 0,1 1,-56 0" android:pathData="M36,36m-28,0a28,28 0,1 1,56 0a28,28 0,1 1,-56 0"
android:strokeLineJoin="round" android:strokeLineJoin="round"
android:strokeWidth="2" android:strokeWidth="2"
android:fillColor="@color/blue"
android:strokeColor="#000000" android:strokeColor="#000000"
android:strokeLineCap="round"/> android:strokeLineCap="round"/>
@@ -2,5 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background"/> <background android:drawable="@drawable/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/> <foreground android:drawable="@drawable/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/ic_launcher_foreground"/> <monochrome android:drawable="@drawable/ic_launcher_monochrome"/>
</adaptive-icon> </adaptive-icon>
+3 -3
View File
@@ -2708,9 +2708,9 @@ map-stream@0.0.7:
integrity sha512-C0X0KQmGm3N2ftbTGBhSyuydQ+vV1LC3f3zPvT3RXHXNZrvfPZcoXp/N5DOa8vedX/rTMm2CjTtivFg2STJMRQ== integrity sha512-C0X0KQmGm3N2ftbTGBhSyuydQ+vV1LC3f3zPvT3RXHXNZrvfPZcoXp/N5DOa8vedX/rTMm2CjTtivFg2STJMRQ==
mapshaper@^0.7.22: mapshaper@^0.7.22:
version "0.7.37" version "0.7.38"
resolved "https://registry.yarnpkg.com/mapshaper/-/mapshaper-0.7.37.tgz#c84fea97c82346d5b4c9065318d74894d2023826" resolved "https://registry.yarnpkg.com/mapshaper/-/mapshaper-0.7.38.tgz#214a3efc6532db4ac4aed085d5a107c192c0fa88"
integrity sha512-vaGs6rqDb6VwZfuGSniw5lypwfHwyxSpTk/MxRx6lm3stpLiqyPHvqXkVElBqcNpsDMw8h+CADPWWIceQmaVAA== integrity sha512-TcPPj5bp0WHhsNPfmjRH4moqjAliohdUA8Ol2aTh/AqGZScm+0j145IBCFBv95JzhgZNv+U0Pg2MaiaKK+KGMA==
dependencies: dependencies:
"@bokuweb/zstd-wasm" "^0.0.27" "@bokuweb/zstd-wasm" "^0.0.27"
"@ngageoint/geopackage" "^4.2.6" "@ngageoint/geopackage" "^4.2.6"