Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove option to enable/disable TLS (now enabled by default) | Rene Treffer | 2014-04-03 | 1 | -4/+1 |
| | |||||
* | Remove option for compression (enabled by default / hidden setting) | Rene Treffer | 2014-04-03 | 1 | -5/+1 |
| | |||||
* | Add support for users with empty name | Rene Treffer | 2014-04-03 | 1 | -1/+1 |
| | |||||
* | Add compression support | Rene Treffer | 2014-04-03 | 7 | -9/+220 |
| | |||||
* | be compatible with openkeychain api v3 | Daniel Gultsch | 2014-04-03 | 5 | -21/+59 |
| | |||||
* | increased version and fixed one last null pointer | Daniel Gultsch | 2014-04-03 | 1 | -0/+4 |
| | |||||
* | call change status listener after disable account | Daniel Gultsch | 2014-04-03 | 1 | -0/+1 |
| | |||||
* | fixed null pointer | Daniel Gultsch | 2014-04-03 | 2 | -5/+12 |
| | |||||
* | fixed #27 | Daniel Gultsch | 2014-04-03 | 3 | -2/+13 |
| | |||||
* | Merge pull request #40 from rtreffer/minidns | Daniel Gultsch | 2014-04-03 | 2 | -13/+59 |
|\ | | | | | Add ability to use a provided ipv4 address on connect | ||||
| * | Add ability to use a provided ipv4 address on connect | Rene Treffer | 2014-04-03 | 2 | -13/+59 |
| | | |||||
* | | tryping to resolve the wake lock bug | Daniel Gultsch | 2014-04-03 | 3 | -9/+9 |
| | | |||||
* | | cleared up logging a little bit. no need for an entire stack trace at this point | Daniel Gultsch | 2014-04-03 | 1 | -10/+5 |
| | | |||||
* | | Merge pull request #39 from rtreffer/minidns | Daniel Gultsch | 2014-04-03 | 1 | -91/+100 |
|\| | | | | | Switch to a small DNS library for DNS resolving. | ||||
| * | Switch to a small DNS library for DNS resolving. | Rene Treffer | 2014-04-03 | 1 | -91/+100 |
| | | |||||
* | | added permenant notification when one or more accounts are unable to connect | Daniel Gultsch | 2014-04-03 | 5 | -17/+51 |
|/ | |||||
* | fixed add account dialog showing up multiple times | Daniel Gultsch | 2014-04-01 | 1 | -3/+5 |
| | |||||
* | fixed digest-md5 auth to work with prosody as well. thank you Florian Schmaus | Daniel Gultsch | 2014-04-01 | 1 | -1/+1 |
| | |||||
* | fixed #30 - added support for digest-md5 - only works with Icewarp 11???git ↵ | Daniel Gultsch | 2014-03-31 | 2 | -16/+89 |
| | | | | add src/? | ||||
* | changed all them beautifull colors | Daniel Gultsch | 2014-03-31 | 1 | -1/+1 |
| | |||||
* | null pointer fix | Daniel Gultsch | 2014-03-31 | 1 | -0/+3 |
| | |||||
* | null pointer fix | Daniel Gultsch | 2014-03-31 | 1 | -2/+2 |
| | |||||
* | ground work to support multiple auth mechanisms | Daniel Gultsch | 2014-03-30 | 1 | -2/+26 |
| | |||||
* | finally fixed #notificationgate | Daniel Gultsch | 2014-03-29 | 3 | -9/+8 |
| | |||||
* | treat dns timeouts as temporary. also increased timeout | Daniel Gultsch | 2014-03-28 | 2 | -3/+8 |
| | |||||
* | fixed login issue with latest ejabberd | Daniel Gultsch | 2014-03-28 | 1 | -2/+1 |
| | |||||
* | streamlined sasl code | Daniel Gultsch | 2014-03-28 | 1 | -16/+4 |
| | |||||
* | fixed another null pointer reported by he crash reporter. this thing is awesome | Daniel Gultsch | 2014-03-28 | 1 | -0/+3 |
| | |||||
* | fixed null pointer issue | Daniel Gultsch | 2014-03-28 | 1 | -1/+1 |
| | |||||
* | tryping to fix #24 - notificationgate - since i still cant reproduce this ↵ | Daniel Gultsch | 2014-03-28 | 3 | -4/+15 |
| | | | | patches are all blind | ||||
* | crash reporter | Daniel Gultsch | 2014-03-27 | 2 | -0/+82 |
| | |||||
* | code cleanup | Daniel Gultsch | 2014-03-27 | 1 | -16/+8 |
| | |||||
* | more dns fixes. hopefully the last | Daniel Gultsch | 2014-03-27 | 1 | -81/+95 |
| | |||||
* | dont add new muc to roster | Daniel Gultsch | 2014-03-27 | 1 | -1/+1 |
| | |||||
* | fixed null pointer with missing status msg | Daniel Gultsch | 2014-03-27 | 1 | -3/+8 |
| | |||||
* | further dns improvements | Daniel Gultsch | 2014-03-27 | 1 | -60/+72 |
| | |||||
* | fixed a couple of muc issues. added jingle listener (which doesn't do ↵ | Daniel Gultsch | 2014-03-27 | 10 | -32/+173 |
| | | | | anything for now) | ||||
* | fixed error with leaving mucs | Daniel Gultsch | 2014-03-26 | 1 | -1/+2 |
| | |||||
* | made work around not being a work around any more | Daniel Gultsch | 2014-03-26 | 2 | -6/+2 |
| | |||||
* | fixed settings opening twice from manage accounts activity | Daniel Gultsch | 2014-03-25 | 1 | -3/+0 |
| | |||||
* | more srv lookup fixes | Daniel Gultsch | 2014-03-25 | 1 | -1/+12 |
| | |||||
* | using actual dns servers provided by the system | Daniel Gultsch | 2014-03-25 | 1 | -2/+31 |
| | |||||
* | fixed array out of bounds | Daniel Gultsch | 2014-03-25 | 1 | -1/+4 |
| | |||||
* | holding wake locks during onStartCommand | Daniel Gultsch | 2014-03-23 | 5 | -21/+20 |
| | |||||
* | more otr fixes | Daniel Gultsch | 2014-03-21 | 3 | -19/+24 |
| | |||||
* | tryed to fix more otr bugs. new resource setting | Daniel Gultsch | 2014-03-21 | 6 | -51/+55 |
| | |||||
* | otr safety guard | Daniel Gultsch | 2014-03-21 | 1 | -1/+10 |
| | |||||
* | sending offline msgs | Daniel Gultsch | 2014-03-21 | 1 | -8/+7 |
| | |||||
* | fixed users profile picture | Daniel Gultsch | 2014-03-21 | 4 | -10/+15 |
| | |||||
* | added no-copy | Daniel Gultsch | 2014-03-20 | 5 | -53/+36 |
| |