Releases: nextcloud/android-common
Releases · nextcloud/android-common
0.7.0
What's Changed
- build(deps): bump gradle/gradle-build-action from 2.3.3 to 2.4.0 by @dependabot in #81
- build(deps): bump gradle/wrapper-validation-action from 1.0.5 to 1.0.6 by @dependabot in #80
- build(deps): bump github/codeql-action from 2.2.4 to 2.2.5 by @dependabot in #83
- build(deps): bump com.diffplug.spotless from 6.15.0 to 6.16.0 by @dependabot in #84
- 🔄 synced file(s) with nextcloud/android-config by @nextcloud-android-bot in #85
- build(deps): bump github/codeql-action from 2.2.5 to 2.2.6 by @dependabot in #87
- 🔄 synced file(s) with nextcloud/android-config by @nextcloud-android-bot in #86
- build(deps): bump com.diffplug.spotless from 6.16.0 to 6.17.0 by @dependabot in #88
- 🔄 synced file(s) with nextcloud/android-config by @nextcloud-android-bot in #89
- Bump kotlinVersion from 1.8.0 to 1.8.10 by @dependabot in #57
- Fix toolbar trailing icon tinting by @AndyScherzinger in #90
Full Changelog: 0.6.0...0.7.0
0.6.0
What's Changed
- Bump daggerVersion from 2.44.2 to 2.45 by @dependabot in #62
- 🔄 synced file(s) with nextcloud/android-config by @nextcloud-android-bot in #75
- feat(theming): Add support for ExtendedFloatingActionButton (#67) by @stefan-niedermann in #68
- 🔄 synced file(s) with nextcloud/android-config by @nextcloud-android-bot in #76
- feat(theming): Optional icon coloring for navigationView (#64), support for rounded corners (#66) by @stefan-niedermann in #69
- feat(theming): Support BottomNavigationView (#70) by @stefan-niedermann in #71
- feat(ui): Add more color roles to ColorRole by @AlvaroBrey in #77
- feat(ui): Allow selecting color role for text highlight by @AlvaroBrey in #78
New Contributors
- @stefan-niedermann made their first contribution in #68
Full Changelog: 0.5.0...0.6.0
0.5.0
What's Changed
- 🔄 Synced file(s) with nextcloud/android-config by @nextcloud-android-bot in #46
- 🔄 synced file(s) with nextcloud/android-config by @nextcloud-android-bot in #47
- 🔄 synced file(s) with nextcloud/android-config by @nextcloud-android-bot in #48
- Update AGP to 7.4.0 and Gradle to 7.5.1 by @AlvaroBrey in #49
- 🔄 synced file(s) with nextcloud/android-config by @nextcloud-android-bot in #51
- Bump com.diffplug.spotless from 6.12.0 to 6.13.0 by @dependabot in #50
- 🔄 synced file(s) with nextcloud/android-config by @nextcloud-android-bot in #52
- Bump com.diffplug.spotless from 6.13.0 to 6.14.0 by @dependabot in #54
- 🔄 synced file(s) with nextcloud/android-config by @nextcloud-android-bot in #55
- Bump kotlinVersion from 1.7.22 to 1.8.0 by @dependabot in #45
- Bump com.diffplug.spotless from 6.14.0 to 6.14.1 by @dependabot in #58
- Add jitpack.yml to specify Java 11 by @AlvaroBrey in #60
- 🔄 synced file(s) with nextcloud/android-config by @nextcloud-android-bot in #61
- 🔄 synced file(s) with nextcloud/android-config by @nextcloud-android-bot in #63
- Bump github/codeql-action from 2.2.1 to 2.2.4 by @dependabot in #73
- Bump actions/setup-java from 3.9.0 to 3.10.0 by @dependabot in #74
- Bump com.diffplug.spotless from 6.14.1 to 6.15.0 by @dependabot in #72
- ui: Utilities to color with unchanged primary color as background by @AlvaroBrey in #59
Full Changelog: 0.4.0...0.5.0
0.4.0
What's Changed
- Bump org.jetbrains.kotlin.android from 1.7.20 to 1.7.21 by @dependabot in #23
- Bump org.jetbrains.kotlin.kapt from 1.7.20 to 1.7.21 by @dependabot in #24
- Bump daggerVersion from 2.44 to 2.44.1 by @dependabot in #25
- Bump daggerVersion from 2.44.1 to 2.44.2 by @dependabot in #26
- Bump io.gitlab.arturbosch.detekt from 1.21.0 to 1.22.0 by @dependabot in #27
- Bump com.diffplug.spotless from 6.11.0 to 6.12.0 by @dependabot in #28
- Bump org.jetbrains.kotlin.kapt from 1.7.21 to 1.7.22 by @dependabot in #30
- Bump org.jetbrains.kotlin.android from 1.7.21 to 1.7.22 by @dependabot in #29
- 🔄 Synced file(s) with nextcloud/android-config by @nextcloud-android-bot in #31
- 🔄 Synced file(s) with nextcloud/android-config by @nextcloud-android-bot in #32
- Pin Github Actions versions by @tobiasKaminsky in #33
- 🔄 Synced file(s) with nextcloud/android-config by @nextcloud-android-bot in #34
- Bump error_prone_annotations from 2.16 to 2.17.0 by @dependabot in #38
- Bump actions/stale from 6.0.1 to 7.0.0 by @dependabot in #35
- Bump actions/upload-artifact from 3.1.1 to 3.1.2 by @dependabot in #42
- Bump actions/checkout from 3.2.0 to 3.3.0 by @dependabot in #41
- Build: use single ext variable for both kotlin plugins version by @AlvaroBrey in #43
- Update material color code to latest version: 14th Dec 2022, 6:39 PM GMT+1 by @AndyScherzinger in #40
- Bump error_prone_annotations from 2.17.0 to 2.18.0 by @dependabot in #44
Full Changelog: 0.3.0...0.4.0
0.3.0: Merge pull request #22 from nextcloud/fix/parsecolor-illegalarg
ui: ColorUtil: handle invalid colors in parseColorOrFallback
0.2.0: ui: more theming utilities (for Files) (#7)
Introduces a bunch of new theming functions for common Android and Androidx components Files PR: https://github.com/nextcloud/android/pull/10717 Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com> Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> Co-authored-by: Andy Scherzinger <info@andy-scherzinger.de>