Marcel Hibbe

Results 93 issues of Marcel Hibbe

blocked by https://github.com/nextcloud/talk-android/issues/3794 - use sharetype 6 (remote users) - only show when federation available - check how it's done on iOS to have the same UI/workflow

enhancement
1. to develop
feature: 🌐 federation

fix https://github.com/nextcloud/talk-android/issues/3633 fix to enable links in markdown when no top level domain was included in the link description. Examples (without TLD): [Hacker News](https://news.ycombinator.com/item?id=38457953) [AlternativeTo](https://alternativeto.net/news/2023/11/nextcloud-welcomes-open-source-webmail-software-roundcube-to-its-platform/) [Phoronix](https://www.phoronix.com/news/Roundcube-Nextcloud) [BNN-Breaking](https://bnn.network/bnn-newsroom/roundcube-and-nextcloud-join-forces-in-unprecedented-open-source-partnership/) [OSBA – Open...

2. developing
backport-request

Usage of dispose was apparently neglected. It must be checked that disposables are always disposed (in onDestroy..)

enhancement
1. to develop

from @ShGKme : I had a very strange call notification from Talk Android right now. There was no caller/chat name and I couldn't decline it. ![grafik](https://github.com/nextcloud/talk-android/assets/2932790/de67a1b7-e3aa-4021-ad01-b1cedbe2adc3)

bug
1. to develop

TODO: According to https://developer.android.com/guide/background/persistent/getting-started/define-work#backwards-compat getForegroundInfo() should be implemented in the workers.. ### 🖼️ Screenshots 🏚️ Before | 🏡 After ---|--- B | A ### 🚧 TODO - [ ] ......

from gplay. ``` Exception java.lang.RuntimeException: at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:4169) at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:4325) at android.app.servertransaction.LaunchActivityItem.execute (LaunchActivityItem.java:101) at android.app.servertransaction.TransactionExecutor.executeCallbacks (TransactionExecutor.java:135) at android.app.servertransaction.TransactionExecutor.execute (TransactionExecutor.java:95) at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2574) at android.os.Handler.dispatchMessage (Handler.java:106) at android.os.Looper.loopOnce (Looper.java:226) at...

bug
1. to develop

while running the app following message occured (soon after startup). No crash or other impact was recognized **yet**. ``` 2023-04-28 09:20:56.020 6756-6892 okhttp.OkHttpClient com.nextcloud.talk2 I Upgrade: websocket 2023-04-28 09:20:56.020 6756-6892...

bug
1. to develop

WIP/might not be continued: migration from logansquare to kotlinx This PR is breaking the build for now! There are added some TODOS that need to be resolved if migration is...

don't merge

Currently the app uses datastore and room, while room only has 2 tables (User and ArbitraryStorage). It's currently not clear when to use datastore(via AppPreferencesImpl) or ArbitraryStorage. There should be...

enhancement
1. to develop

If search returns a message that is not yet loaded by adapter, it just won't show the message (and no info that it failed). ``` private fun scrollToMessageWithId(messageId: String) {...

bug
1. to develop