Commit Graph

8381 Commits

Author SHA1 Message Date
Vitor Pamplona 95723479d6 Adds MurMur3128bits for x64 2025-12-12 16:54:34 -05:00
Vitor Pamplona 5c01aaf996 Upgrades AGP 2025-12-12 13:25:29 -05:00
Vitor Pamplona 25e9313d17 Reverts interning of all tag sizes due to significant gains in memory usage from large duplicated tags, like r tags with urls 2025-12-11 18:26:27 -05:00
Vitor Pamplona 9bd07468c2 deletes db before tests 2025-12-11 17:13:51 -05:00
Vitor Pamplona 39eed5d85a reformatting 2025-12-11 17:09:03 -05:00
Vitor Pamplona ee972cff35 reverts db deletions to avoid conflicts with the open file 2025-12-09 18:02:26 -05:00
Vitor Pamplona b06f80e862 Merge branch 'main' of https://github.com/vitorpamplona/amethyst
* 'main' of https://github.com/vitorpamplona/amethyst:
  Offers support for external transactions Offers support for indexing strategies for tags
2025-12-09 17:28:43 -05:00
Vitor Pamplona d0efe26ce7 Offers support for external transactions
Offers support for indexing strategies for tags
2025-12-09 17:28:33 -05:00
Vitor Pamplona 26a764a634 Offers support for external transactions
Offers support for indexing strategies for tags
2025-12-09 17:15:22 -05:00
Vitor Pamplona bcebac529b Merge branch 'main' of https://github.com/vitorpamplona/amethyst
* 'main' of https://github.com/vitorpamplona/amethyst:
  New Crowdin translations by GitHub Action
2025-12-09 11:02:50 -05:00
Vitor Pamplona fc03d8032e Activates recomposition logging in the application class 2025-12-09 11:02:36 -05:00
Vitor Pamplona 15ee49282d Adds the stability plugin to allow traces in debug 2025-12-09 11:01:03 -05:00
Vitor Pamplona ac41580ef7 Merge pull request #1599 from vitorpamplona/l10n_crowdin_translations
New Crowdin Translations
2025-12-09 10:38:41 -05:00
Crowdin Bot 516c7c93ae New Crowdin translations by GitHub Action 2025-12-09 14:52:11 +00:00
Vitor Pamplona d268577443 Adds the missing when clauses due to the change in reports. 2025-12-09 09:49:18 -05:00
Vitor Pamplona d3fb507faa Reducing the need to intern large tags 2025-12-09 09:37:49 -05:00
Vitor Pamplona f4a0cd5af3 The number of params varies but a good limit seems to be 1000. This breaks the tag insert into many 1000 param inserts 2025-12-09 09:20:17 -05:00
Vitor Pamplona e44322adaa Speeds up db deletions 2025-12-09 09:05:37 -05:00
Vitor Pamplona 98e818cc60 Merge branch 'main' of https://github.com/vitorpamplona/amethyst
* 'main' of https://github.com/vitorpamplona/amethyst:
  New Crowdin translations by GitHub Action
