- 03 May, 2019 4 commits
-
-
robotjini authored
1.Changed the loading of moderator roles until after the room loads up so it does not block the loading of the ui. There isn't actually anything that uses the moderator roles right now, so i am leaving it to the implementer of that on how to best handle the delayed information. I wanted to make sure the functionality was the same after the changes though rather than just deleting it. 2. recycler_view was adding its adapter in showMessages this was causing the error: "E/RecyclerView: No adapter attached; skipping layout" This seems to be the cause of a missed update step and ui delay. Code to add adapter was added to setupRecyclerView, which is called in the onViewCreated function. 3. loadActiveMembers function was being called from ChatRoomFragment object and the network / data access was being done in the UI thread. Moved the function call from the end of the function loadMessages to just after the end of said function. Changed the function loadActiveMembers to do most of its work in an I.O. thread and just the view updating in a UI thread.
-
Filipe de Lima Brito authored
-
Filipe de Lima Brito authored
[HOTFIX] Chat list now showing.
-
Filipe de Lima Brito authored
-
- 02 May, 2019 2 commits
-
-
Filipe de Lima Brito authored
-
Filipe de Lima Brito authored
-
- 29 Apr, 2019 15 commits
-
-
Filipe de Lima Brito authored
-
Filipe de Lima Brito authored
[NEW] Sort chats by unread on top.
-
Filipe de Lima Brito authored
-
Noor Binte Amir authored
-
-
Noor Binte Amir authored
-
Filipe de Lima Brito authored
[FIX] Fixes Take Photo from crashing in ProfileFragment
-
Filipe de Lima Brito authored
-
Noor Binte Amir authored
-
-
Filipe de Lima Brito authored
[I18N] Update RU strings.xml
-
Pitstopper authored
-
Pitstopper authored
-
Filipe de Lima Brito authored
-
Filipe de Lima Brito authored
[IMPROVEMENT][FIX] Show discussion name / Show server name / Fix avatar not being displayed
-
- 28 Apr, 2019 5 commits
-
-
Filipe de Lima Brito authored
-
Filipe de Lima Brito authored
-
Filipe de Lima Brito authored
-
Filipe de Lima Brito authored
-
Hussein El Feky authored
-
- 27 Apr, 2019 8 commits
-
-
Noor Binte Amir authored
Fixed variable names.
-
Noor Binte Amir authored
-
Noor Binte Amir authored
Fixed formatting.
-
Noor Binte Amir authored
Updated variable names.
-
Noor Binte Amir authored
Fixed code formatting.
-
Pitstopper authored
-
Pitstopper authored
-
Pitstopper authored
-
- 26 Apr, 2019 3 commits
-
-
Filipe de Lima Brito authored
-
Filipe de Lima Brito authored
[NEW] Change app language
-
Noor Binte Amir authored
Implemented sorting option unread on top to work with different combinations of sorting options.
-
- 25 Apr, 2019 3 commits
-
-
Filipe de Lima Brito authored
-
Filipe de Lima Brito authored
-
Filipe de Lima Brito authored
-