Commit Graph

15 Commits

Author SHA1 Message Date
e04eb733e7 - Protecting contact lists of all accounts in the device.
- Pruning events that are not from or cite an account.
2023-08-22 14:04:49 -04:00
98c55661e8 Migrates to Compose 1.5.0 2023-08-22 11:05:17 -04:00
fa4257ad7d Separating NIP24 into the encryption NIP 44 and the messaging NIP 24 2023-08-22 09:41:40 -04:00
35d09aee77 - Filter follows in the list of participants
- Uses KIND3 follows for the notification dot in the bottom nav bar
2023-08-20 17:08:24 -04:00
a79d1d5bd6 Fixes issue with unfollowing hashtag written in a different case 2023-08-20 16:46:44 -04:00
eb59a9d505 Keeps track of a message's GiftWrap host in order to broadcast later. 2023-08-20 10:24:11 -04:00
2ac5742b0e Adds a waveform to audio files 2023-08-18 23:42:24 -04:00
58dd69091e Adds support for Stemstr 2023-08-18 20:36:32 -04:00
7a93f9956f Updating SDK to the latest 2023-08-18 19:32:30 -04:00
8dbded0185 Single method to test performance of receiving a GiftWrap. 2023-08-18 11:52:54 -04:00
41b93e3860 Caches shared key for performance. 2023-08-18 10:55:28 -04:00
2f741779fa Improves BechUtils performance. 2023-08-18 10:55:06 -04:00
be1ae35a60 Fixing Proguard from latest refactoring 2023-08-17 10:23:00 -04:00
ce27be2053 Fixes room names when clients send the same user twice in the ptags. 2023-08-16 18:10:56 -04:00
255b48d126 - Creates a Quartz Module for Nostr Events
- Creates a Benchmark Module to test Performance
- Migrates from GSon to Jackson for Performance Gains, adapts all serializers accordingly
- Recreates Hex encoding/decoding classes for Performance.
- Migrates NIP24 to the new ByteArray Concat encoding.
- Removes support for Lenient choices in the. events.
- Reorganizes Nostr Events dependencies.
- Refactors TLV's and NIP-19 dependencies.
- Adds a Large DB for signature checks.
2023-08-16 17:58:25 -04:00