Commit Graph

5475 Commits

Author SHA1 Message Date
89638ff261 Deletes all events in maximum chunks of 200 elements to avoid the 65KB stringified JSON limit of many relays. 2024-08-09 14:35:00 -04:00
27d2e2309a Fixes the clickable regions to open additional relay info on the relay list dialog. 2024-08-09 13:44:44 -04:00
7eaa553ebe Allows users to select and copy the notice from the relay on the relay list dialog 2024-08-09 13:43:53 -04:00
d8f084f886
Merge pull request #1009 from vitorpamplona/l10n_crowdin_translations
New Crowdin Translations
2024-08-08 18:37:10 -04:00
Crowdin Bot
5c5a23dfbb New Crowdin translations by GitHub Action 2024-08-08 22:30:34 +00:00
282d4614c0 Adds zap amount cache for the memory space calculations 2024-08-08 18:19:48 -04:00
8ed78ea38f Marks username as deprecated 2024-08-08 18:18:54 -04:00
2e7b7c5c00 improves wording on the name of relays 2024-08-08 14:35:45 -04:00
68cad97819 Reducing the amount of CPU memory used for images to the default. 2024-08-08 11:51:35 -04:00
02f7b54661 Updates translate dependencies 2024-08-08 08:31:38 -04:00
e887232132 v0.89.9 2024-08-07 18:39:02 -04:00
7bcf4e3750 Removes logs from previous commit 2024-08-07 18:34:38 -04:00
ed0676a5f5 Fixes the order of bookmarks (keeps the order of the event, instead of the created at) 2024-08-07 18:24:35 -04:00
f731c654b0 Improves the async rendering of Base64 content 2024-08-07 18:24:14 -04:00
b026bffe4a Moves discovery and video lists to Outbox when Follows or relay lists are selected 2024-08-07 16:39:24 -04:00
a1aaec0b7d Adds support for selecting authors based on their Outbox relays when searching for notes authored by them 2024-08-07 15:46:27 -04:00
6f59097ac0 Aligns default note comparator to NIP-01's created at descending and then by id ascending 2024-08-07 15:44:35 -04:00
263df0c895 Renames PerRelayFilter to SincePerRelay
Creates PerRelay interface to allow other types of filters
2024-08-07 15:44:03 -04:00
1ca5713494
Merge pull request #1008 from vitorpamplona/l10n_crowdin_translations
New Crowdin Translations
2024-08-07 12:57:34 -04:00
Crowdin Bot
b706c4e871 New Crowdin translations by GitHub Action 2024-08-07 16:04:54 +00:00
e8574c10bb Keep them public to allow testing in these particular functions 2024-08-07 12:02:48 -04:00
7cb87ea9c5 Refactors to use native contains instead of custom lambdas on Ammolite's Filter 2024-08-07 11:58:00 -04:00
07e5132943 Refactors Ammolite Filters to be regular ones and creates a PerRelayFilter for the use on Amethyst. 2024-08-07 11:40:01 -04:00
2b1e3cfc93 Renames the MinimumRelayList to RecommendationProcessor 2024-08-07 11:39:14 -04:00
c17e1f0e1f removes logs from previous commit 2024-08-06 17:14:22 -04:00
e88d1d0d00 Adds haptic feedback to draft deletion swipe 2024-08-06 17:13:06 -04:00
5fdff97cf8 Moves the ContactList cache lists to AccountViewModel, where it can be disposed more efficiently. 2024-08-06 15:36:04 -04:00
e5328d7975 Improves the accuracy of the Event memory counter. 2024-08-06 15:35:14 -04:00
71b45b96fb Adds event factory performance test 2024-08-06 11:04:30 -04:00
dee28f3aa8
Merge pull request #1006 from vitorpamplona/l10n_crowdin_translations
New Crowdin Translations
2024-08-05 17:26:13 -04:00
Crowdin Bot
3a118bb939 New Crowdin translations by GitHub Action 2024-08-05 20:59:07 +00:00
971c92b27a Adds extension possibility to Quartz's event factory 2024-08-05 16:57:21 -04:00
4c70065843 Moves DataSource dispatcher from IO to Default 2024-08-05 16:02:35 -04:00
eab69337ff Merge branch 'main' of https://github.com/vitorpamplona/amethyst 2024-08-05 16:02:19 -04:00
ab772eb65e Makes stringRes Stable for compose 2024-08-05 15:48:06 -04:00
7a6720a7ab
Merge pull request #1005 from vitorpamplona/l10n_crowdin_translations
New Crowdin Translations
2024-08-05 15:31:47 -04:00
Crowdin Bot
0f3dc18f7a New Crowdin translations by GitHub Action 2024-08-05 19:16:01 +00:00
84df86f4b6 Removes mutiny NWC button :( 2024-08-05 15:13:35 -04:00
a0289a0cb4 Moves Relay viewModels to Default thread 2024-08-05 15:08:08 -04:00
3c034ca8af v0.89.8 2024-08-02 16:34:51 -04:00
0c8c3003aa
Merge pull request #1004 from vitorpamplona/l10n_crowdin_translations
New Crowdin Translations
2024-08-02 13:37:05 -04:00
Crowdin Bot
919dabfefa New Crowdin translations by GitHub Action 2024-08-02 16:39:19 +00:00
fd06193e93 Notifies relay failures after marking them as closed. 2024-08-02 12:36:54 -04:00
b02fa43628 Print relay writes on benchmark as well. 2024-08-02 12:35:52 -04:00
7fdf38d17b Normalizes logs for the DataSources 2024-08-02 12:35:25 -04:00
63e036a9bb Minimizes relay updates when rotating status events for each user. 2024-08-02 12:32:44 -04:00
fc98442f8b Adds support for CashuB tokens using CBOR 2024-07-31 17:36:48 -04:00
3bbb780d2b Simplifies the drawing of gallery entires without e tags. 2024-07-31 16:02:18 -04:00
42ceb0c404 Fixes test case for ImageUploaders 2024-07-31 15:59:07 -04:00
046bd7a0e9
Merge pull request #1003 from greenart7c3/main
Add delete all drafts button
2024-07-31 14:58:26 -04:00