aboutsummaryrefslogtreecommitdiffstats
path: root/src/main (unfollow)
Commit message (Expand)AuthorFilesLines
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
2015-07-03avoid very rare npeDaniel Gultsch2-2/+4
2015-07-03added fallback for non-srv dns queriesDaniel Gultsch1-0/+1
2015-07-02fixed share with activity to account for http file uploadDaniel Gultsch2-43/+38
2015-07-02also offer http download for some 'well known extensions'Daniel Gultsch2-1/+4
2015-07-02refactored message context menuDaniel Gultsch5-43/+53
2015-07-02moved null check for to and from in message parserDaniel Gultsch1-5/+6
2015-07-01changed mime type handlingDaniel Gultsch7-54/+555
2015-06-30disable automatic aes encryption for the time beingDaniel Gultsch1-1/+1
2015-06-30changed namespace of the http upload featureDaniel Gultsch1-1/+1
2015-06-30made httpconnection (download) ready all kind of filesfeature/http_uploadDaniel Gultsch9-69/+74
2015-06-30made storage path decision entirely based upon file extensionDaniel Gultsch1-2/+4