Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update example app to incorporate scalability changes #80

Merged

Conversation

gbogboadePush
Copy link
Collaborator

No description provided.

Gbogboade1 and others added 5 commits December 11, 2023 10:47
…le app (#64)

* Add inviteToPromote method in Space class

* Add acceptPromotionInvite, rejectPromotionInvite and _completePromotionInvite in Space class

* Revert naming of META_SPACE_SPEAKER_PRIVILEGE

* Add socket handling logic for promotion invites & code cleanup

* feat: add spaces request screen

* feat: add popular spaces

* feat: add spaces tabs

* feat: add new chat tab

* feat: add new accounts view

* feat: add end() method in Space class

* chore: rename get_spaces.dart to spaces.dart

* update: refactor by_you to hosted_by_you

* chore: rename byYou to hostedByYou

* chore: combine your_spaces files

* chore: rename trendingSpaces to trending & fix typo in popular_space_provider

* chore: delete unuseed file

* feat: add pendingInvites get property in Space class

* Fix error in space invites dialog

* feat: add end space

* feat: add auto end space logic for speakers and listerners

* feat: add promotion invite

* fix listener not promoted on accept promotion invite

* fix: only show group requests for members and not creator

---------

Co-authored-by: Madhur Gupta <[email protected]>
Co-authored-by: Gbogboade Ayomide <[email protected]>
…-certain-differences-as-compared-to-js-sdk' into add-scalability-changes-to-example-app
@madhur-push madhur-push changed the title Add scalability changes to example app Update example app to incorporate scalability changes Dec 20, 2023
Copy link
Contributor

@madhur-push madhur-push left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@madhur-push madhur-push merged commit 541b83e into chat-scalability-changes-v1 Dec 20, 2023
@madhur-push madhur-push deleted the add-scalability-changes-to-example-app branch December 20, 2023 06:46
madhur-push added a commit that referenced this pull request Dec 22, 2023
* Scalability changes: modify update group methods (#67)

* feat: add getGroupInfo function

* chore: add deprecation notice to getGroupByName

* feat: add getGroupMemberCount function

* feat: add getGroupMembers functions

* feat: add getAllGroupMembers function

* feat: add getGroupMemberStatus function

* feat: ad getGroupMembersPublicKeys function

* feat: add getAllGroupMembersPublicKeys function

* feat: add updateGroupConfig, updateGroupMembers, updateGroupProfile

* feat: add  addMembers, removeMembers,  addAdmins, removeAdmins

* fix: only show group requests for members and not creator

* Revert "fix: only show group requests for members and not creator"

This reverts commit 0268196.

* chore: add ConnectedUser extends User

---------

Co-authored-by: Gbogboade Ayomide <[email protected]>

* Scalability changes: add pgpv2 encryption in approve request (#68)

* feat: add getGroupInfo function

* chore: add deprecation notice to getGroupByName

* feat: add getGroupMemberCount function

* feat: add getGroupMembers functions

* feat: add getAllGroupMembers function

* feat: add getGroupMemberStatus function

* feat: ad getGroupMembersPublicKeys function

* feat: add getAllGroupMembersPublicKeys function

* feat: add updateGroupConfig, updateGroupMembers, updateGroupProfile

* feat: add  addMembers, removeMembers,  addAdmins, removeAdmins

* fix: only show group requests for members and not creator

* Revert "fix: only show group requests for members and not creator"

This reverts commit 0268196.

* chore: add ConnectedUser extends User

* feat: add scalability changes to approve request

---------

Co-authored-by: Gbogboade Ayomide <[email protected]>

* Implement scalability changes in encryption and decryption of messages (#70)

* feat: implement scalability changes for send message

* chore: remove unused code for update group profile

* chore: add scalability changes for decrypt

---------

Co-authored-by: Gbogboade Ayomide <[email protected]>

* Remove the user property from the ConnectedUser class (#75)

* feat: add scalability changes fo updarte group

* chore: add fromUser constructor for ConnectedUser

---------

Co-authored-by: Gbogboade Ayomide <[email protected]>
Co-authored-by: Madhur Gupta <[email protected]>

* Update example app to incorporate scalability changes (#80)

* feat: add update group info screen

* feat: implement group scalability changes in example app

* feat: disconnect socket when account logs out

---------

Co-authored-by: Gbogboade Ayomide <[email protected]>
Co-authored-by: Madhur Gupta <[email protected]>
gbogboadePush added a commit that referenced this pull request Jan 16, 2024
* Scalability changes: modify update group methods (#67)

* feat: add getGroupInfo function

* chore: add deprecation notice to getGroupByName

* feat: add getGroupMemberCount function

* feat: add getGroupMembers functions

* feat: add getAllGroupMembers function

* feat: add getGroupMemberStatus function

* feat: ad getGroupMembersPublicKeys function

* feat: add getAllGroupMembersPublicKeys function

* feat: add updateGroupConfig, updateGroupMembers, updateGroupProfile

* feat: add  addMembers, removeMembers,  addAdmins, removeAdmins

* fix: only show group requests for members and not creator

* Revert "fix: only show group requests for members and not creator"

This reverts commit 0268196.

* chore: add ConnectedUser extends User

---------

Co-authored-by: Gbogboade Ayomide <[email protected]>

* Scalability changes: add pgpv2 encryption in approve request (#68)

* feat: add getGroupInfo function

* chore: add deprecation notice to getGroupByName

* feat: add getGroupMemberCount function

* feat: add getGroupMembers functions

* feat: add getAllGroupMembers function

* feat: add getGroupMemberStatus function

* feat: ad getGroupMembersPublicKeys function

* feat: add getAllGroupMembersPublicKeys function

* feat: add updateGroupConfig, updateGroupMembers, updateGroupProfile

* feat: add  addMembers, removeMembers,  addAdmins, removeAdmins

* fix: only show group requests for members and not creator

* Revert "fix: only show group requests for members and not creator"

This reverts commit 0268196.

* chore: add ConnectedUser extends User

* feat: add scalability changes to approve request

---------

Co-authored-by: Gbogboade Ayomide <[email protected]>

* Delete .DS_Store

* Implement scalability changes in encryption and decryption of messages (#70)

* feat: implement scalability changes for send message

* chore: remove unused code for update group profile

* chore: add scalability changes for decrypt

---------

Co-authored-by: Gbogboade Ayomide <[email protected]>

* Remove the user property from the ConnectedUser class (#75)

* feat: add scalability changes fo updarte group

* chore: add fromUser constructor for ConnectedUser

---------

Co-authored-by: Gbogboade Ayomide <[email protected]>
Co-authored-by: Madhur Gupta <[email protected]>

* Update example app to incorporate scalability changes (#80)

* feat: add update group info screen

* feat: implement group scalability changes in example app

* feat: disconnect socket when account logs out

---------

Co-authored-by: Gbogboade Ayomide <[email protected]>
Co-authored-by: Madhur Gupta <[email protected]>

* feat: add PushApi class

* feat: add list,latest,history and send to Chat in PushApi clases

* feat: add Chat Api class functions

* feat: add all Chat class API functions

* chore: add demo_app and use_cases modules to example

* feat: add chat functions

* feat: add chat use cases

* chore: remove unneccesary log

* feat: add stream highlevel api in SDK

* chore: fix merge conflict

* chore: remove unusd code

* remove DS_Store file

---------

Co-authored-by: Gbogboade Ayomide <[email protected]>
Co-authored-by: Madhur Gupta <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants