Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix some build errors | Christian Schneppe | 2018-10-20 | 1 | -1/+3 |
| | |||||
* | refactor magic creates password gen to CryptoHelper | Christian Schneppe | 2018-10-20 | 1 | -5/+13 |
| | |||||
* | fixed NPE after attempt to store user@ip style jid resolver result | Christian Schneppe | 2018-10-20 | 1 | -2/+3 |
| | |||||
* | use bouncycastle provider up to api 27 | Christian Schneppe | 2018-10-20 | 1 | -2/+2 |
| | | | | | | | apparently using conscrypt on Android below version 7? throws an exception when using 16 byte IVs. so we now use BC when ever possible (excluding api 28) we don’t know why Conscrypt behaves differently on various android versions | ||||
* | PRNG fixes were a nop ever since we switched to 4.4+ | Christian Schneppe | 2018-10-20 | 1 | -62/+62 |
| | |||||
* | catch exception if Conscrypt could not be initialized and use tls 1.2 | Christian Schneppe | 2018-10-20 | 1 | -1/+5 |
| | |||||
* | reworked shortcut for QR-Code scanning in profile | Christian Schneppe | 2018-10-03 | 1 | -1/+1 |
| | | | | fixes #190 | ||||
* | clean up connection code. unify domain = ip and extended connection settings ↵ | Christian Schneppe | 2018-10-02 | 1 | -7/+30 |
| | | | | into fake resolver | ||||
* | use sni and alpn for start tls as well. apperently google requires it | Christian Schneppe | 2018-10-02 | 1 | -1/+1 |
| | |||||
* | fixed sni and alpn for kitkat | Christian Schneppe | 2018-10-01 | 1 | -5/+43 |
| | |||||
* | 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 | 1 | -20/+31 |
| | |||||
* | use conscrypt as security provider to provide tls 1.3 and modern cyphers on ↵ | Christian Schneppe | 2018-10-01 | 2 | -27/+22 |
| | | | | old androids | ||||
* | interrupt sub thread in resolver | Christian Schneppe | 2018-09-27 | 1 | -1/+6 |
| | |||||
* | copy into new array when returning from resolver | Christian Schneppe | 2018-09-27 | 1 | -6/+10 |
| | |||||
* | behave nicely (no foreground service by default) if app is built with ↵ | Christian Schneppe | 2018-09-27 | 1 | -4/+31 |
| | | | | targetSdk <26 | ||||
* | do not show media overview in contact/conference details when missing ↵ | Christian Schneppe | 2018-09-26 | 1 | -0/+6 |
| | | | | storage permission | ||||
* | do not use BC provider on android 22+ | Christian Schneppe | 2018-09-26 | 1 | -0/+4 |
| | |||||
* | show media preview in messagebubble like text messages | Christian Schneppe | 2018-09-23 | 1 | -1/+1 |
| | |||||
* | preview media before sending them and allow sharing and attaching of ↵ | Christian Schneppe | 2018-09-23 | 1 | -2/+2 |
| | | | | multiple files | ||||
* | speed up DNS | Christian Schneppe | 2018-09-13 | 1 | -103/+145 |
| | | | | | | run queries in parallel decrease timeout do not fall back to google | ||||
* | initial work toward api 26+ | Christian Schneppe | 2018-09-13 | 2 | -2/+75 |
| | | | | | * introduce notification channels * always use foreground service on 26+ | ||||
* | disabled by default variant of XEP-0392 | Christian Schneppe | 2018-08-26 | 2 | -0/+33 |
| | |||||
* | store bookmarks in pep if conversion xep is running | Christian Schneppe | 2018-08-26 | 1 | -0/+2 |
| | |||||
* | support mam:1 | Christian Schneppe | 2018-07-09 | 1 | -2/+0 |
| | |||||
* | make xmppuri deal with null input | Christian Schneppe | 2018-07-09 | 1 | -1/+4 |
| | |||||
* | restart file observer when permisson are granted | Christian Schneppe | 2018-07-09 | 1 | -0/+5 |
| | |||||
* | reset subject and name on empty | Christian Schneppe | 2018-07-09 | 1 | -0/+4 |
| | |||||
* | save name instead of subject in bookmark | Christian Schneppe | 2018-07-09 | 1 | -0/+46 |
| | |||||
* | refined create conference dialog | Christian Schneppe | 2018-07-09 | 1 | -0/+14 |
| | |||||
* | Improved URL matching | Christian Schneppe | 2018-06-17 | 1 | -2/+0 |
| | |||||
* | fix geo uri regex | Christian Schneppe | 2018-06-16 | 1 | -1/+1 |
| | | | | | - only match valid float numbers - match uri with parameter | ||||
* | catch OOM in FileObserver | Christian Schneppe | 2018-06-16 | 1 | -1/+6 |
| | |||||
* | Do not use TLS_FALLBACK_SCSV | Christian Schneppe | 2018-05-26 | 1 | -0/+1 |
| | |||||
* | add support for S3 file transfers | Christian Schneppe | 2018-05-26 | 4 | -2/+65 |
| | |||||
* | make file observer listen for moves | Christian Schneppe | 2018-05-21 | 1 | -1/+1 |
| | |||||
* | do not save draft if message is completly empty and fixed appending shared text | Christian Schneppe | 2018-05-21 | 1 | -0/+16 |
| | |||||
* | changed jid of push server | Christian Schneppe | 2018-05-17 | 2 | -3/+10 |
| | |||||
* | do not load conversations with null jid | Christian Schneppe | 2018-05-16 | 1 | -0/+8 |
| | |||||
* | max out emoji enlargment at 42 emojis | Christian Schneppe | 2018-05-16 | 1 | -5/+29 |
| | |||||
* | split heighlights by special characters | Christian Schneppe | 2018-05-16 | 1 | -0/+3 |
| | |||||
* | apply styling helper to conversation overview | Christian Schneppe | 2018-05-14 | 3 | -8/+146 |
| | |||||
* | Support both new and old http upload namespaces | Christian Schneppe | 2018-05-05 | 1 | -0/+1 |
| | |||||
* | XmppUri code cleanup | Christian Schneppe | 2018-05-05 | 1 | -14/+10 |
| | |||||
* | encode and decode % and # in invite links | Christian Schneppe | 2018-05-05 | 2 | -1/+18 |
| | |||||
* | filter sequences of more than 3 ltr-rtl | Christian Schneppe | 2018-05-05 | 2 | -1/+9 |
| | |||||
* | remove " from fts queries | Christian Schneppe | 2018-05-05 | 1 | -1/+1 |
| | |||||
* | only highlight alphanumeric chars | Christian Schneppe | 2018-05-03 | 1 | -0/+20 |
| | |||||
* | hide treatAsDownloadable in search results | Christian Schneppe | 2018-05-03 | 1 | -0/+28 |
| | |||||
* | persist search across device rotations | Christian Schneppe | 2018-05-02 | 1 | -0/+11 |
| |