Skip to content

Commit cd0a959

Browse files
gpuntoVelikovPetar
andauthored
Apply Spotless with new configuration (#26)
Co-authored-by: Petar Velikov <[email protected]>
1 parent 52354c7 commit cd0a959

File tree

169 files changed

+353
-27
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+353
-27
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ kotlin {
88
compilerOptions {
99
freeCompilerArgs.addAll(
1010
"-opt-in=io.getstream.android.core.annotations.StreamInternalApi",
11-
"-XXLanguage:+PropertyParamAnnotationDefaultTargetMode"
11+
"-XXLanguage:+PropertyParamAnnotationDefaultTargetMode",
1212
)
1313
}
1414
}
@@ -29,7 +29,7 @@ android {
2929
isMinifyEnabled = false
3030
proguardFiles(
3131
getDefaultProguardFile("proguard-android-optimize.txt"),
32-
"proguard-rules.pro"
32+
"proguard-rules.pro",
3333
)
3434
}
3535
}

app/src/main/AndroidManifest.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
Copyright (c) 2014-2025 Stream.io Inc. All rights reserved.
4+
5+
Licensed under the Stream License;
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
https://github.com/GetStream/stream-core-android/blob/main/LICENSE
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
-->
217
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
318
xmlns:tools="http://schemas.android.com/tools">
419

app/src/main/java/io/getstream/android/core/sample/SampleActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package io.getstream.android.core.sample
1718

1819
import android.os.Build

app/src/main/java/io/getstream/android/core/sample/client/StreamClient.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package io.getstream.android.core.sample.client
1718

1819
import android.content.Context

app/src/main/java/io/getstream/android/core/sample/ui/ConnectionStateCard.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package io.getstream.android.core.sample.ui
1718

1819
import androidx.compose.foundation.layout.Arrangement

app/src/main/java/io/getstream/android/core/sample/ui/NetworkInfoCard.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package io.getstream.android.core.sample.ui
1718

1819
import androidx.compose.foundation.layout.Arrangement

app/src/main/java/io/getstream/android/core/sample/ui/NetworkInfoComponents.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package io.getstream.android.core.sample.ui
1718

1819
import androidx.compose.foundation.background

app/src/main/java/io/getstream/android/core/sample/ui/theme/Color.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package io.getstream.android.core.sample.ui.theme
1718

1819
import androidx.compose.ui.graphics.Color

app/src/main/java/io/getstream/android/core/sample/ui/theme/Theme.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package io.getstream.android.core.sample.ui.theme
1718

1819
import android.os.Build

app/src/main/java/io/getstream/android/core/sample/ui/theme/Type.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package io.getstream.android.core.sample.ui.theme
1718

1819
import androidx.compose.material3.Typography

0 commit comments

Comments
 (0)