multiplatform: split common/android/desktop (#2672)

* multiplatform: relocated code to its new place

* code becomes better

* renamed file

* fixes for BASE64 and images, and changes for appFileUri

* different Base64 for both platforms

* fix file saving on long click

* platformCallbacks refactoring

* renamed callbacks to platform

* eol

---------

Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
This commit is contained in:
Stanislav Dmitrenko
2023-07-12 16:42:10 +03:00
committed by GitHub
parent ff7c22e114
commit 38f40fec3d
251 changed files with 4290 additions and 2469 deletions
@@ -0,0 +1,8 @@
import chat.simplex.common.platform.*
import chat.simplex.common.showApp
fun main() {
initHaskell()
initApp()
return showApp()
}