Commit Graph

8398 Commits

Author SHA1 Message Date
davotoula 9ef9fb4b09 amethyst lint 2025-12-14 10:20:25 +01:00
davotoula c2636e6e2f amethyst 2025-12-14 10:17:09 +01:00
davotoula 49517e2264 quartz 2025-12-14 10:12:15 +01:00
David Kaspar 86aa23ef3f Merge pull request #1603 from vitorpamplona/l10n_crowdin_translations
New Crowdin Translations
2025-12-14 09:45:45 +01:00
Crowdin Bot 49ec21c243 New Crowdin translations by GitHub Action 2025-12-14 01:45:25 +00:00
Vitor Pamplona 3f26794038 Merge pull request #1602 from DestBro/patch-1
Add iosX64 target
2025-12-13 20:44:10 -05:00
Dumitru 3c06e0ffb1 Fix typo iosX64MainTest to iosX64Test 2025-12-13 23:40:55 +01:00
Dumitru 6d7205625a Add iosX64 target 2025-12-13 23:18:47 +01:00
Vitor Pamplona 83d14bd0e3 Minor adjustments and new benchmarks 2025-12-12 19:51:41 -05:00
Vitor Pamplona 1a63b77a2f Reduce some variables 2025-12-12 19:41:12 -05:00
Vitor Pamplona 286d9c8347 Improve formatting 2025-12-12 18:24:19 -05:00
Vitor Pamplona c89ae5782e small refactoring 2025-12-12 17:45:18 -05:00
Vitor Pamplona 84eb0a9abb Adds a large array test case 2025-12-12 17:40:38 -05:00
Vitor Pamplona e1b23e8ea5 Merge branch 'main' of https://github.com/vitorpamplona/amethyst
* 'main' of https://github.com/vitorpamplona/amethyst:
  New Crowdin translations by GitHub Action
2025-12-12 17:30:57 -05:00
Vitor Pamplona 7a61217eb6 Fixes rounding loop of MurMur128 2025-12-12 17:29:49 -05:00
David Kaspar 50c7dea2bd Merge pull request #1601 from vitorpamplona/l10n_crowdin_translations
New Crowdin Translations
2025-12-12 23:29:33 +01:00
Crowdin Bot ed316fb06b New Crowdin translations by GitHub Action 2025-12-12 21:56:51 +00:00
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