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
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
2015-12-12
fix cancelation of http downloads and enable resume
Daniel Gultsch
1
-8
/
+35
2015-12-12
request storage permission when needed on Android 6.0
Daniel Gultsch
1
-1
/
+1
2015-12-11
fix cancelation of http downloads and enable resume
Daniel Gultsch
1
-8
/
+35
2015-12-07
request storage permission when needed on Android 6.0
Daniel Gultsch
1
-1
/
+1
2015-12-04
initial tor support
Daniel Gultsch
1
-2
/
+19
2015-12-01
initial tor support
Daniel Gultsch
1
-2
/
+19
2015-11-25
pgp fixes and revert configuration changes
Daniel Gultsch
1
-0
/
+3
2015-10-17
allow redownloading files from remote hosts. fixes #1504
Daniel Gultsch
1
-2
/
+11
2015-09-23
use Conversations 1.x.y as user agent string in http upload and download
Daniel Gultsch
1
-0
/
+2
2015-08-10
put wake locks on out of band file transfers
Daniel Gultsch
1
-0
/
+4
2015-08-10
provide more detailed error toasts for http file download
Daniel Gultsch
1
-37
/
+58
2015-08-01
enable axolotl encryption for jingle supported file transfers
Daniel Gultsch
1
-17
/
+8
2015-07-29
use gcm for file encryption over http
Daniel Gultsch
1
-5
/
+16
2015-07-22
use 'interactive mode' when starting downloads from the context menu
Daniel Gultsch
1
-1
/
+0
2015-07-20
rely on refreshUi/refreshUiReal and make sure it is being used everywhere
Daniel Gultsch
1
-4
/
+1
2015-07-20
Optimize imports
Andreas Straub
1
-1
/
+1
2015-07-19
Encrypt files for HTTP upload in encrypted chats
Andreas Straub
1
-2
/
+4
[next]