aboutsummaryrefslogtreecommitdiffstats
path: root/src/main (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-20change apk iconChristian Schneppe6-5/+10
2018-10-04fixed regression introduce in earlier commit. don’t use conscrypt on older ↵Christian Schneppe1-4/+4
devices
2018-10-04added a few TODOs in regards to the handling of inactive devicesChristian Schneppe3-3/+5
2018-10-04Do weOwnFile security check only when attachingChristian Schneppe3-12/+16
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
2018-10-04use fab.hide() and fab.show() - this will animate the processChristian Schneppe1-2/+2
2018-10-04use short read timeout when waiting for first stream open. disable read ↵Christian Schneppe1-1/+2
timeout aftwards
2018-10-04correct color for paperclipChristian Schneppe5-0/+0
2018-10-04make navigation working with google mapsChristian Schneppe1-17/+17
2018-10-04run through sendMessage() procedure instead of taking shortcut after ↵Christian Schneppe1-9/+6
returning from TrustKeys The shortcut didn't take care of message edits and some other things
2018-10-04prevent race condition when fetching device idsChristian Schneppe2-43/+47
2018-10-04refactored file encryption to give access to inner streamChristian Schneppe5-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.
2018-10-04use 12 byte IV for omemo and http uploadChristian Schneppe2-3/+2
2018-10-04refresh ui after device list update only if list has changedChristian Schneppe3-6/+13
2018-10-04use Consistent Color Generation (XEP-0392 v0.6)Christian Schneppe1-1/+1
2018-10-04replace barcode with QR code in stringsChristian Schneppe1-7/+7
2018-10-04make PublishProfilePicture working on small screensChristian Schneppe1-63/+70
2018-10-03reworked shortcut for QR-Code scanning in profileChristian Schneppe4-97/+48
fixes #190
2018-10-03replace old barcode icons with qr code iconsChristian Schneppe6-2/+2
2018-10-03remove unused SimpleFingerGestures_Android_LibraryChristian Schneppe2-45/+0
2018-10-03rework MediaViewerActivityChristian Schneppe39-56/+155
2018-10-03set a fixed height for RecyclerView because the height is not always ↵Christian Schneppe2-2/+2
calculated correctly
2018-10-02hide icons for muc/contact details in phone mode and only show them in ↵Christian Schneppe1-3/+11
tablet mode
2018-10-02small muc details improvementsChristian Schneppe2-25/+22
2018-10-02create notification channel for quite hoursChristian Schneppe1-23/+36
2018-10-02made xmpp domain verifier verify wildcard domains where domain is a sub.sub ↵Christian Schneppe1-58/+65
domain
2018-10-02clean up connection code. unify domain = ip and extended connection settings ↵Christian Schneppe2-66/+51
into fake resolver
2018-10-02use sni and alpn for start tls as well. apperently google requires itChristian Schneppe2-1/+3
2018-10-02show failed file messages count in chatlist correctlyChristian Schneppe5-6/+83
2018-10-01add shortcut for QR-Code scanning in profileChristian Schneppe14-10/+79
fixes #190
2018-10-01introduced error code for server not opening stream after auth or starttlsChristian Schneppe3-195/+200
2018-10-01fixed sni and alpn for kitkatChristian Schneppe2-6/+44
2018-10-01update gradle plugin and support libraryChristian Schneppe2-2/+2
2018-10-01code cleanupChristian Schneppe2-6/+5
2018-10-01make NotificationManager finalChristian Schneppe1-1/+1
2018-10-01fixed authChristian Schneppe1-8/+8
2018-10-01Fix auth when upgrading from SCRAM-SHA-1 to -256Christian Schneppe1-52/+52
2018-10-01use conscrypt api to set sni and alpnChristian Schneppe1-31/+10
2018-10-01fixed regression that didn’t enable SNIChristian Schneppe2-22/+33
2018-10-01use conscrypt as security provider to provide tls 1.3 and modern cyphers on ↵Christian Schneppe4-29/+29
old androids
2018-10-01add compatibility for older devicesChristian Schneppe1-0/+5
2018-10-01catch all exceptions on detecting mime typeChristian Schneppe1-0/+2
2018-10-01catch NPE in configureAttachmentMenuChristian Schneppe1-0/+3
2018-10-01fix crashes with EmojiTextViewChristian Schneppe8-17/+18
2018-09-28Revert "design: bubbles more curvier, avatar higher radius and no border"Christian Schneppe19-174/+155
This reverts commit 1816092e68584b5794303578b6af6d621ffc58d4. This causes render errors on some devices.
2018-09-27bring back private group messages for all muc and fix broken highlight in mucChristian Schneppe2-12/+18
2018-09-27interrupt sub thread in resolverChristian Schneppe1-1/+6
2018-09-27do not show 'paste as quote' if clip is NULLChristian Schneppe1-4/+7
2018-09-27fixed notification sounds for Android 6Christian Schneppe1-1/+3
2018-09-27check if wake lock needs reinit when pressing start/pause in audio playerChristian Schneppe1-45/+22
2018-09-27do not compress/resize images with strange aspect ratiosChristian Schneppe2-1/+14