aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Use bareJid for own session retrievalAndreas Straub2015-07-191-1/+1
| |
| * Migrate to new PEP layoutAndreas Straub2015-07-194-147/+157
| | | | | | | | Merge prekeys into bundle node
| * Formatting fixesAndreas Straub2015-07-191-22/+22
| |
| * Save IdentityKeys in databaseAndreas Straub2015-07-192-47/+108
| |
| * DatabaseBackend bugfixesAndreas Straub2015-07-191-0/+5
| | | | | | | | Don't leak cursors, initially create tables
| * Reformat code to use tabsAndreas Straub2015-07-1910-1115/+1115
| | | | | | | | This really sucks to do it like this. Sorry. :(
| * Added axolotl activation code to UIAndreas Straub2015-07-195-0/+80
| |
| * Added PEP and message protocol layersAndreas Straub2015-07-198-8/+509
| | | | | | | | Can now fetch/retrieve from PEP, as well as encode/decode messages
| * Reworked axolotl protocol layerAndreas Straub2015-07-198-95/+579
| | | | | | | | Numerous fixes
| * CryptoNext persistance layer mockupAndreas Straub2015-07-196-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 Gultsch2015-07-201-3/+8
| | | | | | | | roster
* | Merge pull request #1289 from kriztan/patch-2Daniel Gultsch2015-07-201-0/+5
|\ \ | |/ |/| show contact details in conference details ...
| * show contact details in conference details ...Christian S2015-07-191-0/+5
| |
* | bugfix: don't crash if aes key could not be set before jingle transferDaniel Gultsch2015-07-191-1/+4
| |
* | bugfix: use sendIqPacket method in service instead of invoking ↵Daniel Gultsch2015-07-191-3/+2
| | | | | | | | XmppConnection directly
* | bugfix: accept status code 201 on http uploadDaniel Gultsch2015-07-191-1/+1
|/
* changed switch widgetDaniel Gultsch2015-07-182-3/+73
|
* account for downloaded http files in dup checkerDaniel Gultsch2015-07-181-8/+18
|
* code cleanupDaniel Gultsch2015-07-171-1/+1
|
* fixed inactive http downloadDaniel Gultsch2015-07-171-1/+1
|
* show error message in account details when info has not been editedDaniel Gultsch2015-07-171-1/+1
|
* increased ibb block sizeDaniel Gultsch2015-07-172-4/+2
|
* even less jumpyDaniel Gultsch2015-07-161-1/+3
|
* fixed some ux glitches in editaccountDaniel Gultsch2015-07-161-7/+9
|
* made 'check image on http host' message more generic. fixed #1281Daniel Gultsch2015-07-161-1/+2
|
* fixed some npesDaniel Gultsch2015-07-161-4/+11
|
* fixed crash on invalid muc bookmarksDaniel Gultsch2015-07-151-3/+7
|
* renamed colorsDaniel Gultsch2015-07-132-13/+9
|
* catch exception on broken android phonesDaniel Gultsch2015-07-121-1/+7
|
* made lock button reflect encryption status of the next messages instead of ↵Daniel Gultsch2015-07-121-16/+10
| | | | the last
* only try to change affilations for known jidsDaniel Gultsch2015-07-111-1/+1
|
* try to catch weird npe in android sdkDaniel Gultsch2015-07-111-0/+2
|
* null check otr fingerprint before displayDaniel Gultsch2015-07-111-1/+3
|
* renamed HttpConnection to HttpDownloadConnectionDaniel Gultsch2015-07-106-19/+19
|
* renamed downloadable to transferableDaniel Gultsch2015-07-1014-101/+87
|
* get file upload ready to work with httpsDaniel Gultsch2015-07-103-38/+53
|
* display toast in ui on failed http downloadDaniel Gultsch2015-07-106-36/+104
| | | | fixes #954
* show timestamp on images in mucsDaniel Gultsch2015-07-101-1/+1
| | | | fixes #1178
* added null check in sasl response verifierDaniel Gultsch2015-07-101-1/+1
|
* catch number format exception in server ackDaniel Gultsch2015-07-101-10/+14
|
* print stack trace instead of writing error message to log in case of unknown ↵Daniel Gultsch2015-07-091-1/+1
| | | | exception in dnsutil
* show contacts name in non anonymous mucs. fixes #1213Daniel Gultsch2015-07-051-2/+6
|
* refactored sendMessage and merged with resendMessageDaniel Gultsch2015-07-052-148/+117
|
* make sure unread count is initialized as 0. fixes #1270Daniel Gultsch2015-07-031-1/+2
|
* avoid very rare npeDaniel Gultsch2015-07-032-2/+4
|
* Merge branch 'master' into developmentDaniel Gultsch2015-07-031-0/+1
|\
| * added fallback for non-srv dns queriesDaniel Gultsch2015-07-031-0/+1
| |
* | fixed share with activity to account for http file uploadDaniel Gultsch2015-07-022-43/+38
| |
* | also offer http download for some 'well known extensions'Daniel Gultsch2015-07-022-1/+4
| |
* | refactored message context menuDaniel Gultsch2015-07-023-33/+38
| |