Vitor Pamplona
5af473870e
Fixes Search layout after the transition to nav
2024-09-05 14:00:39 -04:00
Vitor Pamplona
80f805617a
Adds sliding animations in all inner screens
2024-09-05 13:53:52 -04:00
Vitor Pamplona
3e1184562f
Merge branch 'main' of https://github.com/vitorpamplona/amethyst
2024-09-05 13:47:33 -04:00
Vitor Pamplona
39edbd22cc
fixes #1058 language update issue
2024-09-05 13:47:23 -04:00
Vitor Pamplona
c90e615d5b
Merge pull request #1059 from vitorpamplona/l10n_crowdin_translations
...
New Crowdin Translations
2024-09-05 13:00:43 -04:00
Crowdin Bot
5e6e7a3b5f
New Crowdin translations by GitHub Action
2024-09-05 16:08:57 +00:00
Vitor Pamplona
3e23d6e526
Merge pull request #1051 from davotoula/configurable-media-compression
...
Configurable media compression
2024-09-05 12:07:33 -04:00
David Kaspar
08054e226e
Merge branch 'vitorpamplona:main' into configurable-media-compression
2024-09-05 16:02:52 +01:00
David Kaspar
cfe668ab0d
move slider value label to above slider
2024-09-05 16:58:39 +02:00
Vitor Pamplona
8f19276fac
Fixes blinking on crossfades when the system's light/dark theme is different than the app's theme.
2024-09-05 10:50:16 -04:00
Vitor Pamplona
3a3c0d74d2
Fixes the Messages layout on foldables.
2024-09-05 10:30:58 -04:00
David Kaspar
3ad21e72a9
Clean up by using Int instead of Float for compression level
2024-09-05 16:10:26 +02:00
David Kaspar
790b9359bd
Merge branch 'vitorpamplona:main' into configurable-media-compression
2024-09-05 14:32:59 +01:00
David Kaspar
e52e2bfdc9
Localise and add czech, swedish, german and PT translations
2024-09-05 15:09:19 +02:00
Vitor Pamplona
a34c763656
Merge pull request #1056 from vitorpamplona/l10n_crowdin_translations
...
New Crowdin Translations
2024-09-05 08:42:51 -04:00
Crowdin Bot
adf5bbe80f
New Crowdin translations by GitHub Action
2024-09-05 12:39:02 +00:00
Vitor Pamplona
c4c542c739
Moves the last npub to hexkey for https://github.com/nostr-protocol/nips/pull/1341
2024-09-05 08:37:15 -04:00
David Kaspar
5f0236c015
change MediaCompressor API: mandatory mediaQuality
2024-09-05 14:28:12 +02:00
David Kaspar
023c0592e8
Add compression configuration to VideoScreen uploads
2024-09-05 13:09:17 +02:00
David Kaspar
c6d2f05f15
Styling
2024-09-05 11:50:52 +02:00
David Kaspar
08e9f6625a
Merge branch 'main' into configurable-media-compression
2024-09-05 08:32:49 +01:00
David Kaspar
fcf5e972d6
Passing media quality from Slider to Compressor
...
setting media quality to MEDIUM where ui has no option for setting it (ChannelScreen, ChatroomScreen, NewUserMetadataViewModel)
2024-09-05 09:09:10 +02:00
Vitor Pamplona
20bf4dbc29
Merge pull request #1053 from vitorpamplona/l10n_crowdin_translations
...
New Crowdin Translations
2024-09-04 22:28:12 -04:00
Crowdin Bot
990c5df2b9
New Crowdin translations by GitHub Action
2024-09-05 02:21:58 +00:00
Vitor Pamplona
71af88725a
Fixes play version
2024-09-04 22:19:28 -04:00
Vitor Pamplona
fb5f5c3eba
no message
2024-09-04 22:18:00 -04:00
Vitor Pamplona
ead588314e
- Inverts Layouts to place Navigation on top of Scaffold and allow custom scaffolds per route.
...
- Finishes Edge to Edge transition
- Fixes moving buttons on the full screen dialog for images and videos.
- Restructures screens into their own packages.
- Restructures navigation functions as a single object
- Fixes padding of the backup screen
- Refactors all TopBars to use default material 3 ones.
- Refactors navigation to improve clarity
- Removes unnecessary observers from the transition in the bottom nav layouts.
2024-09-04 22:17:42 -04:00
Vitor Pamplona
fb447e441a
Merge pull request #1052 from greenart7c3/gcompatup
...
Fix token sanitization when using gcompatup
2024-09-04 13:37:42 -04:00
greenart7c3
3d61343905
Fix token sanitization when using gcompatup
2024-09-04 13:58:55 -03:00
David Kaspar
7e4d9fb708
added media quality slider
2024-09-04 12:32:33 +02:00
Vitor Pamplona
0217fd3eb3
Moves the profile zap to threads
2024-09-03 17:29:41 -04:00
Vitor Pamplona
96fa6f39b0
Fixes ime padding issues when using physical keyboards on the message screens.
2024-09-03 17:28:07 -04:00
Vitor Pamplona
b6bb214532
Fixes text field recompositions because of new keyboard actions
2024-09-03 15:55:52 -04:00
Vitor Pamplona
ee160b76a8
Updates zoomable and kotlin serialization
2024-09-03 15:54:54 -04:00
Vitor Pamplona
2fd9d6610a
Normalizes cache directories in the Application class
2024-09-03 15:31:16 -04:00
David Kaspar
272f99be17
added logging
2024-09-03 20:44:39 +02:00
David Kaspar
b8246d7cd4
fixing type
2024-09-03 19:23:47 +02:00
David Kaspar
981d93f2fc
making MediaCompressor configurable
2024-09-03 19:18:10 +02:00
Vitor Pamplona
1166fe92e9
Merge branch 'main' of https://github.com/vitorpamplona/amethyst
2024-09-03 11:45:27 -04:00
Vitor Pamplona
b700d4e9bf
Fixes missing Private Home/Outbox relay list after loading from backup
2024-09-03 11:43:17 -04:00
Vitor Pamplona
0b41d09fda
Merge pull request #1050 from vitorpamplona/l10n_crowdin_translations
...
New Crowdin Translations
2024-09-02 16:00:29 -04:00
Crowdin Bot
61c145a68f
New Crowdin translations by GitHub Action
2024-09-02 19:29:46 +00:00
Vitor Pamplona
4103342f99
Updates to AGP 8.6.0
2024-09-02 15:24:39 -04:00
Vitor Pamplona
e48ed607ff
Fixes #1049
2024-09-02 14:56:24 -04:00
Vitor Pamplona
d5a98db67c
v0.90.6
v0.90.6
2024-09-02 10:05:07 -04:00
Vitor Pamplona
72412b9d03
Merge
2024-09-02 10:04:38 -04:00
Vitor Pamplona
b5b90c80e9
Revert "v0.90.6"
...
This reverts commit 2ca5186aef8bbfeedc30ca2a52bde99c201aeee7.
2024-09-02 10:03:15 -04:00
Vitor Pamplona
c1077f689d
Merge pull request #1046 from vitorpamplona/l10n_crowdin_translations
...
New Crowdin Translations
2024-09-02 10:02:32 -04:00
Crowdin Bot
8b26a84564
New Crowdin translations by GitHub Action
2024-09-02 14:00:35 +00:00
Vitor Pamplona
2ca5186aef
v0.90.6
2024-09-02 10:00:28 -04:00