Skip to content

Releases: nimblehq/android-templates

3.10.0

29 Jul 10:15
f89c79e
Compare
Choose a tag to compare

⭐ Features

  • [#241] Update kscript for app name argument

🧹 Chores

  • [#244] Rename CoroutineTemplate to template
  • [#240] Remove sample code from template folder

3.9.0

04 Jul 02:21
2f06ee0
Compare
Choose a tag to compare

⭐ Features

  • [#210][#211] Update verify script and documentation

🧹 Chores

  • [#100] Add new workflow to generate release note and version tag automatically
  • [#172] Add section for voting process to Wiki
  • [#217] Increase timeout in OkHttpClient to 30 seconds
  • [CHORE] Bump version to 3.9.0

🐞 Bugs

  • [#233] Enable isMinifyEnabled for data
  • Support light/dark logo on README
  • [#237] Set a fixed version for kotlin and script

3.8.0

02 Jun 10:12
c6b33b9
Compare
Choose a tag to compare

Features

  • [#197] [KScript] As a developer, I can execute new_project.kts
  • [#198] [KScript] As a developer, I can pass arguments
  • [#199] [KScript] Show error message for missing/invalid arguments
  • [#200] [KScript] Initialize project folder
  • [#201] [KScript] Clean project folder
  • [#202] [KScript] Prepare function to rename folder structures
  • [#203] [KScript] Rename folder structure for app, data & domain
  • [#204] [KScript] Rename folder structure for androidTest
  • [#205] [KScript] Rename folder structure for test
  • [#206] [KScript] Rename package name within files
  • [#207] [KScript] Rename app name in strings.xml
  • [#208] [KScript] Rename application class
  • [#209] [KScript] Run Gradle scripts

Chores

  • [Chore] Bump nokigiri from 1.13.4 to 1.13.6

Bugs

  • [#222] Fix corrupted debug.keystore after renaming

3.7.0

05 May 05:08
d4b37c0
Compare
Choose a tag to compare

Features

  • [#169] Add Jacoco to CoroutineTemplate

Chores

  • [Chore] Bump version to 3.7.0
  • [Chore] Bump nokigiri from 1.13.3 to 1.13.4
  • [Chore] Bump git from 1.9.1 to 1.11.0
  • [Chore] Correct project's maintainers info
  • [#171] Remove checkStyle
  • [#173] Deprecate RxJavaTemplate folder
  • [#184] Add debug keystore config for CI to CoroutinteTemplate

Bugs

  • [#168] Fix: Detekt for CoroutineTemplate
  • [#179] Fix: incorrect Jacoco coverage report after migrating to Kotlin DSL

3.6.0

31 Mar 11:03
5b33e49
Compare
Choose a tag to compare

Chores

  • [Chore] Bump nokogiri from 1.12.5 to 1.13.3
  • [Chore] Bump version to 3.6.0
  • [Chore] Add missing members to CODEOWNERS
  • [Chore] Update the project's maintainers info
  • [#121] Add Wiki content for must-have and nice-to-have features
  • [#155] Replace deprecated JCenter with Maven
  • [#157] Fix resources to minimize Danger warnings

Bugs

  • [#165] Fix error in Github actions workflow

3.4.0

31 Jan 08:33
038623b
Compare
Choose a tag to compare

Chores

[#148] Add android-common-ktx library #149
[#146] Add RFC template #150
[#133] Adding the test step for the newproject.sh test script #151
[Chore] Bump version to 3.4.0 #152

3.3.0

18 Jan 11:17
98ecdbc
Compare
Choose a tag to compare

Features

[#111] Gradle scripts with Kotlin DSL - Part 2 (Coroutine Template) #138
[111] Gradle scripts with Kotlin DSL - Part 3 (Jacoco and Checkstyle gradle) #145

Chores

[chore] Bump version to 3.3.0 #142
[chore] Adjust code format #143
[#83] Setup the unit testing part for Coroutine Template #139
[#124] Update GitHub Action workflows to follow team convention #144

3.2.0

02 Nov 03:20
b117984
Compare
Choose a tag to compare

https://github.com/nimblehq/android-templates/milestone/5

Features

[#111] Gradle scripts with Kotlin DSL - Part 1 #116
[#126] Add new workflow for automatic code review using Danger with Github Action #129
[#127] Add new workflow for automatic code review using Danger with Bitrise #130

Chores

[#128] Bump version to 3.2.0 for development #128
[#119] Add action to publish docs to Wiki #120
[#131] Clean Architecture rules in Coroutine template #132
[#135] Update usage description to match require parameters when executing the script to init project #136
[#83] Setup unit testing for Fragment in RxJavaTemplate #137

3.1.0

31 Aug 08:51
2232710
Compare
Choose a tag to compare

https://github.com/nimblehq/android-templates/milestone/4

Release Notes

Features

  • #86 Get started with Jetpack Compose
  • #87 Integrate Flow to CoroutinesTemplate
  • #98 Add BaseSharedPreferences

Chores

  • #95 Add UI tests to RxJavaTemplate
  • #105 Update to use the latest working Mockito library for RxJavaTemplate
  • #112 Create a Github template for the release PRs
  • #117 Add Proxyman configurations to intercept requests/responses
  • #122 Add Story template

Bugs

N/A

3.0.0

01 Jul 02:17
68ad935
Compare
Choose a tag to compare

Release notes:

  • Support 2 templates: RxJava and Coroutine
  • Support Edge-to-edge
  • Script to init project from the templates
  • CICD template for Github Actions and Bitrise