aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-11send chat states only to private and non-anon mucsChristian Schneppe1-1/+1
2017-03-11display chat states in conferencesChristian Schneppe5-48/+97
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 Schneppe1-1/+1
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 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 Schneppe1-0/+9
2017-03-09do not notify for messages from strangers by defaultChristian Schneppe2-2/+28
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 Schneppe1-0/+17
2017-03-09closing the corresponding conversations after blocking a contactChristian Schneppe8-47/+109
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
2017-03-09fixed multi-session-nick renaming behaviourChristian Schneppe2-14/+11
2017-03-09renamed enter jid menu item idChristian Schneppe2-7/+7
2017-03-09added an option to directly add a jid to block list from blocklist activityChristian Schneppe2-3/+42
2017-03-05change bitrate with video quality settings tooChristian Schneppe1-2/+15
2017-03-04use default priority notifications. disables heads up notificationsChristian Schneppe1-1/+1
2017-03-04make video resolution configurableChristian Schneppe1-1/+14
2017-03-04Keep draft even when correcting previously sent msgChristian Schneppe2-8/+22
2017-03-04fixed messages vanishing after pgp raised error on editing a messageChristian Schneppe2-3/+5
2017-03-04show icons in pop menu with reflection. imagespan was not centred ver…Christian Schneppe2-22/+19
2017-03-04block send action while encrypting pgp messageChristian Schneppe2-0/+14
2017-03-04Added icons for the attach options according to material design guidlinesChristian Schneppe1-0/+22
2017-03-04changed default setting for enter_is_send on devices with keyboardChristian Schneppe1-1/+1
2017-03-04rename the Xmlns class to NamespaceChristian Schneppe10-54/+53
2017-03-04bump mam namespace to :2Christian Schneppe1-1/+1
2017-03-04show 'show inactive keys' button also when there are no active keysChristian Schneppe1-1/+1
2017-03-04properly handle onNewIntent() in StartConversations activityChristian Schneppe1-0/+9
2017-03-04properly trim() incoming imto: urisChristian Schneppe1-1/+1
2017-03-04use priority low when creating notification without sound/vibrationChristian Schneppe1-0/+1
2017-03-04make x509 verification node world readableChristian Schneppe5-15/+87
2017-02-28fix sending video file as is, if it is in our directoryChristian Schneppe1-2/+2