Vitor Pamplona
0d66ceb1a4
Merge pull request #1330 from vitorpamplona/l10n_crowdin_translations
...
New Crowdin Translations
2025-04-24 18:06:39 -04:00
Crowdin Bot
02870d0cd3
New Crowdin translations by GitHub Action
2025-04-24 21:41:05 +00:00
Vitor Pamplona
2c85260ab1
Removes the old ic_verified
2025-04-24 17:39:00 -04:00
Vitor Pamplona
ecebc68e11
avoiding deprecated .put api
2025-04-24 17:36:27 -04:00
Vitor Pamplona
07c3a3ffe5
Fixes unchecked cast and other opt-in tags on observers
2025-04-24 17:35:34 -04:00
Vitor Pamplona
c0f486db82
Hyphen can be replaced with dash
2025-04-24 17:35:11 -04:00
Vitor Pamplona
e0990ae38e
Merge pull request #1329 from vitorpamplona/l10n_crowdin_translations
...
New Crowdin Translations
2025-04-24 17:22:02 -04:00
Crowdin Bot
7005158821
New Crowdin translations by GitHub Action
2025-04-24 21:19:22 +00:00
Vitor Pamplona
9922fa117f
Reverting svg sizes because of app icon issues
2025-04-24 17:16:31 -04:00
Vitor Pamplona
723b4b5e9f
Removes dependency on a modifier for SettingsCategory
2025-04-24 16:58:40 -04:00
Vitor Pamplona
2d64eb0cb3
Refactors Add and Remove button to remove dependency on a specific modifier.
2025-04-24 16:58:22 -04:00
Vitor Pamplona
6a91ede54c
Fixes the lack of locale when creating percentages on zap split screens.
2025-04-24 16:57:44 -04:00
Vitor Pamplona
8d91b97962
Migrates CircularProgresIndicator to the newer version
2025-04-24 16:57:24 -04:00
Vitor Pamplona
bf47c1b431
No need to check for API version in this function, since we check outside of it
2025-04-24 16:56:46 -04:00
Vitor Pamplona
f5a504077c
Keeps the transparency settings for statusbar and navigation for now.
2025-04-24 16:55:21 -04:00
Vitor Pamplona
95afed5045
Only request for notification permissions after API 33
2025-04-24 16:54:52 -04:00
Vitor Pamplona
dcccc1de3a
Last Uri.parse fix
2025-04-24 16:54:31 -04:00
Vitor Pamplona
5095c9f480
Migrating from ContextCompat.startActivity to context.startActivity
2025-04-24 16:54:17 -04:00
Vitor Pamplona
30c4e3c646
Fixes deprecated URI parse function warnings
2025-04-24 16:52:25 -04:00
Vitor Pamplona
d04f6c977e
Migrates to the new capitalization function
2025-04-24 16:50:48 -04:00
Vitor Pamplona
7d97b73356
Fixes mutable state builders with primitive types warning.
2025-04-24 16:48:56 -04:00
Vitor Pamplona
be3eb4314b
Fixes casting warnings on viewmodels
2025-04-24 16:46:34 -04:00
Vitor Pamplona
f7abc6e1ee
Suppress modifiers on ColorScheme.
2025-04-24 16:44:30 -04:00
Vitor Pamplona
c16b93c06a
Reduces viewport to 200dp for performance
2025-04-24 16:44:10 -04:00
Vitor Pamplona
82af2644a6
Removes unnecessary label to v26
2025-04-24 16:43:50 -04:00
Vitor Pamplona
7d2b2ee674
normalizing strings
2025-04-24 16:43:28 -04:00
Vitor Pamplona
fdc95a656f
Ignore permissions to use our services.
2025-04-24 16:42:43 -04:00
Vitor Pamplona
7b040933d5
Merge
2025-04-24 14:35:57 -04:00
Vitor Pamplona
067f353e50
Finish the migration from LiveData to Flow
...
Moves most of the flow updates away from the Main thread.
Removes the need to use the Main thread to access Account.userProfile
2025-04-24 14:35:22 -04:00
Vitor Pamplona
2f3c282ef5
Merge pull request #1328 from vitorpamplona/l10n_crowdin_translations
...
New Crowdin Translations
2025-04-24 08:45:03 -04:00
Crowdin Bot
0c8564157b
New Crowdin translations by GitHub Action
2025-04-24 12:43:11 +00:00
Vitor Pamplona
d6160ea6c2
Merge pull request #1327 from davotoula/upgrade-agp
...
upgrade agp to 8.9.2
2025-04-24 08:41:41 -04:00
David Kaspar
0fc04490fd
upgrade agp to 8.9.2
2025-04-24 10:44:11 +02:00
Vitor Pamplona
e375b09a24
Fixes missing gallery of reactions
2025-04-23 18:52:43 -04:00
Vitor Pamplona
802e04445d
Adds logging message to hunt down some slow screens
2025-04-23 17:15:21 -04:00
Vitor Pamplona
ca8faa062f
Caches translations to avoid blinking text every time the user comes back to an older screen.
2025-04-23 16:44:35 -04:00
Vitor Pamplona
d6d34b2a88
Merge branch 'main' of https://github.com/vitorpamplona/amethyst
2025-04-23 16:24:57 -04:00
Vitor Pamplona
a84371a0b3
- Restructures the old static datasource model into dynamic filter assemblers.
...
- Moves filter assemblers, viewModels and DAL classes to their own packages.
- Creates Composable observers for Users and Notes
- Deletes most of the secondary LiveData objects in the move to Flow
- Manipulates nostr filters depending on the account of the current screen, not a global account.
- Unifies all FilterAssembly lifecycle watchers to a few classes.
- Prepares to separate The Nostr Client as an Engine of Amethyst.
- Moves the pre-caching processor of new events from the datasource to the accountViewModel
- Reorganizes search to be per-screen basis
- Moves authentication to a fixed Coordinator class for all accounts in all relays.
- Moves NOTIFY command to its own coordinator class for all accounts
- Moves the connection between filters and cache to its own class.
- Significantly reduces the dependency on a single ServiceManager class.
2025-04-23 16:24:41 -04:00
Vitor Pamplona
411b49d68f
Merge pull request #1326 from vitorpamplona/l10n_crowdin_translations
...
New Crowdin Translations
2025-04-23 16:04:46 -04:00
Crowdin Bot
f8fd935a4e
New Crowdin translations by GitHub Action
2025-04-23 19:45:34 +00:00
Vitor Pamplona
62be469cd8
Merge pull request #1325 from greenart7c3/main
...
Filter special characters when decoding bech32
2025-04-23 15:44:08 -04:00
greenart7c3
b42d05ae7a
Filter unicode characters
2025-04-23 16:17:13 -03:00
Vitor Pamplona
e007a02d84
Merge pull request #1320 from davotoula/circle-around-profile-picture-in-drawer
...
contrasting circle around profile picture
2025-04-13 11:13:03 -04:00
David Kaspar
cbd5a8a7ee
contrasting circle around profile picture
...
remove unused import
2025-04-13 09:59:43 +02:00
Vitor Pamplona
fd1c5d5887
Merge pull request #1319 from davotoula/1318-profile-qr-code-screen-changes
...
corrected profile picture border colour
2025-04-12 11:18:12 -04:00
David Kaspar
043196be10
Update bug_report.md
...
Added app flavour field (play vs fdroid)
bump versions
2025-04-12 15:56:51 +01:00
David Kaspar
66927ca70c
corrected profile picture border colour
2025-04-12 16:02:35 +02:00
Vitor Pamplona
faf0f6dc1a
Updates mockk, coroutines, zoomable and vico
2025-04-10 14:06:25 -04:00
Vitor Pamplona
5abb5f2f80
Merge pull request #1317 from vitorpamplona/l10n_crowdin_translations
...
New Crowdin Translations
2025-04-10 10:00:00 -04:00
Crowdin Bot
37b84108a7
New Crowdin translations by GitHub Action
2025-04-10 13:48:08 +00:00