Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use bareJid for own session retrieval | Andreas Straub | 2015-07-05 | 1 | -1/+1 |
| | |||||
* | Migrate to new PEP layout | Andreas Straub | 2015-07-05 | 4 | -147/+157 |
| | | | | Merge prekeys into bundle node | ||||
* | Formatting fixes | Andreas Straub | 2015-07-05 | 1 | -22/+22 |
| | |||||
* | Save IdentityKeys in database | Andreas Straub | 2015-07-05 | 2 | -47/+108 |
| | |||||
* | DatabaseBackend bugfixes | Andreas Straub | 2015-07-05 | 1 | -0/+5 |
| | | | | Don't leak cursors, initially create tables | ||||
* | Reformat code to use tabs | Andreas Straub | 2015-07-05 | 10 | -1115/+1115 |
| | | | | This really sucks to do it like this. Sorry. :( | ||||
* | Added axolotl activation code to UI | Andreas Straub | 2015-07-05 | 5 | -0/+80 |
| | |||||
* | Added PEP and message protocol layers | Andreas Straub | 2015-07-05 | 8 | -8/+509 |
| | | | | Can now fetch/retrieve from PEP, as well as encode/decode messages | ||||
* | Reworked axolotl protocol layer | Andreas Straub | 2015-07-05 | 8 | -95/+579 |
| | | | | Numerous fixes | ||||
* | CryptoNext Menu entries added | Andreas Straub | 2015-07-05 | 2 | -0/+4 |
| | |||||
* | CryptoNext persistance layer mockup | Andreas Straub | 2015-07-05 | 7 | -65/+842 |
| | | | | | Initial sketch of the peripheral storage infrastructure for the new axolotl-based encryption scheme. | ||||
* | refactored sendMessage and merged with resendMessage | Daniel Gultsch | 2015-07-05 | 2 | -148/+117 |
| | |||||
* | version bump to 1.4.7 | Daniel Gultsch | 2015-07-04 | 1 | -2/+2 |
| | |||||
* | 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 | 2 | -2/+3 |
|\ | |||||
| * | version bump to 1.4.61.4.6 | Daniel Gultsch | 2015-07-03 | 1 | -2/+2 |
| | | |||||
| * | 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 | 5 | -43/+53 |
| | | |||||
* | | 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 |
| | | |||||
* | | Merge branch 'feature/http_upload' into development | Daniel Gultsch | 2015-06-30 | 22 | -232/+475 |
|\ \ | |||||
| * | | disable automatic aes encryption for the time being | Daniel Gultsch | 2015-06-30 | 1 | -1/+1 |
| | | | |||||
| * | | changed namespace of the http upload feature | Daniel Gultsch | 2015-06-30 | 1 | -1/+1 |
| | | | |||||
| * | | made httpconnection (download) ready all kind of filesfeature/http_upload | Daniel Gultsch | 2015-06-30 | 9 | -69/+74 |
| | | | |||||
| * | | made storage path decision entirely based upon file extension | Daniel Gultsch | 2015-06-30 | 1 | -2/+4 |
| | | | |||||
| * | | refactored bodyContainsDownloadable to be more flexible | Daniel Gultsch | 2015-06-30 | 5 | -37/+39 |
| | | | |||||
| * | | always show copy original url in context menu when url is available | Daniel Gultsch | 2015-06-30 | 1 | -2/+1 |
| | | | |||||
| * | | untested pgp support for http upload | Daniel Gultsch | 2015-06-29 | 2 | -6/+31 |
| | | | |||||
| * | | added trigger to Config.java to always enable aes encryption for uploaded files | Daniel Gultsch | 2015-06-29 | 2 | -0/+15 |
| | | | |||||
| * | | make quick actions available in conferences when file attachment is available | Daniel Gultsch | 2015-06-29 | 1 | -23/+28 |
| | | | |||||
| * | | show attach button in conferences when http upload is available | Daniel Gultsch | 2015-06-29 | 4 | -7/+14 |
| | | | |||||
| * | | initial http upload support | Daniel Gultsch | 2015-06-29 | 14 | -95/+278 |
| |/ | | | | | | | be careful: little error handling and no encryption | ||||
* / | updated changelog | Daniel Gultsch | 2015-06-29 | 1 | -0/+7 |
|/ | |||||
* | version bump to 1.4.51.4.5 | Daniel Gultsch | 2015-06-29 | 1 | -2/+2 |
| | |||||
* | don't parse body from muc status messages | Daniel Gultsch | 2015-06-28 | 1 | -6/+7 |
| | |||||
* | fixed parsing of muc status messages in new message parser | Daniel Gultsch | 2015-06-28 | 1 | -6/+18 |
| | |||||
* | pulled new translations from transifex | Daniel Gultsch | 2015-06-23 | 2 | -3/+20 |
| | |||||
* | Merge branch 'development'1.4.4 | Daniel Gultsch | 2015-06-23 | 68 | -803/+985 |
|\ | |||||
| * | don't perform dns lookups on domain parts that obviously look like ip addresses | Daniel Gultsch | 2015-06-19 | 2 | -53/+67 |
| | | |||||
| * | changed paragraph divider | Daniel Gultsch | 2015-06-10 | 1 | -1/+1 |
| | | |||||
| * | pulled new translations from transifex | Daniel Gultsch | 2015-06-10 | 2 | -0/+10 |
| | | |||||
| * | made i/o and memory intensive operations execute in serial order | Daniel Gultsch | 2015-06-05 | 2 | -11/+52 |
| | | |||||
| * | version bump | Daniel Gultsch | 2015-06-04 | 1 | -2/+2 |
| | | |||||
| * | 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 |
| | | |||||
| * | send_received muc messages will mark a conversation a read | Daniel Gultsch | 2015-06-04 | 1 | -1/+1 |
| | | |||||
| * | reworked handeling of system contacts | Daniel Gultsch | 2015-06-03 | 4 | -32/+51 |
| | |