Releases: kula-app/OnLaunch-Android-Client
Releases · kula-app/OnLaunch-Android-Client
v0.0.8
Features
- add locale to request context (#32) #32 (Philip Niedertscheider)
- ci: add workflow to publish release (Philip Niedertscheider)
Bug Fixes
- deps: update composeuiversion to v1.6.8 (#23) #23 (renovate[bot])
- deps: update dependency androidx.activity:activity-compose to v1.9.1 (#24) #24 (renovate[bot])
- deps: update dependency androidx.compose.material:material to v1.6.8 (#26) #26 (renovate[bot])
- deps: update dependency androidx.core:core-ktx to v1.13.1 (#27) #27 (renovate[bot])
- deps: update dependency androidx.test.espresso:espresso-core to v3.6.1 (#30) #30 (renovate[bot])
- deps: update dependency androidx.test.ext:junit to v1.2.1 (#31) #31 (renovate[bot])
- deps: update dependency com.google.android.material:material to v1.12.0 (#35) #35 (renovate[bot])
- deps: update dependency androidx.appcompat:appcompat to v1.7.0 (#25) #25 (renovate[bot])
- deps: update dependency androidx.datastore:datastore-preferences to v1.1.1 (#28) #28 (renovate[bot])
- deps: update dependency androidx.lifecycle:lifecycle-runtime-ktx to v2.8.4 (#29) #29 (renovate[bot])
- deps: update retrofit monorepo to v2.11.0 (#37) #37 (renovate[bot])
- ci: change setup-java version to 21 (Philip Niedertscheider)
Chores
- ci: add renovate.json (#1) #1 (renovate[bot])
- deps: update dependency gradle to v7.6.4 (#19) #19 (renovate[bot])
- deps: update plugin io.github.gradle-nexus.publish-plugin to v1.3.0 (#20) #20 (renovate[bot])
- ci: add workflow for build, test and lint (#33) #33 (Philip Niedertscheider)
- ci: add configuration for Kodiak (Philip Niedertscheider)
- deps: update codecov/codecov-action action to v4.5.0 (#34) #34 (renovate[bot])
- deps: update actions/setup-java action to v4 (#39) #39 (renovate[bot])
- deps: update actions/checkout action to v4 (#38) #38 (renovate[bot])
- deps: update plugin io.github.gradle-nexus.publish-plugin to v2 (#43) #43 (renovate[bot])
- deps: update dependency gradle to v8 (#40) #40 (renovate[bot])
- deps: update plugin com.android.application to v8 (#41) #41 (renovate[bot])
- deps: update plugin com.android.library to v8 (#42) #42 (renovate[bot])
- deps: update plugin org.jetbrains.kotlin.android to v1.9.25; update dependency composeoptions to v1.5.15 (#22) #22 (renovate[bot])
- add tests for OnLaunchConfigurationBuilder (#45) #45 (Damian Jäger)
- bump version to v0.0.8 (Philip Niedertscheider)
v0.0.7
0.0.7
you are required to run OnLaunch v0.8.0+ as it requires the API endpoint v0.2 not available before that version
What's Changed
- added example image for readme by @flohoch in #11
- feat: add rule-based filtering for messages by @DamianJaeger in #17
- feat : add action type OPEN_APP_IN_APP_STORE by @DamianJaeger in #18
Full Changelog: v0.0.6...v0.0.7
v0.0.6
- feat: allow calls to uninitialized onlaunch
- fix: exit OnLaunchActivity if extra not set instead of crashing
v0.0.5
feat: allow calls to uninitialized onlaunch
v0.0.4
chore: bump version name
v0.0.3
chore: rename apiKey to publicKey
v0.0.2
fix: add @SerializedName annotation for all DTO fields
v0.0.1
v0.0.1_1 feat: fix blocking serialized name (#4)