-
Notifications
You must be signed in to change notification settings - Fork 2
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
[NSDK-199] Release 2.6.0 #109
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Migrate settings.gradle to settings.gradle.kts * Delete virtusize.aar * Format the code * Migrate from Groovy to Kotlin * Remove .editorconfig * Create Project extension function getProperties * Apply ktlint * Fix settings.gradle.kts * Increasing the amount of JVM memory * Fix R8 error * Revert the change to the JVM memory * Bump virtusize-auth to 1.0.5 * Create reusable functions to publish * Remove constants * Update README.md * Update README.md * Make mavenPublicationName private * Modify the publish script * Rename to areSigningCredentialsProvided
* Migrate settings.gradle to settings.gradle.kts * Delete virtusize.aar * Format the code * Migrate from Groovy to Kotlin * Remove .editorconfig * Create Project extension function getProperties * Apply ktlint * Fix settings.gradle.kts * Increasing the amount of JVM memory * Fix R8 error * Revert the change to the JVM memory * Bump virtusize-auth to 1.0.5 * Create reusable functions to publish * Remove constants * Update README.md * Update README.md * Make mavenPublicationName private * Modify the publish script * Rename to areSigningCredentialsProvided * Add compose dependencies * Create the Virtusize interface * Implement VirtusizeButton * Adjust VirtusizeButton * Implement uiState and message flows * Add compose sample app * Use Enum entries * Separate ViewModel from Composable * Create VirtusizeWebViewActivity * Add activityMessageHandler * Modify logs * Modify VirtusizeButtonUiState * Modify VirtusizeSampleApp * Add Virtusize#productDataCheck that return a Boolean value * Setup SNS authentication * Adjust the VirtusizeSampleApp layout * Use versions.catalog * Apply ktlint * Use lazy * Rename a VirtusizeButtonUiState * Move the code inside viewModelScope * Create a reuse function createBundle
* [NSDK-184] Hotfix - Update README.md and Gradle Build Files (#101) * Update docs for 2.5.5 * Update README.md * Remove unused code * Update deploy.gradle * Remove unnecessary gradle property * Remove unused dependencies * Update publications setup * Remove android.nonTransitiveRClass=false * Declare the correct path for resources * Update build.gradle * Update gradle version * Fix ktlint errors * Fix string resource import paths * Fix ktlint errors * Update pull_request_template.md * Implement the VirtusizeButton wrapper in Compose * Use VirtusizeColors * Add comments * Modify a comment * Make VirtusizeButtonColors constructor internal * Change it back to data class * Add Preview * Remove AndroidViewVirtusizeButton --------- Co-authored-by: Bago <b.ourognao@gmail.com>
* [NSDK-184] Hotfix - Update README.md and Gradle Build Files (#101) * Update docs for 2.5.5 * Update README.md * Remove unused code * Update deploy.gradle * Remove unnecessary gradle property * Remove unused dependencies * Update publications setup * Remove android.nonTransitiveRClass=false * Declare the correct path for resources * Update build.gradle * Update gradle version * Fix ktlint errors * Fix string resource import paths * Fix ktlint errors * Update pull_request_template.md * Implement the VirtusizeButton wrapper in Compose * Use VirtusizeColors * Add comments * Modify a comment * Make VirtusizeButtonColors constructor internal * Change it back to data class * Add Preview * Remove AndroidViewVirtusizeButton * Implement the VirtusizeInpageMini wrapper in Compose * Fix a typo * Change the default color * Fix merge error * Use getOrPut * Apply ktlint * Add comments * Fix rebase error * Apply ktlint * Add preview * Make the preview private --------- Co-authored-by: Bago <b.ourognao@gmail.com>
) * [NSDK-184] Hotfix - Update README.md and Gradle Build Files (#101) * Update docs for 2.5.5 * Update README.md * Remove unused code * Update deploy.gradle * Remove unnecessary gradle property * Remove unused dependencies * Update publications setup * Remove android.nonTransitiveRClass=false * Declare the correct path for resources * Update build.gradle * Update gradle version * Fix ktlint errors * Fix string resource import paths * Fix ktlint errors * Update pull_request_template.md * Implement the VirtusizeButton wrapper in Compose * Implement the VirtusizeInpageMini wrapper in Compose * Fix a typo * Change the default color * Implement the VirtusizeInPageStandard wrapper in Compose * Implement the VirtusizeButton wrapper in Compose * Use VirtusizeColors * Add comments * Implement the VirtusizeInpageMini wrapper in Compose * Fix a typo * Change the default color * Fix merge error * Fix merge errors * Modify a comment * Implement the VirtusizeInpageMini wrapper in Compose * Fix a typo * Change the default color * Fix merge error * Use getOrPut * Apply ktlint * Add comments * Fix rebase error * Add comments * Make VirtusizeButtonColors constructor internal * Change it back to data class * Implement the VirtusizeInpageMini wrapper in Compose * Fix a typo * Change the default color * Fix merge error * Use getOrPut * Apply ktlint * Add comments * Fix rebase error * Apply ktlint * Apply ktlint * Add Preview * Implement the VirtusizeInpageMini wrapper in Compose * Fix a typo * Change the default color * Fix merge error * Use getOrPut * Apply ktlint * Add comments * Fix rebase error * Apply ktlint * Add preview * Remove AndroidViewVirtusizeButton * Implement the VirtusizeInpageMini wrapper in Compose * Fix a typo * Change the default color * Fix merge error * Use getOrPut * Apply ktlint * Add comments * Fix rebase error * Apply ktlint * Add preview * Add preview * Make the preview private --------- Co-authored-by: Bago <b.ourognao@gmail.com>
* Use Virtusize.getInstance() * Change the default colors of VirtusizeButton * Update READMEs * Update CHANGELOG.md * Fix README-COMPOSE.md * Fix README * Fix README * Fix the link * Fix typos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🔗 Related Links
➡️ To Be
[NSDK-190] Migrate Build Configuration from Groovy to Kotlin (#102)
[NSDK-189] Jetpack Compose VirtusizeButton (#103)
[NSDK-193] Jetpack Compose AndroidView For VirtusizeButton (#104)
[NSDK-194] Jetpack Compose AndroidView For VirtusizeInPageMini (#107)
[NSDK-195] Jetpack Compose AndroidView For VirtusizeInPageStandard (#106)
[NSDK-196] Update README for Jetpack Compose UI Components (#108)
Bump version to 2.6.0
☑️ Checklist
Log.d
etc are removedDEV REVIEW