Bjørn Damstedt Rasmussen

Results 144 comments of Bjørn Damstedt Rasmussen

This issue will not be part of v5.7 since it has to be thought more through how it should be used.

I would suggest a view/activity with a table that shows the current user accounts. Then have an add button in the top to create a new account.

That would be great! The method makeUserAccount() shows how to create a user account: https://github.com/BearWare/TeamTalk5/blob/master/TeamTalkJNI/test/dk/bearware/TeamTalkTestCaseBase.java#L110 The method test_07_UserAccount() shows how to list user accounts: https://github.com/BearWare/TeamTalk5/blob/master/TeamTalkJNI/test/dk/bearware/TeamTalkTestCase.java#L209 Currently there's some commented out...

I guess it should be a table view which lists the existing user accounts and has an option to create new ones. Also a delete button on each entry in...

DocumentsContract.getDocumentId(uri) does not return a numeric value on Android 11: https://github.com/BearWare/TeamTalk5/blob/master/Client/TeamTalkAndroid/src/main/java/dk/bearware/gui/AbsolutePathHelper.java#L101 Problem described here: https://stackoverflow.com/questions/66559678/how-to-select-file-on-android-11

TeamTalk JNI DLL can now extract DesktopWindow object with byte array of raw bitmap.

Red and blue color channels are swapped.

Bans are stored with channel-path. Therefore renaming a channel will invalidate existing bans: https://github.com/BearWare/TeamTalk5/blob/master/Library/TeamTalkLib/bin/ttsrv/ServerXML.cpp#L1120 It's a bug but a bit tricky to fix

http://doc.qt.io/qt-5/sourcebreaks.html Search for QApplication::x11EventFilter() which has been removed in Qt 5