Commit graph

2158 commits

Author SHA1 Message Date
Nextcloud bot
efa8db8e6d
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-04 02:36:44 +00:00
dependabot[bot]
80da2b2530
Build(deps): Bump pl.droidsonroids.gif:android-gif-drawable
Bumps [pl.droidsonroids.gif:android-gif-drawable](https://github.com/koral--/android-gif-drawable) from 1.2.26 to 1.2.27.
- [Release notes](https://github.com/koral--/android-gif-drawable/releases)
- [Changelog](https://github.com/koral--/android-gif-drawable/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/koral--/android-gif-drawable/compare/v1.2.26...v1.2.27)

---
updated-dependencies:
- dependency-name: pl.droidsonroids.gif:android-gif-drawable
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-04 01:39:53 +00:00
dependabot[bot]
0ee669bc1a
Build(deps): Bump org.json:json from 20230227 to 20230618
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20230227 to 20230618.
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)

---
updated-dependencies:
- dependency-name: org.json:json
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-03 12:12:56 +00:00
Andy Scherzinger
35f54c1b2d
Merge pull request #11780 from nextcloud/dependabot/gradle/com.vanniktech-emoji-google-0.17.0
Build(deps): Bump com.vanniktech:emoji-google from 0.16.0 to 0.17.0
2023-07-03 11:51:53 +02:00
Andy Scherzinger
3be7f74dc1
Merge pull request #11781 from nextcloud/dependabot/gradle/com.squareup.leakcanary-leakcanary-android-2.12
Build(deps): Bump com.squareup.leakcanary:leakcanary-android from 2.11 to 2.12
2023-07-03 11:44:14 +02:00
dependabot[bot]
28a914bf55
Build(deps): Bump pl.droidsonroids.gif:android-gif-drawable
Bumps [pl.droidsonroids.gif:android-gif-drawable](https://github.com/koral--/android-gif-drawable) from 1.2.25 to 1.2.26.
- [Release notes](https://github.com/koral--/android-gif-drawable/releases)
- [Changelog](https://github.com/koral--/android-gif-drawable/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/koral--/android-gif-drawable/compare/v1.2.25...v1.2.26)

---
updated-dependencies:
- dependency-name: pl.droidsonroids.gif:android-gif-drawable
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-03 09:11:39 +00:00
Nextcloud bot
e22b178a5f
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-03 02:42:40 +00:00
Nextcloud bot
802d38772d
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-03 02:42:10 +00:00
Nextcloud bot
09e6cf96da
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-02 02:39:05 +00:00
Nextcloud bot
78d5b8b53c
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-02 02:38:36 +00:00
Nextcloud bot
4b0b68b580
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-01 02:35:47 +00:00
Nextcloud bot
49280bb248
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-01 02:35:19 +00:00
Nextcloud bot
891e3745b2
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-30 02:42:43 +00:00
Nextcloud bot
d90ca7338a
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-30 02:42:13 +00:00
dependabot[bot]
003ddc785d
Build(deps): Bump com.squareup.leakcanary:leakcanary-android
Bumps [com.squareup.leakcanary:leakcanary-android](https://github.com/square/leakcanary) from 2.11 to 2.12.
- [Release notes](https://github.com/square/leakcanary/releases)
- [Changelog](https://github.com/square/leakcanary/blob/main/docs/changelog.md)
- [Commits](https://github.com/square/leakcanary/compare/v2.11...v2.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-30 01:53:35 +00:00
ZetaTom
bc16cebfa1
Move strings to strings.xml
Signed-off-by: ZetaTom <70907959+ZetaTom@users.noreply.github.com>
2023-06-29 15:33:48 +02:00
ZetaTom
a8f2ed2659
Fix Overdraw warning for EditImageActivity
Signed-off-by: ZetaTom <70907959+ZetaTom@users.noreply.github.com>
2023-06-29 15:06:09 +02:00
ZetaTom
85311d5afd
Fix SpotBugs increase
- remove background colour from rounded_rect.xml

Signed-off-by: ZetaTom <70907959+ZetaTom@users.noreply.github.com>
2023-06-29 14:41:52 +02:00
ZetaTom
0d2c34dbde
Fix formatting and suppress magic number
- added some comments

Signed-off-by: ZetaTom <70907959+ZetaTom@users.noreply.github.com>
2023-06-29 14:41:52 +02:00
ZetaTom
f8430b34a0
Add contentDescription to image editor controls
- reduce bottom margin of image editor control strip

Signed-off-by: ZetaTom <70907959+ZetaTom@users.noreply.github.com>
2023-06-29 14:41:52 +02:00
ZetaTom
c113861e63
Add image editor
Signed-off-by: ZetaTom <70907959+ZetaTom@users.noreply.github.com>
2023-06-29 14:41:52 +02:00
Nextcloud bot
4f751c7a33
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-29 02:51:38 +00:00
Nextcloud bot
a706fdb72a
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-29 02:51:09 +00:00
ZetaTom
a767dee94c
Only colour logo of non-branded client in PreviewMediaFragment
Signed-off-by: ZetaTom <70907959+ZetaTom@users.noreply.github.com>
2023-06-28 14:19:19 +02:00
ZetaTom
71cbe4f5e0
Fix deprecation
Signed-off-by: ZetaTom <70907959+ZetaTom@users.noreply.github.com>
2023-06-28 14:19:19 +02:00
ZetaTom
30230d37eb
UX fixes for PreviewMediaFragment
- only autoplay videos once
  - e.g. not when returning from external app
- remember playback position on stop
- colour logo to be visible when no audio thumbnail is available

Signed-off-by: ZetaTom <70907959+ZetaTom@users.noreply.github.com>
2023-06-28 14:19:19 +02:00
ZetaTom
fee634623a
Fix download action in PreviewMediaFragment
- allow to download file from actions menu
- hide pin to home screen
- fix exception when returning from external player

Signed-off-by: ZetaTom <70907959+ZetaTom@users.noreply.github.com>
2023-06-28 14:19:19 +02:00
Nextcloud bot
5d524cea35
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-28 02:43:58 +00:00
Nextcloud bot
d34662ca2d
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-28 02:43:29 +00:00
dependabot[bot]
afbaa844cf
Build(deps): Bump com.vanniktech:emoji-google from 0.16.0 to 0.17.0
Bumps [com.vanniktech:emoji-google](https://github.com/vanniktech/Emoji) from 0.16.0 to 0.17.0.
- [Release notes](https://github.com/vanniktech/Emoji/releases)
- [Changelog](https://github.com/vanniktech/Emoji/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vanniktech/Emoji/compare/0.16.0...0.17.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-28 01:57:12 +00:00
Nextcloud bot
822b7026c8
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-27 02:48:52 +00:00
Nextcloud bot
84534b5040
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-27 02:48:22 +00:00
Tobias Kaminsky
c276f165aa daily dev 20230627
Update Nextcloud Android library
2023-06-27 03:40:27 +02:00
Tobias Kaminsky
468a5c2e8c Merge remote-tracking branch 'origin/master' into dev 2023-06-27 03:35:36 +02:00
tobiasKaminsky
d772fe54f5
After successful upload update permission to have correct resharing info
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-06-26 10:31:24 +02:00
Nextcloud bot
2a840d205a
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-26 02:41:04 +00:00
Nextcloud bot
628cc52d94
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-26 02:40:35 +00:00
Nextcloud bot
0337d8654f
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-25 02:39:19 +00:00
Nextcloud bot
e7d78e2d54
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-25 02:38:47 +00:00
Tobias Kaminsky
32a49452ea daily dev 20230625
Update Nextcloud Android library
2023-06-25 03:40:43 +02:00
Tobias Kaminsky
4abc5af18d Merge remote-tracking branch 'origin/master' into dev 2023-06-25 03:35:25 +02:00
Nextcloud bot
00f9eb399b
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-24 02:35:49 +00:00
Nextcloud bot
598f6a2ec4
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-24 02:35:19 +00:00
Nextcloud bot
7c69cbeee1
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-23 03:35:03 +00:00
Nextcloud bot
8eb92d6b89
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-23 03:34:32 +00:00
Nextcloud bot
b6373f3348
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-22 02:42:45 +00:00
Nextcloud bot
fdac5eb70c
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-22 02:42:15 +00:00
Tobias Kaminsky
22baef9e2c daily dev 20230622 2023-06-22 02:36:37 +02:00
Tobias Kaminsky
8cdd8439a9 Merge remote-tracking branch 'origin/master' into dev 2023-06-22 02:31:29 +02:00
ZetaTom
a75af065f9 Fix crash when emptying bin
Signed-off-by: ZetaTom <70907959+ZetaTom@users.noreply.github.com>
2023-06-21 15:59:20 +02:00
tobiasKaminsky
e0ada449b4
Do not show "stream with" option for encrypted files
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-06-21 08:01:45 +02:00
Nextcloud bot
8e00f7ea50
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-21 02:44:57 +00:00
Nextcloud bot
fe4957175a
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-21 02:44:28 +00:00
Tobias Kaminsky
10e4959f91 daily dev 20230621
Build(deps): Bump com.github.nextcloud.android-common:ui
Update 3rd-party dependencies
2023-06-21 02:36:49 +02:00
Tobias Kaminsky
ef75e94f61 Merge remote-tracking branch 'origin/master' into dev 2023-06-21 02:31:36 +02:00
ZetaTom
9124ae8763 Apply requested changes from #11523
Signed-off-by: ZetaTom <70907959+ZetaTom@users.noreply.github.com>
2023-06-20 17:00:33 +02:00
A117870935
9390ad33e8 Added copyright. 2023-06-20 18:18:57 +05:30
A117870935
385320df78 Fixed e2ee dialog crash due to null context. 2023-06-20 18:18:54 +05:30
Andy Scherzinger
e70e262778
Merge pull request #11756 from nextcloud/fix/encrypted-folder-icon
Fix encrypted folder icon
2023-06-20 13:13:38 +02:00
Andy Scherzinger
2e6374e07d
Update test screenshots
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-06-20 11:02:48 +02:00
ZetaTom
464543dcaa
Open bottom sheet as expanded by default
Signed-off-by: ZetaTom <70907959+ZetaTom@users.noreply.github.com>
2023-06-20 11:01:52 +02:00
ZetaTom
241945d480
Fix file actions being cut off in FileActionsBottomSheet
Signed-off-by: ZetaTom <70907959+ZetaTom@users.noreply.github.com>
2023-06-20 11:01:52 +02:00
ZetaTom
d7d6ca3b1a
Remove redundant ConstraintLayout
Signed-off-by: ZetaTom <70907959+ZetaTom@users.noreply.github.com>
2023-06-20 11:01:39 +02:00
ZetaTom
d987cfa0e0 Update encryption flag on newly encrypted folder
Signed-off-by: ZetaTom <70907959+ZetaTom@users.noreply.github.com>
2023-06-20 10:57:16 +02:00
Nextcloud bot
7e1c71e350
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-20 02:36:54 +00:00
Nextcloud bot
d01de1a8ce
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-20 02:36:25 +00:00
Nextcloud bot
a1d330677c
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-19 02:30:57 +00:00
Nextcloud bot
e3b55379e2
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-19 02:30:28 +00:00
Nextcloud bot
1f10195d89
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-18 02:24:31 +00:00
Nextcloud bot
1a34e70b8a
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-18 02:24:02 +00:00
Nextcloud bot
7c7bf471ff
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-17 02:25:35 +00:00
Nextcloud bot
d839500324
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-17 02:25:06 +00:00
Andy Scherzinger
c2eb945bb7
Merge pull request #11743 from nextcloud/dependabot/gradle/com.github.nextcloud.android-common-ui-0.11.0
Build(deps): Bump com.github.nextcloud.android-common:ui from 0.10.0 to 0.11.0
2023-06-16 07:41:46 +02:00
Nextcloud bot
d78a4ffcf4
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-16 02:25:52 +00:00
Nextcloud bot
3300f6eb92
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-16 02:25:23 +00:00
dependabot[bot]
d0277005ad
Build(deps): Bump com.github.nextcloud.android-common:ui
Bumps [com.github.nextcloud.android-common:ui](https://github.com/nextcloud/android-common) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/nextcloud/android-common/releases)
- [Commits](https://github.com/nextcloud/android-common/compare/0.10.0...0.11.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-06-16 01:57:48 +00:00
Nextcloud bot
5a76f7b5b0
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-15 02:24:15 +00:00
Nextcloud bot
a367b9058e
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-15 02:23:46 +00:00
Tobias Kaminsky
1a56fcfc30 daily dev 20230615
Update Nextcloud Android library
2023-06-15 03:41:18 +02:00
Tobias Kaminsky
7b996188da Merge remote-tracking branch 'origin/master' into dev 2023-06-15 03:36:20 +02:00
Nextcloud bot
839c205eea
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-14 02:28:51 +00:00
Nextcloud bot
943cc66ab6
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-14 02:28:22 +00:00
Tobias Kaminsky
6d795191b3 daily dev 20230614 2023-06-14 02:36:20 +02:00
Tobias Kaminsky
7484a67f01 Merge remote-tracking branch 'origin/master' into dev 2023-06-14 02:31:12 +02:00
tobiasKaminsky
f2aff7a12c
Detect if beta is true
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-06-13 09:04:46 +02:00
Nextcloud bot
32c6179d37
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-13 02:30:10 +00:00
Nextcloud bot
be24e34b5f
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-13 02:29:40 +00:00
Tobias Kaminsky
f7b980c768 daily dev 20230613
Update Nextcloud Android library
Update 3rd-party dependencies
2023-06-13 03:40:36 +02:00
Tobias Kaminsky
512ba3a61c Merge remote-tracking branch 'origin/master' into dev 2023-06-13 03:35:28 +02:00
A117870935
374a66ec3e Moved splash screen setup strings to avoid merge issue during build process. 2023-06-12 20:00:13 +05:30
Nextcloud bot
0d7a08c839
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-12 02:27:13 +00:00
Nextcloud bot
2dab79f1e8
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-12 02:26:44 +00:00
Tobias Kaminsky
2010a94a01 daily dev 20230612
Build(deps): Bump androidx.core:core-splashscreen from 1.0.0 to 1.0.1
Update Nextcloud Android library
Update 3rd-party dependencies
2023-06-12 03:41:03 +02:00
Tobias Kaminsky
1d207336aa Merge remote-tracking branch 'origin/master' into dev 2023-06-12 03:36:15 +02:00
Nextcloud bot
115b3c5357
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-11 02:44:41 +00:00
Nextcloud bot
f86eca6158
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-11 02:44:12 +00:00
Nextcloud bot
686bbf647f
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-10 02:26:02 +00:00
Nextcloud bot
91a20e597b
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-10 02:25:30 +00:00
Andy Scherzinger
4f9c741d45
Merge pull request #11717 from nextcloud/dependabot/gradle/androidx.core-core-splashscreen-1.0.1
Build(deps): Bump androidx.core:core-splashscreen from 1.0.0 to 1.0.1
2023-06-09 13:28:39 +02:00
Nextcloud bot
9ab5d15f28
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-09 02:27:51 +00:00