Commit Graph

3506 Commits

Author SHA1 Message Date
ec4981852b Fixing the zap of live streams to go to the Host and not the pubkey in the event. 2023-12-27 16:59:28 -05:00
Crowdin Bot
78616c07b1 New Crowdin translations by GitHub Action 2023-12-27 16:25:05 +00:00
73eff8a6c3 Merge branch 'main' of https://github.com/vitorpamplona/amethyst 2023-12-27 11:23:06 -05:00
1cedc8a6c8 Fixes reconnecting issue when DataSources were not active and become active later. 2023-12-26 18:01:31 -05:00
Crowdin Bot
adc4599adf New Crowdin translations by GitHub Action 2023-12-26 19:47:28 +00:00
8ed960530c Updates dependencies. 2023-12-26 14:43:01 -05:00
8f13a76870 v0.83.3 2023-12-23 17:45:56 -05:00
adaab4ced8 v0.83.2 2023-12-23 17:33:47 -05:00
5a2e149fa0 No need to remember simple state. 2023-12-23 17:28:04 -05:00
560c1f797c Performance: Reuse of modifiers in ReactionRow and Column 2023-12-23 16:28:02 -05:00
2d5be92f34 Performance: Improving the use or remember, less jittering when scrolling. 2023-12-23 15:28:04 -05:00
e9285fdac0 Simplifying the reaction row zap click. 2023-12-23 12:37:10 -05:00
4f12c127af Adds party, thinking and shock emoji to the default set 2023-12-23 12:04:41 -05:00
be7522382f Adds a log to debug notification receipts in production. 2023-12-23 11:38:11 -05:00
987fb02be1 Fixes relay icon size 2023-12-23 11:27:03 -05:00
bbd8a34f44 Initial refactoring of the elements within a post. 2023-12-22 19:44:01 -05:00
159228972c Finishing the refactoring of Optout filters 2023-12-22 14:07:37 -05:00
2a65944eeb Removing unused parameter in this class. 2023-12-22 14:00:47 -05:00
e7902c4565 Testing new version 2023-12-22 13:49:29 -05:00
Crowdin Bot
5fc197a40b New Crowdin translations by GitHub Action 2023-12-22 16:35:48 +00:00
64608f771e v0.83.0 2023-12-22 11:33:40 -05:00
a9cebaf3d9 Merge branch 'main' of https://github.com/vitorpamplona/amethyst 2023-12-22 11:33:13 -05:00
6c33dae498 Small refactoring before release. 2023-12-22 11:32:54 -05:00
35cd9cb6c5 Starts relay observers with a non null value 2023-12-22 09:15:21 -05:00
2ce16325a1 Improving the memory use of hashmaps 2023-12-21 15:26:01 -05:00
Crowdin Bot
34737be5eb New Crowdin translations by GitHub Action 2023-12-21 15:57:34 +00:00
6fb5c873cc Removes signingConfig for debug 2023-12-21 10:52:46 -05:00
e0ffba5295 Merge branch 'main' of https://github.com/vitorpamplona/amethyst 2023-12-21 08:53:29 -05:00
b223cc4028 updates okhttp 2023-12-20 19:19:58 -05:00
Crowdin Bot
550a9abdbb New Crowdin translations by GitHub Action 2023-12-20 23:09:16 +00:00
a121d1b301 Merge branch 'main' of https://github.com/vitorpamplona/amethyst 2023-12-20 18:07:46 -05:00
e794ff44a1 Moves to NIP-44v2 2023-12-20 18:07:37 -05:00
a22b6db130 Avoids Concurrent Modification Exception 2023-12-20 14:55:12 -05:00
1f7fc236db Fixes thread test 2023-12-20 12:47:28 -05:00
1edaea7905 Fix image uploader test 2023-12-20 11:46:44 -05:00
Crowdin Bot
489d92f9bb New Crowdin translations by GitHub Action 2023-12-19 21:29:59 +00:00
4d4c568afc Updates dependencies 2023-12-19 15:54:18 -05:00
e452c33a98 Uses primitive instead of object for Float 2023-12-19 15:54:10 -05:00
fdfd875580 Merge branch 'main' of https://github.com/vitorpamplona/amethyst 2023-12-19 15:53:43 -05:00
a6e8ee20ae Improves the performance of Robohash 2023-12-19 15:46:55 -05:00
065dba2431 Add a less memory intensive timeAgo calculation 2023-12-19 15:46:36 -05:00
Crowdin Bot
f7bfb68e7c New Crowdin translations by GitHub Action 2023-12-17 23:54:58 +00:00
2371e0678a Reusing SessionToken for all Playback connections 2023-12-17 18:44:18 -05:00
97c78aaa3c Moves the creation of the MediaItem to a thread. 2023-12-17 17:26:53 -05:00
9026c877ac - Adds i18n for error messages when uploading images.
- Forces nip95 to be under 80Kb
- Fixes bug that wouldn't show an error when uploading images in the reels page.
- Only saves default server if not NIP95
2023-12-17 17:26:17 -05:00
238ade9ccb Removes unused translation phrases. 2023-12-17 14:33:08 -05:00
016bd1ed81 Does apply the video's dimensions when the user has selected to not automatically start the playback 2023-12-17 14:30:04 -05:00
ed21d4cafb Detecting images by pinging the server instead of relying on the url. 2023-12-16 11:55:09 -05:00
ecc0f39f7d Moves relay modifiers to the app's theme 2023-12-16 11:42:11 -05:00
26846fa91a Refining recompositions of Route. 2023-12-15 22:21:43 -05:00
fccfb2aaba Support for NIP-31 alt tags 2023-12-15 18:19:37 -05:00
23fad2a818 removing some old time measuring code for additional performance. 2023-12-15 15:30:16 -05:00
2dc23b601a Performance: uses primitive instead of the wrapped object. 2023-12-15 14:58:57 -05:00
504980d263 Fixes bug with cropped joinToString 2023-12-14 20:17:38 -05:00
7cf7c9f082 Refactoring 2023-12-14 18:56:53 -05:00
d1c43f8147 Avoiding the creation of new sets when looping through maps in User and Note 2023-12-14 18:42:36 -05:00
b795ca06d1 Avoids creating another keySet. 2023-12-14 17:41:50 -05:00
8695acb742 No need to recreate Sets. 2023-12-14 17:41:25 -05:00
ed491f5e3a Avoids recreating the EOSE array when changing filters. 2023-12-14 15:52:52 -05:00
3a76c2a2de Minor refactoring 2023-12-14 15:02:49 -05:00
91b3b9e0e9 Moves to a less memory intensive way to send filters to the server. 2023-12-14 14:33:15 -05:00
e4baebf2f9 Must be on main. 2023-12-14 11:02:55 -05:00
1a33da2537 Moving buildConfig to DSL 2023-12-14 10:45:14 -05:00
3734ee58ea Disabling log messages 2023-12-14 10:39:16 -05:00
5225c6ad07 v0.82.3 2023-12-13 18:57:16 -05:00
c7be0e4a95 Memory improvements on relay lists and LiveData objects 2023-12-13 18:51:30 -05:00
d4f060d509 Improvements to the rendering of chat headers 2023-12-13 18:50:36 -05:00
9ba9ddee50 Using the new ChatHeader layout 2023-12-13 15:23:46 -05:00
7bbdd5e877 Avoid remembering Modifier 2023-12-13 15:23:32 -05:00
6cc65ce84a Avoid remembering Modifier 2023-12-13 15:22:23 -05:00
6c711f8acc v0.82.2 2023-12-13 12:10:06 -05:00
acefff80ee - Fixes the transition between short preview and full text on markdown.
- Adds NIP-44 metatags to markdown rendering.
- Adds background video rendering on markdown
- Refactors a few class names.
2023-12-13 12:09:59 -05:00
0e5b5d657f Calculate the text width of a space outside a composable. 2023-12-12 20:31:03 -05:00
c2532322fd Fixing the image link classification with uppercase extensions. 2023-12-12 20:29:28 -05:00
dc73aec334 No need to remember this. 2023-12-12 18:57:14 -05:00
be9100dc5e Minor refactoring. 2023-12-12 18:00:02 -05:00
b2e35cdb3e v0.82.1 2023-12-12 11:20:33 -05:00
827e168bf2 Fixing minification issue on release. 2023-12-12 11:16:46 -05:00
a14d4e6f4e v0.82.0 2023-12-12 09:32:59 -05:00
de61c0350e Merge branch 'main' of https://github.com/vitorpamplona/amethyst 2023-12-12 09:31:25 -05:00
3e3c97076d Formatting 2023-12-12 09:31:14 -05:00
f62c986016 Improving sizes of blurhashes 2023-12-12 08:50:11 -05:00
Crowdin Bot
042394796a New Crowdin translations by GitHub Action 2023-12-12 13:44:16 +00:00
bfce57f686 Improving the video switching from blurhash to video 2023-12-11 19:58:29 -05:00
5bb983ba5a Adding blurhash when images are not supposed to be downloaded. 2023-12-11 17:57:19 -05:00
debae02421 Improves the rendering of inline metadata 2023-12-11 16:22:01 -05:00
6fe93fdf33 Reverting image comment 2023-12-11 14:26:28 -05:00
3d225423ef Adds support for nip54 2023-12-11 12:51:53 -05:00
49e1da8812 Spacing 2023-12-11 12:50:44 -05:00
04addc4cba Adds support for the FileServers kind 2023-12-10 21:27:47 -05:00
c5cf2c5442 Adding the delete option for NIP-96 2023-12-10 21:21:00 -05:00
e5af34efca Merge branch 'main' of https://github.com/vitorpamplona/amethyst 2023-12-08 22:08:30 -05:00
b3bdbbed98 - Migrates the old imageservers to NIP-96 for the main feed, chats, private messages, stories and user metadata uploads.
- Fixes hash calculation of the entire payload.
- Unifies uploads into NIP-94 images.
2023-12-08 22:08:19 -05:00
Crowdin Bot
4248fadc69 New Crowdin translations by GitHub Action 2023-12-09 00:45:17 +00:00
Crowdin Bot
1d67af328a New Crowdin translations by GitHub Action 2023-12-08 16:23:27 +00:00
26273270ba
Merge branch 'main' into tr 2023-12-08 11:21:46 -05:00
db3824c3c7 New Cashu Redeeming card. 2023-12-06 18:43:54 -05:00
d6de1d03d8 Merge branch 'main' of https://github.com/vitorpamplona/amethyst 2023-12-06 15:40:05 -05:00
8e4b7c66b5 Adds a UserAgent to all HTTP requests. 2023-12-06 15:40:01 -05:00
45c750069a Refactoring the update of channel information. 2023-12-06 15:38:31 -05:00