aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/persistance (unfollow)
Commit message (Expand)AuthorFilesLines
2015-07-29Refactor out inner classes, cache trust storeAndreas Straub1-130/+131
2015-07-21made image file format configurable by Config.javaDaniel Gultsch1-4/+14
2015-07-21Use properly fixed numeral values in Trust enumAndreas Straub1-5/+5
2015-07-20Fix getNumTrustedKeysAndreas Straub1-2/+4
2015-07-20Lock TrustKeys if no trusted keys are availableAndreas Straub1-0/+14
2015-07-20Optimize importsAndreas Straub1-15/+15
2015-07-20Fix axolotl database migrationAndreas Straub1-2/+5
2015-07-19Ask for key trust when sending messagesAndreas Straub1-0/+9
2015-07-19Fix trust status for outgoing messagesAndreas Straub1-13/+24
2015-07-19Fix setIdentityKeyTrust update statementAndreas Straub1-2/+2
2015-07-19Fix IdentityKey storage modelAndreas Straub1-2/+6
2015-07-19Overhauled Message taggingAndreas Straub1-35/+58
2015-07-19Fix getSubDeviceSessions SQL queryAndreas Straub1-1/+1
2015-07-19Clean up loggingAndreas Straub1-4/+4
2015-07-19Add basic PEP managemend UI to EditAccountActivityAndreas Straub1-0/+21
2015-07-19Refactor axolotl database recreationAndreas Straub1-8/+14
2015-07-19Save IdentityKeys in databaseAndreas Straub1-0/+85
2015-07-19DatabaseBackend bugfixesAndreas Straub1-0/+5
2015-07-19Reformat code to use tabsAndreas Straub1-17/+17
2015-07-19Reworked axolotl protocol layerAndreas Straub1-27/+63
2015-07-19CryptoNext persistance layer mockupAndreas Straub1-1/+262
2015-07-11try to catch weird npe in android sdkDaniel Gultsch1-0/+2
2015-07-10renamed downloadable to transferableDaniel Gultsch1-2/+2
2015-07-03avoid very rare npeDaniel Gultsch1-2/+1
2015-07-03avoid very rare npeDaniel Gultsch1-2/+1
2015-06-30made httpconnection (download) ready all kind of filesDaniel Gultsch1-1/+5
2015-06-30made storage path decision entirely based upon file extensionDaniel Gultsch1-2/+4
2015-06-30refactored bodyContainsDownloadable to be more flexibleDaniel Gultsch1-1/+1
2015-06-29initial http upload supportDaniel Gultsch1-1/+1
2015-05-14Force Nameprepping of JID domain partsAndreas Straub1-1/+86
2015-04-28npe check after reading image uriDaniel Gultsch1-3/+3
2015-04-28print stack trace on io errorDaniel Gultsch1-6/+6
2015-04-26hard code bitmap configsDaniel Gultsch1-2/+2
2015-04-25cleaned up file handlingDaniel Gultsch1-61/+77
2015-03-17Set file size also for cached avatarsHolger Weiß1-29/+31
2015-02-28catching out of memory run time exception in hasEnabledAccounts()iNPUTmice1-0/+2
2015-01-21fixed bug in find conference in database methodiNPUTmice1-3/+6
2015-01-11keep proper image file extensionDaniel Gultsch1-13/+18
2015-01-02improved OTR verification part oneDaniel Gultsch1-1/+5
2014-12-22Add support for XEP-0191 (Blocking command)Sam Whited1-3/+3
2014-12-10save server id from mam messages. check for dups before adding mamiNPUTmice1-1/+6
2014-11-21additional null pointer saftey checksiNPUTmice1-15/+13
2014-11-20create file and dirs before creating fileiNPUTmice1-0/+2
2014-11-16happy hanukkahiNPUTmice1-2/+8
2014-11-16close cursor for databaseiNPUTmice1-5/+18
2014-11-15some mime and pgp fixes for file transferiNPUTmice1-1/+1
2014-11-15support for pgp filesiNPUTmice1-17/+20
2014-11-15progress for http images as well. fixed open button for sent filesiNPUTmice1-1/+10
2014-11-15copy non local files to private storage firstiNPUTmice1-2/+30
2014-11-15bug fixes and various improvements for file transferiNPUTmice1-0/+15