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-12-23
use JPEG as file format for avatar and compress to <9400 chars and
Christian Schneppe
1
-21
/
+59
2017-11-28
some bug fixes
Christian Schneppe
1
-2
/
+2
2017-11-25
don't return null for opus file extensions
Christian Schneppe
1
-0
/
+3
2017-11-23
code cleanup
Christian Schneppe
1
-3
/
+3
2017-11-21
catch all RuntimeExceptions when using MetadataRetriever
Christian Schneppe
1
-4
/
+8
2017-11-21
catch some more exception when retrieving media runtime
Christian Schneppe
1
-2
/
+8
2017-11-21
FileProvider: attempt to work with sd cards
Christian Schneppe
1
-1
/
+1
2017-10-29
video processing: pick smaller file after transcoding. Do not transcode files...
Christian Schneppe
1
-2
/
+2
2017-10-15
don't crash if runtime could not be retrieved
Christian Schneppe
1
-1
/
+5
2017-10-13
add more file information to FileParams (apk file app name; vcard contacts name)
Christian Schneppe
1
-0
/
+59
2017-10-06
FileBackend: close cursor after retrieving file size
Christian Schneppe
1
-9
/
+9
2017-09-25
don't recompress videos which were sent/received before
Christian Schneppe
1
-1
/
+1
2017-09-24
reworked file params to store audio runtime amoung other things
Christian Schneppe
1
-12
/
+20
2017-09-19
ignore http upload file size constraints for videos that will be compressed
Christian Schneppe
1
-3
/
+30
2017-09-18
show permanent notification while transcoding video
Christian Schneppe
1
-0
/
+10
2017-06-17
allow recording of videos from attachment choice too
Christian Schneppe
1
-3
/
+10
2017-05-17
work around for brokens ROMs that expose file uris as notification sound
Christian Schneppe
1
-1
/
+1
2017-03-26
make image compression configurable
Christian Schneppe
1
-4
/
+4
2017-03-11
rename media directories
Christian Schneppe
1
-18
/
+18
2017-03-11
catch fileprovider related NPEs
Christian Schneppe
1
-1
/
+1
2017-03-11
catch some OOM Exceptions
Christian Schneppe
1
-0
/
+4
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
[next]