Commit Graph

308 Commits

Author SHA1 Message Date
9ce14e08fd Fixes a bug with signature-null in the sig of events. 2024-04-12 10:56:38 -04:00
b046fd91cb Only logs external signer calls on debug 2024-04-11 18:30:28 -04:00
bbbb614718 Moves added charts after NIP19 uris to being nullable. 2024-04-08 18:32:37 -04:00
1738a775ef Fixes the lack of the Comparator interface for the Deletion Index. 2024-04-05 14:05:04 -04:00
89dbe82191 Merge branch 'main' of https://github.com/vitorpamplona/amethyst 2024-04-05 11:19:23 -04:00
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
7fd37367fc refactoring of cache methods in GiftWraps 2024-04-04 14:59:49 -04:00
e898d58239 Finishing the rendering of card notes for DMs and live chats 2024-04-01 17:07:27 -04:00
7fc43c96d6
Merge pull request #819 from jiftechnify/meta-parser-benchmark
Add benchmark for MetaTagsParser
2024-03-29 17:46:35 -04:00
d079d511e8 Fixes markers for DMs 2024-03-29 17:40:51 -04:00
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
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
d3f54a7082 Removes the Draft dependency for signer implementations 2024-03-26 16:56:58 -04:00
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
75ac17b57d increases the time to notify to 15 minutes 2024-03-26 08:35:15 -04:00
9ade18e1c1 Adds a bot field to the user info 2024-03-25 17:57:27 -04:00
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
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
8f5820f46d Fixes the reply finder for the reply row on compose 2024-03-21 16:54:50 -04:00
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
d15beb2ae5 Fixes too strict timing constraints for new posts. 2024-03-19 19:55:41 -04:00
a0a10b2cd0 Fixes some warnings 2024-03-19 17:34:26 -04:00
d59b98089a Aligns the BOM between implementation and tests. 2024-03-19 17:33:54 -04:00
160e52bd91 Fixes a bug with the latest version of jackson 2024-03-19 17:33:34 -04:00
d7e1a80465 Might be needed for those importing the AAR. 2024-03-19 17:33:09 -04:00
410d6bd690 Fixes binary payloads in the search results. 2024-03-19 11:49:03 -04:00
99270662ee Optimizing the performance of Highlight rendering 2024-03-19 10:30:21 -04:00
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
6edc634b82 Only download video, image and audio files in NIP-94 2024-03-15 19:55:14 -04:00
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
0dbd58d8d7 Fixing some of the old display name structure 2024-03-12 17:51:27 -04:00
efb9d9268b Avoids parsing metadata events several times due to the json parser stopping coroutines. 2024-03-12 17:16:50 -04:00
82c4bf89df Avoids serializing temporary fields. 2024-03-12 16:32:43 -04:00
e984487d9e avoids escaping errors from events inside strings 2024-03-11 13:35:56 -04:00
b8619e3b61 - User Metadata clean up upon receipt instead of in every rendering.
- Simpler/Faster UserDisplay renderings
- Removes co-routing use for Hashtags.
2024-03-06 10:32:08 -05:00
greenart7c3
23718f51dd fix crash parsing multiple results from amber 2024-03-04 17:11:01 -03:00
861ad218c8 Fixes bug with NIP-11s with null kinds 2024-03-02 12:03:16 -05:00
b694ac7259 Visualizing proposed edits from other people 2024-03-01 21:15:43 -05:00
81cc985e3b Adds the ability to see and reply to Git Issues and Patches. 2024-03-01 18:09:15 -05:00
786802b708 Presents notifications when a person forks your content. 2024-03-01 17:07:19 -05:00
cbce22c994 Fixes the alt tag 2024-03-01 15:46:58 -05:00
21a18cfa38 Rotates all versions of a note 2024-03-01 12:15:48 -05:00
7468352795 Removes warnings from the quartz library. 2024-03-01 10:40:12 -05:00
0653a69bbd Replaces deprecated put method 2024-03-01 10:39:32 -05:00
87fcba02b3 Move project to version catalogs 2024-03-01 10:38:03 -05:00
3fb8a5938f Updates to Android Studio Iguana 2024-03-01 08:03:58 -05:00
ee4e20bac8 Fixing alt of git reply 2024-02-29 19:58:18 -05:00
6e0701b65d Removes unused kotlin serialization 2024-02-29 09:22:15 -05:00
3eb6983a94 Support for Kind 1 Edits 2024-02-28 17:42:06 -05:00
d4ba135368 Second embed bundle tests with nsecs 2024-02-28 16:54:28 -05:00
73e3b60721 Fixes missing nsec processing 2024-02-28 16:50:23 -05:00
328ed226c6 Basic support for FHIR payloads.
Support for nembed
2024-02-27 18:50:20 -05:00
f78a252c8f - Adds nembed
- Redesigns NIP-19 returns to allow nembeds and give more nuance to the UI.
2024-02-27 15:39:15 -05:00
e2d86c1727 Adds a new report option as other 2024-02-26 20:52:15 -05:00
11ff0736e4 Speeding up the loop through local cache. 2024-02-26 20:51:59 -05:00
8ebad524ff Adds local cache to wait for OTS confirmations
Presents OTS pending and confirmations on the screen
Adds Menu item to OTS any post.
2024-02-26 18:51:23 -05:00
3c36f52baf Visual support for Kind1 forks. 2024-02-26 15:17:17 -05:00
6a7d33e58f - Generalizing OTS Calendar access
- Developing OTS access points with OkHttp
2024-02-25 17:04:51 -05:00
880915e702 Better explains why the fork of javaOTS was needed. 2024-02-25 15:43:59 -05:00
d6fd407632 Moves external signer from org.json to jackson parser 2024-02-25 15:43:42 -05:00
1c0854eeaa Moves from org.json to jackson in OTS replies 2024-02-25 15:43:18 -05:00
9eefb65047 Generalizes the interface for block explorers in OTS 2024-02-25 15:43:01 -05:00
c4d6b1a5d1 Adds support for OpenTimestamps in Quartz 2024-02-25 11:49:51 -05:00
ad03d355b0 Adds internet for testing of OTS attestations 2024-02-25 11:45:59 -05:00
5ad86e5604 Adds support for the q tag together with the support for the mention marker. 2024-02-25 11:40:39 -05:00
6afd9a0191 Adds note on why the libscrypt was removed. 2024-02-25 11:39:48 -05:00
49c2d4f486 Adding Basic Git Rendering support. 2024-02-23 22:09:06 -05:00
b9c3123f18 Faster Longform tag filters 2024-02-23 18:08:55 -05:00
452911bf27 Removes the need to specify nulls for new TextNote creations 2024-02-23 18:08:30 -05:00
173e82d236 Adds Wikipage Kind 2024-02-23 17:55:39 -05:00
a7e601beee Keeping signing and util classes in the final jar 2024-02-23 13:21:25 -05:00
b8b9aaf4aa Adds time utils tests to see if jitpack exports it 2024-02-23 12:15:20 -05:00
dd160ecb71 Improves relay list NIP-11 caching, updates NIP-11 properties in the document and adds icon rendering from the NIP11 document. 2024-02-22 18:43:46 -05:00
2ee4b24c9b Moves Relay information to Quartz
Renames Nip19 object for better readability
2024-02-22 16:08:36 -05:00
606c483d09 Moves Wallet Connect to Quartz 2024-02-22 15:40:07 -05:00
860c3773c3 Moves emoji parsers to commons and 2024-02-22 13:56:56 -05:00
4b9a55e178 Increasing the speed of the Robohash SVG to buffer function 2024-02-21 13:51:27 -05:00
5cd1c5ab90 Faster hex validation 2024-02-21 11:23:32 -05:00
1b93fc57cb Creates a way to ask for donations in the Notification page. 2024-02-19 18:57:21 -05:00
dd7427971c refactoring 2024-02-17 13:53:53 -05:00
67a1aae1d0 Avoids the need to tag a cited user to count as a citation. 2024-02-16 15:49:42 -05:00
7d9784ee44 Updates secp256k1 2024-02-16 15:40:53 -05:00
8034fd0975 Adds normalizing test for emoji passwords in NIP49 2024-02-16 13:53:06 -05:00
42cc04c194 updates license notice year 2024-02-15 18:31:26 -05:00
52c6ce4849 Updates scrypt lib to support empty keys. 2024-02-15 17:42:19 -05:00
6553f3bec5 Normalizes passwords to NFKC in NIP49 2024-02-15 16:05:53 -05:00
7074446cae Removing scrypt native library that doesn't work on Android 2024-02-14 17:48:57 -05:00