aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de (unfollow)
Commit message (Expand)AuthorFilesLines
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
2017-02-28correct date for first message / message at topChristian Schneppe1-2/+2
2017-02-24AppUpdater: detect beta versionsChristian Schneppe1-6/+15
2017-02-24show resource in bracketsChristian Schneppe1-1/+1
2017-02-24some little chatlist optimizationsChristian Schneppe1-3/+5
2017-02-23separate date bubbles from status messsagesChristian Schneppe1-3/+9
2017-02-23fix resource viewChristian Schneppe1-2/+2
2017-02-22reworked reconnect in profile settingsChristian Schneppe1-6/+4
2017-02-22send 'online' presences also while typing a messageChristian Schneppe2-1/+16
2017-02-22don't animate image view and set some variables finalChristian Schneppe1-3/+4
2017-02-22make max brightness in fullscreen configurableChristian Schneppe1-4/+22
2017-02-22show dates correctlyChristian Schneppe1-2/+5
2017-02-22reordered and make some strings finalChristian Schneppe1-14/+10
2017-02-22set location preview sizeChristian Schneppe1-0/+16
2017-02-22Fix a typo in legacyChristian Schneppe7-16/+16
2017-02-22migrate domain and host exemption into seperate classChristian Schneppe3-5/+27
2017-02-22only change actionbar display options when changedChristian Schneppe1-7/+9
2017-02-22npe checksChristian Schneppe2-3/+8
2017-02-22synchronize modifications of output stream in tag writerChristian Schneppe1-4/+4
2017-02-22explicitly turn off vibration when disabledChristian Schneppe1-0/+2
2017-02-22only extract stanza-id from live messages when disco feature is setChristian Schneppe1-2/+2
2017-02-22fixed behaviour in message parser when doing mam catchupChristian Schneppe1-2/+2
2017-02-22bump mam namespaceChristian Schneppe7-17/+48
2017-02-22rethink mam catchup strategiesChristian Schneppe5-40/+57
2017-02-22add resource to ContactDetailsChristian Schneppe3-0/+33
2017-02-19reworked rotation in FullScreenViewer fixes #107Christian Schneppe1-59/+18
2017-02-19check account in EnterJidDialog fixes #106Christian Schneppe1-1/+5
2017-02-19add date bubble in chatlistChristian Schneppe3-23/+29