Fix Crash Bug in Android (ShareFile and Reconnect) + Force prettyDateString to use .toLocal() time + Formatting #794

Merged
sarah merged 9 commits from post-stable-fixes into trunk 2024-01-03 22:10:09 +00:00

9 Commits

Author SHA1 Message Date
Sarah Jamie Lewis 68af49cfec Updated Cwtch
continuous-integration/drone/pr Build is passing Details
2024-01-03 13:39:08 -08:00
Sarah Jamie Lewis f50242d664 Force Checking of libCwtch.so Loading Status in Tests
continuous-integration/drone/pr Build is failing Details
2024-01-03 11:44:55 -08:00
Sarah Jamie Lewis a98068749e More robust UI Test Setup
continuous-integration/drone/pr Build is failing Details
2024-01-03 11:37:34 -08:00
Sarah Jamie Lewis deefbb904f Hide Ev-Log When Not Devmode
continuous-integration/drone/pr Build is failing Details
2024-01-03 10:27:52 -08:00
Sarah Jamie Lewis 05946c57fa Upgrade Cwtch, Add Per-Profile Event Log
continuous-integration/drone/pr Build is pending Details
2024-01-03 10:18:16 -08:00
Sarah Jamie Lewis 2ab8cecac6 Remove Duplicate Function
continuous-integration/drone/pr Build is passing Details
2024-01-02 10:54:21 -08:00
Sarah Jamie Lewis fe4726986f Formatting 2024-01-02 10:53:15 -08:00
Sarah Jamie Lewis d4e57f493e Fix Crash Bug in Android (ShareFile and Reconnect)
In rare situtaitons (exacerbated by debug mode and multiple
file shares in succession) ReconnectCwtchForeground events can result
in negative message counts being calculated in the UI.

This fix ensures that doesn't happen, but a complete fix will need to wait until #664
is implement in the backend
2024-01-02 10:53:08 -08:00
Sarah Jamie Lewis 44925783f5 Force prettyDateString to use .toLocal() time
Fixes an issue where, on some platforms, contact row dates in non-streaming mode
were displayed in UTC.
2024-01-02 10:51:21 -08:00