Commit Graph

7408 Commits

Author SHA1 Message Date
Vitor Pamplona
fe19b8b4af Merge pull request #1405 from vitorpamplona/l10n_crowdin_translations
New Crowdin Translations
2025-08-07 14:37:59 -04:00
Crowdin Bot
3532a0cadd New Crowdin translations by GitHub Action 2025-08-07 18:27:02 +00:00
Vitor Pamplona
58277d9697 Moves build tools of github actions to 36 2025-08-07 14:24:45 -04:00
Vitor Pamplona
cf76ab9f0e Merge branch 'main' of https://github.com/vitorpamplona/amethyst 2025-08-07 10:13:18 -04:00
Vitor Pamplona
51d7fa3aac Fixes missing method on build 2025-08-07 10:09:43 -04:00
Vitor Pamplona
10832e10c8 Fixes the background color behind the show more button on light mode 2025-08-07 09:50:20 -04:00
David Kaspar
1fce054c9f Merge pull request #1404 from vitorpamplona/l10n_crowdin_translations
New Crowdin Translations
2025-08-07 15:27:14 +02:00
Crowdin Bot
f7b3dada05 New Crowdin translations by GitHub Action 2025-08-07 13:25:23 +00:00
Vitor Pamplona
f35376a7da Small refactoring 2025-08-06 19:13:15 -04:00
Vitor Pamplona
d0f3630abb Changes to show the user name before the text on public messages. 2025-08-06 18:26:11 -04:00
Vitor Pamplona
d22fc2874b Don't show public messages on the feed, just on notifications 2025-08-06 18:25:20 -04:00
Vitor Pamplona
23b3ff9fe8 Adds missing methods to display as Public message 2025-08-06 18:09:14 -04:00
Vitor Pamplona
52ac0c184d Passes reply preview to the new Public message screen 2025-08-06 18:07:30 -04:00
Vitor Pamplona
923ddf1c83 Shows all public message events on conversations 2025-08-06 18:05:14 -04:00
Vitor Pamplona
cc186ef91b Fixes route maker 2025-08-06 18:04:44 -04:00
Vitor Pamplona
02def3e0b1 Doesn't pass deleted drafts ahead to the indexer anymore. It's not needed. 2025-08-06 18:02:54 -04:00
Vitor Pamplona
036b385f38 Adds a check for deletion before processing inner posts 2025-08-06 18:02:26 -04:00
Vitor Pamplona
fdff92dff9 New Public Message screen: to field should get focus if it is empty, otherwise the message field should have the focus 2025-08-06 18:01:19 -04:00
Vitor Pamplona
8c854c43be Adds p-tags to the display of public messages so that users know they are being cited 2025-08-06 17:58:51 -04:00
Vitor Pamplona
d707a951c3 Adds an option to pass a request focus parameter to the MessageField in new post screens 2025-08-06 17:58:18 -04:00
Vitor Pamplona
b1566d8f8b Update log descriptions to match the new deleted flow 2025-08-06 17:57:46 -04:00
Vitor Pamplona
481db7ebeb Loads and shows public messages in the user's profile as replies to others 2025-08-06 17:57:06 -04:00
Vitor Pamplona
a18c6c0bc8 Shows public messages in the profile's mutual feed 2025-08-06 17:56:26 -04:00
Vitor Pamplona
4d6f6d0ed5 removes a launch call from an already launched coroutine 2025-08-06 17:55:52 -04:00
Vitor Pamplona
1b043603f9 Adds a method to create nprofiles without creating a relay list first 2025-08-06 17:54:34 -04:00
Vitor Pamplona
dddc9e1346 Simplifies the startWith check 2025-08-06 17:13:37 -04:00
Vitor Pamplona
b5662fd05a normalizes the parameter name across all adaptive filters 2025-08-06 14:09:06 -04:00
Vitor Pamplona
726f9e2f4f Moves target compatibility to java 21 2025-08-06 14:07:51 -04:00
Vitor Pamplona
ca55472010 Increases the limit for notification events to fill up a week's worth of inbox 2025-08-06 13:20:00 -04:00
Vitor Pamplona
71bbae2f9b Simple refactoring 2025-08-06 13:18:45 -04:00
Vitor Pamplona
1971956443 Setting up the boundary for one week ago for notifications 2025-08-06 13:18:13 -04:00
Vitor Pamplona
282935c5f3 Adds search relays as fallback for event finding activities 2025-08-06 08:55:35 -04:00
Vitor Pamplona
d4d7d58378 Maybe separate assemblies work 2025-08-05 17:42:57 -04:00
Vitor Pamplona
5d1e3e804f Trying to see if we can get benchmark flavors out of github actions 2025-08-05 17:20:25 -04:00
Vitor Pamplona
9475978612 Fixes background of transparent posts. 2025-08-05 16:42:13 -04:00
Vitor Pamplona
c32a64fbfe avoids indexing via DraftTags and removes notes from the reply list when they get updated. 2025-08-05 16:30:36 -04:00
Vitor Pamplona
da40de49cd Refactors the DecryptAndIndex to avoid a service class 2025-08-05 16:30:00 -04:00
Vitor Pamplona
e237853a8f Making the new signer work for readonly accounts 2025-08-05 16:06:52 -04:00
Vitor Pamplona
63f62167a4 Simplifying the refactoring of the DecryptAndIndexProcessor 2025-08-05 15:04:23 -04:00
Vitor Pamplona
4675212e1d Merge branch 'main' of https://github.com/vitorpamplona/amethyst 2025-08-05 12:06:17 -04:00
Vitor Pamplona
f1b15cc3c5 Cleaning up the saving draft concurrency issues. 2025-08-05 11:48:02 -04:00
Vitor Pamplona
a747f25906 Adds exception handlers for managed coroutine scopes 2025-08-05 11:47:03 -04:00
Vitor Pamplona
e72ae565d3 Adds an extra catch in case there is a decryption error 2025-08-05 11:46:29 -04:00
Vitor Pamplona
be41627c2b Fixes geohash cache saving 2025-08-05 10:45:20 -04:00
Vitor Pamplona
426378a7ee Merge pull request #1402 from vitorpamplona/l10n_crowdin_translations
New Crowdin Translations
2025-08-05 09:55:06 -04:00
Crowdin Bot
f9efc0ae2d New Crowdin translations by GitHub Action 2025-08-05 13:51:50 +00:00
Vitor Pamplona
09dfa79dea Merge pull request #1395 from davotoula/refactor-decrypt-and-index-processor-light
Refactor decrypt and index processor
2025-08-05 09:50:12 -04:00
Vitor Pamplona
8af955ce20 Adds an extra layer on the url normalization cache to avoid recomputing failed attempts before. 2025-08-04 18:18:39 -04:00
Vitor Pamplona
5b0fccb9e0 Merge pull request #1401 from vitorpamplona/l10n_crowdin_translations
New Crowdin Translations
2025-08-04 11:44:47 -04:00
Crowdin Bot
bef607ec41 New Crowdin translations by GitHub Action 2025-08-04 15:14:07 +00:00