aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Display trust status in ContactDetailsActivityaxolotl-alphaAndreas Straub2015-07-092-3/+18
* Overhauled Message taggingAndreas Straub2015-07-095-88/+138
* Postpone initAccountService until roster loadedAndreas Straub2015-07-091-3/+1
* Fix getSubDeviceSessions SQL queryAndreas Straub2015-07-091-1/+1
* Merge branch 'development' into CryptoNextAlphaAndreas Straub2015-07-081-2/+6
|\
| * show contacts name in non anonymous mucs. fixes #1213Daniel Gultsch2015-07-051-2/+6
* | Display axolotl chat message hintAndreas Straub2015-07-082-0/+4
* | Use full int range for device IDsAndreas Straub2015-07-081-1/+1
* | Clean up unused constantAndreas Straub2015-07-081-1/+0
* | Make some fields finalAndreas Straub2015-07-081-3/+3
* | Clean up loggingAndreas Straub2015-07-085-67/+75
* | Add basic PEP managemend UI to EditAccountActivityAndreas Straub2015-07-075-4/+266
* | Fix devicelist update handlingAndreas Straub2015-07-072-0/+6
* | Refactor axolotl database recreationAndreas Straub2015-07-071-8/+14
* | Adapt prettifyFingerprint() to axolotl FP sizesAndreas Straub2015-07-072-6/+5
* | Fix displaying Contact IdentityKeysAndreas Straub2015-07-072-65/+2
* | Only cache session if successfully establishedAndreas Straub2015-07-051-1/+6
* | Return empty set on invalid PEP devicelistAndreas Straub2015-07-052-19/+20
* | Trust all IdentityKeysAndreas Straub2015-07-051-2/+3
* | Refresh PEP on session establishAndreas Straub2015-07-051-0/+18
* | Fix asynchronous axolotl message sendingAndreas Straub2015-07-052-8/+27
* | Properly track message senderAndreas Straub2015-07-053-15/+16
* | Rework PEP content verificationAndreas Straub2015-07-052-48/+62
* | Formatting fixesAndreas Straub2015-07-051-2/+2
* | When receiving, add mock session if none existsAndreas Straub2015-07-051-1/+1
* | Tag messages with originating sessionAndreas Straub2015-07-052-0/+9
* | Fetch bundles on-demand, encrypt in backgroundAndreas Straub2015-07-055-65/+109
* | Use bareJid for own session retrievalAndreas Straub2015-07-051-1/+1
* | Migrate to new PEP layoutAndreas Straub2015-07-054-147/+157
* | Formatting fixesAndreas Straub2015-07-051-22/+22
* | Save IdentityKeys in databaseAndreas Straub2015-07-052-47/+108
* | DatabaseBackend bugfixesAndreas Straub2015-07-051-0/+5
* | Reformat code to use tabsAndreas Straub2015-07-0510-1115/+1115
* | Added axolotl activation code to UIAndreas Straub2015-07-055-0/+80
* | Added PEP and message protocol layersAndreas Straub2015-07-058-8/+509
* | Reworked axolotl protocol layerAndreas Straub2015-07-058-95/+579
* | CryptoNext Menu entries addedAndreas Straub2015-07-052-0/+4
* | CryptoNext persistance layer mockupAndreas Straub2015-07-057-65/+842
|/
* refactored sendMessage and merged with resendMessageDaniel Gultsch2015-07-052-148/+117
* version bump to 1.4.7Daniel Gultsch2015-07-041-2/+2
* 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-032-2/+3
|\
| * version bump to 1.4.61.4.6Daniel Gultsch2015-07-031-2/+2
| * 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-025-43/+53
* | moved null check for to and from in message parserDaniel Gultsch2015-07-021-5/+6
* | changed mime type handlingDaniel Gultsch2015-07-017-54/+555