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
/
persistance
/
FileBackend.java
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-02-28
fix sending video file as is, if it is in our directory
Christian Schneppe
1
-2
/
+2
2017-02-12
don't compress videos if they are in our files directory
Christian Schneppe
1
-0
/
+12
2017-02-09
do not sync thumbnail creation on cache
Christian Schneppe
1
-1
/
+4
2017-02-06
check if media folders are existing, if not, create them
Christian Schneppe
1
-4
/
+11
2017-02-05
make updater work in Android N
Christian Schneppe
1
-3
/
+11
2017-02-02
fix detection of filesize
Christian Schneppe
1
-2
/
+8
2017-01-25
reworked FileBackend
Christian Schneppe
1
-27
/
+15
2017-01-14
fixed avatar republish missing the mime type
Christian Schneppe
1
-3
/
+7
2017-01-09
unify getFileUri across share and open intents
Christian Schneppe
1
-7
/
+15
2017-01-05
add overlay to indicate that image is gif
Christian Schneppe
1
-6
/
+25
2017-01-05
Do not compress GIFs, allow GBoard to send GIFs
Christian Schneppe
1
-1
/
+2
2016-11-19
reformat code
Christian Schneppe
1
-914
/
+914
2016-11-17
distinguish between general i/o error and write exception when copying files
Christian Schneppe
1
-95
/
+108
2016-11-07
Revert "use file provider on android M as well"
Christian Schneppe
1
-1
/
+1
2016-10-26
use file provider on android M as well
Christian Schneppe
1
-1
/
+1
2016-10-05
fixed omemo shown as unavailable in 1:1 chats
Christian Schneppe
1
-1
/
+3
2016-10-05
resolve take photo uri for internal use
Christian Schneppe
1
-2
/
+2
2016-10-05
properly index take photo uris from file provider
Christian Schneppe
1
-8
/
+15
2016-10-05
explicit logging when copying files to storage
Christian Schneppe
1
-3
/
+4
2016-09-23
Don't use file provider for photo uris on android < N. fixes #2030
Daniel Gultsch
1
-2
/
+6
2016-09-09
optimized imports
Christian Schneppe
1
-2
/
+0
2016-09-03
fixed typo
Daniel Gultsch
1
-2
/
+2
2016-09-02
use file provider for taking pictures
Daniel Gultsch
1
-3
/
+4
2016-08-30
change filename pattern
Christian Schneppe
1
-1
/
+2
2016-08-28
compress videos bigger than 10 MB before sending
Christian Schneppe
1
-11
/
+10
2016-08-13
rotate images based on EXIF data in preview
Christian Schneppe
1
-0
/
+47
2016-08-11
catch NPE in getVideoPreview() because getFrame sometimes returns null
Daniel Gultsch
1
-1
/
+1
2016-08-06
don't name images "IMG_..."
Christian Schneppe
1
-1
/
+1
2016-08-02
catch exception when trying to get video preview of pgp encrypted file
Daniel Gultsch
1
-1
/
+5
2016-07-29
show identity type for device selection
Daniel Gultsch
1
-1
/
+6
2016-07-29
changed package id inside manifest and project
Christian Schneppe
1
-10
/
+10
2016-07-25
provide black background video thumbnail if preview couldn't be generated
Daniel Gultsch
1
-6
/
+13
2016-07-12
show a preview for video files
Daniel Gultsch
1
-24
/
+116
2016-06-30
add .nomedia to audios directory
Christian Schneppe
1
-4
/
+12
2016-06-24
catch exceptions when retrieving uri file extension
Daniel Gultsch
1
-0
/
+2
2016-06-19
extract relevant extension from file name when processing share intent
Daniel Gultsch
1
-2
/
+23
2016-06-04
also add 4 chars to filesnames during copy to private storage
Christian Schneppe
1
-1
/
+1
2016-06-04
add first 4 chars to file names
Christian Schneppe
1
-2
/
+2
2016-06-02
also export database when chats are exported
Christian Schneppe
1
-0
/
+4
2016-06-01
use datetime as filename
Christian Schneppe
1
-7
/
+10
2016-05-31
changed some folders for files
Christian Schneppe
1
-16
/
+27
2016-05-05
change storage paths
Christian S
1
-2
/
+2
2016-05-05
log more information about HTTP’s max upload size
Daniel Gultsch
1
-0
/
+2
2016-04-30
removed unnecessary logging
Daniel Gultsch
1
-1
/
+0
2016-04-28
synchronize around thumbnail cache to avoid loading images twice
Daniel Gultsch
1
-12
/
+21
2016-04-13
hacky workaround to determine if uri points to private file on < lolipop
Daniel Gultsch
1
-5
/
+21
2016-04-11
republish avatar if server offers non-persistent pep :-(
Daniel Gultsch
1
-0
/
+38
2016-04-08
removed ernoexception in exchange for a regular exeption to prevent verify er...
Daniel Gultsch
1
-3
/
+2
2016-04-07
check file owner when attaching files or using them as avatar
Daniel Gultsch
1
-0
/
+33
2016-04-02
don't ask for resource when server uses http upload v0.1
Daniel Gultsch
1
-1
/
+4
[next]