Commit Graph

7341 Commits

Author SHA1 Message Date
Vitor Pamplona f06fc8a9cb Merge pull request #1448 from vitorpamplona/l10n_crowdin_translations
New Crowdin Translations
2025-08-30 11:05:21 -04:00
Crowdin Bot 0c386811e0 New Crowdin translations by GitHub Action 2025-08-30 15:02:29 +00:00
Vitor Pamplona 4c34c6b8e3 Simple fix on url normalization 2025-08-30 10:59:53 -04:00
David Kaspar 4c43399cce Merge pull request #1447 from vitorpamplona/l10n_crowdin_translations
New Crowdin Translations
2025-08-30 15:44:31 +01:00
Crowdin Bot b8ffb01073 New Crowdin translations by GitHub Action 2025-08-30 13:35:16 +00:00
Vitor Pamplona 50275548b8 Merge pull request #1443 from davotoula/capture-and-post-video
Capture and post video
2025-08-30 09:34:14 -04:00
Vitor Pamplona 64df3236ce Merge pull request #1444 from newrizen/Fix-TranslatableRichTextViewer.kt
Fix hyphen applied in all languages in TranslatableRichTextViewer.kt
2025-08-30 09:33:45 -04:00
Vitor Pamplona c5a7293120 Merge pull request #1445 from davotoula/remove-unused-imports-amethyst
remove unused imports [amethyst]
2025-08-30 09:33:24 -04:00
Vitor Pamplona 4a969cb77c Merge pull request #1446 from davotoula/remove-unused-imports-quartz
remove unused imports [quartz]
2025-08-30 09:33:17 -04:00
davotoula 8fffe3f662 remove unused imports 2025-08-30 09:10:28 +01:00
davotoula f5722eb963 remove unused imports 2025-08-30 08:25:30 +01:00
Neil Rizen f5289cb3d3 Update TranslatableRichTextViewer.kt
Changed the hyphen to a space to move the word "auto-translated" (and its translations) to "translations_auto" string and "from" (and its translations) to "translated_from" string, as this hyphen only exists in some languages.
2025-08-29 21:52:48 -03:00
Vitor Pamplona 0064a4c596 Trying to avoid an NPE in the maxOfOrNull iterator 2025-08-29 17:58:39 -04:00
Vitor Pamplona e9d9ef197f Activates live streams to the top feed bubble 2025-08-29 16:55:29 -04:00
Vitor Pamplona a5a6c875fa Adds a listener to check the use of custom TTS Engines 2025-08-29 12:27:17 -04:00
Vitor Pamplona 8e8521fd6d Assemble report properties as a table and crash as a code block 2025-08-29 10:02:39 -04:00
davotoula e387e04b6d Added "record and post video" button to GenericCommentPostScreen.kt (GeoHashTag post and HashTag post) 2025-08-29 14:47:25 +01:00
davotoula 001167ff23 Added "record and post video" button to NewProductScreen 2025-08-29 14:38:19 +01:00
Vitor Pamplona 449a3f541e Improves the design of the Crash Report permission screen with a cancel button.
Deleted copy stack to clipboard
2025-08-29 09:36:33 -04:00
Vitor Pamplona 3b59b11e8b Ignores out of memory exceptions because the stack trace is irrelevant in those cases. 2025-08-29 09:35:05 -04:00
Vitor Pamplona aaae806505 Makes the exception name the first line in the report 2025-08-29 09:34:41 -04:00
Vitor Pamplona 458a7c7377 Adds support for expirations in DMs 2025-08-29 09:34:26 -04:00
davotoula c95ab2d6b7 Added "record and post video" button to NewPublicMessageScreen (I'm not sure it's used) 2025-08-29 14:27:59 +01:00
davotoula 6a3aae7dbc Added "record and post video" button to NewGroupDMScreen 2025-08-29 14:14:03 +01:00
davotoula 9179e18b06 Added "record and post video" button to media tab 2025-08-29 14:06:39 +01:00
Vitor Pamplona ecf530d512 Merge pull request #1442 from vitorpamplona/l10n_crowdin_translations
New Crowdin Translations
2025-08-29 08:02:42 -04:00
Crowdin Bot 51f7081214 New Crowdin translations by GitHub Action 2025-08-29 11:41:25 +00:00
Vitor Pamplona 7f7debbb73 v1.02.1 2025-08-29 07:38:42 -04:00
Vitor Pamplona 60377c0c35 Fixes inability to delete relays from certain relay lists. 2025-08-29 07:38:18 -04:00
Vitor Pamplona a594d741b1 Creates an additional pointer for Account lists to make sure the GC doesn't clear instances that are only stored in the LocalCache's WeakReference DB. 2025-08-29 07:37:24 -04:00
davotoula 3dd791fbbe Change LOW video compression to use VERY_LOW from lightcompressorlibrary for better streaming experience
LOW: 20% of original
VERY_LOW: 10% of original
2025-08-29 10:35:27 +01:00
davotoula 87afb7f491 refactor getVideoUri and getPhotoUri to reduce duplication 2025-08-29 10:33:39 +01:00
davotoula 5f8519d737 added translations 2025-08-29 09:19:58 +01:00
davotoula f83166e576 Add take video functionality
Add take video button to new post screen
I18N
2025-08-29 09:13:26 +01:00
Vitor Pamplona df85c3969c Merge branch 'main' of https://github.com/vitorpamplona/amethyst 2025-08-28 18:19:49 -04:00
Vitor Pamplona e4311ddfa3 Creates a bootstrap relay list for inbox that doesn't have nostr.wine to avoid sending posts there and getting the notify 2025-08-28 18:12:55 -04:00
Vitor Pamplona 3a9fd925e1 Merge pull request #1440 from davotoula/upgrade-agp
Upgrade agp and add JvmTarget.JVM_21 to Quartz
2025-08-28 18:08:39 -04:00
davotoula dbcca9cbd2 Use JvmTarget JVM_1_8 for quartz to be more forgiving about requirements. 2025-08-28 22:48:18 +01:00
davotoula ef250eb0f1 Consistent JvmTarget JVM_21 across all modules 2025-08-28 22:17:44 +01:00
davotoula 8c26af7d40 upgrade agp to 8.12.2 2025-08-28 22:17:44 +01:00
Vitor Pamplona 0fe01696a5 v1.02.0 2025-08-28 17:02:55 -04:00
Vitor Pamplona 624bef21b1 Adds NIP-17 crash report. 2025-08-28 16:59:46 -04:00
Vitor Pamplona 8493c95e07 Fixes the wrong import 2025-08-28 15:54:14 -04:00
Vitor Pamplona f7eb043aac Avoids comparisons with the torConnection as part of the data class 2025-08-28 14:23:26 -04:00
Vitor Pamplona b80685dcfb Protects this flow against lots of similar emissions 2025-08-28 14:17:58 -04:00
Vitor Pamplona 0dc18cc98c Reduces the size of log messages 2025-08-28 13:53:22 -04:00
Vitor Pamplona c366384a83 ignores notebook file 2025-08-28 13:09:08 -04:00
Vitor Pamplona c298147ad9 updates google services json 2025-08-28 11:18:01 -04:00
Vitor Pamplona 16e9d43da8 Removes DB migration 2025-08-28 11:17:49 -04: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