Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | less connection delay | Christian Schneppe | 2019-06-08 | 1 | -8/+8 |
| | |||||
* | fix crash in RichPreview | Christian Schneppe | 2019-05-04 | 1 | -2/+2 |
| | |||||
* | added language tag in channel search results | Christian Schneppe | 2019-05-04 | 1 | -0/+27 |
| | |||||
* | implement channel discovery | Christian Schneppe | 2019-04-26 | 1 | -0/+15 |
| | | | | | refactor muc search to use http cache channel search results | ||||
* | fix some NPE | Christian Schneppe | 2019-04-12 | 1 | -1/+7 |
| | |||||
* | fix url detection for webpreviews | Christian Schneppe | 2019-03-31 | 1 | -1/+1 |
| | |||||
* | rework max file upload size in server info | Christian Schneppe | 2019-03-31 | 1 | -0/+10 |
| | |||||
* | add activity to define some important privacy settings on first start | Christian Schneppe | 2019-03-31 | 1 | -0/+30 |
| | |||||
* | fix some crashes | Christian Schneppe | 2019-03-14 | 1 | -1/+1 |
| | |||||
* | refresh cached RichPreviews after 7 days | Christian Schneppe | 2019-02-21 | 1 | -0/+18 |
| | |||||
* | improve RichPreview | Christian Schneppe | 2019-02-20 | 2 | -106/+301 |
| | |||||
* | try to fix some NPE in RichPreview | Christian Schneppe | 2019-02-18 | 1 | -0/+178 |
| | |||||
* | show notification when backup is done or failed | Christian Schneppe | 2019-02-18 | 1 | -0/+18 |
| | | | | show success notification only if backup was started manually | ||||
* | print available stream features / mechanisms on incompat server | Christian Schneppe | 2019-02-09 | 1 | -0/+17 |
| | |||||
* | show web link previews in chat | Christian Schneppe | 2019-02-09 | 1 | -5/+3 |
| | | | | fixes #113 | ||||
* | optimize imports | Christian Schneppe | 2019-02-08 | 5 | -12/+0 |
| | |||||
* | provide the same fab submenu for both tabs. rename tab to bookmark | Christian Schneppe | 2019-02-07 | 1 | -1/+2 |
| | |||||
* | fix xmpp uri links that have a aditional chars after join | Christian Schneppe | 2019-02-04 | 1 | -1/+1 |
| | | | | for example xmpp:foo@bar.tld?join, | ||||
* | rework backup & restore | Christian Schneppe | 2019-01-26 | 2 | -0/+119 |
| | | | | use the implementation from Conversations | ||||
* | resend presence to muc avatar update | Christian Schneppe | 2019-01-25 | 1 | -0/+1 |
| | |||||
* | explicitly start service (instead of just bind) service from contact chooser | Christian Schneppe | 2019-01-25 | 1 | -0/+18 |
| | |||||
* | ignore code block start in message preview | Christian Schneppe | 2019-01-25 | 1 | -0/+3 |
| | |||||
* | stop file watching when service has been destroyed | Christian Schneppe | 2019-01-25 | 1 | -2/+22 |
| | |||||
* | offer 'open with' in context menu for geo uris | Christian Schneppe | 2019-01-25 | 1 | -20/+55 |
| | |||||
* | fix display of deleted files | Christian Schneppe | 2019-01-25 | 1 | -1/+1 |
| | |||||
* | mark deleted files in database and not query them when querying for media | Christian Schneppe | 2019-01-25 | 1 | -3/+3 |
| | |||||
* | add tgz and gz to mime file types | Christian Schneppe | 2018-12-28 | 1 | -0/+2 |
| | |||||
* | fix typos | Christian Schneppe | 2018-12-28 | 1 | -3/+3 |
| | |||||
* | change epub file extension to epub and added mobi | Christian Schneppe | 2018-12-27 | 1 | -1/+2 |
| | |||||
* | added epub and azw mime types. try to resolve application/octet-stream by ↵ | Christian Schneppe | 2018-12-27 | 2 | -2/+26 |
| | | | | file extension instead. added preview icons for ebooks | ||||
* | add android version to crashreport | Christian Schneppe | 2018-12-27 | 1 | -0/+4 |
| | |||||
* | change cipher_mode for backup en-/decryption | Christian Schneppe | 2018-12-27 | 1 | -1/+1 |
| | |||||
* | change message styling rules | Christian Schneppe | 2018-12-14 | 1 | -0/+24 |
| | | | | | | | | | | Message styling purposly doesn’t require a whitespace after a closing tag to make something like ~un~believable work. However it also breaks _Programmierer_innen_ and other example where the tag is repeated as a non tag in the word. Therefor we change the rules that if a closing tag is followed by a higher order closing tag (a closing tag followed by an end block or white space) we ignore the first closing tag. But only if we don’t read another tag open. | ||||
* | offer to start/install orbot for edit account screen. | Christian Schneppe | 2018-12-04 | 1 | -0/+43 |
| | |||||
* | implement self healing omemo | Christian Schneppe | 2018-12-04 | 2 | -0/+3 |
| | | | | | | after receiving a SignalMessage that can’t be decrypted because of broken sessions Conversations will attempt to grab a new pre key bundle and send a new PreKeySignalMessage wrapped in a key transport message. | ||||
* | catch a few run time exceptions related to androids life cycle mgmt | Christian Schneppe | 2018-11-23 | 1 | -0/+2 |
| | |||||
* | add versioning to sync namespace | Christian Schneppe | 2018-11-23 | 1 | -1/+1 |
| | |||||
* | move default port to Resolver.java | Christian Schneppe | 2018-11-23 | 1 | -3/+4 |
| | |||||
* | added interface to edit nick | Christian Schneppe | 2018-11-23 | 1 | -0/+1 |
| | |||||
* | refactored phone contact loading in preperation for sync | Christian Schneppe | 2018-11-23 | 5 | -83/+7 |
| | |||||
* | do not show up navigation in start conversation screen if called with view ↵ | Christian Schneppe | 2018-11-15 | 1 | -0/+8 |
| | | | | intent | ||||
* | refactored some ManageAccount, WelcomeActivity and a few other things | Christian Schneppe | 2018-11-15 | 4 | -12/+111 |
| | |||||
* | 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 |