Commit Graph

5088 Commits

Author SHA1 Message Date
Crowdin Bot
c1875e1389 New Crowdin translations by GitHub Action 2024-06-11 14:03:00 +00:00
3a63c1d1ab Fixes alignment of reactions 2024-06-11 10:00:26 -04:00
609faf245a Reverts save button 2024-06-10 20:01:37 -04:00
bfd28c4b44 Reverts save button 2024-06-10 20:01:11 -04:00
70a8488f12
Merge pull request #907 from vitorpamplona/l10n_crowdin_translations
New Crowdin Translations
2024-06-10 19:59:47 -04:00
Crowdin Bot
cda6e4722c New Crowdin translations by GitHub Action 2024-06-10 23:54:07 +00:00
c4ecf85618 Reverting the spotlight on the Save button 2024-06-10 19:51:52 -04:00
6ed1f9d369
Merge pull request #906 from vitorpamplona/l10n_crowdin_translations
New Crowdin Translations
2024-06-10 09:59:32 -04:00
Crowdin Bot
aea765ec54 New Crowdin translations by GitHub Action 2024-06-10 13:52:45 +00:00
165c3bb852 Fixes not centered Blank Notes 2024-06-10 09:50:37 -04:00
2e9683491f Fixes scrollable drawer for all screen sizes 2024-06-10 09:50:24 -04:00
eea8b99622 v0.87.6 2024-06-07 20:16:52 -04:00
0db6a0d27b Fixes relay drops and difficulty in connecting.
Refactors the use of relay objects to avoid creating full state relay connections only once
2024-06-07 20:13:15 -04:00
723e575b4b Fixes the LazyColumn for Hashtags on Profile 2024-06-07 19:28:20 -04:00
b182d409b6 Fixes benchmark tests 2024-06-07 18:50:32 -04:00
043e37030e Merge branch 'main' of https://github.com/vitorpamplona/amethyst 2024-06-07 13:46:11 -04:00
8d730040b8 Improved description for public inbox 2024-06-07 13:46:04 -04:00
794a300c74
Merge pull request #904 from vitorpamplona/l10n_crowdin_translations
New Crowdin Translations
2024-06-07 12:42:58 -04:00
Crowdin Bot
91fd490ab7 New Crowdin translations by GitHub Action 2024-06-07 15:54:44 +00:00
0e1de03db8 Only updates video position when the video is ready to play 2024-06-07 11:52:39 -04:00
7906a94ca0 Moves the video release to a thread without damaging ON_PAUSE, ON_RELEASE order. 2024-06-07 11:42:15 -04:00
6ce019a86a Larger search limits for profiles 2024-06-07 10:37:13 -04:00
d8939779e8 Improves UI buttons of the Image Dialog 2024-06-07 10:36:56 -04:00
313d87a58b Removes debug marker 2024-06-06 18:43:11 -04:00
057e61bfe1 Merge branch 'main' of https://github.com/vitorpamplona/amethyst 2024-06-06 18:39:48 -04:00
c94c882c3a restructures video and image views to avoid buttons getting on top of one another. 2024-06-06 18:39:39 -04:00
673f632563 Refactoring 2024-06-06 12:43:59 -04:00
1a56b2bf68 Log messages when saving to disk. 2024-06-05 18:21:20 -04:00
2e9964e0e8
Merge pull request #903 from vitorpamplona/l10n_crowdin_translations
New Crowdin Translations
2024-06-05 16:37:28 -04:00
Crowdin Bot
b80eb32991 New Crowdin translations by GitHub Action 2024-06-05 20:30:27 +00:00
ad281c7607 BugFix crashing with old keyboards: Forces transformations to have middle positions before the last cursor position. 2024-06-05 16:28:44 -04:00
3c1a918b2d Moving attestations local cache to a flow 2024-06-05 13:24:31 -04:00
53e6677558 Adds Hashtag search and display to Reposted Notes. 2024-06-05 11:58:02 -04:00
b8deb34544 Avoid using DM relays to get chats 2024-06-05 09:34:03 -04:00
d9cffa87ef When broadcasting privately, avoids keeping the connection open for other activities. 2024-06-05 08:33:11 -04:00
ae418f9d45 v0.87.5 2024-06-04 18:46:45 -04:00
d10b4c6bde - Re-normalizes all relays urls before connecting to reduce duplications
- Normalizes all new relays in the edit screens.
2024-06-04 18:30:01 -04:00
f1e516662c Adds flare.pub videos to the media tab on Amethyst 2024-06-04 17:12:14 -04:00
1bf8165641 Improving the detection of image types on the Media Feed. 2024-06-04 16:38:31 -04:00
807af3b613 Merge branch 'main' of https://github.com/vitorpamplona/amethyst 2024-06-04 16:01:50 -04:00
e36ec0a0a3 removes extra char on xml 2024-06-04 16:01:37 -04:00
3172b69271
Merge pull request #902 from vitorpamplona/l10n_crowdin_translations
New Crowdin Translations
2024-06-04 15:55:27 -04:00
Crowdin Bot
81ee13bebc New Crowdin translations by GitHub Action 2024-06-04 19:47:45 +00:00
a6a8138c7f - Performance Improvements: Simplifies intrinsic size calculations for Image Previews and Videos
- Improves rendering of chat messages
- Fixes the jittering from resizing Videos and Images during loading.
- Fixes video cut off when loading
- Fixes blurhash covering videos in landscape
- Fixes landscape video centralization
- Fixes chat using Two Pane layout for landscape and regular for portrait
2024-06-04 15:45:59 -04:00
16142f61b8 normalization refactoring 2024-06-04 10:54:06 -04:00
7193228dd2 Fixes size of the incognitoIcon on chat messages 2024-06-03 19:32:46 -04:00
29b8f6916b v0.87.4 2024-06-03 17:29:43 -04:00
a6519d57c6 Passes the video note uri so that when the user clicks in the video popup the app brings it back to the playing screen without breaking the video. 2024-06-03 17:26:40 -04:00
2b2ee5bbfc Avoids using Video Cache for live streams. 2024-06-03 17:18:38 -04:00
62a6b7b7e0 Fixes video stream position for live streams. 2024-06-03 17:18:17 -04:00