aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/persistance/DatabaseBackend.java (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-14make unread status and notifications presistent across restartsDaniel Gultsch1-1/+5
2015-09-20Iterator to go through all messages of a conversationfiaxh1-0/+38
2015-09-05add null pointer check to db migrationDaniel Gultsch1-1/+5
2015-09-05Never build a session with oneselfAndreas Straub1-11/+56
2015-08-01Let UNTRUSTED/UNDECIDED keys become INACTIVEAndreas Straub1-9/+10
2015-07-31added missing carbon column message table create statementDaniel Gultsch1-0/+1
2015-07-29Tag carbon messages in parser, adapt session logicAndreas Straub1-1/+5
2015-07-29Refactor out inner classes, cache trust storeAndreas Straub1-130/+131
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-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-03avoid very rare npeDaniel Gultsch1-2/+1
2015-07-03avoid very rare npeDaniel Gultsch1-2/+1
2015-05-14Force Nameprepping of JID domain partsAndreas Straub1-1/+86
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-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-16happy hanukkahiNPUTmice1-2/+8
2014-11-16close cursor for databaseiNPUTmice1-5/+18
2014-11-15basic arbitrary file transferiNPUTmice1-1/+6
2014-11-09Move a chunk of classes over to using JID objectsSam Whited1-10/+12
2014-11-04Add last seen info to the databaseSam Whited1-1/+8
2014-10-22Make conversations the root projectSam Whited1-0/+0