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

Implement PushStream highlevel api in SDK #95

Merged
merged 21 commits into from
Jan 16, 2024

Conversation

gbogboadePush
Copy link
Collaborator

No description provided.

gbogboadePush and others added 17 commits December 5, 2023 17:49
* 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]>
* 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]>
#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]>
* 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]>
* 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 gbogboadePush linked an issue Jan 11, 2024 that may be closed by this pull request
Base automatically changed from class-based-sdk-api-example to class-based-sdk-api January 11, 2024 10:01
Base automatically changed from class-based-sdk-api to main January 11, 2024 10:20
example/demo_app/lib/main.dart Outdated Show resolved Hide resolved
lib/src/pushapi/src/models.dart Outdated Show resolved Hide resolved
.DS_Store Outdated Show resolved Hide resolved
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

@gbogboadePush gbogboadePush merged commit 722711e into main Jan 16, 2024
@gbogboadePush gbogboadePush deleted the push-stream-class-based-sdk branch January 16, 2024 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add class-based SDK for stream API
3 participants