SchildiChat-android/vector
Benoit Marty 0fe3cc3acc
Merge pull request #5663 from cketti/fix_openOutputStream
Use truncate mode to replace the contents of existing files

`ContentResolver.openOutputStream(Uri)` does not truncate existing files. If the amount of data written is smaller than the file size, you end up with new data at the beginning of the file followed by old data at the end of the file.
2022-03-31 09:56:32 +02:00
..
sampledata Implement poll in timeline ui. 2021-12-03 11:39:41 +03:00
signature
src Merge pull request #5663 from cketti/fix_openOutputStream 2022-03-31 09:56:32 +02:00
.gitignore
build.gradle Update versions to 1.4.10 2022-03-28 16:37:24 +02:00
lint.xml Remove unused resources 2022-03-09 14:55:40 +01:00
proguard-rules.pro Fix Authenticated Jitsi not working in release #3841 2021-08-16 15:43:35 +02:00