anonym24

Results 77 issues of anonym24

How to delete user and it's all entire data (threads and related messages) My app allows logout and deleting profile. So I need to delete ChatSDK user as well, or...

ChatSDK has a bug when re-signing on the same device with different users, it's related to database, if you reinstall the app fully before signing to a new user, then...

1. **Is the bug present in the demo Chat SDK project?** yes, 5.0.16 2. **What modifications have you made to the Chat SDK?** none 3. **Android Version:** 28,29,30 4. **Steps...

1. **Is the bug present in the demo Chat SDK project?** no, but demo opens another activity (`MainAppBarActivity`) after authentication (`SplashScreenActivity` or `LoginActivity`), and mb because of this delay between...

On iOS version it combines messages with the same time: ![image](https://user-images.githubusercontent.com/8851301/95428648-fc9bc500-0951-11eb-8034-fea8ce5b0df7.png) (one datetime below two messages), and a different background shape for a second message But on Android it never...

Is there any module like Shared Content in Telegram? Screen that shows common (shared) files, audios, videos, links of specific chat (conversation)

How can I extarct subtitles using this project?

I would like to stream call to the server (though tcp, e.g. to windows ) don't save as file but stream it to another device

**java.lang.RuntimeException: Unable to start activity ComponentInfo** ``` new MaterialFilePicker() .withActivity(mActivity) .withRequestCode(78) .withFilter(Pattern.compile(".*\\.txt$")) // Filtering files and directories by file name using regexp .withFilterDirectories(true) // Set directories filterable (false by default)...