aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/ui/listeners/ConversationSwipeRefreshListener.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-03-22Correct notifications to user if swiping with disabled or not connected ↵lookshe1-25/+37
account (FS#159)
2016-03-10Fixes FS#157: Trigger loading messages from MAM in MUC does not endsteckbrief1-2/+1
2015-12-10Moved logcat to a module, increased error robustness for loading last messagessteckbrief1-14/+34
2015-12-06Fix flagging no more messages on server for conversationsteckbrief1-0/+2
2015-12-04Implements FS#83: Reload from last received messagesteckbrief1-10/+36
2015-11-20Implements FS#67: Introduce central logging class to use log prefix, new ↵steckbrief1-3/+3
activity to show logcat output and button to copy contents
2015-10-17added comment for clarification, why the timestamp of the first msg of msg ↵steckbrief1-1/+1
list is needed to query older msgs with mam
2015-10-15Removed unused importssteckbrief1-4/+0
2015-08-16moved merged files to correct location0.0.3lookshe1-8/+8
2015-08-12- Introduction of SwipeRefreshLayout for conversation viewsteckbrief1-0/+48
- OnScrollListener for ListView of messages removed and replaced with swipe refresh - Loading of messages now possible even if no message is present in conversation