Smarshall
762288e3da
Merge branch 'master' into Share
2023-08-29 01:28:46 +05:30
Andy Scherzinger
9023334f89
Merge pull request #3282 from nextcloud/message-draft-bug-1
...
Message draft bug fix
2023-08-28 21:55:30 +02:00
Smarshall
85833c6f41
Implemented media/photo share functionality
2023-08-29 01:22:57 +05:30
Julius Linus
e1f538a9e6
message draft bug fix
...
Signed-off-by: rapterjet2004 <juliuslinus1@gmail.com>
2023-08-28 10:30:24 -05:00
Nextcloud Android Bot
993cee0f3a
Weekly 17.10.0 Alpha 20
2023-08-28 12:39:32 +00:00
Marcel Hibbe
1c2409e165
Merge pull request #3269 from nextcloud/dependabot/gradle/kotlinVersion-1.9.10
...
Build(deps): Bump kotlinVersion from 1.8.22 to 1.9.10
2023-08-28 12:07:13 +02:00
Nextcloud Android Bot
5c1f514609
Weekly 17.10.0 Alpha 19
2023-08-28 03:10:08 +00:00
Nextcloud bot
dd8d55346d
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-28 02:46:09 +00:00
Nextcloud bot
011d85d593
Fix(l10n): Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-28 02:45:50 +00:00
Nextcloud bot
19be9e4062
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-27 02:48:51 +00:00
Nextcloud bot
c4262c6067
Fix(l10n): Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-27 02:48:33 +00:00
Andy Scherzinger
4fc398cbea
Merge pull request #3278 from nextcloud/repo-sync/android-config/master
...
🔄 synced file(s) with nextcloud/android-config
2023-08-26 22:01:48 +02:00
nextcloud-android-bot
532fc31c2f
🔄 synced local '.github/workflows/' with remote 'config/workflows/'
...
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2023-08-26 19:59:58 +00:00
Nextcloud bot
e187e8c999
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-26 02:54:45 +00:00
Nextcloud bot
a0601c1496
Fix(l10n): Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-26 02:54:26 +00:00
Nextcloud Android Bot
e9d3df0f16
Weekly 17.10.0 Alpha 18
2023-08-25 10:29:46 +00:00
Marcel Hibbe
741647ee5b
Merge pull request #3261 from nextcloud/bugfix/3243/avoidWrongAccountScheduledForDeletionInfo
...
avoid falsely shown "Account scheduled for deletion" info
2023-08-25 12:00:55 +02:00
Marcel Hibbe
ba922dbe54
remove unused resource
...
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-08-25 11:24:28 +02:00
Marcel Hibbe
ba8df45bc7
avoid falsely shown "Account scheduled for deletion" info
...
...by setting the correct context.
In removeCurrentAccount
the
WorkManager.getInstance(this) (introduced with commit 943286dd
)
must be
WorkManager.getInstance(applicationContext)
because otherwise the worker is dropped when the activity is finished and might not do it's work beforehand (race condition?).
This results in users that keep the
scheduledForDeletion = true
so the next time someone tries to login with this user,
userManager.checkIfUserIsScheduledForDeletion(loginData.username!!, baseUrl!!).blockingGet()
in WebViewLoginController#parseAndLoginFromWebView
is true and
ApplicationWideMessageHolder.getInstance().messageType
is set to
ApplicationWideMessageHolder.MessageType.ACCOUNT_SCHEDULED_FOR_DELETION
which results in the "The account is scheduled for deletion, and cannot be changed" message in ServerSelectionController.
This is just a guess and i was not able to reproduce it.
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-08-25 11:24:28 +02:00
Marcel Hibbe
2260f2816b
Merge pull request #3274 from parneet-guraya/issue/tag-with-empty-body
...
fix warning: tag with empty body
2023-08-25 10:57:18 +02:00
Marcel Hibbe
2c936aaf5b
Merge pull request #3272 from parneet-guraya/issue/save-media-playback-state
...
Save media playback state
2023-08-25 10:43:57 +02:00
Marcel Hibbe
a08c3bbe14
Merge pull request #3271 from nextcloud/issue-3265
...
Fixed media recorder bug
2023-08-25 10:04:26 +02:00
Julius Linus
e29ad8f734
detekt
...
Signed-off-by: rapterjet2004 <juliuslinus1@gmail.com>
2023-08-25 10:03:30 +02:00
rapterjet2004
cc0815de0f
fixed media recorder bug
...
Signed-off-by: rapterjet2004 <juliuslinus1@gmail.com>
2023-08-25 10:03:29 +02:00
parneet-guraya
3b557be58f
save media playback state
...
Signed-off-by: parneet-guraya <gurayaparneet@gmail.com>
2023-08-25 13:16:53 +05:30
parneet-guraya
7e07cbd12a
make player reference null after releasing
...
Signed-off-by: parneet-guraya <gurayaparneet@gmail.com>
2023-08-25 13:16:52 +05:30
parneet-guraya
1193f20225
fixed:warning tag with empty body
...
Signed-off-by: parneet-guraya <gurayaparneet@gmail.com>
2023-08-25 13:15:59 +05:30
Nextcloud bot
b5714abded
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-25 03:04:46 +00:00
Nextcloud bot
d214213ee3
Fix(l10n): Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-25 03:04:27 +00:00
Marcel Hibbe
f5f0ed132d
Merge pull request #3268 from nextcloud/bugfix/3267/avoidFilesPermissionWarning
...
avoid file storage permission warning.
2023-08-24 11:34:14 +02:00
Marcel Hibbe
bc425bc0d3
apply changes by ktlintFormat
...
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-08-24 09:45:57 +02:00
Marcel Hibbe
68bf1ba7f2
avoid file storage permission warning.
...
"Sharing files from storage is not possible without permission" popped up after app startup because notification permission was requested.
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-08-24 09:36:19 +02:00
Nextcloud bot
e60c2b4cc1
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-24 03:27:48 +00:00
Nextcloud bot
cef0cdf641
Fix(l10n): Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-24 03:27:29 +00:00
Andy Scherzinger
8492c9cbe8
Merge pull request #3263 from nextcloud/dependabot/gradle/org.mockito-mockito-core-5.5.0
...
Build(deps): Bump org.mockito:mockito-core from 5.4.0 to 5.5.0
2023-08-23 21:26:58 +02:00
Andy Scherzinger
d9ffe6f2f3
Merge pull request #3264 from nextcloud/dependabot/gradle/com.android.tools.build-gradle-8.1.1
...
Build(deps): Bump com.android.tools.build:gradle from 8.1.0 to 8.1.1
2023-08-23 21:26:27 +02:00
Marcel Hibbe
a6b8d32603
Merge pull request #3258 from Smarshal21/updating_libraries
...
updated libraries hosted in jCenter
2023-08-23 16:27:37 +02:00
Smarshall
32bc0e251d
updated libraries hosted in jCenter
2023-08-23 16:26:33 +02:00
dependabot[bot]
8c111c4354
Build(deps): Bump kotlinVersion from 1.8.22 to 1.9.10
...
Bumps `kotlinVersion` from 1.8.22 to 1.9.10.
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.8.22 to 1.9.10
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.10/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.22...v1.9.10 )
Updates `org.jetbrains.kotlin:kotlin-serialization` from 1.8.22 to 1.9.10
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.10/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.22...v1.9.10 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-serialization
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-23 14:26:07 +00:00
Marcel Hibbe
9a60e3e7fc
Merge pull request #3254 from parneet-guraya/technicalDebt/3152/migrateToMedia3
...
migrate to media3
2023-08-23 16:23:17 +02:00
parneet-guraya
7ea075ea13
migrate to media3
...
Signed-off-by: parneet-guraya <gurayaparneet@gmail.com>
2023-08-23 16:22:51 +02:00
Marcel Hibbe
3abd7b6b86
Merge pull request #3257 from Smarshal21/Snackbar
...
Replaced all the Toasts with Snackbar
2023-08-23 16:10:36 +02:00
Marcel Hibbe
af06713ed5
Merge branch 'master' into Snackbar
2023-08-23 15:59:34 +02:00
Smarshall
5e1cd4f718
Fixed Codacy Static Code Analysis issue
2023-08-23 17:51:12 +05:30
Smarshall
62a79fa144
Fixed Unresolved reference: ColorRole and Exceeded max line length issue
2023-08-23 17:04:28 +05:30
dependabot[bot]
b69bdbf103
Build(deps): Bump com.android.tools.build:gradle from 8.1.0 to 8.1.1
...
Bumps com.android.tools.build:gradle from 8.1.0 to 8.1.1.
---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-23 11:02:39 +00:00
Nextcloud bot
763ea321d4
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-23 02:48:02 +00:00
Nextcloud bot
d6b3dce062
Fix(l10n): Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-23 02:47:44 +00:00
dependabot[bot]
9e29f35f41
Build(deps): Bump org.mockito:mockito-core from 5.4.0 to 5.5.0
...
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito ) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v5.4.0...v5.5.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-08-23 01:14:31 +00:00
Nextcloud bot
d7fe5d4326
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-22 03:15:15 +00:00