| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
|\ |
|
| * | added fallback for non-srv dns queries | Daniel Gultsch | 2015-07-03 | 1 | -0/+1 |
* | | changed mime type handling | Daniel Gultsch | 2015-07-01 | 2 | -10/+488 |
* | | changed namespace of the http upload feature | Daniel Gultsch | 2015-06-30 | 1 | -1/+1 |
* | | initial http upload support | Daniel Gultsch | 2015-06-29 | 1 | -0/+1 |
|/ |
|
* | don't perform dns lookups on domain parts that obviously look like ip addresses | Daniel Gultsch | 2015-06-19 | 1 | -10/+14 |
* | made i/o and memory intensive operations execute in serial order | Daniel Gultsch | 2015-06-05 | 1 | -0/+34 |
* | fixed obvious bug in dns helper | Daniel Gultsch | 2015-06-04 | 1 | -2/+2 |
* | streamlined dns helper by ignoring weight | Daniel Gultsch | 2015-06-04 | 1 | -55/+10 |
* | let dns library take care of no-srv style hosts as well | Daniel Gultsch | 2015-05-28 | 1 | -9/+16 |