aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/persistance (follow)
Commit message (Collapse)AuthorAgeFilesLines
* republish avatar if server offers non-persistent pep :-(Daniel Gultsch2016-04-111-0/+38
|
* removed ernoexception in exchange for a regular exeption to prevent verify ↵Daniel Gultsch2016-04-081-3/+2
| | | | error on <5.0
* check file owner when attaching files or using them as avatarDaniel Gultsch2016-04-071-0/+33
|
* don't ask for resource when server uses http upload v0.1Daniel Gultsch2016-04-021-1/+4
|
* check max http file size when attaching filesDaniel Gultsch2016-04-011-0/+22
|
* closed some cursors under error conditionsDaniel Gultsch2016-03-311-3/+13
|
* allow to delete attachments. fixes #1539Daniel Gultsch2016-03-231-3/+11
|
* only add image files to media scannerDaniel Gultsch2016-03-231-0/+22
|
* close cursor in caps db queryDaniel Gultsch2016-03-111-1/+3
|
* mark oob messages and always display download buttonDaniel Gultsch2016-03-041-1/+6
|
* basic support for XEP-0308: Last Message Correction. fixes #864Daniel Gultsch2016-02-151-1/+13
|
* Merge branch 'disco-caps' of https://github.com/singpolyma/Conversations ↵Daniel Gultsch2016-02-021-1/+40
|\ | | | | | | into singpolyma-disco-caps
| * Persisitence and loading for ServiceDiscoveryResultStephen Paul Weber2016-01-231-1/+40
| |
* | changed FileBackend API to allow files instead of messages to be copied and ↵Daniel Gultsch2016-01-241-33/+34
|/ | | | resized
* removed some unused methods from db backendDaniel Gultsch2016-01-161-83/+0
|
* catch exception when reading message id from databaseDaniel Gultsch2016-01-151-8/+12
|
* use batch transactions when writing rosterDheeraj CVR2016-01-131-0/+3
| | | | Fixes https://github.com/siacs/Conversations/issues/1648
* automatically adjust image compression to keep files under 512MiBDaniel Gultsch2016-01-091-8/+14
|
* null check in getOriginalPathDaniel Gultsch2016-01-041-1/+0
|
* properly rotate avatarsDaniel Gultsch2016-01-041-15/+7
|
* show certificate informationDaniel Gultsch2015-12-231-5/+34
|
* save certificate when verifying with x509Daniel Gultsch2015-12-231-2/+29
|
* get rid of lastMessageTransmitted in favor of db queryDaniel Gultsch2015-12-111-0/+14
|
* ask for contact permissions when first opening StartConversationActivityDaniel Gultsch2015-12-071-2/+6
|
* Unset all PGP signatures oncefiaxh2015-12-021-1/+10
| | | | ... so they will be redone to match the changed status.
* 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
| | | | library
* 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
| | | | | | | | | Migration 17 depends on Account deserialization, so any migrations that touch the accounts table need to be applied beforehand. Re-writing the migration to work directly on the database would lead to a lot of code duplication, so it's not worth it at this time, but might become necessary later on to avoid dependency cycles.
* 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
| | | | | | | | | | | | | | If we detect our own ID is not in our own devicelist on receiving an update, we reannounce ourselves. This used to have the side effect of modifying the list of devices we thought were in the update set, causing us to accidentally build a session with ourselves. This lead to our own key being set to TRUSTED_INACTIVE, resulting in red lock icons on messages sent by the own device. We fix this by having publishOwnDeviceId() operate on a copy of the original set. This commit also includes a db migration which deletes sessions with oneself and sets own keys back to TRUSTED.
* 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 detectedDaniel 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
| | | | fixed #522
* Let UNTRUSTED/UNDECIDED keys become INACTIVEAndreas Straub2015-08-011-9/+10
|
* added missing carbon column message table create statementDaniel Gultsch2015-07-311-0/+1
| | | | fixes #1310