Vitor Pamplona
|
ac2609b4f6
|
Finish migration to INostrClient
|
2025-09-08 15:45:50 -04:00 |
|
Vitor Pamplona
|
67e2189676
|
Moves the event processor to the Account class
|
2025-09-08 15:06:15 -04:00 |
|
Vitor Pamplona
|
222615a116
|
Establishing a scope for each account loaded.
|
2025-09-08 14:37:45 -04:00 |
|
davotoula
|
8f623ebb91
|
add TODO to investigate. Double closing of stream most often is ignored.
|
2025-09-08 20:32:28 +02:00 |
|
davotoula
|
adc4aa7906
|
cleaner code
|
2025-09-08 20:32:28 +02:00 |
|
davotoula
|
ec362ea0ee
|
Use .use for streams
cleaner code
|
2025-09-08 20:32:28 +02:00 |
|
davotoula
|
e66e71a05c
|
clener code
|
2025-09-08 20:32:28 +02:00 |
|
davotoula
|
9be55eda07
|
close FileInputStreams to prevent resource leak
|
2025-09-08 20:32:28 +02:00 |
|
David Kaspar
|
16b5d44c3d
|
Merge pull request #1466 from vitorpamplona/l10n_crowdin_translations
New Crowdin Translations
|
2025-09-08 18:38:01 +01:00 |
|
Vitor Pamplona
|
93a639fea5
|
Modifies the Notification processor to use full accounts and their cached structrues again.
|
2025-09-08 13:29:02 -04:00 |
|
Vitor Pamplona
|
360f71c79a
|
Merge branch 'main' of https://github.com/vitorpamplona/amethyst
|
2025-09-08 13:28:23 -04:00 |
|
Crowdin Bot
|
1f38ae5deb
|
New Crowdin translations by GitHub Action
|
2025-09-08 17:26:27 +00:00 |
|
Vitor Pamplona
|
f633d57277
|
Merge pull request #1465 from greenart7c3/main
When using intents check if it's rejected
|
2025-09-08 13:25:19 -04:00 |
|
greenart7c3
|
196a7de6a3
|
When using intents check if it's rejected
|
2025-09-08 14:05:00 -03:00 |
|
David Kaspar
|
4c1d0ac60c
|
Merge pull request #1464 from vitorpamplona/l10n_crowdin_translations
New Crowdin Translations
|
2025-09-08 07:58:20 +01:00 |
|
Crowdin Bot
|
1bdf7d9884
|
New Crowdin translations by GitHub Action
|
2025-09-08 06:57:03 +00:00 |
|
David Kaspar
|
9e1d2c89bb
|
Merge pull request #1463 from davotoula/update-translations
added CZ, DE translations
|
2025-09-08 07:55:46 +01:00 |
|
davotoula
|
a58dc09b80
|
added CZ, DE translations
|
2025-09-08 08:34:16 +02:00 |
|
David Kaspar
|
91f85a1e1c
|
Merge pull request #1462 from vitorpamplona/l10n_crowdin_translations
New Crowdin Translations
|
2025-09-08 07:05:42 +01:00 |
|
Crowdin Bot
|
cf9d630032
|
New Crowdin translations by GitHub Action
|
2025-09-08 06:03:52 +00:00 |
|
David Kaspar
|
f55b0f528c
|
Merge pull request #1461 from davotoula/update-translations
updated PT, CZ, SE, GE translations
|
2025-09-08 07:02:34 +01:00 |
|
davotoula
|
463762f268
|
added PT, CZ, SE, GE translations
|
2025-09-07 19:17:53 +02:00 |
|
Vitor Pamplona
|
82770c204c
|
Merge pull request #1460 from davotoula/update-secp256k1
update secp256k1KmpJniAndroid to 0.19.0
|
2025-09-07 12:56:13 -04:00 |
|
Vitor Pamplona
|
0621cfb46c
|
Small correction in the method name
|
2025-09-07 12:23:34 -04:00 |
|
davotoula
|
1f1a7eb12c
|
update secp256k1KmpJniAndroid to 0.19.0
|
2025-09-07 17:59:08 +02:00 |
|
Vitor Pamplona
|
93e2f66559
|
Merge branch 'main' of https://github.com/vitorpamplona/amethyst
|
2025-09-06 11:59:38 -04:00 |
|
Vitor Pamplona
|
cc2b836cd5
|
Migrates Account management to an Application class.
|
2025-09-06 11:59:01 -04:00 |
|
Vitor Pamplona
|
fd2a227674
|
Fixes the new theme parameter
|
2025-09-06 11:59:01 -04:00 |
|
Vitor Pamplona
|
67937b9fbc
|
Nicer way to create the account view model
|
2025-09-06 11:59:01 -04:00 |
|
Vitor Pamplona
|
ea58b4fa3d
|
Adds a dependency on Account and to the NWC state to avoid linking directly with the Application class
|
2025-09-06 11:59:01 -04:00 |
|
Vitor Pamplona
|
7087fb85f0
|
Changes the Theme class to only take the preferred theme directly.
|
2025-09-06 11:59:01 -04:00 |
|
Vitor Pamplona
|
caf325f240
|
Sets the instance of the Application class before anything else
|
2025-09-06 11:59:01 -04:00 |
|
Vitor Pamplona
|
18b2fdb7e4
|
Removes one of the Application dependencies in viewmodel
|
2025-09-06 11:59:01 -04:00 |
|
Vitor Pamplona
|
66eef96ccb
|
Offers way to load the Application class from Context
|
2025-09-06 11:59:01 -04:00 |
|
Vitor Pamplona
|
757806341c
|
Adds an isMobileOrFalse flow in connectivity
|
2025-09-06 11:59:01 -04:00 |
|
Vitor Pamplona
|
69e3d2d0d8
|
Creates an interface for NostrClient
|
2025-09-06 11:59:01 -04:00 |
|
Vitor Pamplona
|
a03ba7b260
|
Refactors zap the devs card view
|
2025-09-06 11:59:01 -04:00 |
|
Vitor Pamplona
|
51f81dce73
|
Merge pull request #1459 from davotoula/main
Setting JvmTarget to 21 for quartz
|
2025-09-06 11:57:43 -04:00 |
|
davotoula
|
32d2ee698a
|
fix for missing lazysodium
|
2025-09-06 15:53:11 +02:00 |
|
davotoula
|
8aaea960f0
|
Set quartz JVM target to 1.8 to allow for lower requirements for building library
|
2025-09-06 15:34:06 +02:00 |
|
davotoula
|
ab9ee36263
|
Setting JvmTarget to 21 for quartz to fix build/push issue due to mixed Java versions when using Java 23 locally
|
2025-09-05 20:01:49 +02:00 |
|
Vitor Pamplona
|
254ac1a1cb
|
Trying to remove firebase analytics
|
2025-09-04 21:05:06 -04:00 |
|
Vitor Pamplona
|
2ffa029790
|
Small refactoring on NotificationUtils
|
2025-09-04 21:04:43 -04:00 |
|
Vitor Pamplona
|
b0e27d0748
|
Forces relay status updates when connecting and disconnecting
|
2025-09-04 21:02:20 -04:00 |
|
Vitor Pamplona
|
a4569675c2
|
Merge pull request #1458 from vitorpamplona/l10n_crowdin_translations
New Crowdin Translations
|
2025-09-04 11:16:18 -04:00 |
|
Crowdin Bot
|
88457eb101
|
New Crowdin translations by GitHub Action
|
2025-09-04 15:13:49 +00:00 |
|
Vitor Pamplona
|
103ef01be4
|
Adds support for NIP-53 Meeting room to quartz
|
2025-09-04 11:10:54 -04:00 |
|
Vitor Pamplona
|
fcef6df7db
|
Merge pull request #1457 from vitorpamplona/l10n_crowdin_translations
New Crowdin Translations
|
2025-09-03 18:10:34 -04:00 |
|
Crowdin Bot
|
19c24af592
|
New Crowdin translations by GitHub Action
|
2025-09-03 22:05:06 +00:00 |
|
Vitor Pamplona
|
7de119dd4f
|
removes logs
|
2025-09-03 17:48:24 -04:00 |
|