Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fix and expand key regeneration function | Andreas Straub | 2015-07-19 | 1 | -9/+18 | |
| * | Display trust status in ContactDetailsActivity | Andreas Straub | 2015-07-19 | 2 | -3/+18 | |
| * | Overhauled Message tagging | Andreas Straub | 2015-07-19 | 5 | -88/+138 | |
| * | Postpone initAccountService until roster loaded | Andreas Straub | 2015-07-19 | 1 | -3/+1 | |
| * | Fix getSubDeviceSessions SQL query | Andreas Straub | 2015-07-19 | 1 | -1/+1 | |
| * | Display axolotl chat message hint | Andreas Straub | 2015-07-19 | 2 | -0/+4 | |
| * | Use full int range for device IDs | Andreas Straub | 2015-07-19 | 1 | -1/+1 | |
| * | Clean up unused constant | Andreas Straub | 2015-07-19 | 1 | -1/+0 | |
| * | Make some fields final | Andreas Straub | 2015-07-19 | 1 | -3/+3 | |
| * | Clean up logging | Andreas Straub | 2015-07-19 | 5 | -67/+75 | |
| * | Add basic PEP managemend UI to EditAccountActivity | Andreas Straub | 2015-07-19 | 5 | -4/+266 | |
| * | Fix devicelist update handling | Andreas Straub | 2015-07-19 | 2 | -0/+6 | |
| * | Refactor axolotl database recreation | Andreas Straub | 2015-07-19 | 1 | -8/+14 | |
| * | Adapt prettifyFingerprint() to axolotl FP sizes | Andreas Straub | 2015-07-19 | 2 | -6/+5 | |
| * | Fix displaying Contact IdentityKeys | Andreas Straub | 2015-07-19 | 2 | -65/+2 | |
| * | Only cache session if successfully established | Andreas Straub | 2015-07-19 | 1 | -1/+6 | |
| * | Return empty set on invalid PEP devicelist | Andreas Straub | 2015-07-19 | 2 | -19/+20 | |
| * | Trust all IdentityKeys | Andreas Straub | 2015-07-19 | 1 | -2/+3 | |
| * | Refresh PEP on session establish | Andreas Straub | 2015-07-19 | 1 | -0/+18 | |
| * | Fix asynchronous axolotl message sending | Andreas Straub | 2015-07-19 | 2 | -8/+27 | |
| * | Properly track message sender | Andreas Straub | 2015-07-19 | 3 | -15/+16 | |
| * | Rework PEP content verification | Andreas Straub | 2015-07-19 | 2 | -48/+62 | |
| * | Formatting fixes | Andreas Straub | 2015-07-19 | 1 | -2/+2 | |
| * | When receiving, add mock session if none exists | Andreas Straub | 2015-07-19 | 1 | -1/+1 | |
| * | Tag messages with originating session | Andreas Straub | 2015-07-19 | 2 | -0/+9 | |
| * | Fetch bundles on-demand, encrypt in background | Andreas Straub | 2015-07-19 | 5 | -65/+109 | |
| * | Use bareJid for own session retrieval | Andreas Straub | 2015-07-19 | 1 | -1/+1 | |
| * | Migrate to new PEP layout | Andreas Straub | 2015-07-19 | 4 | -147/+157 | |
| * | 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 | |
| * | Reformat code to use tabs | Andreas Straub | 2015-07-19 | 10 | -1115/+1115 | |
| * | 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 | |
| * | Reworked axolotl protocol layer | Andreas Straub | 2015-07-19 | 8 | -95/+579 | |
| * | CryptoNext Menu entries added | Andreas Straub | 2015-07-19 | 2 | -0/+4 | |
| * | CryptoNext persistance layer mockup | Andreas Straub | 2015-07-19 | 7 | -65/+842 | |
* | | don't show 'show contact details' context menu item when contact isn not in r... | Daniel Gultsch | 2015-07-20 | 2 | -28/+33 | |
* | | Merge pull request #1289 from kriztan/patch-2 | Daniel Gultsch | 2015-07-20 | 2 | -1/+10 | |
|\ \ | ||||||
| * | | show contact details in conference details ... | Christian S | 2015-07-19 | 2 | -1/+10 | |
* | | | Merge pull request #1290 from SamWhited/accent_cab | Daniel Gultsch | 2015-07-20 | 1 | -0/+3 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Change CAB to accent color in v21 | Sam Whited | 2015-07-19 | 1 | -0/+3 | |
|/ / | ||||||
* | | shut up linter | Daniel Gultsch | 2015-07-19 | 1 | -1/+1 | |
* | | 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 XmppConnection... | Daniel Gultsch | 2015-07-19 | 1 | -3/+2 | |
* | | bugfix: accept status code 201 on http upload | Daniel Gultsch | 2015-07-19 | 1 | -1/+1 | |
|/ | ||||||
* | changed switch widget | Daniel Gultsch | 2015-07-18 | 39 | -8/+914 | |
* | bump version to 1.5.0 | Daniel Gultsch | 2015-07-18 | 1 | -2/+2 | |
* | pulled translations | Daniel Gultsch | 2015-07-18 | 7 | -1/+15 | |
* | account for downloaded http files in dup checker | Daniel Gultsch | 2015-07-18 | 1 | -8/+18 |