Commit Graph

7501 Commits

Author SHA1 Message Date
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
Vitor Pamplona
8d73bf2cc4 Makes the new Video events non replaceable, while keeping the old ones in the replaceable 2025-09-03 17:44:40 -04:00
Vitor Pamplona
8131f3db39 Update AGP 2025-09-03 16:57:38 -04:00
Vitor Pamplona
e4e52ec4e6 Unify outbox calculation in the RelayOutbox loader. 2025-09-03 16:51:27 -04:00
Vitor Pamplona
43c9df23c4 Removes common mistakes from the outbox list from follows 2025-09-03 16:37:30 -04:00
Vitor Pamplona
85fb6dcc83 Avoids breaking line in the relay info top nav bar title 2025-09-03 16:35:10 -04:00
Vitor Pamplona
c9cdc74c91 Removes duplicated Loading of Relay Info 2025-09-03 15:45:21 -04:00
Vitor Pamplona
c64e65ddb4 Migrates to use suspending routines for OTS, statuses and edits 2025-09-02 19:20:44 -04:00
Vitor Pamplona
c46cf79501 Correctly sorts by online status when the app has already cached the status of a streaming 2025-09-02 18:34:21 -04:00
Vitor Pamplona
eef0adc6f9 Resets streaming url check if offline and entering a chat of that streaming 2025-09-02 18:30:47 -04:00
Vitor Pamplona
480ef63aed adds a border on the users of a given relay in the connected relay list 2025-09-02 18:30:01 -04:00
Vitor Pamplona
7a807e94af Exposes active filters per relay on the Nostr Client for debugging purposes 2025-09-02 18:28:41 -04:00
Vitor Pamplona
116bd1ae29 Removes any relay url that has the null byte, regardless of size 2025-09-02 18:28:14 -04:00
Vitor Pamplona
fb5c20d8da Abandoning the precision of Mills to seconds on the isOnline Check 2025-09-02 18:27:46 -04:00
Vitor Pamplona
0bc0f503be Reduces errors when trying to parse unparseable NIP-11s 2025-09-02 17:34:15 -04:00
Vitor Pamplona
f6d283dafb Refining the performance of the QuickAction menu bar 2025-09-02 15:32:28 -04:00
Vitor Pamplona
7048a1da50 Fixes invalid dependency on Quartz 2025-09-02 15:30:57 -04:00
Vitor Pamplona
36b541e0c7 Fixes NPE when updating a metadata with null name 2025-09-02 14:35:43 -04:00
Vitor Pamplona
501fa25e98 v1.03.0 v1.03.0 2025-09-02 14:01:15 -04:00
Vitor Pamplona
b2516bbae9 Merge branch 'main' of https://github.com/vitorpamplona/amethyst 2025-09-02 13:43:56 -04:00
Vitor Pamplona
fcd56fdb3a Improves list of visible authors on live stream bubbles 2025-09-02 13:26:19 -04:00
Vitor Pamplona
8db90728aa Removes wss://%2A%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00.isekco.re/ 2025-09-02 12:37:38 -04:00
Vitor Pamplona
35146cc794 Adds the error code to avoid testing it again 2025-09-02 12:36:43 -04:00
Vitor Pamplona
b6cd8d7b05 Merge pull request #1453 from KotlinGeekDev/quartz-kmp-build-fixes
Fix Quartz build issues.
2025-09-01 12:29:58 -04:00
KotlinGeekDev
822edf1273 Re-enable publish in androidTarget KMP section, as it works in conjunction with the Android publish block. 2025-09-01 16:47:56 +01:00
KotlinGeekDev
2f2919090e Disable publishing in androidTarget KMP configuration. Re-enable in Android block, and use updated syntax. 2025-09-01 16:40:36 +01:00
KotlinGeekDev
edf5b28e06 Verifying some changes. 2025-09-01 16:26:57 +01:00
KotlinGeekDev
c828299793 Update sourceset folder names. 2025-09-01 15:24:22 +01:00
KotlinGeekDev
cf13d24c93 Revert to using androidLibrary plugin until KMP publishing guidance is updated. Use default sourcesets for Android. 2025-09-01 15:22:53 +01:00
Vitor Pamplona
56f93170e5 Fixes product title when in a quoted post 2025-08-31 21:25:08 -04:00
Vitor Pamplona
ed4839bc4d Merge branch 'main' of https://github.com/vitorpamplona/amethyst 2025-08-31 12:27:57 -04:00
Vitor Pamplona
b8c39ca5b2 Updating firebase 2025-08-31 12:23:32 -04:00
Vitor Pamplona
5397e4e22e Moves SoftCache logs to the app 2025-08-31 12:10:51 -04:00
Vitor Pamplona
ea7a2f3426 Fixes live flag when the URL is not available anymore. 2025-08-31 12:09:01 -04:00
Vitor Pamplona
f2ae8afe3b Merge pull request #1450 from vitorpamplona/l10n_crowdin_translations
New Crowdin Translations
2025-08-31 11:26:43 -04:00