Skip to content

Releases: nimblehq/android-templates

3.28.0

04 Apr 10:38
142a13c
Compare
Choose a tag to compare
  • [Release] 3.28.0

🧹 Chores

  • [#490] Add release note for Codemagic CD workflow

3.27.0

09 Jan 03:37
8970fa7
Compare
Choose a tag to compare
  • [Release] 3.27.0

⭐ Features

  • [#548] Prepare initial setup for deep-link
  • [#547] Define "results" for the "Up" navigation to deliver result to previous screens
  • [#552] Improve the base navigation with a "MainNavGraph"

🧹 Chores

  • [Chore] Bump version to 3.27.0

3.26.0

06 Dec 03:00
c183baa
Compare
Choose a tag to compare
  • [Release] 3.26.0

⭐ Features

  • [#509] [Script] Add --stacktrace parameter in the command executions to provide a full stack trace for debugging

🧹 Chores

  • [#549] Refactor: data module packages
  • [Chore] Bump version to 3.26.0

3.25.0

31 Oct 08:33
1958f2a
Compare
Choose a tag to compare
  • [Release] 3.25.0

⭐ Features

  • [#535] Add asStateFlow to the StateFlow variables in ViewModel class
  • [#543] Add default spacing definition in app dimensions

🧹 Chores

  • [#462] Update GitHub workflows to use concurrency
  • [#503] Deprecate the XML template
  • [#502] Remove Bump version XML step from Bump version workflow
  • [#500] The "Checkout" step in "bump_version" workflow does not need to set a custom token
  • [Chore] Bump version to 3.25.0

🐞 Bugs

  • [#538] Update all workflows to use Java 17
  • [#521] Fix: The bump_version template workflow does NOT work

3.24.0

03 Oct 02:47
e0136b9
Compare
Choose a tag to compare
  • [Release] 3.24.0

⭐ Features

  • [#515] [KMM Support] Refactor package names (reopen)
  • [#513] [KMM Support] Migrate to Gradle 8
  • [#512] [KMM Support] Update Kotlin DSL build dependencies & plugins configuration

🧹 Chores

  • [Chore] Bump version to 3.24.0

3.23.0

15 Sep 02:35
832b35e
Compare
Choose a tag to compare
  • [Release] 3.23.0

🧹 Chores

  • [#470] Migrate to Kover 0.7.0
  • [Chore] Bump version to 3.23.0

🐞 Bugs

  • [#496] Distribute app without Firebase integration

3.22.0

03 Aug 02:48
6683929
Compare
Choose a tag to compare
  • [Release] 3.22.0

⭐ Features

  • [#448] [Part2] sample yaml file for codemagic
  • [#448][Part1/2] Initiate codemagic script and implement unit test script for PR and Push event

🧹 Chores

  • [#485] Update import libraries from mavenCentral if possible
  • [#454] Update generating project example script to be in Fenced Code Block
  • [Chore] Bump version to 3.22.0

🐞 Bugs

  • [#485] Fix repositories import syntax to be in Kotlin format for maven Jitpack
  • [#479] Fix: Moshi @JSON annotation does not work properly on the release build

3.21.0

03 Jul 09:07
70d21ad
Compare
Choose a tag to compare
  • [Release] 3.21.0

⭐ Features

  • [#436] Add an argument to specify output folder location to new_project.kts script
  • [#433] Remove new project folder if new_project.kts fails

🧹 Chores

  • [#428] [Chore] Update composables to have a Modifier parameter with default value
  • [#360] Migrate the deploy to Firebase workflow to use Service Account instead of Firebase Token
  • [#464] [Compose] Update Kover's exclusion config
  • [Chore] Bump version to 3.21.0

🐞 Bugs

  • [#419] [Bug] Prevent the toast for first time app launch from reappearing after navigating back from the second screen

3.20.0

01 Jun 04:02
e552114
Compare
Choose a tag to compare
  • [Release] 3.20.0

⭐ Features

  • [#465] [Compose] Optimize to test "SharedFlow" execution in Composable with Robolectric

🧹 Chores

  • [#437] Add red cross emoji to error messages when new_project.kts fails
  • [#299] [Sample] Add UI tests for XML sample code
  • [Chore] Bump version to 3.20.0

🐞 Bugs

  • [#455] Add checkout repository step to the workflow

3.19.0

05 May 10:11
631991d
Compare
Choose a tag to compare
  • [Release] 3.19.0

⭐ Features

  • [#427] [Compose] Defining a "collectAsEffect" extension for Compose to reduce boilerplate code
  • [#425] [Kotlin Flow] Using "launchIn" instead of "collect" for collecting Flows in ViewModel

🧹 Chores

  • [Chore] Bump version to 3.19.0
  • Bump nokogiri from 1.13.10 to 1.14.3