aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-04-26while restoring state deal with conversations that don't have accountsChristian Schneppe1-2/+8
2017-04-26send pgp signature when creating ad hoc conferencesChristian Schneppe1-1/+1
2017-04-21reworked unique id generation for notification intentsChristian Schneppe1-8/+9
2017-04-21Add Android Auto support to notificationsChristian Schneppe2-6/+25
This patch adds required additions in order to show notifications in Android Auto. Messages are read aloud and voice reply is offered. The functionaliy has been tested with the Android Auto standalone app as well as with the DHU simulator as describes here: https://developer.android.com/training/auto/testing/index.html
2017-04-18hide resend button if file is smaller than AutoAcceptFileSize…Christian Schneppe1-2/+1
…otherwise show resend button
2017-04-18reused code to retrieve AutoAcceptFileSize for AutoResendChristian Schneppe1-19/+1
2017-04-18Add reply button in wear designChristian Schneppe1-1/+1
The existing reply button for Android wear has been re-used from the action bar. Instead of a 'send' icon, a 'reply' icon better matches the intended action. Moreover, action icons for Android wear are solid white instead of half transparent.
2017-04-16show 'try again' button when remote server wasn't found in previously active mucChristian Schneppe1-0/+1
2017-04-13use async message loading only when called from UIChristian Schneppe1-9/+14
2017-04-13show first instead of last message in notification previewChristian Schneppe1-5/+7
2017-04-13Optimized imports from entire projectChristian Schneppe1-6/+1
2017-04-13treat URL as file if URL is in oob or contains keyChristian Schneppe1-4/+1
2017-04-05Changes the deprecated getColor() methodChristian Schneppe1-1/+2
2017-03-26deduplicate notification soundsChristian Schneppe1-1/+0
2017-03-26make image compression configurableChristian Schneppe1-0/+26
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
…in Conversations only enviroments
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
* Minor fixes * Replaces html.fromHTML with SpannableString
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
fixes #102
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 ↵Christian Schneppe1-0/+33
AutoAcceptFilesize
2017-02-08support aesgcm:// style urlsChristian Schneppe1-0/+6