model contact uses authorization now; add tooltips to contact pics in chat; dual action: add or goto #105

Merged
sarah merged 2 commits from authTooltip into trunk 2021-07-12 21:52:45 +00:00
Owner
No description provided.
Member
Drone Build Status: success https://build.openprivacy.ca/cwtch.im/cwtch-ui/99
sarah requested changes 2021-07-10 00:07:49 +00:00
@ -47,3 +3,1 @@
"reallyLeaveThisGroupPrompt": "Bist du sicher, dass du diese Unterhaltung beenden möchtest? Alle Nachrichten und Attribute werden gelöscht.",
"leaveGroup": "Unterhaltung beenden",
"inviteToGroup": "Du wurdest eingeladen einer Gruppe beizutreten:",
"@@last_modified": "2021-07-09T23:37:21+02:00",
Owner

Download these in last updated order so it is more obvious what has changed.

Download these in last updated order so it is more obvious what has changed.
dan marked this conversation as resolved
@ -123,3 +128,3 @@
}
MessageMetadata(this.profileOnion, this.contactHandle, this.messageIndex, this.timestamp, this.senderHandle, this.senderImage, this.signature, this._flags, this._ackd, this._error);
MessageMetadata(this.profileOnion, this.contactHandle, this.messageIndex, this.timestamp, this.senderHandle, this.senderAuthorization, this.senderImage, this.signature, this._flags, this._ackd, this._error);
Owner

SenderAuthorization can explicitly change outside of the context of this message , it doesn't belong here.

`SenderAuthorization` can explicitly change outside of the context of this message , it doesn't belong here.
dan marked this conversation as resolved
dan force-pushed authTooltip from a47453d596 to 069c4a03f2 2021-07-10 05:26:20 +00:00 Compare
Member
Drone Build Status: success https://build.openprivacy.ca/cwtch.im/cwtch-ui/100
dan force-pushed authTooltip from 069c4a03f2 to 4d189a5d14 2021-07-10 15:39:38 +00:00 Compare
Member
Drone Build Status: success https://build.openprivacy.ca/cwtch.im/cwtch-ui/101
sarah reviewed 2021-07-10 17:42:20 +00:00
@ -107,0 +129,4 @@
onPressed: () {
final setPeerAttribute = {
"EventType": "AddContact",
"Data": {"ImportString": senderOnion},
Owner

Use cwtch.ImportBundle(profileOnion, senderOnion) instead of constructing the Event here, as it is more robust.

Use cwtch.ImportBundle(profileOnion, senderOnion) instead of constructing the Event here, as it is more robust.
dan force-pushed authTooltip from 4d189a5d14 to 3f020472fa 2021-07-12 19:01:25 +00:00 Compare
Member
Drone Build Status: success https://build.openprivacy.ca/cwtch.im/cwtch-ui/102
sarah added 1 commit 2021-07-12 21:44:08 +00:00
continuous-integration/drone/pr Build is passing Details
80f9ed6a6c
Merge branch 'trunk' into authTooltip
Member
Drone Build Status: success https://build.openprivacy.ca/cwtch.im/cwtch-ui/104
sarah approved these changes 2021-07-12 21:52:41 +00:00
sarah merged commit 6ea793875f into trunk 2021-07-12 21:52:45 +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#105
No description provided.