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