-
-
Notifications
You must be signed in to change notification settings - Fork 435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dev -> main #1078
dev -> main #1078
Conversation
Fix sample app signing
Fix wasm sample
- move sample app classes to kotlin source folder
- update to kotlinX serialization 1.8.0 - cleanup
Fix sample app
…deprecated view based UI
Deprecate `View Based` UI
Use `fromHtml` via `AnnotatedString` on Android
Add ability to show description in compose UI
Binary Compatibility Validation
Snapshot tests
- will keep original name or url as defined in pom.xml
Add flag to skip spdx license name/url/content mapping
Update dependencies | Compose 1.7.8
<activity | ||
android:name="com.mikepenz.aboutlibraries.sample.ComposeActivity" | ||
android:exported="true" | ||
android:label="@string/app_name" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Redundant label can be removed |
android:theme="@style/SampleApp.DayNight" /> | ||
android:name="com.mikepenz.aboutlibraries.sample.FragmentActivity" | ||
android:exported="false" | ||
android:label="@string/app_name" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Redundant label can be removed |
android:theme="@style/SampleApp.DayNight" /> | ||
android:name="com.mikepenz.aboutlibraries.sample.ExtendActivity" | ||
android:exported="false" | ||
android:label="@string/app_name" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Redundant label can be removed |
android:theme="@style/SampleApp.DayNight" /> | ||
android:name="com.mikepenz.aboutlibraries.sample.CustomSortActivity" | ||
android:exported="false" | ||
android:label="@string/app_name" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Redundant label can be removed |
import androidx.compose.foundation.layout.windowInsetsPadding | ||
import androidx.compose.foundation.rememberScrollState | ||
import androidx.compose.foundation.verticalScroll | ||
import androidx.compose.material.BottomDrawer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using a material import while also using the material3 library |
import androidx.compose.foundation.rememberScrollState | ||
import androidx.compose.foundation.verticalScroll | ||
import androidx.compose.material.BottomDrawer | ||
import androidx.compose.material.BottomDrawerValue |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using a material import while also using the material3 library |
import androidx.compose.foundation.verticalScroll | ||
import androidx.compose.material.BottomDrawer | ||
import androidx.compose.material.BottomDrawerValue | ||
import androidx.compose.material.Switch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using a material import while also using the material3 library |
import androidx.compose.material.icons.filled.Menu | ||
import androidx.compose.material.icons.filled.Person | ||
import androidx.compose.material.icons.filled.Settings | ||
import androidx.compose.material.rememberBottomDrawerState |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using a material import while also using the material3 library |
kotlinxCollections = "0.3.8" | ||
# androidx | ||
activity = "1.10.0" | ||
cardview = "1.0.0" | ||
constraintLayout = "2.2.0" | ||
core = "1.15.0" | ||
lifecycle = { require = "2.8.7" } | ||
navigation = "2.8.5" | ||
navigation = "2.8.6" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A newer version of androidx.navigation.safeargs than 2.8.6 is available: 2.8.7 |
kotlinxCollections = "0.3.8" | ||
# androidx | ||
activity = "1.10.0" | ||
cardview = "1.0.0" | ||
constraintLayout = "2.2.0" | ||
core = "1.15.0" | ||
lifecycle = { require = "2.8.7" } | ||
navigation = "2.8.5" | ||
navigation = "2.8.6" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A newer version of androidx.navigation:navigation-fragment than 2.8.6 is available: 2.8.7 |
kotlinxCollections = "0.3.8" | ||
# androidx | ||
activity = "1.10.0" | ||
cardview = "1.0.0" | ||
constraintLayout = "2.2.0" | ||
core = "1.15.0" | ||
lifecycle = { require = "2.8.7" } | ||
navigation = "2.8.5" | ||
navigation = "2.8.6" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A newer version of androidx.navigation:navigation-safe-args-gradle-plugin than 2.8.6 is available: 2.8.7 |
No description provided.