mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-03-30 14:15:55 +00:00
* ui: remote desktop/mobile connection (WIP) * add startRemoteCtrl and capability (does not work) * re-add view * update core library * iOS connects to CLI * ios: mobile ui * multiplatform types * update lib * iOS and desktop connected * fix controllers list on mobile * remove iOS 16 paste button * update device name * connect existing device * proposed model * missing function names in exports * unused * remote host picker * update type * update lib, keep iOS session alive * better UI * update network statuses on switching remote/local hosts * changes * ios: prevent dismissing sheet/back when session is connected * changes * ios: fix back button asking to disconnect when not connected * iOS: update type * picker and session code * multiplatform: update type * menu fix * ios: better ux * desktop: better ux * ios: options etc * UI * desktop: fix RemoteHostStopped event * ios: open Use from desktop via picker * desktop: "new mobile device" * ios: load remote controllers synchronously, update on connect, fix alerts * titles * changes * more changes to ui * more and more changes in ui * padding * ios: show desktop version, handle errors * fix stopped event * refresh hosts always * radical change * optimization * change * ios: stop in progress session when closing window --------- Co-authored-by: Avently <7953703+avently@users.noreply.github.com>
18 lines
362 B
Modula-2
18 lines
362 B
Modula-2
LIBRARY libsimplex
|
|
EXPORTS
|
|
hs_init
|
|
chat_migrate_init
|
|
chat_send_cmd
|
|
chat_send_remote_cmd
|
|
chat_recv_msg
|
|
chat_recv_msg_wait
|
|
chat_parse_markdown
|
|
chat_parse_server
|
|
chat_password_hash
|
|
chat_valid_name
|
|
chat_encrypt_media
|
|
chat_decrypt_media
|
|
chat_write_file
|
|
chat_read_file
|
|
chat_encrypt_file
|
|
chat_decrypt_file |