fix: restore wrapper and Android quality checks
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
/gradlew text eol=lf
|
||||||
|
/gradlew.bat text eol=crlf
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<lint>
|
||||||
|
<!-- Glide is used only for image views (GlideEngine). No NotificationTarget,
|
||||||
|
notification posting, or foreground-service calls exist in app sources.
|
||||||
|
Match this library-only diagnostic; keep other permission errors enabled. -->
|
||||||
|
<issue id="NotificationPermission">
|
||||||
|
<ignore regexp=".*usage from com\.bumptech\.glide\.request\.target\.NotificationTarget.*" />
|
||||||
|
</issue>
|
||||||
|
</lint>
|
||||||
@@ -19,6 +19,6 @@ class ExampleInstrumentedTest {
|
|||||||
fun useAppContext() {
|
fun useAppContext() {
|
||||||
// Context of the app under test.
|
// Context of the app under test.
|
||||||
val appContext = InstrumentationRegistry.getInstrumentation().targetContext
|
val appContext = InstrumentationRegistry.getInstrumentation().targetContext
|
||||||
assertEquals("com.zhifly.follow", appContext.packageName)
|
assertEquals("com.yzx.kiosk", appContext.packageName)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -30,6 +30,7 @@ import kotlinx.coroutines.flow.collectLatest
|
|||||||
import java.net.URLDecoder
|
import java.net.URLDecoder
|
||||||
import java.net.URLEncoder
|
import java.net.URLEncoder
|
||||||
|
|
||||||
|
@androidx.annotation.OptIn(androidx.media3.common.util.UnstableApi::class)
|
||||||
@Composable
|
@Composable
|
||||||
fun AppNavHost(
|
fun AppNavHost(
|
||||||
navigator: AppNavigator,
|
navigator: AppNavigator,
|
||||||
|
|||||||
@@ -92,6 +92,7 @@ fun PosterScreenWithLiveOrSlideshow(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@androidx.annotation.OptIn(androidx.media3.common.util.UnstableApi::class)
|
||||||
@Composable
|
@Composable
|
||||||
private fun PosterLiveStreamLayer(
|
private fun PosterLiveStreamLayer(
|
||||||
url: String,
|
url: String,
|
||||||
|
|||||||
Reference in New Issue
Block a user