aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make jids appear as monospace in dialogsChristian Schneppe2018-10-204-28/+38
|
* add confirmation dialog for deleting filesChristian Schneppe2018-10-201-7/+14
|
* code cleanup / reformat in ShareViaAccountChristian Schneppe2018-10-202-22/+15
|
* go back to 16 byte IVs for OMEMOChristian Schneppe2018-10-202-13/+13
| | | | clients like Dino can’t handle 12 byte IVs
* fix crash in ConferenceDetailsActivityChristian Schneppe2018-10-201-0/+4
|
* change apk iconChristian Schneppe2018-10-201-5/+10
|
* fixed regression introduce in earlier commit. don’t use conscrypt on older ↵Christian Schneppe2018-10-041-4/+4
| | | | devices
* added a few TODOs in regards to the handling of inactive devicesChristian Schneppe2018-10-043-3/+5
|
* Do weOwnFile security check only when attachingChristian Schneppe2018-10-042-12/+15
| | | | The general security check is recommend so a third party can not ask us to send an internal file. But we don’t need to do this for files we attach ourself from within the app
* use fab.hide() and fab.show() - this will animate the processChristian Schneppe2018-10-041-2/+2
|
* use short read timeout when waiting for first stream open. disable read ↵Christian Schneppe2018-10-041-1/+2
| | | | timeout aftwards
* make navigation working with google mapsChristian Schneppe2018-10-041-17/+17
|
* run through sendMessage() procedure instead of taking shortcut after ↵Christian Schneppe2018-10-041-9/+6
| | | | | | returning from TrustKeys The shortcut didn't take care of message edits and some other things
* prevent race condition when fetching device idsChristian Schneppe2018-10-042-43/+47
|
* refactored file encryption to give access to inner streamChristian Schneppe2018-10-045-80/+54
| | | | Conscrypt on some plattforms doesn’t like when we close the CipherInputStream. Therefor we refactor the api to give us access to the inner stream so we can close that independently.
* use 12 byte IV for omemo and http uploadChristian Schneppe2018-10-042-3/+2
|
* refresh ui after device list update only if list has changedChristian Schneppe2018-10-043-6/+13
|
* use Consistent Color Generation (XEP-0392 v0.6)Christian Schneppe2018-10-041-1/+1
|
* reworked shortcut for QR-Code scanning in profileChristian Schneppe2018-10-032-35/+2
| | | | fixes #190
* remove unused SimpleFingerGestures_Android_LibraryChristian Schneppe2018-10-031-44/+0
|
* rework MediaViewerActivityChristian Schneppe2018-10-034-47/+124
|
* hide icons for muc/contact details in phone mode and only show them in ↵Christian Schneppe2018-10-021-3/+11
| | | | tablet mode
* small muc details improvementsChristian Schneppe2018-10-021-1/+1
|
* create notification channel for quite hoursChristian Schneppe2018-10-021-23/+36
|
* made xmpp domain verifier verify wildcard domains where domain is a sub.sub ↵Christian Schneppe2018-10-021-58/+65
| | | | domain
* clean up connection code. unify domain = ip and extended connection settings ↵Christian Schneppe2018-10-022-66/+51
| | | | into fake resolver
* use sni and alpn for start tls as well. apperently google requires itChristian Schneppe2018-10-022-1/+3
|
* show failed file messages count in chatlist correctlyChristian Schneppe2018-10-022-2/+79
|
* add shortcut for QR-Code scanning in profileChristian Schneppe2018-10-011-1/+34
| | | | fixes #190
* introduced error code for server not opening stream after auth or starttlsChristian Schneppe2018-10-012-195/+199
|
* fixed sni and alpn for kitkatChristian Schneppe2018-10-012-6/+44
|
* code cleanupChristian Schneppe2018-10-011-5/+5
|
* make NotificationManager finalChristian Schneppe2018-10-011-1/+1
|
* fixed authChristian Schneppe2018-10-011-8/+8
|
* Fix auth when upgrading from SCRAM-SHA-1 to -256Christian Schneppe2018-10-011-52/+52
|
* use conscrypt api to set sni and alpnChristian Schneppe2018-10-011-31/+10
|
* fixed regression that didn’t enable SNIChristian Schneppe2018-10-012-22/+33
|
* use conscrypt as security provider to provide tls 1.3 and modern cyphers on ↵Christian Schneppe2018-10-014-29/+29
| | | | old androids
* catch all exceptions on detecting mime typeChristian Schneppe2018-10-011-0/+2
|
* catch NPE in configureAttachmentMenuChristian Schneppe2018-10-011-0/+3
|
* fix crashes with EmojiTextViewChristian Schneppe2018-10-014-10/+11
|
* bring back private group messages for all muc and fix broken highlight in mucChristian Schneppe2018-09-272-12/+18
|
* interrupt sub thread in resolverChristian Schneppe2018-09-271-1/+6
|
* do not show 'paste as quote' if clip is NULLChristian Schneppe2018-09-271-4/+7
|
* fixed notification sounds for Android 6Christian Schneppe2018-09-271-1/+3
|
* check if wake lock needs reinit when pressing start/pause in audio playerChristian Schneppe2018-09-271-45/+22
|
* do not compress/resize images with strange aspect ratiosChristian Schneppe2018-09-272-1/+14
|
* store avatars received over muc presence in contactChristian Schneppe2018-09-277-330/+344
|
* copy into new array when returning from resolverChristian Schneppe2018-09-271-6/+10
|
* catch jabber.pix-art.de invite urls directly in fragmentChristian Schneppe2018-09-273-2/+7
|