Daniel Gultsch
|
b30fb46c85
|
make sure that http upload/download is not startetd multiple times
|
2019-01-28 10:39:01 +01:00 |
|
Daniel Gultsch
|
8ab4ca7138
|
fixed downloading of deleted files
|
2019-01-10 21:23:53 +01:00 |
|
Daniel Gultsch
|
52afcac230
|
mark deleted files in database and not query them when querying for media
|
2019-01-10 14:52:27 +01:00 |
|
Daniel Gultsch
|
96e3546904
|
put images into MessageStyle notifications
|
2019-01-09 12:47:09 +01:00 |
|
Daniel Gultsch
|
52ecd9347c
|
added dialogs for rate limiting and out of date version
|
2018-10-31 13:33:55 +01:00 |
|
Daniel Gultsch
|
1cbb60d7ed
|
removed unused code (otr jingle encrypted file transfer)
|
2018-09-30 13:48:11 +02:00 |
|
Daniel Gultsch
|
af420c84a0
|
automatically start download if file size is known
|
2018-06-28 17:44:00 +02:00 |
|
Daniel Gultsch
|
b9bdb3df55
|
use Tor on http upload is account uses onion domain. fixes #3075
|
2018-06-16 18:31:55 +02:00 |
|
Daniel Gultsch
|
ea5cdec186
|
handle p1s3 urls in http downloader
|
2018-05-25 15:37:14 +02:00 |
|
Daniel Gultsch
|
d5a187bafb
|
use Tor to download map tiles if configured to do so
|
2018-05-11 12:42:39 +02:00 |
|
Daniel Gultsch
|
4a706aad03
|
catch dead object exceptions when acquiring wake locks
|
2018-04-15 18:31:58 +02:00 |
|
Daniel Gultsch
|
25a49a28ce
|
disable caches in HttpUrlConnections
|
2018-03-13 11:59:32 +01:00 |
|
Daniel Gultsch
|
bf6b54a7aa
|
get rid of OTR
|
2018-03-07 22:30:34 +01:00 |
|
Daniel Gultsch
|
bcd00bb517
|
discover file extension in original filename from pgp
|
2018-01-29 01:40:02 +01:00 |
|
Daniel Gultsch
|
d349f634d0
|
ignore data uri after aesgcm uri
|
2017-12-09 14:45:54 +01:00 |
|
moparisthebest
|
197352b669
|
Read support for 12-byte IVs in addition to 16-byte IVs
|
2017-08-09 23:42:35 -04:00 |
|
Daniel Gultsch
|
b925f436fd
|
add more logging to http download connection and reset file params after setting expected size
|
2017-08-04 11:58:12 +02:00 |
|
Daniel Gultsch
|
1a72683b52
|
close http download connection after download
|
2017-04-29 22:59:36 +02:00 |
|
Daniel Gultsch
|
6c34763d32
|
transform aesgcm:// links back to https:// before connecting through Tor
fixes #2444
|
2017-04-16 08:44:26 +02:00 |
|
Daniel Gultsch
|
26badb7f4c
|
send urls pointing to pgp encrypted files directly in body+oob
|
2017-04-05 21:01:29 +02:00 |
|
Daniel Gultsch
|
b050ff2576
|
only call UI thread from downloading thread every 250ms
|
2017-01-12 16:02:09 +01:00 |
|
Daniel Gultsch
|
1739af2a41
|
fixed http resume
|
2016-12-06 23:27:29 +01:00 |
|
Daniel Gultsch
|
e84af51272
|
distinguish between general i/o error and write exception when copying files
|
2016-11-15 15:43:04 +01:00 |
|
Daniel Gultsch
|
61f58b3dbd
|
add timeouts to HTTPUrlConnections and allow cancelation of all sending files
|
2016-09-20 20:02:25 +02:00 |
|
Daniel Gultsch
|
caafd03130
|
don't automatically download files and avatars when datasaver is on
|
2016-08-27 13:35:52 +02:00 |
|
Daniel Gultsch
|
e9c00c0427
|
push file offered notification when initial HTTP HEAD req. fails
|
2016-07-21 19:17:26 +02:00 |
|
Daniel Gultsch
|
dcc13d7a3d
|
log download failure caused by missing content length
|
2016-06-16 20:36:51 +02:00 |
|
Daniel Gultsch
|
5f40a7042d
|
delay notification until after pgp decryption
|
2016-06-15 12:44:29 +02:00 |
|
Daniel Gultsch
|
587fb3cca3
|
refactored pgp decryption
|
2016-06-13 13:32:14 +02:00 |
|
Daniel Gultsch
|
161fdf7340
|
throw writeexecption in downloader if flush fails
|
2016-06-03 14:27:05 +02:00 |
|
Daniel Gultsch
|
583aba1b44
|
print specific toast when download failed because of write error
|
2016-06-02 21:37:52 +02:00 |
|
Daniel Gultsch
|
a9b66e3ea5
|
allow to delete attachments. fixes #1539
|
2016-03-23 19:23:22 +01:00 |
|
Daniel Gultsch
|
281cb65046
|
only add image files to media scanner
|
2016-03-23 12:20:09 +01:00 |
|
Daniel Gultsch
|
89eea3636f
|
add a few more know file extensions
|
2016-03-04 11:24:53 +01:00 |
|
Daniel Gultsch
|
a1ac4fd665
|
fix cancelation of http downloads and enable resume
|
2015-12-11 20:33:41 +01:00 |
|
Daniel Gultsch
|
c3e8fb3446
|
request storage permission when needed on Android 6.0
|
2015-12-07 13:24:41 +01:00 |
|
Daniel Gultsch
|
f0b1761ec3
|
initial tor support
|
2015-12-01 12:00:50 +01:00 |
|
Daniel Gultsch
|
a557d38e4d
|
pgp fixes and revert configuration changes
|
2015-11-25 20:47:02 +01:00 |
|
Daniel Gultsch
|
0f405c2e11
|
allow redownloading files from remote hosts. fixes #1504
|
2015-10-17 15:23:46 +02:00 |
|
Daniel Gultsch
|
5a5e0e7121
|
use Conversations 1.x.y as user agent string in http upload and download
|
2015-09-23 18:05:51 +02:00 |
|
Daniel Gultsch
|
fd81491b05
|
put wake locks on out of band file transfers
|
2015-08-10 19:48:36 +02:00 |
|
Daniel Gultsch
|
b5e90850d8
|
provide more detailed error toasts for http file download
|
2015-08-10 12:15:14 +02:00 |
|
Daniel Gultsch
|
60cd307f73
|
enable axolotl encryption for jingle supported file transfers
|
2015-08-01 01:19:16 +02:00 |
|
Daniel Gultsch
|
58d80f58be
|
use gcm for file encryption over http
|
2015-07-29 23:45:37 +02:00 |
|
Daniel Gultsch
|
a1e63944a2
|
use 'interactive mode' when starting downloads from the context menu
|
2015-07-22 12:15:09 +02:00 |
|
Daniel Gultsch
|
504ef0b72e
|
rely on refreshUi/refreshUiReal and make sure it is being used everywhere
|
2015-07-20 15:48:58 +02:00 |
|
Andreas Straub
|
012f036840
|
Optimize imports
|
2015-07-20 14:26:29 +02:00 |
|
Andreas Straub
|
ec0aff4ed7
|
Encrypt files for HTTP upload in encrypted chats
|
2015-07-19 22:24:05 +02:00 |
|
Daniel Gultsch
|
c3584a6db7
|
fixed inactive http download
|
2015-07-17 23:58:33 +02:00 |
|
Daniel Gultsch
|
78aff1329f
|
renamed HttpConnection to HttpDownloadConnection
|
2015-07-10 15:14:13 +02:00 |
|