-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* first pass at all the pieces needed for threading * a few more places * make signing key extend inboxOwner * get it decoding messages * dump the latest v3 code * write a test for creating a v3 client * use created At * write test for creating libxmtp client and confirm it works * move these change to a different branch * dont pass a conversation * fix linter * point to local not dev * feature flag the client creating of libxmtp while in alpha * change to local * fix up the test helper * feat: fix up the example app * fix up the 22 compat issue * Revert "move these change to a different branch" This reverts commit 8998d13. * try and get some tests running * setup local database * have it create correctly * write tests for functionality * test sending * send encoded content * add updates to the v3 bindings * add updates to the v3 bindings * store in a keystore * move to preferences * fix lint * Fix build issues * new libxmtp updates * dump the latest schema * update to the latest client creation flow * get the create working again * use the keystore because its more secure * fix up linter compat again * flaky test * get the tests all passing * get the example working with groups * create a group with two addresses * more tweaks to the example app to get groups working * add streaming messages to groups * a few example UI tweaks * fix the lowercasing issue in the example app * dump the schema again * implement all the conversation functionality * add new codec for membership changes * write tests for it * fix up the tests a bit' * add more tests and group streaming * get the new codec working as expected * add pagination to messages * fix up the library linting issues * fix up flaky test * fix up min sdk version issue again * update the example app * remove the saved wallet stuff from the demo * get groups working again with signer improvements and membership changes * fix linter * remove syncs so the client will need to manage * add pagination to group listing * dont return self for peers and add erroring to new group creation * update the syncing in the tests * remove all the streams work and move to another PR * Revert "remove all the streams work and move to another PR" This reverts commit 76bfcc7. * update test * undo all the bad merge items * attempt at a few different stream techiniques * get message streaming working and start on group streaming * remove unneeded class * get group streaming working * fix streaming for both * fix the linter * throw error if client doesnt support groups --------- Co-authored-by: Nicholas Molnar <[email protected]>
- Loading branch information
1 parent
c6fe0ea
commit e041fa8
Showing
5 changed files
with
105 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters