aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2015-07-15Fix trust status for outgoing messagesCryptoNextAlphaAndreas Straub5-28/+43
2015-07-15Don't merge messages with different trust statusesAndreas Straub1-1/+7
2015-07-09Fix copying of axolotl keys to clipboardSam Whited1-1/+1
2015-07-09Add refresh icon to v21 themeSam Whited7-1/+1
2015-07-10Disable Axolotl option if not usableAndreas Straub2-33/+10
2015-07-10Show trust status of messages' originating sessionAndreas Straub2-0/+17
2015-07-10Add key trust toggle to ContactDetailsActivityAndreas Straub13-10/+52
2015-07-10Ensure that available sessions are always usedAndreas Straub1-9/+30
2015-07-10Fix setIdentityKeyTrust update statementAndreas Straub1-2/+2
2015-07-10Fix IdentityKey storage modelAndreas Straub1-2/+6
2015-07-10Fix and expand key regeneration functionAndreas Straub1-9/+18
2015-07-09Display trust status in ContactDetailsActivityaxolotl-alphaAndreas Straub2-3/+18
2015-07-09Overhauled Message taggingAndreas Straub5-88/+138
2015-07-09Postpone initAccountService until roster loadedAndreas Straub1-3/+1
2015-07-09Fix getSubDeviceSessions SQL queryAndreas Straub1-1/+1
2015-07-08Display axolotl chat message hintAndreas Straub2-0/+4
2015-07-08Use full int range for device IDsAndreas Straub1-1/+1
2015-07-08Clean up unused constantAndreas Straub1-1/+0
2015-07-08Make some fields finalAndreas Straub1-3/+3
2015-07-08Clean up loggingAndreas Straub5-67/+75
2015-07-07Add basic PEP managemend UI to EditAccountActivityAndreas Straub5-4/+266
2015-07-07Fix devicelist update handlingAndreas Straub2-0/+6
2015-07-07Refactor axolotl database recreationAndreas Straub1-8/+14
2015-07-07Adapt prettifyFingerprint() to axolotl FP sizesAndreas Straub2-6/+5
2015-07-07Fix displaying Contact IdentityKeysAndreas Straub2-65/+2
2015-07-05Only cache session if successfully establishedAndreas Straub1-1/+6
2015-07-05Return empty set on invalid PEP devicelistAndreas Straub2-19/+20
2015-07-05Trust all IdentityKeysAndreas Straub1-2/+3
2015-07-05show contacts name in non anonymous mucs. fixes #1213Daniel Gultsch1-2/+6
2015-07-05Refresh PEP on session establishAndreas Straub1-0/+18
2015-07-05Fix asynchronous axolotl message sendingAndreas Straub2-8/+27
2015-07-05Properly track message senderAndreas Straub3-15/+16
2015-07-05Rework PEP content verificationAndreas Straub2-48/+62
2015-07-05Formatting fixesAndreas Straub1-2/+2
2015-07-05When receiving, add mock session if none existsAndreas Straub1-1/+1
2015-07-05Tag messages with originating sessionAndreas Straub2-0/+9
2015-07-05Fetch bundles on-demand, encrypt in backgroundAndreas Straub5-65/+109
2015-07-05Use bareJid for own session retrievalAndreas Straub1-1/+1
2015-07-05Migrate to new PEP layoutAndreas Straub4-147/+157
2015-07-05Formatting fixesAndreas Straub1-22/+22
2015-07-05Save IdentityKeys in databaseAndreas Straub2-47/+108
2015-07-05DatabaseBackend bugfixesAndreas Straub1-0/+5
2015-07-05Reformat code to use tabsAndreas Straub10-1115/+1115
2015-07-05Added axolotl activation code to UIAndreas Straub5-0/+80
2015-07-05Added PEP and message protocol layersAndreas Straub8-8/+509
2015-07-05Reworked axolotl protocol layerAndreas Straub8-95/+579
2015-07-05CryptoNext Menu entries addedAndreas Straub2-0/+4
2015-07-05CryptoNext persistance layer mockupAndreas Straub6-65/+841
2015-07-05refactored sendMessage and merged with resendMessageDaniel Gultsch2-148/+117
2015-07-03make sure unread count is initialized as 0. fixes #1270Daniel Gultsch1-1/+2