Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include name in locations received in MUCs | Daniel Gultsch | 2016-05-15 | 2 | -8/+12 |
| | |||||
* | interrupt XMPPConnection Thread | Daniel Gultsch | 2016-05-12 | 1 | -1/+6 |
| | | | | | in some cases the the DNS query might take too long (even though we specified a timeout) if that happens we need a secondary solution (besides killing the socket) to stop the thread | ||||
* | prefer IPv4 DNS servers | Daniel Gultsch | 2016-05-12 | 1 | -3/+16 |
| | | | | some devices might have problems contacting the IPv6 DNS server while in sleep mode | ||||
* | removed unused config variables | Daniel Gultsch | 2016-04-27 | 1 | -1/+1 |
| | |||||
* | expert setting to manually change presence | Daniel Gultsch | 2016-04-22 | 1 | -0/+17 |
| | |||||
* | show room nick for /me command in sent muc messages. fixes #1773 | Daniel Gultsch | 2016-03-20 | 1 | -4/+5 |
| | |||||
* | Check if path for URI is accessible | fiaxh | 2016-03-15 | 1 | -1/+10 |
| | | | | | The path extracted from the Cursor might not be accessible for Conversations. FileUtils accesses URI information through the ContentProvider, so this wouldn't be noticed. Fixes sharing from open-keychain's TemporaryContentProvider | ||||
* | mark oob messages and always display download button | Daniel Gultsch | 2016-03-04 | 1 | -1/+4 |
| | |||||
* | Retry decryption from message menu | fiaxh | 2016-02-23 | 1 | -1/+3 |
| | |||||
* | use TLSv1.2 as SSL context on supported plattforms | Daniel Gultsch | 2016-02-03 | 1 | -0/+11 |
| | |||||
* | prefer dns servers from networsk with the default route | Daniel Gultsch | 2016-01-29 | 1 | -2/+17 |
| | |||||
* | catch security exception when user prevents access to address book | Daniel Gultsch | 2016-01-20 | 1 | -27/+45 |
| | |||||
* | move some ssl socket modifiers into a seperate helper class | Daniel Gultsch | 2016-01-12 | 1 | -0/+62 |
| | |||||
* | Implement XEP-0368: SRV records for XMPP over TLS | moparisthebest | 2016-01-11 | 1 | -50/+71 |
| | |||||
* | ask to be excluded from battery optimization | Daniel Gultsch | 2016-01-11 | 1 | -27/+29 |
| | |||||
* | null check in getOriginalPath | Daniel Gultsch | 2016-01-04 | 1 | -0/+3 |
| | |||||
* | handle null names in getColorForName | Daniel Gultsch | 2015-12-29 | 1 | -1/+1 |
| | |||||
* | lower case all fingerprints. fixes #1521 | Daniel Gultsch | 2015-12-27 | 1 | -1/+2 |
| | |||||
* | code cleanup | Daniel Gultsch | 2015-12-23 | 1 | -22/+0 |
| | |||||
* | show certificate information | Daniel Gultsch | 2015-12-23 | 1 | -0/+50 |
| | |||||
* | ask for contact permissions when first opening StartConversationActivity | Daniel Gultsch | 2015-12-07 | 1 | -0/+11 |
| | |||||
* | avoid some NPEs | Daniel Gultsch | 2015-12-04 | 1 | -2/+3 |
| | |||||
* | add error state for unavailable tor network | Daniel Gultsch | 2015-12-01 | 1 | -4/+9 |
| | |||||
* | refactored socks5 connection code. make jingle transport use that new code | Daniel Gultsch | 2015-12-01 | 1 | -0/+52 |
| | |||||
* | pgp fixes and revert configuration changes | Daniel Gultsch | 2015-11-25 | 1 | -21/+0 |
| | |||||
* | show encryption type in warned/red messages | Daniel Gultsch | 2015-10-28 | 1 | -0/+15 |
| | |||||
* | Reset the margins manually after rotating | saqura | 2015-10-26 | 1 | -0/+21 |
| | |||||
* | introduced code to verify omemo device keys with x509 certificates. | Daniel Gultsch | 2015-10-16 | 1 | -4/+24 |
| | | | | cleaned up TrustKeysActivity to automatically close if there is nothing to do | ||||
* | add menu item in account details to renew certificate | Daniel Gultsch | 2015-10-11 | 1 | -0/+19 |
| | |||||
* | let DnsHelper provide a fallback solution | Daniel Gultsch | 2015-09-19 | 1 | -1/+8 |
| | |||||
* | introduced Config variable to use legacy namespace for http upload | Daniel Gultsch | 2015-09-17 | 1 | -1/+3 |
| | |||||
* | fixed rare NPE in DnsHelper. fixed spelling and added logging | Daniel Gultsch | 2015-09-17 | 1 | -5/+13 |
| | |||||
* | changed http upload namespace to reflect the one in the XEP | Daniel Gultsch | 2015-09-14 | 1 | -1/+1 |
| | |||||
* | increased dns timeout | Daniel Gultsch | 2015-09-10 | 1 | -0/+1 |
| | |||||
* | ignore timeout exceptions on secondary dns requests | Daniel Gultsch | 2015-09-05 | 1 | -9/+21 |
| | |||||
* | use build in method on >= lolipop devices to discover dns servers | Daniel Gultsch | 2015-08-28 | 1 | -7/+40 |
| | |||||
* | catch some db query exceptions | Daniel Gultsch | 2015-08-25 | 1 | -3/+5 |
| | |||||
* | open files with capital extensions as well. fixes #1354 | Daniel Gultsch | 2015-08-23 | 1 | -1/+1 |
| | |||||
* | catch package manager has died exception | Daniel Gultsch | 2015-08-19 | 1 | -1/+1 |
| | |||||
* | do not touch pictures that are already in the right format | Daniel Gultsch | 2015-08-11 | 1 | -0/+144 |
| | | | | fixed #522 | ||||
* | changed logging. (work around logcat null pointer | Daniel Gultsch | 2015-07-28 | 1 | -1/+0 |
| | |||||
* | rewrote dns fallback | Daniel Gultsch | 2015-07-24 | 1 | -9/+6 |
| | |||||
* | Optimize imports | Andreas Straub | 2015-07-20 | 6 | -40/+39 |
| | |||||
* | Adapt prettifyFingerprint() to axolotl FP sizes | Andreas Straub | 2015-07-19 | 1 | -5/+4 |
| | |||||
* | made 'check image on http host' message more generic. fixed #1281 | Daniel Gultsch | 2015-07-16 | 1 | -1/+2 |
| | |||||
* | null check otr fingerprint before display | Daniel Gultsch | 2015-07-11 | 1 | -1/+3 |
| | |||||
* | renamed downloadable to transferable | Daniel Gultsch | 2015-07-10 | 1 | -10/+9 |
| | |||||
* | print stack trace instead of writing error message to log in case of unknown ↵ | Daniel Gultsch | 2015-07-09 | 1 | -1/+1 |
| | | | | exception in dnsutil | ||||
* | show contacts name in non anonymous mucs. fixes #1213 | Daniel Gultsch | 2015-07-05 | 1 | -2/+6 |
| | |||||
* | Merge branch 'master' into development | Daniel Gultsch | 2015-07-03 | 1 | -0/+1 |
|\ |