loop-uh
692ab7c28d
Fix Kotlin compilation errors
1. LinkParser: JsonArrayBuilder.add() needs JsonPrimitive, not String
- add(it.trim()) → add(JsonPrimitive(it.trim())) on 3 sites
- Added JsonPrimitive import
2. AuditScreen: HorizontalPager requires @OptIn(ExperimentalFoundationApi)
3. DashboardScreen: PullToRefreshBox not available in Compose BOM 2024.05
- Replaced with standard Column + verticalScroll
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-04-11 16:18:46 +03:00 |
| .. |
|
app
|
Fix Kotlin compilation errors
|
2026-04-11 16:18:46 +03:00 |
|
gradle/wrapper
|
Add Gradle wrapper (gradlew + jar) for CI build
|
2026-04-11 16:01:24 +03:00 |
|
.gitignore
|
Initial commit: PrivStack v1.0.0
|
2026-04-11 15:32:59 +03:00 |
|
build.gradle.kts
|
Initial commit: PrivStack v1.0.0
|
2026-04-11 15:32:59 +03:00 |
|
gradle.properties
|
Add app icon + suppress compileSdk warning
|
2026-04-11 16:12:28 +03:00 |
|
gradlew
|
Fix gradlew permission: set executable bit
|
2026-04-11 16:04:41 +03:00 |
|
gradlew.bat
|
Add Gradle wrapper (gradlew + jar) for CI build
|
2026-04-11 16:01:24 +03:00 |
|
settings.gradle.kts
|
Initial commit: PrivStack v1.0.0
|
2026-04-11 15:32:59 +03:00 |