aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-15grey out offline contacts in StartConversationChristian Schneppe6-12/+51
2017-03-15set default for videocompression correctlyChristian Schneppe1-1/+1
2017-03-15also hide actionbar share iconChristian Schneppe1-1/+3
2017-03-14add build flavor to about summaryChristian Schneppe1-1/+2
2017-03-14add missing importChristian Schneppe1-0/+1
2017-03-14set background to messages in layoutChristian Schneppe2-2/+4
2017-03-14never mark conversation w/ own server as strangerChristian Schneppe1-5/+4
2017-03-14show typing info in overviewChristian Schneppe2-5/+37
2017-03-14fix jump to bottom while scrollingChristian Schneppe1-23/+16
2017-03-14optimize apk and vcard handling in messagesChristian Schneppe1-24/+42
2017-03-14update shortcutbadger asyncChristian Schneppe1-9/+20
2017-03-14don't open conversation when opening contact detailsChristian Schneppe2-1/+56
2017-03-14don't show share icons on account creationChristian Schneppe1-0/+6
2017-03-14set QR Code background to whiteChristian Schneppe1-1/+2
2017-03-13Fix typos (#124)licaon-kter2-3/+3
2017-03-11load new messages in chatlist a bit earlierChristian Schneppe1-1/+1
2017-03-11rename media directoriesChristian Schneppe8-29/+84
2017-03-11fixed entity time for timezones with minutes !=0Christian Schneppe1-3/+11
2017-03-11send chat states only to private and non-anon mucsChristian Schneppe1-1/+1
2017-03-11added and changed some stringsChristian Schneppe2-3/+10
2017-03-11display chat states in conferencesChristian Schneppe7-49/+106
2017-03-11send and parse Chat States to and from conferencesChristian Schneppe6-14/+63
2017-03-11use async avatar loading in AccountAdapterChristian Schneppe1-1/+93
2017-03-11hide keyboard after setting up accountChristian Schneppe1-0/+1
2017-03-11catch fileprovider related NPEsChristian Schneppe2-3/+3
2017-03-11catch some OOM ExceptionsChristian Schneppe2-1/+9
2017-03-11try to fix crashChristian Schneppe1-0/+2
2017-03-09possible audioplayer fixChristian Schneppe1-3/+4
2017-03-09fix textoverlayChristian Schneppe1-8/+9
2017-03-09fix update of chatbubblesChristian Schneppe1-1/+1
2017-03-09notify for muc messages after mam catchupChristian Schneppe1-1/+1
2017-03-09add <x/> element to outgoing MUC PMChristian Schneppe1-0/+1
2017-03-09add origin-id to outgoing messagesChristian Schneppe2-1/+9
2017-03-09only take 1:1 conversations into account when determining catchup timestampChristian Schneppe1-1/+1
2017-03-09do not interpret grin >< as quoteChristian Schneppe2-3/+12
2017-03-09fixed regression that caused stanza-ids not to be savedChristian Schneppe1-2/+2
2017-03-09do not show 'block stranger' snackbar in empty conversationsChristian Schneppe1-1/+3
2017-03-09changed string from unread conversation to messages in notificationChristian Schneppe1-2/+3
2017-03-09show conversation time as last clear date when emptyChristian Schneppe1-1/+1
2017-03-09set last clear date to time of last messageChristian Schneppe1-1/+7
2017-03-09Modifies notification for MUC conversationsChristian Schneppe1-6/+32
2017-03-09show snackbar in conversations with stranger to blockChristian Schneppe2-0/+10
2017-03-09do not notify for messages from strangers by defaultChristian Schneppe5-2/+37
2017-03-09fixed sender label for empty conversationsChristian Schneppe2-1/+4
2017-03-09added colon to seperate sender and message preview. only show first nameChristian Schneppe1-2/+3
2017-03-09cleaned code of muc name generatorChristian Schneppe1-10/+6
2017-03-09Adds a message sender label in each conversation for text messagesChristian Schneppe2-0/+30
2017-03-09closing the corresponding conversations after blocking a contactChristian Schneppe9-47/+111
2017-03-09extract stanza-id from muc reflectionsChristian Schneppe2-17/+22
2017-03-09deduplicate every message with a stanza-id from the serverChristian Schneppe1-3/+3