Commit Graph

3950 Commits

Author SHA1 Message Date
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
e8cae710c7
Merge pull request #726 from vitorpamplona/l10n_crowdin_translations
New Crowdin Translations
2023-12-19 16:46:57 -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
5f581c2f5e
Merge pull request #722 from vitorpamplona/l10n_crowdin_translations
New Crowdin Translations
2023-12-17 19:43:23 -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
fe3a0568f2
Update README.md
Fixing the todo list in readme
2023-12-15 18:46:52 -05:00
56252d33f1 Updated Readme with the new refactorings from the NIP repo. 2023-12-15 18:38:06 -05:00
fccfb2aaba Support for NIP-31 alt tags 2023-12-15 18:19:37 -05:00
7b55b69c12 Adds a k tag to reactions 2023-12-15 18:00:26 -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
dd8904de15 Merge branch 'main' of https://github.com/vitorpamplona/amethyst 2023-12-14 18:45:42 -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
68506fd6af Avoiding the creation of new sets when looping through maps in User and Note 2023-12-14 18:31:00 -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
fb280650a5 Ignore app insights local settings for Android studio 2023-12-14 11:03:33 -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
9554b36f80 Updates secp256k1 lib 2023-12-14 10:38:41 -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