dependabot[bot]
bf6709703f
Build(deps): Bump com.android.tools.build:gradle from 8.1.4 to 8.2.0
...
Bumps com.android.tools.build:gradle from 8.1.4 to 8.2.0.
---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-01 14:55:59 +01:00
Marcel Hibbe
e86599e817
Merge pull request #3485 from nextcloud/bugfix/noid/inviniteLoadingAfterLogin
...
Add fixes and changes to push handling
2023-12-01 14:14:36 +01:00
github-actions
173582ad0e
Analysis: update lint results to reflect reduced error/warning count
...
Signed-off-by: github-actions <github-actions@github.com>
2023-12-01 13:35:53 +01:00
Marcel Hibbe
119310ecc7
Add fixes and changes to push handling
...
- Fix injection in GetFirebasePushTokenWorker.
injection was not setup correctly in GetFirebasePushTokenWorker so the appPreferences were null. This resulted in the invinite loading screen during account setup if somehow onNewToken did not set the token.
- avoid to register push on every load of ConversationList.
- call GetFirebasePushTokenWorker instead of PushRegistrationWorker to make sure the firebase token is set(if onNewToken somehow fails to set it). Other than that, only call PushRegistrationWorker directly in NCFirebaseMessagingService as there the token is set.
- add logging
- trigger GetFirebasePushTokenWorker daily with periodical worker (instead monthly), and combine this with PushRegistrationWorker as this is defined inside GetFirebasePushTokenWorker
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-12-01 13:35:53 +01:00
Marcel Hibbe
a8cacf1957
Merge pull request #3484 from nextcloud/issue-3473-saving-webinar-settings
...
Saving Webinar Settings
2023-12-01 13:33:16 +01:00
Julius Linus
1efa14ebae
Fix wrong url for webinar. Add logging+snackbar for onError
...
Signed-off-by: Julius Linus <julius.linus@nextcloud.com>
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-12-01 13:31:53 +01:00
Andy Scherzinger
95b8ef3371
Merge pull request #3488 from nextcloud/dependabot/gradle/com.mebigfatguy.fb-contrib-fb-contrib-7.6.2
...
Build(deps): Bump com.mebigfatguy.fb-contrib:fb-contrib from 7.6.1 to 7.6.2
2023-12-01 07:52:41 +01:00
dependabot[bot]
f4508c23d8
Build(deps): Bump com.mebigfatguy.fb-contrib:fb-contrib
...
Bumps [com.mebigfatguy.fb-contrib:fb-contrib](https://github.com/mebigfatguy/fb-contrib ) from 7.6.1 to 7.6.2.
- [Commits](https://github.com/mebigfatguy/fb-contrib/compare/v7.6.1...v7.6.2 )
---
updated-dependencies:
- dependency-name: com.mebigfatguy.fb-contrib:fb-contrib
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-01 02:56:25 +00:00
Nextcloud bot
ee105ee68b
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-01 02:39:57 +00:00
Nextcloud bot
b23f8e0288
Fix(l10n): Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-01 02:39:38 +00:00
Marcel Hibbe
9f463f32ac
Merge pull request #3482 from nextcloud/bugfix/fixCrashWhenNcNotificationFailed
...
avoid crash when NC notification could not be retrieved
2023-11-30 11:47:58 +01:00
Marcel Hibbe
cc6f3fff9a
avoid crash when NC notification could not be retrieved
...
crash:
E Failed to get NC notification
retrofit2.adapter.rxjava2.HttpException: HTTP 404
at retrofit2.adapter.rxjava2.BodyObservable$BodyObserver.onNext(BodyObservable.java:57)
at retrofit2.adapter.rxjava2.BodyObservable$BodyObserver.onNext(BodyObservable.java:38)
at retrofit2.adapter.rxjava2.CallExecuteObservable.subscribeActual(CallExecuteObservable.java:48)
at io.reactivex.Observable.subscribe(Observable.java:12284)
at retrofit2.adapter.rxjava2.BodyObservable.subscribeActual(BodyObservable.java:35)
at io.reactivex.Observable.subscribe(Observable.java:12284)
at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96)
at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:608)
at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66)
at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:919)
2023-11-30 10:48:11.049 5352-5597 WM-WorkerWrapper com.nextcloud.talk2 I Worker result SUCCESS for Work [ id=f899eadb-9fd0-4bdf-8cdf-a1ea4a1aa11b, tags={ com.nextcloud.talk.jobs.NotificationWorker } ]
2023-11-30 10:48:11.056 5352-5352 AndroidRuntime com.nextcloud.talk2 D Shutting down VM
2023-11-30 10:48:11.058 5352-5352 AndroidRuntime com.nextcloud.talk2 E FATAL EXCEPTION: main
Process: com.nextcloud.talk2, PID: 5352
java.lang.IllegalArgumentException: No suitable parent found from the given view. Please provide a valid view.
at com.google.android.material.snackbar.Snackbar.makeInternal(Snackbar.java:200)
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-11-30 11:44:52 +01:00
Andy Scherzinger
ae8495aea5
Merge pull request #3480 from nextcloud/repo-sync/android-config/master
...
🔄 synced file(s) with nextcloud/android-config
2023-11-30 09:14:32 +01:00
Andy Scherzinger
4f4a37e56d
Merge pull request #3479 from nextcloud/dependabot/gradle/com.github.spotbugs.snom-spotbugs-gradle-plugin-5.2.5
...
Build(deps): Bump com.github.spotbugs.snom:spotbugs-gradle-plugin from 5.2.4 to 5.2.5
2023-11-30 07:36:22 +01:00
nextcloud-android-bot
5ee14c13a3
🔄 synced local '.github/workflows/' with remote 'config/workflows/'
...
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2023-11-30 06:36:12 +00:00
dependabot[bot]
0935f0ab3f
Build(deps): Bump com.github.spotbugs.snom:spotbugs-gradle-plugin
...
Bumps [com.github.spotbugs.snom:spotbugs-gradle-plugin](https://github.com/spotbugs/spotbugs-gradle-plugin ) from 5.2.4 to 5.2.5.
- [Release notes](https://github.com/spotbugs/spotbugs-gradle-plugin/releases )
- [Commits](https://github.com/spotbugs/spotbugs-gradle-plugin/compare/5.2.4...5.2.5 )
---
updated-dependencies:
- dependency-name: com.github.spotbugs.snom:spotbugs-gradle-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-30 03:06:14 +00:00
Nextcloud bot
6fb6597070
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-30 02:41:00 +00:00
Nextcloud bot
f8497dd50e
Fix(l10n): Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-30 02:40:40 +00:00
Marcel Hibbe
83a3d391ff
Merge pull request #3474 from nextcloud/bugfix/3472/translateNoProxy
...
translate "no proxy" in settings
2023-11-29 11:43:49 +01:00
Marcel Hibbe
f6b481cea8
translate "no proxy" in settings
...
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-11-29 11:43:18 +01:00
Marcel Hibbe
5f53005556
Merge pull request #3453 from nextcloud/issue-3302-bug-fix
...
Bug Fix - IllegalStateException in stopAudioRecording + Polishes
2023-11-29 11:39:10 +01:00
Julius Linus
2adad16914
small adjustments
...
Signed-off-by: rapterjet2004 <juliuslinus1@gmail.com>
2023-11-29 11:38:26 +01:00
Julius Linus
b5f49ccfaa
fixed bug - Note to Self Now allows messages to expire and be deleted
...
Signed-off-by: rapterjet2004 <juliuslinus1@gmail.com>
2023-11-29 11:38:25 +01:00
Julius Linus
b1568e7f49
- Fixed bug with occasional crash with stop
...
- Implement MediaRecorderState handling
- Fixed lifecycle bug - recording and locked UI now ends after app exits
- Saves Waveform to storage after initial loading
- Fixes File caption crashes
- A couple other bugs
Signed-off-by: Julius Linus <julius.linus@nextcloud.com>
2023-11-29 11:38:25 +01:00
Nextcloud bot
d88ab82d92
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-29 02:46:00 +00:00
Nextcloud bot
d1d2139db7
Fix(l10n): Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-29 02:45:41 +00:00
Andy Scherzinger
03aa75cc11
Merge pull request #3468 from nextcloud/dependabot/github_actions/gradle/gradle-build-action-2.10.0
...
Build(deps): Bump gradle/gradle-build-action from 2.9.0 to 2.10.0
2023-11-28 10:44:38 +01:00
Andy Scherzinger
60d602e564
Merge pull request #3469 from nextcloud/dependabot/gradle/com.github.nextcloud.android-common-ui-0.13.0
...
Build(deps): Bump com.github.nextcloud.android-common:ui from 0.12.0 to 0.13.0
2023-11-28 10:43:58 +01:00
Andy Scherzinger
da5d47b9c4
Merge pull request #3466 from nextcloud/bugfix/noid/fixSaveFileDialog
...
Bugfix/noid/fix save file dialog
2023-11-28 10:38:26 +01:00
Nextcloud bot
02c45bc242
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-28 02:49:42 +00:00
Nextcloud bot
fc2235d0e1
Fix(l10n): Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-28 02:49:22 +00:00
dependabot[bot]
572f202f1e
Build(deps): Bump com.github.nextcloud.android-common:ui
...
Bumps com.github.nextcloud.android-common:ui from 0.12.0 to 0.13.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-11-28 02:36:18 +00:00
dependabot[bot]
d0bbffa4d1
Build(deps): Bump gradle/gradle-build-action from 2.9.0 to 2.10.0
...
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action ) from 2.9.0 to 2.10.0.
- [Release notes](https://github.com/gradle/gradle-build-action/releases )
- [Commits](842c587ad8...87a9a15658
)
---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-27 23:48:22 +00:00
Marcel Hibbe
5a3ca6eb85
fix text color for dark mode
...
fix text color for dark mode in save file dialog from FullScreen*Activity
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-11-27 14:10:22 +01:00
Marcel Hibbe
23ea4d8803
remove unnecessary code
...
(seemed to be caused by c&p)
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-11-27 14:10:22 +01:00
Andy Scherzinger
d73798ab7e
Merge pull request #3465 from nextcloud/dependabot/gradle/io.gitlab.arturbosch.detekt-detekt-gradle-plugin-1.23.4
...
Build(deps): Bump io.gitlab.arturbosch.detekt:detekt-gradle-plugin from 1.23.3 to 1.23.4
2023-11-27 11:35:41 +01:00
Andy Scherzinger
7af197c99d
Merge pull request #3462 from nextcloud/dependabot/gradle/com.mebigfatguy.fb-contrib-fb-contrib-7.6.1
...
Build(deps): Bump com.mebigfatguy.fb-contrib:fb-contrib from 7.6.0 to 7.6.1
2023-11-27 11:30:13 +01:00
Andy Scherzinger
5107dce8b7
Merge pull request #3463 from nextcloud/dependabot/gradle/io.gitlab.arturbosch.detekt-detekt-formatting-1.23.4
...
Build(deps): Bump io.gitlab.arturbosch.detekt:detekt-formatting from 1.23.3 to 1.23.4
2023-11-27 11:29:55 +01:00
dependabot[bot]
4479519745
Build(deps): Bump io.gitlab.arturbosch.detekt:detekt-formatting
...
Bumps [io.gitlab.arturbosch.detekt:detekt-formatting](https://github.com/detekt/detekt ) from 1.23.3 to 1.23.4.
- [Release notes](https://github.com/detekt/detekt/releases )
- [Commits](https://github.com/detekt/detekt/compare/v1.23.3...v1.23.4 )
---
updated-dependencies:
- dependency-name: io.gitlab.arturbosch.detekt:detekt-formatting
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-27 11:17:22 +01:00
dependabot[bot]
d31b4be0bd
Build(deps): Bump io.gitlab.arturbosch.detekt:detekt-gradle-plugin
...
Bumps [io.gitlab.arturbosch.detekt:detekt-gradle-plugin](https://github.com/detekt/detekt ) from 1.23.3 to 1.23.4.
- [Release notes](https://github.com/detekt/detekt/releases )
- [Commits](https://github.com/detekt/detekt/compare/v1.23.3...v1.23.4 )
---
updated-dependencies:
- dependency-name: io.gitlab.arturbosch.detekt:detekt-gradle-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-27 11:16:55 +01:00
Andy Scherzinger
4b9ad502c3
Merge pull request #3464 from nextcloud/dependabot/gradle/com.github.spotbugs.snom-spotbugs-gradle-plugin-5.2.4
...
Build(deps): Bump com.github.spotbugs.snom:spotbugs-gradle-plugin from 5.2.3 to 5.2.4
2023-11-27 11:14:58 +01:00
Nextcloud Android Bot
cb5b6b1c42
Weekly 18.1.0 Alpha 02
2023-11-27 03:13:23 +00:00
Nextcloud bot
99523f2333
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-27 02:44:57 +00:00
Nextcloud bot
7d3341ac42
Fix(l10n): Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-27 02:44:37 +00:00
dependabot[bot]
f8d496a05d
Build(deps): Bump com.github.spotbugs.snom:spotbugs-gradle-plugin
...
Bumps [com.github.spotbugs.snom:spotbugs-gradle-plugin](https://github.com/spotbugs/spotbugs-gradle-plugin ) from 5.2.3 to 5.2.4.
- [Release notes](https://github.com/spotbugs/spotbugs-gradle-plugin/releases )
- [Commits](https://github.com/spotbugs/spotbugs-gradle-plugin/compare/5.2.3...5.2.4 )
---
updated-dependencies:
- dependency-name: com.github.spotbugs.snom:spotbugs-gradle-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-27 02:08:36 +00:00
dependabot[bot]
cbdb4c7b85
Build(deps): Bump io.gitlab.arturbosch.detekt:detekt-formatting
...
Bumps [io.gitlab.arturbosch.detekt:detekt-formatting](https://github.com/detekt/detekt ) from 1.23.3 to 1.23.4.
- [Release notes](https://github.com/detekt/detekt/releases )
- [Commits](https://github.com/detekt/detekt/compare/v1.23.3...v1.23.4 )
---
updated-dependencies:
- dependency-name: io.gitlab.arturbosch.detekt:detekt-formatting
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-27 02:08:27 +00:00
dependabot[bot]
98c758dfd3
Build(deps): Bump com.mebigfatguy.fb-contrib:fb-contrib
...
Bumps [com.mebigfatguy.fb-contrib:fb-contrib](https://github.com/mebigfatguy/fb-contrib ) from 7.6.0 to 7.6.1.
- [Commits](https://github.com/mebigfatguy/fb-contrib/compare/v7.6.0...v7.6.1 )
---
updated-dependencies:
- dependency-name: com.mebigfatguy.fb-contrib:fb-contrib
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-27 02:07:56 +00:00
Nextcloud bot
1971c72d37
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-26 02:45:23 +00:00
Nextcloud bot
bb8dead422
Fix(l10n): Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-26 02:45:04 +00:00
Nextcloud bot
c2839c504c
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-25 02:55:45 +00:00