Commit graph

23953 commits

Author SHA1 Message Date
Nextcloud bot
7031d62def
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-28 02:35:35 +00:00
Andy Scherzinger
bb5cc7bed4
Merge pull request #12983 from nextcloud/renovate/androidx.fragment-fragment-ktx-1.x
fix(deps): update dependency androidx.fragment:fragment-ktx to v1.7.1
2024-05-27 20:58:53 +02:00
renovate[bot]
0b948bbf71
fix(deps): update dependency androidx.fragment:fragment-ktx to v1.7.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-27 15:23:11 +00:00
Andy Scherzinger
52d8afb89e
Merge pull request #13049 from nextcloud/chore/noid/overrideAnnotation
Annotate overridden function
2024-05-27 14:21:27 +02:00
Andy Scherzinger
7417348054
chore: Annotate overridden function
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-05-27 11:56:45 +02:00
Andy Scherzinger
dbb03746fe
Merge pull request #13040 from nextcloud/jtr/fix-files-folder-description
fix(files): "Add folder info" -> "Add folder description"
2024-05-27 11:40:25 +02:00
Josh
1200093cd4 fix(files): "Add folder info" -> "Add folder description"
* Align with web UI

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-05-27 09:58:36 +02:00
Andy Scherzinger
7ce1bb5673
Merge pull request #13039 from nextcloud/jtr/fix-files-create-new
fix(files): "Create new" -> "New"
2024-05-27 09:58:15 +02:00
Andy Scherzinger
1bce9e5a85
Merge pull request #13041 from nextcloud/jtr/fix-favorites-vs-favourites
fix(files): Use "favorites" versus "favourites" consistently
2024-05-27 09:55:09 +02:00
Andy Scherzinger
6eb9a28034
chore: update screenshot
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-05-27 09:51:04 +02:00
Josh
2ea33b5598
fix(files): "Create new" -> "New"
* Align with web UI
* Reduce screen footprint
* More concise

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-05-27 09:51:04 +02:00
Nextcloud bot
92932b215b
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-27 02:36:56 +00:00
Andy Scherzinger
4a96b86520
Merge pull request #13043 from nextcloud/update-library-2024-05-26
Update library to 2024-05-26
2024-05-26 10:37:11 +02:00
Tobias Kaminsky
274e299891 Update library to 2024-05-26
Signed-off-by: Tobias Kaminsky <tobias@kaminsky.me>
2024-05-26 00:02:44 +02:00
Nextcloud bot
6902f2c1ee
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-25 02:39:27 +00:00
Josh
a5cce6fd79
fix(files): Use "favorites" versus "favourites" consistently
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-05-24 08:13:33 -04:00
Nextcloud bot
a28c11afb5
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-24 02:34:28 +00:00
Andy Scherzinger
66cecd16f8
Merge pull request #13013 from nextcloud/fix/dismiss_download_notifications
Dismiss notification of successful downloads
2024-05-23 14:30:17 +02:00
Nextcloud bot
efdc7442c2
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-23 02:35:49 +00:00
Nextcloud bot
d770603ac6
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-22 18:42:20 +00:00
Andy Scherzinger
ac3a8f6199
Merge pull request #13002 from roliverio/roliverio/l10n-fixes-android
fix(l10n): grammar fixes for plural usage
2024-05-22 20:38:08 +02:00
Andy Scherzinger
c3362c1e4e
Merge pull request #13026 from nextcloud/bugfix/android-14-widget
Bugfix Android 14 Widgets
2024-05-22 20:36:35 +02:00
Nextcloud bot
d6581449ef
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-22 02:35:02 +00:00
Andy Scherzinger
4be484165a
Merge pull request #12964 from Bensikrac/master
Replaced own walkFileTree with correct implementation from nnio package.
2024-05-21 20:32:35 +02:00
Benedek Major
a04edc5db8 Replace null value with new SKIP_SUBTREE enum option
Signed-off-by: Benedek Major <benedek@major.onl>
2024-05-21 19:47:06 +02:00
Benedek Major
056e4ae0ef Updated verification metadata for nnio 0.3.1
Signed-off-by: Benedek Major <benedek@major.onl>
2024-05-21 19:47:06 +02:00
Benedek Major
1cdb0c7498 Bump org.lukhnos.nnio from 0.3 to 0.3.1
Signed-off-by: Benedek Major <benedek@major.onl>
2024-05-21 19:47:06 +02:00
Benedek Major
801e00cf82 Replaced own walkFileTree with correct implementation from nnio package.
This prevents a NullPointerException on the case, that listFiles() returns a null pointer,
as that is allowed per spec.