2025-12-08 20:00:12 -05:00
Vitor Pamplona 03f13eeb4b Improved support for random report types coming from AI 2025-12-08 19:59:59 -05:00
David Kaspar 23747a9334 Merge pull request #1597 from vitorpamplona/l10n_crowdin_translations
New Crowdin Translations
2025-12-04 22:47:58 +01:00
Crowdin Bot 5dea9e3cef New Crowdin translations by GitHub Action 2025-12-04 19:44:01 +00:00
Vitor Pamplona 0abc631773 - Removes compose bom from Quartz to avoid unnecessary dependencies.
- Removes old datetime dependencies from Quartz
- Moves compose.runtime dependencies to compose.runtime.annotation
- Adds dependency on coroutines directly (instead of through compose runtime)
- Removes old secp256 target dependencies
- Adds Default scope for NostrClient and Relay Authenticator
- Updates readme
2025-12-04 14:41:33 -05:00
Vitor Pamplona 03633c70ca Adds link to quartz versions in the readme 2025-12-03 15:24:32 -05:00
Vitor Pamplona 67eb47adb1 Updates Tor, Compose, Activity 2025-12-03 15:23:47 -05:00
Vitor Pamplona 0cea52ca80 Shows WoT Followers in each user profile 2025-12-02 19:23:13 -05:00
Vitor Pamplona e7c1925c76 Shows WoT Followers 2025-12-02 19:15:51 -05:00
Vitor Pamplona bb77163955 Adds WoT scores for public chat and live stream screens 2025-12-02 18:56:07 -05:00
Vitor Pamplona cc679e3d6b Using banner without the user header for Follow packs because the user is already listed in the bottom of the card. 2025-12-02 18:33:10 -05:00
Vitor Pamplona 1125c4e8f5 Creates a new size for the score tag due to the size of DM Group headers 2025-12-02 18:20:06 -05:00
Vitor Pamplona aa1aaeea38 Adds scores to the notification cards 2025-12-02 18:07:29 -05:00
Vitor Pamplona 742fa14286 Fixes size of the score in the dm screen 2025-12-02 17:35:41 -05:00
Vitor Pamplona 7f741260d1 Adds a cache system for WoT scores 2025-12-02 16:59:16 -05:00
Vitor Pamplona 9e1f863a67 Refactoring 2025-12-02 16:53:47 -05:00
Vitor Pamplona 72dc9368fb Fixes missing emit for null events 2025-12-02 16:05:23 -05:00
Vitor Pamplona 71dc25099e Merge branch 'main' of https://github.com/vitorpamplona/amethyst
* 'main' of https://github.com/vitorpamplona/amethyst:
  fix lint warnings
  add custom serializer that accepts both single integers and arrays add tests
  New Crowdin translations by GitHub Action
  updated cz, de, pt, sv
2025-12-02 15:16:39 -05:00
Vitor Pamplona ab44d5daf5 Removing the generalist approach of ptag-mentions 2025-12-02 15:16:14 -05:00
Vitor Pamplona e6861ea988 Removes expired addressable events. 2025-12-02 15:13:29 -05:00
Vitor Pamplona 62bf7db348 Adds the about user proerty of Contact Card 2025-12-02 15:07:07 -05:00
Vitor Pamplona 0a76405d90 Merge pull request #1596 from davotoula/bugfix-Unexpected-JSON-token
Bugfix: unexpected json token
2025-12-02 08:55:00 -05:00
davotoula 70b36d64b5 fix lint warnings 2025-12-02 12:57:56 +01:00
davotoula 24bd1d0c97 add custom serializer that accepts both single integers and arrays
add tests
2025-12-02 12:53:51 +01:00
David Kaspar e41c3284ff Merge pull request #1595 from vitorpamplona/l10n_crowdin_translations
New Crowdin Translations
2025-12-02 12:28:52 +01:00
Crowdin Bot 03b646cb33 New Crowdin translations by GitHub Action 2025-12-02 09:28:01 +00:00
David Kaspar 80593e28db Merge pull request #1594 from davotoula/update-translations
updated cz, de, pt, sv
2025-12-02 10:26:32 +01:00
davotoula 9435ba9b14 updated cz, de, pt, sv 2025-12-02 10:15:06 +01:00
Vitor Pamplona 39223f0270 Merge branch 'main' of https://github.com/vitorpamplona/amethyst
* 'main' of https://github.com/vitorpamplona/amethyst:
  New Crowdin translations by GitHub Action
2025-12-01 18:19:18 -05:00
Vitor Pamplona 4332f311b3 - Removing user reports flow
- Integrates LocalCache.consume report into the consumeRegularEvent practice
2025-12-01 18:16:37 -05:00
Vitor Pamplona 3d984d8917 Merge pull request #1593 from vitorpamplona/l10n_crowdin_translations
New Crowdin Translations
2025-12-01 17:52:48 -05:00
Crowdin Bot 30b6fff4d4 New Crowdin translations by GitHub Action 2025-12-01 22:51:23 +00:00