aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/persistance (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixed avatar loading for non-file urisDaniel Gultsch2015-12-021-2/+2
* users are now able to crop their avatar pictures using the android-cropPhilip Flohr2015-12-021-2/+2
* initial tor supportDaniel Gultsch2015-12-011-109/+113
* changed method signature of calcSampleSizeDaniel Gultsch2015-11-301-1/+1
* pgp fixes and revert configuration changesDaniel Gultsch2015-11-251-10/+14
* Move migration 19 before 17Andreas Straub2015-11-061-3/+6
* explicitly mark verified omemo keys in UIDaniel Gultsch2015-10-311-2/+3
* push CN into nick pep node when uploading certificate. subscribe to nick nodeDaniel Gultsch2015-10-291-1/+5
* make unread status and notifications presistent across restartsDaniel Gultsch2015-10-141-1/+5
* changed store path for filesDaniel Gultsch2015-10-061-20/+10
* properly recycle bitmapsDaniel Gultsch2015-10-021-4/+16
* rotate thumbnails. fixes #1438Daniel Gultsch2015-09-291-6/+15
* Iterator to go through all messages of a conversationfiaxh2015-09-201-0/+38
* add null pointer check to db migrationDaniel Gultsch2015-09-051-1/+5
* Never build a session with oneselfAndreas Straub2015-09-051-11/+56
* made useImageAsIs determination a bit more foolproof (samsung)Daniel Gultsch2015-08-311-1/+6
* remove unused imports.Michael2015-08-251-2/+0
* additonal null checks in file backendDaniel Gultsch2015-08-251-0/+3
* bugfix: next encryption is now being properly detected1.6.2Daniel Gultsch2015-08-231-1/+0
* check if inputstream is null before cropping avatar imagesDaniel Gultsch2015-08-191-0/+6
* catch broken base64 in avatarsDaniel Gultsch2015-08-161-5/+1
* provide extra interface to close sockets. fixes #1330Daniel Gultsch2015-08-151-0/+10
* do not touch pictures that are already in the right formatDaniel Gultsch2015-08-111-18/+19
* Let UNTRUSTED/UNDECIDED keys become INACTIVEAndreas Straub2015-08-011-9/+10
* added missing carbon column message table create statementDaniel Gultsch2015-07-311-0/+1
* Tag carbon messages in parser, adapt session logicAndreas Straub2015-07-291-1/+5
* Refactor out inner classes, cache trust storeAndreas Straub2015-07-291-130/+131
* made image file format configurable by Config.javaDaniel Gultsch2015-07-211-4/+14
* Use properly fixed numeral values in Trust enumAndreas Straub2015-07-211-5/+5
* Fix getNumTrustedKeysAndreas Straub2015-07-201-2/+4
* Lock TrustKeys if no trusted keys are availableCryptoNextBetaAndreas Straub2015-07-201-0/+14
* Optimize importsAndreas Straub2015-07-201-15/+15
* Fix axolotl database migrationAndreas Straub2015-07-201-2/+5
* Ask for key trust when sending messagesAndreas Straub2015-07-191-0/+9
* Fix trust status for outgoing messagesAndreas Straub2015-07-191-13/+24
* Fix setIdentityKeyTrust update statementAndreas Straub2015-07-191-2/+2
* Fix IdentityKey storage modelAndreas Straub2015-07-191-2/+6
* Overhauled Message taggingAndreas Straub2015-07-191-35/+58
* Fix getSubDeviceSessions SQL queryAndreas Straub2015-07-191-1/+1
* Clean up loggingAndreas Straub2015-07-191-4/+4
* Add basic PEP managemend UI to EditAccountActivityAndreas Straub2015-07-191-0/+21
* Refactor axolotl database recreationAndreas Straub2015-07-191-8/+14
* Save IdentityKeys in databaseAndreas Straub2015-07-191-0/+85
* DatabaseBackend bugfixesAndreas Straub2015-07-191-0/+5
* Reformat code to use tabsAndreas Straub2015-07-191-17/+17
* Reworked axolotl protocol layerAndreas Straub2015-07-191-27/+63
* CryptoNext persistance layer mockupAndreas Straub2015-07-191-1/+262
* try to catch weird npe in android sdkDaniel Gultsch2015-07-111-0/+2
* renamed downloadable to transferableDaniel Gultsch2015-07-101-2/+2
* avoid very rare npeDaniel Gultsch2015-07-031-2/+1