Signed-off-by: Benedek Major <benedek@major.onl>
2024-05-21 19:47:06 +02:00
Alper Öztürk
3be52a1f65
Merge pull request #13025 from nextcloud/bugfix/login-flow-v2-compatibility-issues-with-some-browsers
Login Flow V2 Fix Compatibility Problems With Some Browsers
2024-05-21 19:20:45 +02:00
ZetaTom
56beafb367 Dismiss notification of successful downloads.
Signed-off-by: ZetaTom <70907959+ZetaTom@users.noreply.github.com>
2024-05-21 14:34:18 +02:00
alperozturk
959cece16d
Fix code analytics
Signed-off-by: alperozturk <alper_ozturk@proton.me>
2024-05-21 14:22:00 +02:00
alperozturk
7e7c7e676c
Fix widget clicks for older Android versions
Signed-off-by: alperozturk <alper_ozturk@proton.me>
2024-05-21 14:20:01 +02:00
alperozturk
ae5bbf1ab8
Fix widget clicks on Android 14
Signed-off-by: alperozturk <alper_ozturk@proton.me>
2024-05-21 13:14:05 +02:00
alperozturk
595b47faa9
Merge remote-tracking branch 'origin/bugfix/login-flow-v2-compatibility-issues-with-some-browsers' into bugfix/login-flow-v2-compatibility-issues-with-some-browsers 2024-05-21 12:24:00 +02:00
alperozturk
ba4bfe5412
Update lint results
Signed-off-by: alperozturk <alper_ozturk@proton.me>
2024-05-21 12:23:52 +02:00
github-actions
475ecf681e Analysis: update lint results to reflect reduced error/warning count
Signed-off-by: github-actions <github-actions@github.com>
2024-05-21 09:59:32 +00:00
alperozturk
2082b625ec Fix compatibility problems with some browsers
Signed-off-by: alperozturk <alper_ozturk@proton.me>
2024-05-21 11:53:00 +02:00
Alper Öztürk
4ecce019a4
Merge pull request #13016 from nextcloud/bugfix/media-item-delete-crash
Bugfix Media Item Delete Crash
2024-05-21 11:34:06 +02:00
alperozturk
f94ad4e754
Use non nullable parameters, delete unused functions
Signed-off-by: alperozturk <alper_ozturk@proton.me>
2024-05-21 09:39:31 +02:00
alperozturk
11139e4d1b Reduce lint
Signed-off-by: alperozturk <alper_ozturk@proton.me>
2024-05-21 09:26:20 +02:00
ZetaTom
07e00f4bc5 Fix scrolling in view pager.
Signed-off-by: ZetaTom <70907959+ZetaTom@users.noreply.github.com>
2024-05-21 09:26:20 +02:00
alperozturk
4e1dda3763 Fix code analytics
Signed-off-by: alperozturk <alper_ozturk@proton.me>
2024-05-21 09:26:20 +02:00
alperozturk
d1c2cc43d9 Remove unused CustomViewPager
Signed-off-by: alperozturk <alper_ozturk@proton.me>
2024-05-21 09:26:20 +02:00
alperozturk
d667853102 Optimize imports
Signed-off-by: alperozturk <alper_ozturk@proton.me>
2024-05-21 09:26:20 +02:00
alperozturk
cd8e11b065 Convert to kotlin and fix delete
Signed-off-by: alperozturk <alper_ozturk@proton.me>
2024-05-21 09:26:20 +02:00
alperozturk
d47c5b82c1 Rename .java to .kt
Signed-off-by: alperozturk <alper_ozturk@proton.me>
2024-05-21 09:26:20 +02:00
alperozturk
8618a5a980 Simplify onRemoteOperationFinish
Signed-off-by: alperozturk <alper_ozturk@proton.me>
2024-05-21 09:26:20 +02:00
alperozturk
8a0ef764fe Notify only deleted position
Signed-off-by: alperozturk <alper_ozturk@proton.me>
2024-05-21 09:26:20 +02:00
alperozturk
0e2faf3d27 Use view pager 2 and delete image properly
Signed-off-by: alperozturk <alper_ozturk@proton.me>
2024-05-21 09:26:20 +02:00
Andy Scherzinger
69cdb3236b
Merge pull request #13023 from nextcloud/repo-sync/android-config/master
🔄 synced file(s) with nextcloud/android-config
2024-05-21 07:12:42 +02:00