-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove pinned frame url from android * update libxmtp ref for pinned frame removal and db lock fix * add message expiration to group and dm * add ability to update expiration state * add permission policy update * write a test for disappearing messages * remame * more renames * small tweaks to impl * try to get the tests to pass * try to mirror disappearing message * try updating test * update bindings * update the test * small test tweak * getting closer on the test * add tests for dms as well * get it passing for dms * fix up the lint * rename * more clean up * fix lint * fix lint * remove small code from test * remove frames V1 (#382) * Make addWallet a delicate API (#381) * add a delicate api warning level * slightly update the logic * Update library/src/main/java/org/xmtp/android/library/Client.kt Co-authored-by: Nicholas Molnar <[email protected]> * add a test for this case * fix lint --------- Co-authored-by: Nicholas Molnar <[email protected]> * tweak slightly the name --------- Co-authored-by: Cameron Voell <[email protected]> Co-authored-by: cameronvoell <[email protected]> Co-authored-by: Nicholas Molnar <[email protected]>
- Loading branch information
1 parent
7f5e17c
commit bfac6ff
Showing
22 changed files
with
531 additions
and
424 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
70 changes: 0 additions & 70 deletions
70
library/src/androidTest/java/org/xmtp/android/library/FramesTest.kt
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Version: b6f090bc | ||
Version: f5b10896 | ||
Branch: main | ||
Date: 2025-02-07 22:46:17 +0000 | ||
Date: 2025-02-10 16:52:01 +0000 |
Oops, something went wrong.