Commit Graph

7423 Commits

Author SHA1 Message Date
KotlinGeekDev e3cfa76843 Merge branch 'vitorpamplona:main' into profiles-list-management 2025-08-28 15:08:48 +00:00
Vitor Pamplona da5816a6c6 Fixes crash when pasting an invalid NIP-47 uri into the zap settings 2025-08-28 10:41:22 -04:00
Vitor Pamplona 4be1a143e6 Solving parsing issue with NWC 2025-08-28 10:35:44 -04:00
Vitor Pamplona 85ee48e003 Fixes crash when loading a user without a name 2025-08-28 10:32:29 -04:00
Vitor Pamplona f536f8e88e Fixes readonly crash on DVMs 2025-08-28 10:32:16 -04:00
Vitor Pamplona 918a575cfd Speeds up first time logins by not waiting for Tor 2025-08-28 10:24:54 -04:00
KotlinGeekDev a23bc875cf Merge latest upstream changes. 2025-08-28 14:42:53 +01:00
KotlinGeekDev 92fac53705 Merge remote-tracking branch 'origin/profiles-list-management' into profiles-list-management 2025-08-28 14:42:09 +01:00
KotlinGeekDev 1b011acbd7 Merge branch 'main' of https://github.com/vitorpamplona/amethyst ite resolve branch. 2025-08-28 14:38:56 +01:00
KotlinGeekDev f651dd964d Refactor FollowSetScreen parameters. Add new toast message type that includes an action to perform on dismissal. 2025-08-28 14:27:50 +01:00
KotlinGeekDev 53b74e6f82 Add Nav route for FollowSetScreen. Refactor other places accordingly. Make minor cleanup. 2025-08-28 14:25:39 +01:00
KotlinGeekDev c1a5052cbb Fix bug in addFollowSet, and refactor to use Boolean for checking list visibility. Use runBlocking in getFollowSetNOte(for now). 2025-08-28 14:20:07 +01:00
Vitor Pamplona 56d8a83ebe Fixing a parser benchmark 2025-08-28 08:55:15 -04:00
Vitor Pamplona 5f33fb2cea removes unnecessary native lib 2025-08-27 21:09:42 -04:00
Vitor Pamplona 170b6cfe69 Moves test assets to resources to make it work with kmp 2025-08-27 21:09:21 -04:00
Vitor Pamplona ce991a8aea - Migrates NIP-49 from java to kotlin for kmp 2025-08-27 21:08:34 -04:00
Vitor Pamplona bd5b61ee64 Merge branch 'main' of https://github.com/vitorpamplona/amethyst 2025-08-27 18:32:43 -04:00
Vitor Pamplona 494d7edc1f Testing proguard rules on KMP quartz 2025-08-27 18:32:33 -04:00
Vitor Pamplona 8e2d684cb1 Merge pull request #1439 from vitorpamplona/l10n_crowdin_translations
New Crowdin Translations
2025-08-27 17:38:55 -04:00
Crowdin Bot e994839468 New Crowdin translations by GitHub Action 2025-08-27 21:36:13 +00:00
Vitor Pamplona 76d97d6d16 Removes nostr.bg from relay options 2025-08-27 17:32:54 -04:00
Vitor Pamplona 442f75fc41 - Migrates Quartz to a KMP project
- Converts OpenTimestamps from java to Kotlin
- Moves OTS OkHttp setup to Quartz
2025-08-27 17:32:39 -04:00
KotlinGeekDev 3b23b9eeef Merge branch 'vitorpamplona:main' into profiles-list-management 2025-08-27 14:35:06 +00:00
Vitor Pamplona d2214889b6 Version 1.01.0 2025-08-27 09:10:11 -04:00
Vitor Pamplona d4da14e4fa Moves draft deletion calculations to the default thread 2025-08-27 08:57:10 -04:00
Vitor Pamplona 56dec11901 Intercepts backhandler to save drafts 2025-08-27 08:56:40 -04:00
Vitor Pamplona 8624dcf2d4 Merge pull request #1437 from vitorpamplona/l10n_crowdin_translations
New Crowdin Translations
2025-08-27 08:15:39 -04:00
Crowdin Bot 7edccdb236 New Crowdin translations by GitHub Action 2025-08-27 12:02:53 +00:00
Vitor Pamplona d8fb49bd52 Merge branch 'main' of https://github.com/vitorpamplona/amethyst 2025-08-27 08:00:35 -04:00
Vitor Pamplona 108d8a2e57 Improves draft deletes in the feeds 2025-08-27 08:00:08 -04:00
Vitor Pamplona 7b6bd3579c Merge pull request #1436 from vitorpamplona/l10n_crowdin_translations
New Crowdin Translations
2025-08-26 20:33:52 -04:00
Crowdin Bot 9f398b5ef8 New Crowdin translations by GitHub Action 2025-08-27 00:20:01 +00:00
Vitor Pamplona 568a175735 fixes fdroid build 2025-08-26 20:18:10 -04:00
Vitor Pamplona aa80d1b84a - Upgrades NIP-72 communities to NIP-22 comments
- Adds moderation queue feed
- Adds in-app approval procedures
- Adds drafts for community posts
- Redesigns About us section of communities.
2025-08-26 20:10:04 -04:00
KotlinGeekDev 685365eb12 Merge branch 'vitorpamplona:main' into profiles-list-management 2025-08-25 20:34:00 +00:00
Vitor Pamplona fd752a4997 Adds a restart of the registration once the Post_notification permission changes 2025-08-25 15:43:56 -04:00
Vitor Pamplona 7302d260d9 avoids sending expired events to the cloud 2025-08-25 15:43:12 -04:00
Vitor Pamplona 823540160a Fixes some DM notification issues 2025-08-25 15:42:57 -04:00
Vitor Pamplona 0187529f8d Removes default and bootstrapping lists from the "Trusted Relay set". This should fix the unwanted NOTIFY requests. 2025-08-25 12:16:40 -04:00
Vitor Pamplona 98453c7b65 Fixes unable to delete relays from some lists. 2025-08-25 10:26:39 -04:00
KotlinGeekDev 34a75dd28f Merge branch 'vitorpamplona:main' into profiles-list-management 2025-08-25 14:18:23 +00:00
Vitor Pamplona f43e88eee7 Merge branch 'main' of https://github.com/vitorpamplona/amethyst 2025-08-25 10:10:06 -04:00
Vitor Pamplona 4baa5bf659 Fixes https://github.com/vitorpamplona/amethyst/issues/1070 2025-08-25 10:09:39 -04:00
David Kaspar ce1db52abb Merge pull request #1433 from vitorpamplona/l10n_crowdin_translations
New Crowdin Translations
2025-08-25 14:25:14 +01:00
Crowdin Bot cc6a9f1818 New Crowdin translations by GitHub Action 2025-08-25 13:14:18 +00:00
Vitor Pamplona f11ab08f92 Merge pull request #1428 from davotoula/1403-accessibility-talkback-issues
accessibility talkback issues
2025-08-25 09:12:41 -04:00
davotoula c93cc04409 updated imports 2025-08-23 22:58:16 +01:00
davotoula 56f299569e added translations CS, DE, PT, SV 2025-08-23 22:24:48 +01:00
davotoula 4006aebf35 added I18n for new strings 2025-08-23 18:24:10 +01:00
davotoula b0aa2a8c31 added accessibility Description
TODO: add translations
2025-08-23 17:12:23 +01:00