tatanka987

Results 49 comments of tatanka987

hello @moritzm, in new Q-municate release we plan to update QuickBlox Android SDK to version 2.6.1 and add Twitter Digits login functionality

hello @sheikhrashid, sorry for long time answer, as fast solution you can try check roster for incoming requests in method [init](https://github.com/QuickBlox/q-municate-android/blob/master/Q-municate_core/src/main/java/com/quickblox/q_municate_core/qb/helpers/QBFriendListHelper.java#L75) of QBFriendListHelper. For it use: ``` private void autoAcceptIncomingRequests(QBRoster...

this method not from SDK, you can add this method in your app for auto applying requests during loading roster. Additionally you need review code for adding apply request in...

As I wrote before, for your needs you should rewrote app logic for work with contacts. QuickBlox provides this functionality (you can send message without adding user to roster). If...

Now Q-municate searches opponents in 'friend' table and if not found they in this table we can't do anything with this users. You can delete this check or automatic add...

in new Q-municate release we plan to update QuickBlox Android SDK to version 2.6.1 after that you will can add group audio call and group video call functionality to your...

please read Android documentation how to work with NinePatch drawables and with Styles.

hello @dawkinsjeff I can see NullPointerException on QBFriendListHelper in your log, because of this friends are not saved, try to fix this error

sorry, but I don't know logic of your app, try to check object friendListHelper on null in method getAllUsersByTag() in onSuccess callback before saving friends, if this object is null...

you must init friendListHelper after creation for init dataManager or you can init dataManager in constructor