Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-04-07 | fix updater | Christian Schneppe | 1 | -0/+419 | |
2020-03-16 | explicitly use BouncyCastle for file crypto | Christian Schneppe | 1 | -2/+3 | |
2020-02-01 | show progressbar instead of percentages while up-/downloading files | Christian Schneppe | 1 | -1/+1 | |
2020-01-31 | pass omemo decrypt up to higher layers to count as download error. decrypt ↵ | Christian Schneppe | 1 | -33/+27 | |
all encrypted files * added failure logging to http download * fixed download of previously deleted omemo files | |||||
2020-01-24 | fixed adding omemo encrypted images to gallery | Christian Schneppe | 1 | -1/+2 | |
2020-01-02 | reset file to normal message when attempting re-download after delete | Christian Schneppe | 1 | -0/+9 | |
2020-01-02 | persist file size across aborts | Christian Schneppe | 1 | -10/+17 | |
2019-12-24 | Implement download resumption for OMEMO encrypted files | Christian Schneppe | 1 | -9/+56 | |
2019-11-03 | optionally search local muc rooms instead of jabber.network | Christian Schneppe | 1 | -55/+1 | |
2019-09-20 | migrate to AndroidX | Christian Schneppe | 1 | -1/+1 | |
2019-09-19 | fixed R8 weirdness | Christian Schneppe | 1 | -1/+1 | |
2019-09-09 | introduce new file transfer status | Christian Schneppe | 2 | -2/+10 | |
2019-09-07 | send multiple downloads and uploads into queue | Christian Schneppe | 2 | -17/+22 | |
2019-09-03 | fix some crashes | Christian Schneppe | 2 | -3/+9 | |
2019-08-31 | refactored filename and extension parsing | Christian Schneppe | 1 | -10/+8 | |
2019-06-25 | fix jingle file transfer | Christian Schneppe | 1 | -2/+2 | |
fixes #360 | |||||
2019-06-17 | use socks instead of http proxy for http upload | Christian Schneppe | 3 | -7/+7 | |
http proxy doesn’t seem to work with onion v3 | |||||
2019-06-08 | change minimum timeout for uploads/downloads | Christian Schneppe | 1 | -3/+3 | |
2019-05-19 | separate received and sent files | Christian Schneppe | 1 | -1/+5 | |
fixes #140 | |||||
2019-05-04 | added language tag in channel search results | Christian Schneppe | 1 | -0/+6 | |
2019-05-03 | introduced type private_file_message to handle attachments in PMs | Christian Schneppe | 2 | -2/+6 | |
2019-04-26 | implement channel discovery | Christian Schneppe | 1 | -0/+92 | |
refactor muc search to use http cache channel search results | |||||
2019-02-08 | optimize imports | Christian Schneppe | 2 | -2/+0 | |
2019-02-04 | make sure that http upload/download is not startetd multiple times | Christian Schneppe | 3 | -40/+71 | |
2019-01-25 | fix display of deleted files | Christian Schneppe | 1 | -1/+1 | |
2019-01-25 | fixed downloading of deleted files | Christian Schneppe | 1 | -2/+2 | |
2019-01-25 | mark deleted files in database and not query them when querying for media | Christian Schneppe | 1 | -3/+2 | |
2019-01-24 | put images into MessageStyle notifications | Christian Schneppe | 1 | -4/+6 | |
2018-11-15 | do not show up navigation in start conversation screen if called with view ↵ | Christian Schneppe | 2 | -4/+4 | |
intent | |||||
2018-10-24 | don't use compression for HttpDownloads | Christian Schneppe | 1 | -0/+2 | |
2018-10-20 | revert back to 16 byte IVs for omemo since ChatSecure doesn't support 12 byte | Christian Schneppe | 1 | -1/+1 | |
2018-10-20 | show cancelled instead of delivery failed if user requested to abort transfer | Christian Schneppe | 1 | -5/+5 | |
2018-10-04 | refactored file encryption to give access to inner stream | Christian Schneppe | 1 | -21/+9 | |
Conscrypt on some plattforms doesn’t like when we close the CipherInputStream. Therefor we refactor the api to give us access to the inner stream so we can close that independently. | |||||
2018-10-04 | use 12 byte IV for omemo and http upload | Christian Schneppe | 1 | -2/+1 | |
2018-07-29 | catch all exceptions when checking file size | Christian Schneppe | 1 | -1/+1 | |
2018-07-09 | automatically start download if file size is known | Christian Schneppe | 1 | -4/+14 | |
2018-06-17 | use Tor on http upload is account uses onion domain | Christian Schneppe | 2 | -3/+3 | |
2018-06-01 | make sure account is connected before attempting to download p1s3 | Christian Schneppe | 1 | -0/+11 | |
2018-05-26 | add support for S3 file transfers | Christian Schneppe | 7 | -87/+445 | |
2018-05-17 | some tor modifications | Christian Schneppe | 3 | -6/+6 | |
possibly fixes #199 | |||||
2018-05-05 | Support both new and old http upload namespaces | Christian Schneppe | 1 | -5/+13 | |
2018-04-29 | catch dead object exceptions when acquiring wake locks | Christian Schneppe | 2 | -7/+7 | |
2018-04-07 | disable caches in HttpUrlConnections | Christian Schneppe | 2 | -0/+3 | |
2018-04-02 | migrate to xmpp-addr | Christian Schneppe | 1 | -3/+3 | |
2018-02-19 | only allow a number of white listed headers according to http upload v0.5 | Christian Schneppe | 1 | -7/+14 | |
2018-02-11 | http upload: do not crash on invalid slot responses | Christian Schneppe | 1 | -4/+4 | |
2018-01-31 | fixed crash on receiving files | Christian Schneppe | 1 | -2/+1 | |
2018-01-30 | discover file extension in original filename from pgp | Christian Schneppe | 1 | -1/+1 | |
2018-01-30 | check if wakelock is held before releasing | Christian Schneppe | 1 | -1/+3 | |
2018-01-29 | support new http upload namespace | Christian Schneppe | 1 | -85/+96 | |