index
:
PiratX
feature/fixed_domain_flavor
master
thedevstack
The new way for communications
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
de
/
pixart
/
messenger
/
http
/
HttpDownloadConnection.java
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-09-20
migrate to AndroidX
Christian Schneppe
1
-1
/
+1
2019-09-09
introduce new file transfer status
Christian Schneppe
1
-1
/
+1
2019-09-07
send multiple downloads and uploads into queue
Christian Schneppe
1
-15
/
+18
2019-09-03
fix some crashes
Christian Schneppe
1
-2
/
+7
2019-08-31
refactored filename and extension parsing
Christian Schneppe
1
-10
/
+8
2019-06-17
use socks instead of http proxy for http upload
Christian Schneppe
1
-5
/
+3
2019-05-19
separate received and sent files
Christian Schneppe
1
-1
/
+5
2019-05-03
introduced type private_file_message to handle attachments in PMs
Christian Schneppe
1
-1
/
+3
2019-02-08
optimize imports
Christian Schneppe
1
-1
/
+0
2019-02-04
make sure that http upload/download is not startetd multiple times
Christian Schneppe
1
-10
/
+9
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 in...
Christian Schneppe
1
-3
/
+3
2018-10-24
don't use compression for HttpDownloads
Christian Schneppe
1
-0
/
+2
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
1
-2
/
+2
2018-05-26
add support for S3 file transfers
Christian Schneppe
1
-17
/
+76
2018-05-17
some tor modifications
Christian Schneppe
1
-4
/
+4
2018-04-29
catch dead object exceptions when acquiring wake locks
Christian Schneppe
1
-4
/
+5
2018-04-07
disable caches in HttpUrlConnections
Christian Schneppe
1
-0
/
+2
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
2017-12-16
ignore data uri after aesgcm uri
Christian Schneppe
1
-1
/
+1
2017-08-13
Read support for 12-byte IVs in addition to 16-byte IVs
Christian Schneppe
1
-2
/
+2
2017-08-13
add more logging to http download connection and reset file params after sett...
Christian Schneppe
1
-31
/
+41
2017-05-09
close http download connection after download
Christian Schneppe
1
-1
/
+6
2017-04-16
transform aesgcm:// links back to https:// before connecting through Tor
Christian Schneppe
1
-5
/
+12
2017-01-15
only call UI thread from downloading thread every 250ms
Christian Schneppe
1
-4
/
+4
2017-01-14
change location for wakelock while retrieving file size and changed name
Christian Schneppe
1
-2
/
+3
2016-12-18
fixed http resume
Christian Schneppe
1
-4
/
+11
2016-11-19
reformat code
Christian Schneppe
1
-331
/
+331
2016-11-17
distinguish between general i/o error and write exception when copying files
Christian Schneppe
1
-12
/
+9
2016-09-27
increase ReadTimeouts for HTTP connections
Christian Schneppe
1
-2
/
+2
2016-09-23
add timeouts to HTTPUrlConnections and allow cancelation of all sending files
Daniel Gultsch
1
-0
/
+4
2016-08-27
don't automatically download files and avatars when datasaver is on
Daniel Gultsch
1
-1
/
+3
2016-07-29
changed package id inside manifest and project
Christian Schneppe
1
-11
/
+11
2016-07-25
push file offered notification when initial HTTP HEAD req. fails
Daniel Gultsch
1
-6
/
+7
2016-06-19
log download failure caused by missing content length
Daniel Gultsch
1
-1
/
+1
2016-06-19
delay notification until after pgp decryption
Daniel Gultsch
1
-2
/
+3
2016-06-14
refactored pgp decryption
Daniel Gultsch
1
-1
/
+1
2016-06-04
add first 4 chars to file names
Christian Schneppe
1
-1
/
+1
2016-06-03
throw writeexecption in downloader if flush fails
Daniel Gultsch
1
-7
/
+5
2016-06-02
print specific toast when download failed because of write error
Daniel Gultsch
1
-2
/
+12
2016-06-01
use datetime as filename
Christian Schneppe
1
-1
/
+7
2016-05-16
use wakelock on retrieve filesize
Christian Schneppe
1
-0
/
+3
2016-03-23
allow to delete attachments. fixes #1539
Daniel Gultsch
1
-8
/
+2
2016-03-23
only add image files to media scanner
Daniel Gultsch
1
-3
/
+1
2016-03-04
add a few more know file extensions
Daniel Gultsch
1
-1
/
+1
[next]