Commit Graph

24 Commits

Author SHA1 Message Date
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
6e0701b65d Removes unused kotlin serialization 2024-02-29 09:22:15 -05:00
6afd9a0191 Adds note on why the libscrypt was removed. 2024-02-25 11:39:48 -05:00
7d9784ee44 Updates secp256k1 2024-02-16 15:40:53 -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
b94c1e2792 Quartz support for NIP-49 encrypted nsecs 2024-02-13 19:51:32 -05:00
e59f676d47 updates secp256k1 2024-01-30 11:00:33 -05:00
5c7e9258c1 Fixing some of the minification issues. 2024-01-06 11:13:57 -05:00
f877b6ff68 Creating the benchmark build type on the modules as well. 2024-01-06 10:53:54 -05:00
eaaa9a6446 Adjust position of the participant list in live streams. 2024-01-05 09:54:27 -05:00
8ed960530c Updates dependencies. 2023-12-26 14:43:01 -05:00
e42d2dca04 Updates dependencies 2023-12-22 10:25:28 -05:00
9554b36f80 Updates secp256k1 lib 2023-12-14 10:38:41 -05:00
ddb7e6b7f2 Updates JNA 2023-12-10 18:32:47 -05:00
5bfc53136b updates jackson. 2023-11-25 19:49:51 -05:00
f8a574375a Updating Jackson 2023-10-17 16:33:16 -04:00
f9fed8a04f Update dependencies 2023-10-15 15:41:24 -04:00
c89ca51a1b Updates dependencies 2023-10-01 11:10:37 -04:00
98c55661e8 Migrates to Compose 1.5.0 2023-08-22 11:05:17 -04:00
7a93f9956f Updating SDK to the latest 2023-08-18 19:32:30 -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