assorted android and sync progress fixes #391

Merged
sarah merged 2 commits from state into trunk 2022-03-04 21:17:42 +00:00
Owner
  • fix android segfault in flwtch worker
  • try/catch to catch future bugs in flwtch worker
  • resume servers load sync status from cwtch
  • add bg color to sync progress bar
  • showdown now synchronous so completes
- fix android segfault in flwtch worker - try/catch to catch future bugs in flwtch worker - resume servers load sync status from cwtch - add bg color to sync progress bar - showdown now synchronous so completes
dan changed title from fix android segfault in flwtch worker; try/catch to catch future bugs in flwtch worker; resume servers load sync status from cwtch; add bg color to sync progress bar; showdown now synchronous so completes to assorted android and sync progress fixes 2022-03-04 01:11:38 +00:00
Member
Drone Build Status: success https://build.openprivacy.ca/cwtch.im/cwtch-ui/647
dan force-pushed state from ab7de4d8fa to 2f59920b5d 2022-03-04 01:31:39 +00:00 Compare
sarah reviewed 2022-03-04 01:34:27 +00:00
@ -74,0 +70,4 @@
// TODO replace this notification block with the NixNotification manager in dart as it has access to contact names and also needs less working around
if (evt.EventType == "NewMessageFromPeer" || evt.EventType == "NewMessageFromGroup") {
val data = JSONObject(evt.Data)
val handle = data.getString("RemotePeer");
Owner

handle should be conversationID not remotePeer for groups.

handle should be conversationID not remotePeer for groups.
dan marked this conversation as resolved
Member
Drone Build Status: failure https://build.openprivacy.ca/cwtch.im/cwtch-ui/648
Member
Drone Build Status: success https://build.openprivacy.ca/cwtch.im/cwtch-ui/653
dan force-pushed state from 4e868eb4bf to 7cfa9432c8 2022-03-04 21:15:20 +00:00 Compare
sarah merged commit 62a99797ca into trunk 2022-03-04 21:17:42 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cwtch.im/cwtch-ui#391
No description provided.