Vitor Pamplona
1f45a63081
Makes NIP-17 the default messaging mode
...
Migrates code from old NIP-24 to NIP-17
2024-05-14 11:34:36 -04:00
Vitor Pamplona
72018dc208
Base support for Relay lists for DMs.
2024-04-24 17:04:13 -04:00
Vitor Pamplona
0fccfd7f80
clean up
2024-04-12 11:02:25 -04:00
Vitor Pamplona
32b9b6c37a
Speeds up id calculations for Amber's Intent call.
...
Only assembles an id if necessary.
2024-04-12 11:01:32 -04:00
Vitor Pamplona
2342da114d
Increases Amber signing cache.
2024-04-12 11:00:16 -04:00
Vitor Pamplona
ef0d77f8eb
Removes hardcoded amber packages as default
2024-04-12 10:59:59 -04:00
Vitor Pamplona
9ce14e08fd
Fixes a bug with signature-null in the `sig` of events.
2024-04-12 10:56:38 -04:00
Vitor Pamplona
b046fd91cb
Only logs external signer calls on debug
2024-04-11 18:30:28 -04:00
Vitor Pamplona
bbbb614718
Moves added charts after NIP19 uris to being nullable.
2024-04-08 18:32:37 -04:00
Vitor Pamplona
1738a775ef
Fixes the lack of the Comparator interface for the Deletion Index.
2024-04-05 14:05:04 -04:00
Vitor Pamplona
89dbe82191
Merge branch 'main' of https://github.com/vitorpamplona/amethyst
2024-04-05 11:19:23 -04:00
Vitor Pamplona
7bb72d0c2d
Adds a Deletion event cache.
2024-04-05 11:19:15 -04:00
greenart7c3
6b15a0db8e
fix draft decryption error
2024-04-05 05:41:03 -03:00
Vitor Pamplona
7fd37367fc
refactoring of cache methods in GiftWraps
2024-04-04 14:59:49 -04:00
Vitor Pamplona
e898d58239
Finishing the rendering of card notes for DMs and live chats
2024-04-01 17:07:27 -04:00
Vitor Pamplona
7fc43c96d6
Merge pull request #819 from jiftechnify/meta-parser-benchmark
...
Add benchmark for MetaTagsParser
2024-03-29 17:46:35 -04:00
Vitor Pamplona
d079d511e8
Fixes markers for DMs
2024-03-29 17:40:51 -04:00
Vitor Pamplona
6e1418cd54
- Adds a Draft Screen
...
- Migrating drafts to new architecture where the Draft Event is sent to the screen instead of the inner event.
- Fixes lots of deletion and indexing bugs
2024-03-29 17:38:31 -04:00
Vitor Pamplona
cd84c07fcc
Adds k-tag to the Deletion events.
2024-03-28 19:02:23 -04:00
jiftechnify
fc6f460063
fix contact link in relay information dialog
2024-03-27 22:52:16 +09:00
Vitor Pamplona
d3f54a7082
Removes the Draft dependency for signer implementations
2024-03-26 16:56:58 -04:00
Vitor Pamplona
d3a0ae743a
Merge pull request #749 from greenart7c3/main
...
save a draft while you are typing the post
2024-03-26 15:24:59 -04:00
Vitor Pamplona
75ac17b57d
increases the time to notify to 15 minutes
2024-03-26 08:35:15 -04:00
Vitor Pamplona
9ade18e1c1
Adds a bot field to the user info
2024-03-25 17:57:27 -04:00
Vitor Pamplona
5deb9af477
Avoids publishing with two equal hashtags.
2024-03-25 16:41:52 -04:00
greenart7c3
a2316b6ed0
Merge branch 'main' into main
2024-03-25 07:08:08 -03:00
Vitor Pamplona
102a34afca
Merge pull request #814 from tyiu/fix-nip44-encrypt-decrypt-test
...
Fix NIP-44 encryptDecryptTest to decrypt with swapped private and public keys to follow NIP-44 documentation
2024-03-23 08:20:24 -04:00
Terry Yiu
c843e07709
Fix Kotlin encryptDecryptTest to decrypt with swapped private and public keys to follow NIP-44 documentation
2024-03-22 23:51:57 -04:00
greenart7c3
62a114b981
Merge branch 'main' into main
2024-03-22 08:48:47 -03:00
Vitor Pamplona
8f5820f46d
Fixes the reply finder for the reply row on compose
2024-03-21 16:54:50 -04:00
Vitor Pamplona
f3c4b3255b
Fixes missing context in some replies to blog posts.
2024-03-20 16:47:53 -04:00
greenart7c3
c087042f7d
Merge branch 'main' into main
2024-03-20 15:10:32 -03:00
greenart7c3
644d2fc2bb
add generic draft event to default permissions
2024-03-20 14:56:29 -03:00
greenart7c3
499939ed68
Merge branch 'main' into main
2024-03-20 07:06:24 -03:00
Vitor Pamplona
d15beb2ae5
Fixes too strict timing constraints for new posts.
2024-03-19 19:55:41 -04:00
Vitor Pamplona
a0a10b2cd0
Fixes some warnings
2024-03-19 17:34:26 -04:00
Vitor Pamplona
d59b98089a
Aligns the BOM between implementation and tests.
2024-03-19 17:33:54 -04:00
Vitor Pamplona
160e52bd91
Fixes a bug with the latest version of jackson
2024-03-19 17:33:34 -04:00
Vitor Pamplona
d7e1a80465
Might be needed for those importing the AAR.
2024-03-19 17:33:09 -04:00
Vitor Pamplona
410d6bd690
Fixes binary payloads in the search results.
2024-03-19 11:49:03 -04:00
Vitor Pamplona
99270662ee
Optimizing the performance of Highlight rendering
2024-03-19 10:30:21 -04:00
Vitor Pamplona
55a6f8829e
Adds a large benchmark test for duplicate events.
2024-03-18 18:06:37 -04:00
greenart7c3
f6e5af3e98
support for dms, streams and communities
2024-03-18 16:18:12 -03:00
greenart7c3
d682518ddb
Merge branch 'main' into main
2024-03-18 07:07:32 -03:00
Vitor Pamplona
6edc634b82
Only download video, image and audio files in NIP-94
2024-03-15 19:55:14 -04:00
Vitor Pamplona
2d17200f03
Adds two additional helper methods to ATags and Classifieds.
2024-03-15 19:29:27 -04:00
greenart7c3
2bc2890d08
add draft support for other event kinds
2024-03-15 12:35:14 -03:00
greenart7c3
e292affbe6
add draft in the home feed
2024-03-15 09:08:35 -03:00
greenart7c3
fa5d992010
add draftevent class
2024-03-13 13:24:22 -03:00
Vitor Pamplona
0dbd58d8d7
Fixing some of the old display name structure
2024-03-12 17:51:27 -04:00