Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Formatting fixes | Andreas Straub | 2015-07-19 | 1 | -22/+22 | |
| | | ||||||
| * | Save IdentityKeys in database | Andreas Straub | 2015-07-19 | 2 | -47/+108 | |
| | | ||||||
| * | DatabaseBackend bugfixes | Andreas Straub | 2015-07-19 | 1 | -0/+5 | |
| | | | | | | | | Don't leak cursors, initially create tables | |||||
| * | Reformat code to use tabs | Andreas Straub | 2015-07-19 | 10 | -1115/+1115 | |
| | | | | | | | | This really sucks to do it like this. Sorry. :( | |||||
| * | Added axolotl activation code to UI | Andreas Straub | 2015-07-19 | 5 | -0/+80 | |
| | | ||||||
| * | Added PEP and message protocol layers | Andreas Straub | 2015-07-19 | 8 | -8/+509 | |
| | | | | | | | | Can now fetch/retrieve from PEP, as well as encode/decode messages | |||||
| * | Reworked axolotl protocol layer | Andreas Straub | 2015-07-19 | 8 | -95/+579 | |
| | | | | | | | | Numerous fixes | |||||
| * | CryptoNext persistance layer mockup | Andreas Straub | 2015-07-19 | 6 | -65/+841 | |
| | | | | | | | | | | Initial sketch of the peripheral storage infrastructure for the new axolotl-based encryption scheme. | |||||
* | | don't show 'show contact details' context menu item when contact isn not in ↵ | Daniel Gultsch | 2015-07-20 | 1 | -3/+8 | |
| | | | | | | | | roster | |||||
* | | Merge pull request #1289 from kriztan/patch-2 | Daniel Gultsch | 2015-07-20 | 1 | -0/+5 | |
|\ \ | |/ |/| | show contact details in conference details ... | |||||
| * | show contact details in conference details ... | Christian S | 2015-07-19 | 1 | -0/+5 | |
| | | ||||||
* | | bugfix: don't crash if aes key could not be set before jingle transfer | Daniel Gultsch | 2015-07-19 | 1 | -1/+4 | |
| | | ||||||
* | | bugfix: use sendIqPacket method in service instead of invoking ↵ | Daniel Gultsch | 2015-07-19 | 1 | -3/+2 | |
| | | | | | | | | XmppConnection directly | |||||
* | | bugfix: accept status code 201 on http upload | Daniel Gultsch | 2015-07-19 | 1 | -1/+1 | |
|/ | ||||||
* | changed switch widget | Daniel Gultsch | 2015-07-18 | 2 | -3/+73 | |
| | ||||||
* | account for downloaded http files in dup checker | Daniel Gultsch | 2015-07-18 | 1 | -8/+18 | |
| | ||||||
* | code cleanup | Daniel Gultsch | 2015-07-17 | 1 | -1/+1 | |
| | ||||||
* | fixed inactive http download | Daniel Gultsch | 2015-07-17 | 1 | -1/+1 | |
| | ||||||
* | show error message in account details when info has not been edited | Daniel Gultsch | 2015-07-17 | 1 | -1/+1 | |
| | ||||||
* | increased ibb block size | Daniel Gultsch | 2015-07-17 | 2 | -4/+2 | |
| | ||||||
* | even less jumpy | Daniel Gultsch | 2015-07-16 | 1 | -1/+3 | |
| | ||||||
* | fixed some ux glitches in editaccount | Daniel Gultsch | 2015-07-16 | 1 | -7/+9 | |
| | ||||||
* | made 'check image on http host' message more generic. fixed #1281 | Daniel Gultsch | 2015-07-16 | 1 | -1/+2 | |
| | ||||||
* | fixed some npes | Daniel Gultsch | 2015-07-16 | 1 | -4/+11 | |
| | ||||||
* | fixed crash on invalid muc bookmarks | Daniel Gultsch | 2015-07-15 | 1 | -3/+7 | |
| | ||||||
* | renamed colors | Daniel Gultsch | 2015-07-13 | 2 | -13/+9 | |
| | ||||||
* | catch exception on broken android phones | Daniel Gultsch | 2015-07-12 | 1 | -1/+7 | |
| | ||||||
* | made lock button reflect encryption status of the next messages instead of ↵ | Daniel Gultsch | 2015-07-12 | 1 | -16/+10 | |
| | | | | the last | |||||
* | only try to change affilations for known jids | Daniel Gultsch | 2015-07-11 | 1 | -1/+1 | |
| | ||||||
* | try to catch weird npe in android sdk | Daniel Gultsch | 2015-07-11 | 1 | -0/+2 | |
| | ||||||
* | null check otr fingerprint before display | Daniel Gultsch | 2015-07-11 | 1 | -1/+3 | |
| | ||||||
* | renamed HttpConnection to HttpDownloadConnection | Daniel Gultsch | 2015-07-10 | 6 | -19/+19 | |
| | ||||||
* | renamed downloadable to transferable | Daniel Gultsch | 2015-07-10 | 14 | -101/+87 | |
| | ||||||
* | get file upload ready to work with https | Daniel Gultsch | 2015-07-10 | 3 | -38/+53 | |
| | ||||||
* | display toast in ui on failed http download | Daniel Gultsch | 2015-07-10 | 6 | -36/+104 | |
| | | | | fixes #954 | |||||
* | show timestamp on images in mucs | Daniel Gultsch | 2015-07-10 | 1 | -1/+1 | |
| | | | | fixes #1178 | |||||
* | added null check in sasl response verifier | Daniel Gultsch | 2015-07-10 | 1 | -1/+1 | |
| | ||||||
* | catch number format exception in server ack | Daniel Gultsch | 2015-07-10 | 1 | -10/+14 | |
| | ||||||
* | 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 | |
| | ||||||
* | refactored sendMessage and merged with resendMessage | Daniel Gultsch | 2015-07-05 | 2 | -148/+117 | |
| | ||||||
* | make sure unread count is initialized as 0. fixes #1270 | Daniel Gultsch | 2015-07-03 | 1 | -1/+2 | |
| | ||||||
* | avoid very rare npe | Daniel Gultsch | 2015-07-03 | 2 | -2/+4 | |
| | ||||||
* | 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 | |
| | | ||||||
* | | fixed share with activity to account for http file upload | Daniel Gultsch | 2015-07-02 | 2 | -43/+38 | |
| | | ||||||
* | | also offer http download for some 'well known extensions' | Daniel Gultsch | 2015-07-02 | 2 | -1/+4 | |
| | | ||||||
* | | refactored message context menu | Daniel Gultsch | 2015-07-02 | 3 | -33/+38 | |
| | | ||||||
* | | moved null check for to and from in message parser | Daniel Gultsch | 2015-07-02 | 1 | -5/+6 | |
| | | ||||||
* | | changed mime type handling | Daniel Gultsch | 2015-07-01 | 7 | -54/+555 | |
| | |