- 14 Dec, 2018 3 commits
-
-
Torsten Grote authored
This happens on API 27+28 if loading TIFF or WebP files. Using an InputStream with a read limit prevents this.
-
Torsten Grote authored
to prevent crashes from huge images
-
Torsten Grote authored
-
- 13 Dec, 2018 6 commits
-
-
Torsten Grote authored
-
Torsten Grote authored
-
Torsten Grote authored
UX for displaying multiple image attachments Closes #1473 See merge request !1010
-
akwizgran authored
# Conflicts: # briar-android/src/main/java/org/briarproject/briar/android/conversation/AttachmentController.java # briar-android/src/main/java/org/briarproject/briar/android/util/UiUtils.java
- 12 Dec, 2018 8 commits
-
-
Torsten Grote authored
Add method for querying client minor version supported by contact See merge request !1014
-
Torsten Grote authored
-
Torsten Grote authored
-
Torsten Grote authored
* Methods shouldn't place any special requirements on the streams passed into them * This implies that if a stream's going to be marked and reset, that should all happen within one method * This also implies that if a method needs to mark and reset a stream, it should wrap the stream in a BufferedInputStream before doing so, rather than requiring a markable stream to be passed in
-
Torsten Grote authored
-
Torsten Grote authored
-
Torsten Grote authored
-
akwizgran authored
-
- 11 Dec, 2018 6 commits
-
-
akwizgran authored
-
akwizgran authored
-
Torsten Grote authored
We need to do this to know the height of messages when binding the view. The size of single images can be different (e.g. due to orientation). For multiple images, we use a fixed size, so no retrieval is required.
-
Torsten Grote authored
-
Torsten Grote authored
This is preparation for showing multiple image attachments in one message bubble.
-
akwizgran authored
-
- 10 Dec, 2018 4 commits
-
-
Torsten Grote authored
-
Jordi Salvat authored
- 07 Dec, 2018 8 commits
-
-
Torsten Grote authored
[android] fix start of link in error message for adding contacts Closes #1385 See merge request !1011
-
Torsten Grote authored
-
Torsten Grote authored
-
Torsten Grote authored
This is done by using the WRITE_EXTERNAL_STORAGE permission to write the file directly without using the system activity.
-
Torsten Grote authored
-
- 06 Dec, 2018 5 commits
-
-
Torsten Grote authored
-
Torsten Grote authored
This also removes the TextInputController whose job is now done by the view.
-
Torsten Grote authored
-
Torsten Grote authored
-
Torsten Grote authored
-