aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-23count messages in backlog to not renotify on prior notificationsChristian Schneppe1-7/+33
2017-03-23rework last activity logic to something that should work pretty well …Christian Schneppe1-2/+2
2017-03-17use qr codes instead of aztec. Barcode Scanner is terrible at reading aztecChristian Schneppe1-6/+8
2017-03-14update shortcutbadger asyncChristian Schneppe1-9/+20
2017-03-14don't open conversation when opening contact detailsChristian Schneppe1-0/+55
2017-03-11rename media directoriesChristian Schneppe2-2/+3
2017-03-11send and parse Chat States to and from conferencesChristian Schneppe1-1/+5
2017-03-11catch some OOM ExceptionsChristian Schneppe1-1/+5
2017-03-09notify for muc messages after mam catchupChristian Schneppe1-1/+1
2017-03-09changed string from unread conversation to messages in notificationChristian Schneppe1-2/+3
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-09do not notify for messages from strangers by defaultChristian Schneppe1-2/+8
2017-03-09closing the corresponding conversations after blocking a contactChristian Schneppe1-1/+31
2017-03-09extract stanza-id from muc reflectionsChristian Schneppe1-1/+4
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-04rename the Xmlns class to NamespaceChristian Schneppe2-9/+8
2017-03-04use priority low when creating notification without sound/vibrationChristian Schneppe1-0/+1
2017-03-04make x509 verification node world readableChristian Schneppe1-11/+38
2017-02-22send 'online' presences also while typing a messageChristian Schneppe1-1/+1
2017-02-22Fix a typo in legacyChristian Schneppe2-4/+4
2017-02-22migrate domain and host exemption into seperate classChristian Schneppe1-3/+4
2017-02-22npe checksChristian Schneppe1-1/+4
2017-02-22explicitly turn off vibration when disabledChristian Schneppe1-0/+2
2017-02-22bump mam namespaceChristian Schneppe2-7/+26
2017-02-22rethink mam catchup strategiesChristian Schneppe2-22/+47
2017-02-15don't delete chats after restart / reconnectChristian Schneppe1-0/+1
2017-02-14fixed adhoc conference creation behaviour. properly show errorsChristian Schneppe1-3/+6
2017-02-12don't compress videos if they are in our files directoryChristian Schneppe1-3/+7
2017-02-10clear avatar cache when system name changesChristian Schneppe1-4/+6
2017-02-09also try to resend failed uploads while sending pingChristian Schneppe1-0/+7
2017-02-09resend failed uploads automatically if filesize smaller than configured AutoA...Christian Schneppe1-0/+33
2017-02-08support aesgcm:// style urlsChristian Schneppe1-0/+6
2017-02-08Stop Conversations force closing over sqlite errors due to long messagesChristian Schneppe1-0/+2
2017-02-08fixed scrolling and async loading of message of new conversation startChristian Schneppe1-13/+25
2017-01-29configurable local message retention period.Christian Schneppe2-17/+61
2017-01-29change video filename and lower bitrate for smaller filesChristian Schneppe1-2/+4
2017-01-25reworked videocompressionChristian Schneppe1-206/+74
2017-01-25reworked FileBackendChristian Schneppe1-2/+2
2017-01-25cleaning up crypto targets when conference member is getting removedChristian Schneppe1-0/+20
2017-01-21write text in bold when highlighted in received muc messageChristian Schneppe1-1/+1
2017-01-21reworked backup scheduler and add wakelock to ExportLogsServiceChristian Schneppe2-18/+30
2017-01-16handle swiping away from recent apps correctlyChristian Schneppe1-0/+5
2017-01-16correct check if there is a scheduled pending intentChristian Schneppe1-4/+5
2017-01-15don't include 'before' reference in mam queries bound by timestampChristian Schneppe1-1/+3
2017-01-15finish of backlog only for one particular accountChristian Schneppe2-3/+18
2017-01-15only call UI thread from downloading thread every 250msChristian Schneppe1-0/+13
2017-01-15don't start backup at startup if there is a scheduled pending intentChristian Schneppe1-8/+15