-
Notifications
You must be signed in to change notification settings - Fork 25
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
New media
module
#212
New media
module
#212
Conversation
@@ -41,7 +43,7 @@ android { | |||
buildFeatures { | |||
compose = true | |||
} | |||
composeCompiler.enableStrongSkippingMode = true | |||
composeCompiler.featureFlags = setOf(ComposeFeatureFlag.StrongSkipping) |
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.
Strong skipping is on by default now, no?
@@ -42,6 +41,7 @@ import com.imashnake.animite.navigation.SocialRoute | |||
import com.imashnake.animite.profile.ProfileScreen | |||
import com.imashnake.animite.profile.dev.internal.ANILIST_AUTH_DEEPLINK | |||
import com.imashnake.animite.social.SocialScreen | |||
import com.imashnake.media.MediaPage |
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.
New package naming scheme?
@@ -15,7 +15,7 @@ import androidx.compose.ui.platform.LocalContext | |||
import com.imashnake.animite.core.ui.LocalPaddings | |||
import com.imashnake.animite.core.ui.Paddings | |||
import com.imashnake.animite.core.ui.rememberDefaultPaddings | |||
import com.imashnake.animite.dev.ext.pastelize | |||
import extensions.pastelize |
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.
This seems like an oopsie
|
||
dependencies { | ||
implementation(libs.compose.material3) | ||
implementation(libs.androidx.coreKtx) |
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.
🤨
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.
webp and scale that down, 1.45mb is huge
Ok messy PR lemme chunk my work |
CONTRIBUTING.md
.Created a new media module since we need this code in the profile module (for navigating to media pages) => circular dependency (app <-> profile).
Summary of changes:
Tested changes: