Commit graph

2397 commits

Author SHA1 Message Date
Andy Scherzinger
0f3100bd0a
Merge pull request #1788 from nextcloud/dependabot/gradle/org.robolectric-robolectric-4.10.2
build(deps): Bump org.robolectric:robolectric from 4.10 to 4.10.2
2023-05-18 10:13:59 +02:00
Nextcloud bot
2dbc1681f8
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-18 02:31:20 +00:00
dependabot[bot]
9661b627b5
build(deps): Bump org.robolectric:robolectric from 4.10 to 4.10.2
Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.10 to 4.10.2.
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.10...robolectric-4.10.2)

---
updated-dependencies:
- dependency-name: org.robolectric:robolectric
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-16 19:23:17 +02:00
Andy Scherzinger
2e57a7d87a
Merge pull request #1779 from nextcloud/dependabot/gradle/org.mockito-mockito-core-5.3.1
build(deps): Bump org.mockito:mockito-core from 5.3.0 to 5.3.1
2023-05-16 19:21:52 +02:00
dependabot[bot]
baec4126a9
build(deps): Bump androidx.fragment:fragment from 1.5.6 to 1.5.7
Bumps androidx.fragment:fragment from 1.5.6 to 1.5.7.

---
updated-dependencies:
- dependency-name: androidx.fragment:fragment
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-16 19:19:19 +02:00
dependabot[bot]
74e65d1963
build(deps): Bump androidx.core:core-splashscreen from 1.0.0 to 1.0.1
Bumps androidx.core:core-splashscreen from 1.0.0 to 1.0.1.

---
updated-dependencies:
- dependency-name: androidx.core:core-splashscreen
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-16 18:51:35 +02:00
Andy Scherzinger
765d456740
Merge pull request #1793 from nextcloud/dependabot/gradle/androidx.core-core-ktx-1.10.1
build(deps): Bump androidx.core:core-ktx from 1.10.0 to 1.10.1
2023-05-16 18:15:17 +02:00
Andy Scherzinger
5fcaa6ddd7
Merge pull request #1789 from nextcloud/dependabot/gradle/com.google.android.material-material-1.9.0
build(deps): Bump com.google.android.material:material from 1.8.0 to 1.9.0
2023-05-16 18:07:58 +02:00
dependabot[bot]
d32acf871f
build(deps): Bump com.github.nextcloud.android-common:ui
Bumps [com.github.nextcloud.android-common:ui](https://github.com/nextcloud/android-common) from 0.8.0 to 0.10.0.
- [Release notes](https://github.com/nextcloud/android-common/releases)
- [Commits](https://github.com/nextcloud/android-common/compare/0.8.0...0.10.0)

---
updated-dependencies:
- dependency-name: com.github.nextcloud.android-common:ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-15 02:09:17 +00:00
dependabot[bot]
fbe34bbd09
build(deps): Bump androidx.core:core-ktx from 1.10.0 to 1.10.1
Bumps androidx.core:core-ktx from 1.10.0 to 1.10.1.

---
updated-dependencies:
- dependency-name: androidx.core:core-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-11 02:01:33 +00:00
dependabot[bot]
3fd7e37694
build(deps): Bump com.google.android.material:material
Bumps [com.google.android.material:material](https://github.com/material-components/material-components-android) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/material-components/material-components-android/releases)
- [Commits](https://github.com/material-components/material-components-android/compare/1.8.0...1.9.0)

---
updated-dependencies:
- dependency-name: com.google.android.material:material
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-05 02:01:44 +00:00
dependabot[bot]
908ecbd609
build(deps): Bump org.mockito:mockito-core from 5.3.0 to 5.3.1
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.3.0 to 5.3.1.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.3.0...v5.3.1)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-24 02:09:06 +00:00
tobiasKaminsky
d22093ff60 Streamline commons version
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-04-17 15:33:39 +02:00
Andy Scherzinger
ec519d94e3
bump robolectric to min 24
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-04-17 14:22:50 +02:00
tobiasKaminsky
05cfad76e1
Set minSdkVersion to 24 + remove checks
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-04-17 14:22:50 +02:00
dependabot[bot]
437e63c06c
build(deps): Bump org.robolectric:robolectric from 4.9.2 to 4.10
Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.9.2 to 4.10.
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.9.2...robolectric-4.10)

---
updated-dependencies:
- dependency-name: org.robolectric:robolectric
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-12 06:22:47 +00:00
dependabot[bot]
dcec2bafb9
build(deps): Bump org.mockito:mockito-core from 5.2.0 to 5.3.0
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.2.0...v5.3.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-12 02:03:00 +00:00
Álvaro Brey
cbddf41836 chore: Increment minor version on main branch with fastlane incrementVersion type:minor
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2023-04-11 13:38:30 +02:00
dependabot[bot]
57eb577479
build(deps): Bump androidx.core:core-ktx from 1.9.0 to 1.10.0
Bumps androidx.core:core-ktx from 1.9.0 to 1.10.0.

---
updated-dependencies:
- dependency-name: androidx.core:core-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-11 09:35:05 +00:00
Andy Scherzinger
5cab30bcf1
reformat for 120 characters line length
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-04-11 10:53:23 +02:00
Stefan Niedermann
fc4ed90d2f feat(theming): Reduce dependence on colorPrimary
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2023-04-11 10:04:23 +02:00
Stefan Niedermann
2b57ad6d3c feat(theming): Bump nextcloud-common to 0.8.0
Follow-Up to https://github.com/nextcloud/notes-android/pull/1680

Signed-off-by: Stefan Niedermann <info@niedermann.it>
2023-04-11 10:04:23 +02:00
Stefan Niedermann
9e62f96e55 feat(theming): Align theming closer to files app
Fix navigation view background

Follow-Up to https://github.com/nextcloud/notes-android/pull/1680

Signed-off-by: Stefan Niedermann <info@niedermann.it>
2023-04-11 10:04:23 +02:00
Stefan Niedermann
8eb9890c8a feat(theming): Align theming closer to files app
Follow-Up to https://github.com/nextcloud/notes-android/pull/1680

Signed-off-by: Stefan Niedermann <info@niedermann.it>
2023-04-11 10:04:23 +02:00
Stefan Niedermann
1dbde30c46 feat(theming): Align theming closer to files app
Follow-Up to https://github.com/nextcloud/notes-android/pull/1680

Signed-off-by: Stefan Niedermann <info@niedermann.it>
2023-04-11 10:04:23 +02:00
Andy Scherzinger
6b336e4ddd
Merge pull request #1753 from nextcloud/fix-category-colors
fix(theming): Fix category theming
2023-04-08 09:45:16 +02:00
Stefan Niedermann
51074e6a1e fix(theming): Fix category theming
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2023-04-07 15:24:20 +02:00
Stefan Niedermann
c443381acd fix(i18n): Adjust links to transifex
https://help.nextcloud.com/t/transifex-announcement-web-applications-domain-change/159445

Signed-off-by: Stefan Niedermann <info@niedermann.it>
2023-04-05 11:35:41 +02:00
dependabot[bot]
68421456d6
build(deps): Bump com.android.tools:desugar_jdk_libs from 2.0.2 to 2.0.3
Bumps [com.android.tools:desugar_jdk_libs](https://github.com/google/desugar_jdk_libs) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/google/desugar_jdk_libs/releases)
- [Changelog](https://github.com/google/desugar_jdk_libs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/desugar_jdk_libs/commits)

---
updated-dependencies:
- dependency-name: com.android.tools:desugar_jdk_libs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-03 02:05:16 +00:00
Andy Scherzinger
b23f3c5c50
Merge pull request #1720 from nextcloud/chore/noid/buildToolsVersion3302
chore: Bump buildToolsVersion from 31.0.0 to 33.0.2
2023-03-27 10:55:16 +02:00
Tobias Kaminsky
91300f18ee
Merge pull request #1723 from nextcloud/dependabot/gradle/androidx.lifecycle-lifecycle-viewmodel-ktx-2.6.1
build(deps): Bump androidx.lifecycle:lifecycle-viewmodel-ktx from 2.6.0 to 2.6.1
2023-03-27 10:52:26 +02:00
tobiasKaminsky
7c9fba4133
Not needed anymore to specify it
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-03-27 10:41:58 +02:00
dependabot[bot]
e3d4ee9598
build(deps): Bump androidx.lifecycle:lifecycle-viewmodel-ktx
Bumps androidx.lifecycle:lifecycle-viewmodel-ktx from 2.6.0 to 2.6.1.

---
updated-dependencies:
- dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-27 08:22:19 +00:00
Tobias Kaminsky
8383ca3ef4
Merge pull request #1721 from nextcloud/dependabot/gradle/androidx.work-work-runtime-2.8.1
build(deps): Bump androidx.work:work-runtime from 2.8.0 to 2.8.1
2023-03-27 10:19:05 +02:00
Tobias Kaminsky
fdfc330d0a
Merge pull request #1722 from nextcloud/dependabot/gradle/roomVersion-2.5.1
build(deps): Bump roomVersion from 2.5.0 to 2.5.1
2023-03-27 10:18:50 +02:00
Tobias Kaminsky
ff1b8b89ea
Merge pull request #1724 from nextcloud/dependabot/gradle/androidx.fragment-fragment-1.5.6
build(deps): Bump androidx.fragment:fragment from 1.5.5 to 1.5.6
2023-03-27 10:18:15 +02:00
Stefan Niedermann
b790d2115b chore: Remove unused flavors from .gitignore
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2023-03-24 20:51:40 +01:00
dependabot[bot]
bcc3809fe4
build(deps): Bump androidx.fragment:fragment from 1.5.5 to 1.5.6
Bumps androidx.fragment:fragment from 1.5.5 to 1.5.6.

---
updated-dependencies:
- dependency-name: androidx.fragment:fragment
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-23 03:05:43 +00:00
dependabot[bot]
d91d124c6c
build(deps): Bump roomVersion from 2.5.0 to 2.5.1
Bumps `roomVersion` from 2.5.0 to 2.5.1.

Updates `androidx.room:room-runtime` from 2.5.0 to 2.5.1

Updates `androidx.room:room-compiler` from 2.5.0 to 2.5.1

---
updated-dependencies:
- dependency-name: androidx.room:room-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.room:room-compiler
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-23 03:05:34 +00:00
dependabot[bot]
51aaad3f48
build(deps): Bump androidx.work:work-runtime from 2.8.0 to 2.8.1
Bumps androidx.work:work-runtime from 2.8.0 to 2.8.1.

---
updated-dependencies:
- dependency-name: androidx.work:work-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-23 03:05:26 +00:00
Andy Scherzinger
b24c5e1dfd
chore: Bump buildToolsVersion from 31.0.0 to 33.0.2
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-03-22 09:44:41 +01:00
Andy Scherzinger
03735a423e
Merge pull request #1704 from nextcloud/dependabot/gradle/androidx.lifecycle-lifecycle-viewmodel-ktx-2.6.0
build(deps): Bump androidx.lifecycle:lifecycle-viewmodel-ktx from 2.5.1 to 2.6.0
2023-03-22 09:37:09 +01:00
Andy Scherzinger
f9fa0ae58f
Merge pull request #1711 from nextcloud/dependabot/gradle/glideVersion-4.15.1
build(deps): Bump glideVersion from 4.15.0 to 4.15.1
2023-03-22 09:33:23 +01:00
Andy Scherzinger
54444aec3a
Merge pull request #1705 from nextcloud/dependabot/gradle/androidx.recyclerview-recyclerview-1.3.0
build(deps): Bump androidx.recyclerview:recyclerview from 1.2.1 to 1.3.0
2023-03-22 09:31:33 +01:00
dependabot[bot]
7dfe85a1ed
build(deps): Bump glideVersion from 4.15.0 to 4.15.1
Bumps `glideVersion` from 4.15.0 to 4.15.1.

Updates `com.github.bumptech.glide:glide` from 4.15.0 to 4.15.1
- [Release notes](https://github.com/bumptech/glide/releases)
- [Commits](https://github.com/bumptech/glide/compare/v4.15.0...v4.15.1)

Updates `com.github.bumptech.glide:compiler` from 4.15.0 to 4.15.1
- [Release notes](https://github.com/bumptech/glide/releases)
- [Commits](https://github.com/bumptech/glide/compare/v4.15.0...v4.15.1)

---
updated-dependencies:
- dependency-name: com.github.bumptech.glide:glide
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.github.bumptech.glide:compiler
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-22 08:20:33 +00:00
dependabot[bot]
31e158a919
build(deps): Bump com.github.nextcloud.android-common:ui
Bumps com.github.nextcloud.android-common:ui from 0.6.0 to 0.7.0.

---
updated-dependencies:
- dependency-name: com.github.nextcloud.android-common:ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-22 08:11:46 +00:00
Stefan Niedermann
ad74c63fc7 fix(launcher): Fix missing monochrome icon (#1715)
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2023-03-22 08:17:27 +01:00
dependabot[bot]
ab505b38fc
build(deps): Bump org.mockito:mockito-core from 5.1.1 to 5.2.0
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.1.1 to 5.2.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.1.1...v5.2.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-10 03:04:16 +00:00
dependabot[bot]
d58ea3a47f
build(deps): Bump androidx.recyclerview:recyclerview from 1.2.1 to 1.3.0
Bumps androidx.recyclerview:recyclerview from 1.2.1 to 1.3.0.

---
updated-dependencies:
- dependency-name: androidx.recyclerview:recyclerview
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-09 03:05:46 +00:00
dependabot[bot]
6926fd8e1b
build(deps): Bump androidx.lifecycle:lifecycle-viewmodel-ktx
Bumps androidx.lifecycle:lifecycle-viewmodel-ktx from 2.5.1 to 2.6.0.

---
updated-dependencies:
- dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-09 03:05:40 +00:00