Commit Graph

4157 Commits

Author SHA1 Message Date
b5faf6ffc5 Merge branch 'main' of https://github.com/vitorpamplona/amethyst 2024-06-03 11:15:07 -04:00
ad8c04b79a Loads user's relays on scrolling. 2024-06-03 11:14:33 -04:00
Crowdin Bot
c0e6273954 New Crowdin translations by GitHub Action 2024-06-03 15:04:13 +00:00
aebade21a6 Don't display zap splits when the post is short. 2024-06-03 11:02:23 -04:00
bda24c0101 Separates the Account's relay info to the UI component 2024-06-03 11:01:34 -04:00
3d0b461550 Moves Relay Stats to it's own cache.
Refactors the isLocalRelay function
Removes unnecessary onError methods from the Relay class
Moves byte counts from Int to Long
2024-06-03 10:42:00 -04:00
Crowdin Bot
f29fe3ced5 New Crowdin translations by GitHub Action 2024-06-03 12:38:46 +00:00
a8d10c22d4 Merge branch 'main' of https://github.com/vitorpamplona/amethyst 2024-06-01 16:14:47 -04:00
0c48366d56 v0.80.2 2024-06-01 16:12:49 -04:00
Crowdin Bot
d66a027270 New Crowdin translations by GitHub Action 2024-06-01 19:33:36 +00:00
f1834af506 Moves the filter for no subscriptions to the DAL 2024-06-01 15:31:43 -04:00
f26fa71e49 improves the speed of the kind filter for DVMs 2024-06-01 15:20:26 -04:00
4faee68174 Filters by supported kinds in the DVM view. 2024-06-01 15:16:35 -04:00
2326e66382 Solves race conditions when connecting to relays. 2024-06-01 15:16:18 -04:00
Crowdin Bot
f45e8d491c New Crowdin translations by GitHub Action 2024-06-01 17:17:09 +00:00
5a476cab32 v0.87.0 2024-06-01 13:15:27 -04:00
b5b0a19df5 Fixes the disappearance of the notification icon 2024-06-01 13:14:30 -04:00
Crowdin Bot
476da07d3d New Crowdin translations by GitHub Action 2024-06-01 14:55:45 +00:00
3b7344e894 v0.87.0 2024-06-01 10:53:39 -04:00
d307bb0e49 Fixes missing relays certain internal lists 2024-05-31 19:47:40 -04:00
1bbcb97d54 Fixes read status between others and the logged in user 2024-05-31 16:54:18 -04:00
3a9637ccb9 Optimizes Blurhash generation 2024-05-31 14:24:55 -04:00
071da53a6a Waits 500ms before restarting all connections. 2024-05-30 17:11:11 -04:00
9d190f93bb deactivate write for search relays (they are read only) 2024-05-30 17:10:56 -04:00
7c65a93896 - Only updates lists if they were changed.
- Refactoring RelayLists
2024-05-30 17:10:38 -04:00
d9b96d2fd5 Merge branch 'main' of https://github.com/vitorpamplona/amethyst 2024-05-30 16:20:00 -04:00
3333fdc237 Layout improvements for the relay screen 2024-05-30 16:19:52 -04:00
e178ff988d Adds NIP-50 requirements to the Search explainer. 2024-05-30 16:19:39 -04:00
a38346c7d3 Adds private outbox relays to save Draft events. 2024-05-30 16:02:21 -04:00
Crowdin Bot
71da587426 New Crowdin translations by GitHub Action 2024-05-30 19:58:38 +00:00
6ecb5ecc47
Merge pull request #889 from believethehype/main
show error messages if dvm status returns error
2024-05-30 15:57:23 -04:00
Believethehype
b2a19efcd0 show error messages, if dvm status returns error 2024-05-30 20:12:06 +02:00
1123586ef6 Uses DM Relay List to activate nip17 messages in chats. 2024-05-30 14:00:20 -04:00
ab037e61aa adds local relays to the connecting set 2024-05-30 13:51:31 -04:00
4a43b57f79 Uses NIP-65 preferably for zap requests. 2024-05-30 13:51:14 -04:00
f81c83326c Relay screen padding adjustments 2024-05-30 13:33:11 -04:00
fdd1dd1855 Adds a title to the relay settings screen 2024-05-30 12:44:29 -04:00
9f3d4db9dd Adds Local Relays to the relay list screen, saving locally in the device. 2024-05-30 12:35:24 -04:00
c23a9f8ad6 Merge branch 'main' of https://github.com/vitorpamplona/amethyst 2024-05-30 11:21:47 -04:00
36b0c8acb5 Fixing crash when calling localcache on the main thread. 2024-05-30 11:21:39 -04:00
KotlinGeekDev
942b0fa531
Merge branch 'vitorpamplona:main' into unifiedpush-updates 2024-05-30 15:07:48 +00:00
KotlinGeekDev
8ae7f31c3d Refactor getSavedDistributor(). It uses UnifiedPush.getSavedDistributor underneath to preserve pre-API change behaviour. 2024-05-30 16:04:30 +01:00
632c78792a Merge branch 'main' of https://github.com/vitorpamplona/amethyst 2024-05-30 09:55:00 -04:00
e2a719164f Migrates Kotlin and dependencies to the latest version 2024-05-30 09:48:45 -04:00
ff94f45d04 Enabling download and creation of NIP-96 file servers. 2024-05-30 09:38:33 -04:00
7e1b1c7d2c No need for experimental tag anymore. 2024-05-30 09:37:15 -04:00
Crowdin Bot
3638059c23 New Crowdin translations by GitHub Action 2024-05-30 12:41:41 +00:00
a781e733f2 improving the filter for the request id of the cached response. 2024-05-30 08:39:23 -04:00
56d6376efc
Merge pull request #886 from believethehype/main
Check if NIP90 Result exists before relying on Cache
2024-05-30 08:34:59 -04:00
Believethehype
521da9a774 check if NIP90 Result list exists before relying on Cache 2024-05-30 14:23:24 +02:00