Daniel Gultsch
|
cea52b0722
|
resolve take photo uri for internal use
|
2016-10-03 18:26:11 +02:00 |
|
Daniel Gultsch
|
f4a883848c
|
properly index take photo uris from file provider
|
2016-10-03 11:25:15 +02:00 |
|
Daniel Gultsch
|
dcd6ef8f84
|
explicit logging when copying files to storage
|
2016-10-03 10:13:45 +02:00 |
|
Daniel Gultsch
|
13ed27f91e
|
don't use file provider for photo uris on android < N. fixes #2030
|
2016-09-21 18:20:53 +02:00 |
|
Daniel Gultsch
|
f7d8580969
|
fixed typo
|
2016-08-31 17:02:50 +02:00 |
|
Daniel Gultsch
|
3685c8cd2a
|
use file provider for taking pictures
|
2016-08-30 13:14:38 +02:00 |
|
Daniel Gultsch
|
8b331895d1
|
catch NPE in getVideoPreview() because getFrame sometimes returns null
|
2016-08-02 10:57:50 +02:00 |
|
Daniel Gultsch
|
3c48b14448
|
catch exception when trying to get video preview of pgp encrypted file
|
2016-07-31 22:31:47 +02:00 |
|
Daniel Gultsch
|
0e96e0a796
|
show identity type for device selection
|
2016-07-28 22:58:37 +02:00 |
|
Daniel Gultsch
|
3a5735e717
|
provide black background video thumbnail if preview couldn't be generated
|
2016-07-22 16:32:38 +02:00 |
|
Daniel Gultsch
|
be4aa2afc9
|
show a preview for video files
|
2016-07-11 21:24:33 +02:00 |
|
Daniel Gultsch
|
d2ca0c7fe8
|
catch exceptions when retrieving uri file extension
|
2016-06-24 13:35:39 +02:00 |
|
Daniel Gultsch
|
f8b1e8098c
|
extract relevant extension from file name when processing share intent
|
2016-06-16 11:46:25 +02:00 |
|
Daniel Gultsch
|
0157039e87
|
log more information about HTTP’s max upload size
|
2016-05-05 19:34:44 +02:00 |
|
Daniel Gultsch
|
98ecac0ffa
|
removed unnecessary logging
|
2016-04-30 13:34:20 +02:00 |
|
Daniel Gultsch
|
252d015b71
|
synchronize around thumbnail cache to avoid loading images twice
|
2016-04-28 20:15:28 +02:00 |
|
Daniel Gultsch
|
594e65bb2b
|
hacky workaround to determine if uri points to private file on < lolipop
|
2016-04-13 11:14:36 +02:00 |
|
Daniel Gultsch
|
7ff890e513
|
republish avatar if server offers non-persistent pep :-(
|
2016-04-11 22:20:32 +02:00 |
|
Daniel Gultsch
|
db0301310b
|
removed ernoexception in exchange for a regular exeption to prevent verify error on <5.0
|
2016-04-08 18:28:40 +02:00 |
|
Daniel Gultsch
|
0460702710
|
check file owner when attaching files or using them as avatar
|
2016-04-07 20:29:40 +02:00 |
|
Daniel Gultsch
|
701742f550
|
don't ask for resource when server uses http upload v0.1
|
2016-04-02 18:07:38 +02:00 |
|
Daniel Gultsch
|
2549ce89b0
|
check max http file size when attaching files
|
2016-04-01 00:03:14 +02:00 |
|
Daniel Gultsch
|
a9b66e3ea5
|
allow to delete attachments. fixes #1539
|
2016-03-23 19:23:22 +01:00 |
|
Daniel Gultsch
|
281cb65046
|
only add image files to media scanner
|
2016-03-23 12:20:09 +01:00 |
|
Daniel Gultsch
|
31fd425c9a
|
changed FileBackend API to allow files instead of messages to be copied and resized
|
2016-01-24 12:17:00 +01:00 |
|
Daniel Gultsch
|
708d7c5b98
|
automatically adjust image compression to keep files under 512MiB
|
2016-01-09 16:16:18 +01:00 |
|
Daniel Gultsch
|
fb97f9d18f
|
null check in getOriginalPath
|
2016-01-04 20:14:08 +01:00 |
|
Daniel Gultsch
|
f815a7cd26
|
properly rotate avatars
|
2016-01-04 15:17:02 +01:00 |
|
Daniel Gultsch
|
739648e909
|
ask for contact permissions when first opening StartConversationActivity
|
2015-12-07 13:24:41 +01:00 |
|
Daniel Gultsch
|
02c6793ca9
|
fixed avatar loading for non-file uris
|
2015-12-02 15:30:03 +01:00 |
|
Philip Flohr
|
0329c9c738
|
users are now able to crop their avatar pictures using the android-crop
library
|
2015-12-02 14:25:20 +01:00 |
|
Daniel Gultsch
|
06cadab7cc
|
changed method signature of calcSampleSize
|
2015-11-30 16:03:04 +01:00 |
|
Daniel Gultsch
|
a557d38e4d
|
pgp fixes and revert configuration changes
|
2015-11-25 20:47:02 +01:00 |
|
Daniel Gultsch
|
32abc76689
|
changed store path for files
|
2015-10-06 16:18:23 +02:00 |
|
Daniel Gultsch
|
4b62bd256d
|
properly recycle bitmaps
|
2015-10-02 11:39:30 +02:00 |
|
Daniel Gultsch
|
64dbb069ab
|
rotate thumbnails. fixes #1438
|
2015-09-29 12:25:32 +02:00 |
|
Daniel Gultsch
|
aaf3ecaf41
|
made useImageAsIs determination a bit more foolproof (samsung)
|
2015-08-31 20:19:26 +02:00 |
|
Michael
|
ae9de26f59
|
remove unused imports.
|
2015-08-25 12:40:22 +02:00 |
|
Daniel Gultsch
|
7617a19280
|
additonal null checks in file backend
|
2015-08-25 11:11:53 +02:00 |
|
Daniel Gultsch
|
8043833156
|
bugfix: next encryption is now being properly detected
|
2015-08-23 19:40:45 +02:00 |
|
Daniel Gultsch
|
6e1870b00a
|
check if inputstream is null before cropping avatar images
|
2015-08-19 12:25:17 +02:00 |
|
Daniel Gultsch
|
d7b3060fc8
|
catch broken base64 in avatars
|
2015-08-16 14:55:24 +02:00 |
|
Daniel Gultsch
|
32826ec29d
|
provide extra interface to close sockets. fixes #1330
|
2015-08-15 14:14:33 +02:00 |
|
Daniel Gultsch
|
dad90762b4
|
do not touch pictures that are already in the right format
fixed #522
|
2015-08-11 16:50:00 +02:00 |
|
Daniel Gultsch
|
456d4c8b23
|
made image file format configurable by Config.java
|
2015-07-21 23:49:35 +02:00 |
|
Andreas Straub
|
012f036840
|
Optimize imports
|
2015-07-20 14:26:29 +02:00 |
|
Daniel Gultsch
|
4274fe90ac
|
try to catch weird npe in android sdk
|
2015-07-11 21:24:30 +02:00 |
|
Daniel Gultsch
|
ce79f4bbe3
|
renamed downloadable to transferable
|
2015-07-10 15:11:03 +02:00 |
|
Daniel Gultsch
|
aca9d8036c
|
made httpconnection (download) ready all kind of files
|
2015-06-30 17:15:02 +02:00 |
|
Daniel Gultsch
|
6af97c724c
|
made storage path decision entirely based upon file extension
|
2015-06-30 14:04:39 +02:00 |
|