Skip to content
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

feat: release 0.4.0 #18

Merged
merged 5 commits into from
Feb 20, 2024
Merged

feat: release 0.4.0 #18

merged 5 commits into from
Feb 20, 2024

Conversation

igordanilcenko
Copy link
Contributor

@igordanilcenko igordanilcenko commented Feb 19, 2024

Fixed the exported activity bug when starting them with a wrong payload can cause a crash.

Additionally cleaned and improved the code base:

  • Updated README.md and removed obsolete information (some parts of text marked as outdated)
  • Updated Kotlin version to 1.9.22
  • Updated libs versions
  • Increased lib and sample app versions to 0.4.0
  • Added the .serializable() extension for safely retrieving data from bundle
  • Fixed some warnings
  • Cleaned up code

update kotlin version to '1.9.22',
update libs versions,
increase lib and sample app versions to 0.2.8,
fix some warnings and clean up code
object SandBox : Environment("https://a.yat.fyi/", "https://yat.fyi/")

object Production : Environment("https://a.y.at/", "https://y.at/")
data object SandBox : Environment("https://a.yat.fyi/", "https://yat.fyi/")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This environment is for internal use only. It should't be a part of the framework.

README.md Outdated
delegate = this,
yatRecords = yatRecords
environment = YatIntegration.Environment.SandBox, // Choose between SandBox and Production

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

User can configure the framework to connect with his own server. So there is more options than only sandbox and production.

build.gradle Outdated
ext.agp_version = "8.2.2"
ext.kotlin_version = "1.9.22"

ext.versionNumber = "0.2.8"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new version of the framework is 0.2.8 but in the commit message you mention that it is 2.8.0. Please align those values.

@igordanilcenko igordanilcenko changed the title feat: release 2.8.0 feat: release 0.2.8 Feb 20, 2024
@igordanilcenko igordanilcenko merged commit 4f40977 into main Feb 20, 2024
@igordanilcenko igordanilcenko deleted the release/2.8.0 branch February 21, 2024 11:25
@igordanilcenko igordanilcenko changed the title feat: release 0.2.8 feat: release 0.4.0 Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants