index
:
conversations-plus
filetransfer
introduce_cplus_database_version
master
message_display_rework
improved conversations
lookshe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
eu
/
siacs
/
conversations
/
persistance
/
FileBackend.java
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2016-04-01
check max http file size when attaching files
Daniel Gultsch
1
-0
/
+22
2016-03-23
allow to delete attachments. fixes #1539
Daniel Gultsch
1
-3
/
+11
2016-03-23
only add image files to media scanner
Daniel Gultsch
1
-0
/
+22
2016-02-12
Imports organized
steckbrief
1
-1
/
+0
2016-02-11
Compilation errors and merge mixups fixed
steckbrief
1
-144
/
+33
2016-01-24
changed FileBackend API to allow files instead of messages to be copied and r...
Daniel Gultsch
1
-33
/
+34
2016-01-09
automatically adjust image compression to keep files under 512MiB
Daniel Gultsch
1
-8
/
+14
2016-01-04
null check in getOriginalPath
Daniel Gultsch
1
-1
/
+0
2016-01-04
properly rotate avatars
Daniel Gultsch
1
-15
/
+7
2015-12-07
ask for contact permissions when first opening StartConversationActivity
Daniel Gultsch
1
-2
/
+6
2015-12-02
fixed avatar loading for non-file uris
Daniel Gultsch
1
-2
/
+2
2015-12-02
users are now able to crop their avatar pictures using the android-crop
Philip Flohr
1
-2
/
+2
2015-11-30
changed method signature of calcSampleSize
Daniel Gultsch
1
-1
/
+1
2015-11-25
pgp fixes and revert configuration changes
Daniel Gultsch
1
-10
/
+14
2015-10-06
changed store path for files
Daniel Gultsch
1
-20
/
+10
2015-10-02
properly recycle bitmaps
Daniel Gultsch
1
-4
/
+16
2015-09-29
rotate thumbnails. fixes #1438
Daniel Gultsch
1
-6
/
+15
2015-08-31
made useImageAsIs determination a bit more foolproof (samsung)
Daniel Gultsch
1
-1
/
+6
2015-08-25
remove unused imports.
Michael
1
-2
/
+0
2015-08-25
additonal null checks in file backend
Daniel Gultsch
1
-0
/
+3
2015-08-23
bugfix: next encryption is now being properly detected
Daniel Gultsch
1
-1
/
+0
2015-08-19
check if inputstream is null before cropping avatar images
Daniel Gultsch
1
-0
/
+6
2015-08-16
catch broken base64 in avatars
Daniel Gultsch
1
-5
/
+1
2015-08-15
provide extra interface to close sockets. fixes #1330
Daniel Gultsch
1
-0
/
+10
2015-08-11
Merge tag '1.5.2' into trz/rebase
lookshe
1
-65
/
+89
2015-08-11
do not touch pictures that are already in the right format
Daniel Gultsch
1
-18
/
+19
2015-07-21
made image file format configurable by Config.java
Daniel Gultsch
1
-4
/
+14
2015-07-20
Optimize imports
Andreas Straub
1
-15
/
+15
2015-07-11
try to catch weird npe in android sdk
Daniel Gultsch
1
-0
/
+2
2015-07-10
renamed downloadable to transferable
Daniel Gultsch
1
-2
/
+2
2015-06-30
made httpconnection (download) ready all kind of files
Daniel Gultsch
1
-1
/
+5
2015-06-30
made storage path decision entirely based upon file extension
Daniel Gultsch
1
-2
/
+4
2015-06-30
refactored bodyContainsDownloadable to be more flexible
Daniel Gultsch
1
-1
/
+1
2015-06-29
initial http upload support
Daniel Gultsch
1
-1
/
+1
2015-06-19
renaming eu.siacs.conversations to de.thedevstack.conversationsplus
steckbrief
1
-525
/
+0
2015-04-28
npe check after reading image uri
Daniel Gultsch
1
-3
/
+3
2015-04-28
print stack trace on io error
Daniel Gultsch
1
-6
/
+6
2015-04-26
hard code bitmap configs
Daniel Gultsch
1
-2
/
+2
2015-04-25
cleaned up file handling
Daniel Gultsch
1
-61
/
+77
2015-03-17
Set file size also for cached avatars
Holger Weiß
1
-29
/
+31
2015-01-11
keep proper image file extension
Daniel Gultsch
1
-13
/
+18
2014-11-21
additional null pointer saftey checks
iNPUTmice
1
-15
/
+13
2014-11-20
create file and dirs before creating file
iNPUTmice
1
-0
/
+2
2014-11-15
some mime and pgp fixes for file transfer
iNPUTmice
1
-1
/
+1
2014-11-15
support for pgp files
iNPUTmice
1
-17
/
+20
[next]