aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/ui/listeners/ConversationSwipeRefreshListener.java (unfollow)
Commit message (Collapse)AuthorFilesLines
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