aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixed entity time for timezones with minutes !=0Christian Schneppe2017-03-111-3/+11
* send chat states only to private and non-anon mucsChristian Schneppe2017-03-111-1/+1
* display chat states in conferencesChristian Schneppe2017-03-115-48/+97
* send and parse Chat States to and from conferencesChristian Schneppe2017-03-116-14/+63
* use async avatar loading in AccountAdapterChristian Schneppe2017-03-111-1/+93
* hide keyboard after setting up accountChristian Schneppe2017-03-111-0/+1
* catch fileprovider related NPEsChristian Schneppe2017-03-111-1/+1
* catch some OOM ExceptionsChristian Schneppe2017-03-112-1/+9
* try to fix crashChristian Schneppe2017-03-111-0/+2
* possible audioplayer fixChristian Schneppe2017-03-091-3/+4
* fix update of chatbubblesChristian Schneppe2017-03-091-1/+1
* notify for muc messages after mam catchupChristian Schneppe2017-03-091-1/+1
* add <x/> element to outgoing MUC PMChristian Schneppe2017-03-091-0/+1
* add origin-id to outgoing messagesChristian Schneppe2017-03-092-1/+9
* only take 1:1 conversations into account when determining catchup timestampChristian Schneppe2017-03-091-1/+1
* do not interpret grin >< as quoteChristian Schneppe2017-03-092-3/+12
* fixed regression that caused stanza-ids not to be savedChristian Schneppe2017-03-091-2/+2
* do not show 'block stranger' snackbar in empty conversationsChristian Schneppe2017-03-091-1/+3
* changed string from unread conversation to messages in notificationChristian Schneppe2017-03-091-2/+3
* show conversation time as last clear date when emptyChristian Schneppe2017-03-091-1/+1
* set last clear date to time of last messageChristian Schneppe2017-03-091-1/+7
* Modifies notification for MUC conversationsChristian Schneppe2017-03-091-6/+32
* show snackbar in conversations with stranger to blockChristian Schneppe2017-03-091-0/+9
* do not notify for messages from strangers by defaultChristian Schneppe2017-03-092-2/+28
* fixed sender label for empty conversationsChristian Schneppe2017-03-092-1/+4
* added colon to seperate sender and message preview. only show first nameChristian Schneppe2017-03-091-2/+3
* cleaned code of muc name generatorChristian Schneppe2017-03-091-10/+6
* Adds a message sender label in each conversation for text messagesChristian Schneppe2017-03-091-0/+17
* closing the corresponding conversations after blocking a contactChristian Schneppe2017-03-098-47/+109
* extract stanza-id from muc reflectionsChristian Schneppe2017-03-092-17/+22
* deduplicate every message with a stanza-id from the serverChristian Schneppe2017-03-091-3/+3
* fixed multi-session-nick renaming behaviourChristian Schneppe2017-03-092-14/+11
* renamed enter jid menu item idChristian Schneppe2017-03-092-7/+7
* added an option to directly add a jid to block list from blocklist activityChristian Schneppe2017-03-092-3/+42
* change bitrate with video quality settings tooChristian Schneppe2017-03-051-2/+15
* use default priority notifications. disables heads up notificationsChristian Schneppe2017-03-041-1/+1
* make video resolution configurableChristian Schneppe2017-03-041-1/+14
* Keep draft even when correcting previously sent msgChristian Schneppe2017-03-042-8/+22
* fixed messages vanishing after pgp raised error on editing a messageChristian Schneppe2017-03-042-3/+5
* show icons in pop menu with reflection. imagespan was not centred ver…Christian Schneppe2017-03-042-22/+19
* block send action while encrypting pgp messageChristian Schneppe2017-03-042-0/+14
* Added icons for the attach options according to material design guidlinesChristian Schneppe2017-03-041-0/+22
* changed default setting for enter_is_send on devices with keyboardChristian Schneppe2017-03-041-1/+1
* rename the Xmlns class to NamespaceChristian Schneppe2017-03-0410-54/+53
* bump mam namespace to :2Christian Schneppe2017-03-041-1/+1
* show 'show inactive keys' button also when there are no active keysChristian Schneppe2017-03-041-1/+1
* properly handle onNewIntent() in StartConversations activityChristian Schneppe2017-03-041-0/+9
* properly trim() incoming imto: urisChristian Schneppe2017-03-041-1/+1
* use priority low when creating notification without sound/vibrationChristian Schneppe2017-03-041-0/+1
* make x509 verification node world readableChristian Schneppe2017-03-045-15/+87