Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use fab.hide() and fab.show() - this will animate the process | Christian Schneppe | 2018-10-04 | 1 | -2/+2 |
| | |||||
* | use short read timeout when waiting for first stream open. disable read ↵ | Christian Schneppe | 2018-10-04 | 1 | -1/+2 |
| | | | | timeout aftwards | ||||
* | correct color for paperclip | Christian Schneppe | 2018-10-04 | 5 | -0/+0 |
| | |||||
* | make navigation working with google maps | Christian Schneppe | 2018-10-04 | 1 | -17/+17 |
| | |||||
* | run through sendMessage() procedure instead of taking shortcut after ↵ | Christian Schneppe | 2018-10-04 | 1 | -9/+6 |
| | | | | | | returning from TrustKeys The shortcut didn't take care of message edits and some other things | ||||
* | prevent race condition when fetching device ids | Christian Schneppe | 2018-10-04 | 2 | -43/+47 |
| | |||||
* | refactored file encryption to give access to inner stream | Christian Schneppe | 2018-10-04 | 5 | -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 upload | Christian Schneppe | 2018-10-04 | 2 | -3/+2 |
| | |||||
* | refresh ui after device list update only if list has changed | Christian Schneppe | 2018-10-04 | 3 | -6/+13 |
| | |||||
* | use Consistent Color Generation (XEP-0392 v0.6) | Christian Schneppe | 2018-10-04 | 1 | -1/+1 |
| | |||||
* | replace barcode with QR code in strings | Christian Schneppe | 2018-10-04 | 1 | -7/+7 |
| | |||||
* | make PublishProfilePicture working on small screens | Christian Schneppe | 2018-10-04 | 1 | -63/+70 |
| | |||||
* | reworked shortcut for QR-Code scanning in profile | Christian Schneppe | 2018-10-03 | 4 | -97/+48 |
| | | | | fixes #190 | ||||
* | replace old barcode icons with qr code icons | Christian Schneppe | 2018-10-03 | 6 | -2/+2 |
| | |||||
* | remove unused SimpleFingerGestures_Android_Library | Christian Schneppe | 2018-10-03 | 2 | -45/+0 |
| | |||||
* | rework MediaViewerActivity | Christian Schneppe | 2018-10-03 | 39 | -56/+155 |
| | |||||
* | set a fixed height for RecyclerView because the height is not always ↵ | Christian Schneppe | 2018-10-03 | 2 | -2/+2 |
| | | | | calculated correctly | ||||
* | hide icons for muc/contact details in phone mode and only show them in ↵ | Christian Schneppe | 2018-10-02 | 1 | -3/+11 |
| | | | | tablet mode | ||||
* | small muc details improvements | Christian Schneppe | 2018-10-02 | 2 | -25/+22 |
| | |||||
* | create notification channel for quite hours | Christian Schneppe | 2018-10-02 | 1 | -23/+36 |
| | |||||
* | made xmpp domain verifier verify wildcard domains where domain is a sub.sub ↵ | Christian Schneppe | 2018-10-02 | 1 | -58/+65 |
| | | | | domain | ||||
* | clean up connection code. unify domain = ip and extended connection settings ↵ | Christian Schneppe | 2018-10-02 | 2 | -66/+51 |
| | | | | into fake resolver | ||||
* | use sni and alpn for start tls as well. apperently google requires it | Christian Schneppe | 2018-10-02 | 2 | -1/+3 |
| | |||||
* | show failed file messages count in chatlist correctly | Christian Schneppe | 2018-10-02 | 5 | -6/+83 |
| | |||||
* | add shortcut for QR-Code scanning in profile | Christian Schneppe | 2018-10-01 | 14 | -10/+79 |
| | | | | fixes #190 | ||||
* | introduced error code for server not opening stream after auth or starttls | Christian Schneppe | 2018-10-01 | 3 | -195/+200 |
| | |||||
* | fixed sni and alpn for kitkat | Christian Schneppe | 2018-10-01 | 2 | -6/+44 |
| | |||||
* | update gradle plugin and support library | Christian Schneppe | 2018-10-01 | 2 | -2/+2 |
| | |||||
* | code cleanup | Christian Schneppe | 2018-10-01 | 2 | -6/+5 |
| | |||||
* | make NotificationManager final | Christian Schneppe | 2018-10-01 | 1 | -1/+1 |
| | |||||
* | fixed auth | Christian Schneppe | 2018-10-01 | 1 | -8/+8 |
| | |||||
* | Fix auth when upgrading from SCRAM-SHA-1 to -256 | Christian Schneppe | 2018-10-01 | 1 | -52/+52 |
| | |||||
* | use conscrypt api to set sni and alpn | Christian Schneppe | 2018-10-01 | 1 | -31/+10 |
| | |||||
* | fixed regression that didn’t enable SNI | Christian Schneppe | 2018-10-01 | 2 | -22/+33 |
| | |||||
* | use conscrypt as security provider to provide tls 1.3 and modern cyphers on ↵ | Christian Schneppe | 2018-10-01 | 4 | -29/+29 |
| | | | | old androids | ||||
* | add compatibility for older devices | Christian Schneppe | 2018-10-01 | 1 | -0/+5 |
| | |||||
* | catch all exceptions on detecting mime type | Christian Schneppe | 2018-10-01 | 1 | -0/+2 |
| | |||||
* | catch NPE in configureAttachmentMenu | Christian Schneppe | 2018-10-01 | 1 | -0/+3 |
| | |||||
* | fix crashes with EmojiTextView | Christian Schneppe | 2018-10-01 | 8 | -17/+18 |
| | |||||
* | Revert "design: bubbles more curvier, avatar higher radius and no border" | Christian Schneppe | 2018-09-28 | 19 | -174/+155 |
| | | | | | This reverts commit 1816092e68584b5794303578b6af6d621ffc58d4. This causes render errors on some devices. | ||||
* | bring back private group messages for all muc and fix broken highlight in muc | Christian Schneppe | 2018-09-27 | 2 | -12/+18 |
| | |||||
* | Merge branch 'master' of https://github.com/kriztan/Pix-Art-Messenger | Christian Schneppe | 2018-09-27 | 21 | -199/+420 |
|\ | |||||
| * | update translations | Christian Schneppe | 2018-09-27 | 21 | -199/+420 |
| |\ | | | | | | | New Crowdin translations | ||||
| | * | New translations strings.xml (Russian) | Christian Schneppe | 2018-09-26 | 1 | -0/+6 |
| | | | |||||
| | * | New translations strings.xml (Russian) | Christian Schneppe | 2018-09-26 | 1 | -0/+7 |
| | | | |||||
| | * | New translations strings.xml (Russian) | Christian Schneppe | 2018-09-26 | 1 | -0/+2 |
| | | | |||||
| | * | New translations strings.xml (German) | Christian Schneppe | 2018-09-26 | 1 | -0/+2 |
| | | | |||||
| | * | New translations strings.xml (Portuguese, Brazilian) | Christian Schneppe | 2018-09-26 | 1 | -114/+114 |
| | | | |||||
| | * | New translations strings.xml (Russian) | Christian Schneppe | 2018-09-26 | 1 | -0/+1 |
| | | | |||||
| | * | New translations strings.xml (Russian) | Christian Schneppe | 2018-09-26 | 1 | -0/+1 |
| | | |