Implement View Replies #507

Merged
dan merged 4 commits from viewreplies into trunk 2022-07-07 22:13:11 +00:00
Owner
No description provided.
dan was assigned by sarah 2022-07-07 19:36:11 +00:00
sarah force-pushed viewreplies from a96be8cb3d to 337f6dc5d9 2022-07-07 19:58:55 +00:00 Compare
Member
Drone Build Status: success https://build.openprivacy.ca/cwtch.im/cwtch-ui/879
sarah added 1 commit 2022-07-07 20:40:36 +00:00
continuous-integration/drone/pr Build is passing Details
ad52f2e0c8
Fixup Padding and add message about no replies
Member
Drone Build Status: success https://build.openprivacy.ca/cwtch.im/cwtch-ui/880
sarah added 1 commit 2022-07-07 20:52:18 +00:00
continuous-integration/drone/pr Build is passing Details
7540aed701
Handle viewing replies to images correctly
dan reviewed 2022-07-07 20:57:06 +00:00
@ -204,0 +208,4 @@
MessageInfo original = cache.cache[messageIdentifier]!;
String hash = original.metadata.contenthash;
cache.cache.forEach((key, messageInfo) {
Owner

we're still iterating over ALL messages

we could possibly pass in index and then

for i = index; i< cache.cacheByIndex.len; i++ {
	messageInfo = cache.getByIndex(i)


we're still iterating over ALL messages we could possibly pass in index and then ``` for i = index; i< cache.cacheByIndex.len; i++ { messageInfo = cache.getByIndex(i) ```
@ -93,0 +100,4 @@
var cache = Provider.of<ContactInfoState>(context).messageCache;
Widget wdgSeeReplies = Platform.isAndroid
? SizedBox.shrink()
Owner

~does this show as nothing on android?~
aaah on android we long press the whole thing?

~does this show as nothing on android?~ aaah on android we long press the whole thing?
Member
Drone Build Status: success https://build.openprivacy.ca/cwtch.im/cwtch-ui/881
dan merged commit 3a752b7397 into trunk 2022-07-07 22:13:11 +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#507
No description provided.