aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* while restoring state deal with conversations that don't have accountsChristian Schneppe2017-04-261-2/+8
|
* send pgp signature when creating ad hoc conferencesChristian Schneppe2017-04-261-1/+1
|
* reworked unique id generation for notification intentsChristian Schneppe2017-04-211-8/+9
|
* Add Android Auto support to notificationsChristian Schneppe2017-04-212-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
* hide resend button if file is smaller than AutoAcceptFileSize…Christian Schneppe2017-04-181-2/+1
| | | | …otherwise show resend button
* reused code to retrieve AutoAcceptFileSize for AutoResendChristian Schneppe2017-04-181-19/+1
|
* Add reply button in wear designChristian Schneppe2017-04-181-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.
* show 'try again' button when remote server wasn't found in previously active mucChristian Schneppe2017-04-161-0/+1
|
* use async message loading only when called from UIChristian Schneppe2017-04-131-9/+14
|
* show first instead of last message in notification previewChristian Schneppe2017-04-131-5/+7
|
* Optimized imports from entire projectChristian Schneppe2017-04-131-6/+1
|
* treat URL as file if URL is in oob or contains keyChristian Schneppe2017-04-131-4/+1
|
* Changes the deprecated getColor() methodChristian Schneppe2017-04-051-1/+2
|
* deduplicate notification soundsChristian Schneppe2017-03-261-1/+0
|
* make image compression configurableChristian Schneppe2017-03-261-0/+26
|
* count messages in backlog to not renotify on prior notificationsChristian Schneppe2017-03-231-7/+33
|
* rework last activity logic to something that should work pretty well …Christian Schneppe2017-03-231-2/+2
| | | | …in Conversations only enviroments
* use qr codes instead of aztec. Barcode Scanner is terrible at reading aztecChristian Schneppe2017-03-171-6/+8
|
* update shortcutbadger asyncChristian Schneppe2017-03-141-9/+20
|
* don't open conversation when opening contact detailsChristian Schneppe2017-03-141-0/+55
|
* rename media directoriesChristian Schneppe2017-03-112-2/+3
|
* send and parse Chat States to and from conferencesChristian Schneppe2017-03-111-1/+5
|
* catch some OOM ExceptionsChristian Schneppe2017-03-111-1/+5
|
* notify for muc messages after mam catchupChristian Schneppe2017-03-091-1/+1
|
* changed string from unread conversation to messages in notificationChristian Schneppe2017-03-091-2/+3
|
* set last clear date to time of last messageChristian Schneppe2017-03-091-1/+7
|
* Modifies notification for MUC conversationsChristian Schneppe2017-03-091-6/+32
| | | | | * Minor fixes * Replaces html.fromHTML with SpannableString
* do not notify for messages from strangers by defaultChristian Schneppe2017-03-091-2/+8
|
* closing the corresponding conversations after blocking a contactChristian Schneppe2017-03-091-1/+31
|
* extract stanza-id from muc reflectionsChristian Schneppe2017-03-091-1/+4
|
* 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
|
* rename the Xmlns class to NamespaceChristian Schneppe2017-03-042-9/+8
|
* use priority low when creating notification without sound/vibrationChristian Schneppe2017-03-041-0/+1
|
* make x509 verification node world readableChristian Schneppe2017-03-041-11/+38
|
* send 'online' presences also while typing a messageChristian Schneppe2017-02-221-1/+1
|
* Fix a typo in legacyChristian Schneppe2017-02-222-4/+4
|
* migrate domain and host exemption into seperate classChristian Schneppe2017-02-221-3/+4
|
* npe checksChristian Schneppe2017-02-221-1/+4
|
* explicitly turn off vibration when disabledChristian Schneppe2017-02-221-0/+2
|
* bump mam namespaceChristian Schneppe2017-02-222-7/+26
|
* rethink mam catchup strategiesChristian Schneppe2017-02-222-22/+47
|
* don't delete chats after restart / reconnectChristian Schneppe2017-02-151-0/+1
| | | | fixes #102
* fixed adhoc conference creation behaviour. properly show errorsChristian Schneppe2017-02-141-3/+6
|
* don't compress videos if they are in our files directoryChristian Schneppe2017-02-121-3/+7
|
* clear avatar cache when system name changesChristian Schneppe2017-02-101-4/+6
|
* also try to resend failed uploads while sending pingChristian Schneppe2017-02-091-0/+7
|
* resend failed uploads automatically if filesize smaller than configured ↵Christian Schneppe2017-02-091-0/+33
| | | | AutoAcceptFilesize
* support aesgcm:// style urlsChristian Schneppe2017-02-081-0/+6
|