schildichat-android/vector/src
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
..
androidTest/java/im/vector/app FTUE - Finalising personalisation journey (#5519) 2022-03-30 09:09:46 +01:00
debug Merge tag '1.4.8' into develop 2022-03-28 13:37:42 +02:00
fdroid
gplay Rename getTimeLine to getTimeline to align naming. Also create TimelineEventDataSource. 2022-02-23 18:00:31 +01:00
main Merge pull request #5663 from cketti/fix_openOutputStream 2022-03-31 09:56:32 +02:00
release Lifting debug overrides to their own abstraction (#5361) 2022-03-02 10:08:43 +00:00
sharedTest/java/im/vector/app/test/shared
test/java/im/vector/app Merge pull request #5663 from cketti/fix_openOutputStream 2022-03-31 09:56:32 +02:00