Marcel Hibbe
Marcel Hibbe
current state of `./gradlew clean assemble --refresh-dependencies` ``` Configuration on demand is an incubating feature. > Task :app:dataBindingMergeDependencyArtifactsGenericDebug FAILED FAILURE: Build failed with an exception. * What went wrong: Execution...
just reproduced this. Error: ``` 2021-10-04 18:39:04.411 2284-2551/com.nextcloud.talk2 I/WM-WorkerWrapper: Worker result SUCCESS for Work [ id=46f25d13-192d-48a8-a1ee-76c0f8d97bd9, tags={ com.nextcloud.talk.jobs.UploadAndShareFilesWorker } ] 2021-10-04 18:39:04.444 2284-2653/com.nextcloud.talk2 I/okhttp.OkHttpClient: --> PUT http://......../.........../remote.php/dav/files/user1/Talk/.............mp4 2021-10-04 18:39:04.445 2284-2653/com.nextcloud.talk2...
I had a look on https://github.com/nextcloud/talk-android/issues/3713 and decided that the contacts invitation / group creation etc has to be replaced. So with new solution we should also improve the workflow......
also be aware that on iOS it was recently changed: https://github.com/nextcloud/talk-ios/pull/1572
does it happen for you on 16.0.0 @Valdnet ?
> @mahibi In version 16.1.0 Alpha 08, after receiving a new message from another user and tapping on the notification, the application behaves as follows: thanks to let me know...
MIGHT be fixed with #2114 for phones/android versions that require to allow permissions in a separate screen instead popup dialog
i will close this issue. we now have: - https://github.com/nextcloud/android-common - for common features or utilities - Ideas for common code can be noted in https://github.com/nextcloud/android-common/issues/56 - https://github.com/nextcloud/android-config - shared...
shouldn't be an issue anymore since https://github.com/nextcloud/talk-android/pull/3199 was merged.
once chatkit is replaced/updated we should switch to emoji2 (because newer emojis are not correctly shown atm) https://developer.android.com/jetpack/androidx/releases/emoji2 However only the forked chatKit from nextcloud implemented the usage of emojis...:...