Releases: nimblehq/android-templates
3.10.0
3.9.0
3.8.0
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
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
3.6.0
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
3.3.0
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
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
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
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