SimpleX-Chat/apps
Evgeny 15742aee30
ios: XCode 16 workaround to prevent stack overflow (#5771)
* ios: Workaround for stackoverflow with Xcode 16

- Increased stack size to 4MiB
- Fix: https://github.com/simplex-chat/simplex-chat/issues/4837

* Remove Main Thread Stack Size Linker Setting

Removed the linker setting for the main thread stack size as the main thread is no longer used.

* Set Thread Stack Size to 2MiB

Set the thread stack size to 2MiB. In my environment, 992KiB worked fine, so increasing the size to more than double should provide sufficient margin.

* ios: moving content up when setting emoji on the first message (#5766)

* simplify

---------

Co-authored-by: ISHIHARA Kazuto <acevif@kubkul.in>
Co-authored-by: Avently <7953703+avently@users.noreply.github.com>
2025-03-21 11:49:59 +00:00
..
ios ios: XCode 16 workaround to prevent stack overflow (#5771) 2025-03-21 11:49:59 +00:00
multiplatform android, desktop: enhancements to floating buttons (#5763) 2025-03-19 15:11:53 +00:00
simplex-bot core: support postgres backend (#5403) 2025-01-10 11:27:29 +00:00
simplex-bot-advanced core: support postgres backend (#5403) 2025-01-10 11:27:29 +00:00
simplex-broadcast-bot directory: command to disable all spam filters (#5709) 2025-03-05 11:20:30 +00:00
simplex-chat core: split Chat.hs module (#5397) 2024-12-20 16:54:24 +04:00
simplex-directory-service directory: use lowercase letters in captcha, accept any case for same-looking letters (#5744) 2025-03-12 10:30:04 +00:00