updates for android

This commit is contained in:
2026-06-17 20:53:03 +01:00
parent b9944ad80f
commit a90ceaca60
1736 changed files with 557 additions and 209 deletions

0
.gradle/9.4.1/checksums/checksums.lock Normal file → Executable file
View File

0
.gradle/9.4.1/checksums/md5-checksums.bin Normal file → Executable file
View File

0
.gradle/9.4.1/checksums/sha1-checksums.bin Normal file → Executable file
View File

BIN
.gradle/9.4.1/executionHistory/executionHistory.bin Normal file → Executable file

Binary file not shown.

BIN
.gradle/9.4.1/executionHistory/executionHistory.lock Normal file → Executable file

Binary file not shown.

0
.gradle/9.4.1/fileChanges/last-build.bin Normal file → Executable file
View File

BIN
.gradle/9.4.1/fileHashes/fileHashes.bin Normal file → Executable file

Binary file not shown.

BIN
.gradle/9.4.1/fileHashes/fileHashes.lock Normal file → Executable file

Binary file not shown.

BIN
.gradle/9.4.1/fileHashes/resourceHashesCache.bin Normal file → Executable file

Binary file not shown.

0
.gradle/9.4.1/gc.properties Normal file → Executable file
View File

BIN
.gradle/buildOutputCleanup/buildOutputCleanup.lock Normal file → Executable file

Binary file not shown.

0
.gradle/buildOutputCleanup/cache.properties Normal file → Executable file
View File

0
.gradle/buildOutputCleanup/outputFiles.bin Normal file → Executable file
View File

0
.gradle/config.properties Normal file → Executable file
View File

BIN
.gradle/file-system.probe Normal file → Executable file

Binary file not shown.

0
.gradle/vcs-1/gc.properties Normal file → Executable file
View File

0
.idea/.gitignore generated vendored Normal file → Executable file
View File

0
.idea/.name generated Normal file → Executable file
View File

0
.idea/AndroidProjectSystem.xml generated Normal file → Executable file
View File

0
.idea/caches/deviceStreaming.xml generated Normal file → Executable file
View File

0
.idea/codeStyles/Project.xml generated Normal file → Executable file
View File

0
.idea/codeStyles/codeStyleConfig.xml generated Normal file → Executable file
View File

0
.idea/compiler.xml generated Normal file → Executable file
View File

0
.idea/deploymentTargetSelector.xml generated Normal file → Executable file
View File

0
.idea/deviceManager.xml generated Normal file → Executable file
View File

0
.idea/gradle.xml generated Normal file → Executable file
View File

50
.idea/inspectionProfiles/Project_Default.xml generated Executable file
View File

@@ -0,0 +1,50 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="ComposePreviewDimensionRespectsLimit" enabled="true" level="WARNING" enabled_by_default="true">
<option name="composableFile" value="true" />
</inspection_tool>
<inspection_tool class="ComposePreviewMustBeTopLevelFunction" enabled="true" level="ERROR" enabled_by_default="true">
<option name="composableFile" value="true" />
</inspection_tool>
<inspection_tool class="ComposePreviewNeedsComposableAnnotation" enabled="true" level="ERROR" enabled_by_default="true">
<option name="composableFile" value="true" />
</inspection_tool>
<inspection_tool class="ComposePreviewNotSupportedInUnitTestFiles" enabled="true" level="ERROR" enabled_by_default="true">
<option name="composableFile" value="true" />
</inspection_tool>
<inspection_tool class="GlancePreviewDimensionRespectsLimit" enabled="true" level="WARNING" enabled_by_default="true">
<option name="composableFile" value="true" />
</inspection_tool>
<inspection_tool class="GlancePreviewMustBeTopLevelFunction" enabled="true" level="ERROR" enabled_by_default="true">
<option name="composableFile" value="true" />
</inspection_tool>
<inspection_tool class="GlancePreviewNeedsComposableAnnotation" enabled="true" level="ERROR" enabled_by_default="true">
<option name="composableFile" value="true" />
</inspection_tool>
<inspection_tool class="GlancePreviewNotSupportedInUnitTestFiles" enabled="true" level="ERROR" enabled_by_default="true">
<option name="composableFile" value="true" />
</inspection_tool>
<inspection_tool class="PreviewAnnotationInFunctionWithParameters" enabled="true" level="ERROR" enabled_by_default="true">
<option name="composableFile" value="true" />
</inspection_tool>
<inspection_tool class="PreviewApiLevelMustBeValid" enabled="true" level="ERROR" enabled_by_default="true">
<option name="composableFile" value="true" />
</inspection_tool>
<inspection_tool class="PreviewDeviceShouldUseNewSpec" enabled="true" level="WEAK WARNING" enabled_by_default="true">
<option name="composableFile" value="true" />
</inspection_tool>
<inspection_tool class="PreviewFontScaleMustBeGreaterThanZero" enabled="true" level="ERROR" enabled_by_default="true">
<option name="composableFile" value="true" />
</inspection_tool>
<inspection_tool class="PreviewMultipleParameterProviders" enabled="true" level="ERROR" enabled_by_default="true">
<option name="composableFile" value="true" />
</inspection_tool>
<inspection_tool class="PreviewParameterProviderOnFirstParameter" enabled="true" level="ERROR" enabled_by_default="true">
<option name="composableFile" value="true" />
</inspection_tool>
<inspection_tool class="PreviewPickerAnnotation" enabled="true" level="ERROR" enabled_by_default="true">
<option name="composableFile" value="true" />
</inspection_tool>
</profile>
</component>

0
.idea/migrations.xml generated Normal file → Executable file
View File

2
.idea/misc.xml generated Normal file → Executable file
View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="ProjectRootManager" version="2" languageLevel="JDK_21" project-jdk-name="jbr-21" project-jdk-type="JavaSDK">
<component name="ProjectRootManager" version="2" languageLevel="JDK_21" default="true" project-jdk-name="jbr-21" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>

0
.idea/runConfigurations.xml generated Normal file → Executable file
View File

0
.idea/vcs.xml generated Normal file → Executable file
View File

0
.idea/z-management.iml generated Normal file → Executable file
View File

0
app/build.gradle.kts Normal file → Executable file
View File

Some files were not shown because too many files have changed in this diff Show More