libreoffice-online/android/lib
Mert Tumer bcd28ec9e8 android: Attempt to fix modification time issue
the issue is when there's no change in the document, the modification time is
still being updated. The current approach was using the modified status
message but appearently due to it's sent delayed, it caused the changes
being not saved. We already upload the changes on uno callback result
of uno:Save command if it is sucessfull and it should be enough.
No need to copy back the temp file on after killing the document because
it also saves the file thus it updates the original file before the exit.

Signed-off-by: Mert Tumer <mert.tumer@collabora.com>
Change-Id: I2a26a3bc6d55ac0a090c4e4d89e47544c545f8d1
2021-11-04 10:07:44 +03:00
..
src/main android: Attempt to fix modification time issue 2021-11-04 10:07:44 +03:00
.gitignore android: Add support for split APKs to gradle 2021-03-16 18:05:45 +03:00
build.gradle.in android: Add support for split APKs to gradle 2021-03-16 18:05:45 +03:00
libSettings.gradle.in android: Add support for split APKs to gradle 2021-03-16 18:05:45 +03:00
proguard-rules.pro