transifex-integration[bot]
95e985cfce
Translate Localizable.strings in pt_PT
...
100% translated source file: 'Localizable.strings'
on 'pt_PT'.
2024-12-27 20:36:57 +09:00
transifex-integration[bot]
3a69de9274
Translate Localizable.strings in pt_PT
...
100% translated source file: 'Localizable.strings'
on 'pt_PT'.
2024-12-27 20:36:57 +09:00
transifex-integration[bot]
64f5acf98c
Translate Localizable.strings in pt_PT
...
100% translated source file: 'Localizable.strings'
on 'pt_PT'.
2024-12-27 20:36:57 +09:00
transifex-integration[bot]
5167ab264d
Translate Localizable.strings in pt_PT
...
100% translated source file: 'Localizable.strings'
on 'pt_PT'.
2024-12-27 20:36:57 +09:00
transifex-integration[bot]
e02895b29f
Translate Localizable.strings in pt_PT
...
100% translated source file: 'Localizable.strings'
on 'pt_PT'.
2024-12-27 20:36:57 +09:00
transifex-integration[bot]
0009d11025
Translate Localizable.strings in pt_PT
...
100% translated source file: 'Localizable.strings'
on 'pt_PT'.
2024-12-27 20:36:57 +09:00
transifex-integration[bot]
afc317bb52
Translate Localizable.strings in pt_PT
...
100% translated source file: 'Localizable.strings'
on 'pt_PT'.
2024-12-27 20:36:57 +09:00
transifex-integration[bot]
629212ea23
Translate Localizable.strings in pt_PT
...
100% translated source file: 'Localizable.strings'
on 'pt_PT'.
2024-12-27 20:36:57 +09:00
transifex-integration[bot]
ec1252200f
Translate InfoPlist.strings in pt_PT
...
100% translated source file: 'InfoPlist.strings'
on 'pt_PT'.
2024-12-27 20:36:57 +09:00
Swift Coder
54ea1ab803
MacOS Damus Support allowing link and photo sharing option
...
Changelog-Fixed: Fixed link and photo sharing support on macOS
Signed-off-by: Swift Coder <scoder1747@gmail.com >
2024-12-27 19:13:45 +09:00
Swift Coder
4cf8097de4
Displaying suitable text instead of Empty Notification View
...
Changelog-Fixed:Handle empty notification pages by displaying suitable text
Signed-off-by: Swift Coder <scoder1747@gmail.com >
2024-12-20 11:01:02 +09:00
Daniel D’Aquino
2c7384b0a9
Fix button hidden behind software keyboard in create account view
...
This commit fixes an issue where the "next" button is hidden behind the
software keyboard in the account creation view, where it is very hard to
press.
The fix was done by dynamically shrinking the profile picture size when
keyboard appears in smartphone screens, so that there is enough space
for all content to appear.
Changelog-Fixed: Fixed issue where the "next" button would appear hidden and hard to click on the create account view
Closes: https://github.com/damus-io/damus/issues/2771
Signed-off-by: Daniel D’Aquino <daniel@daquino.me >
2024-12-20 10:38:20 +09:00
Swift Coder
19e312a8fb
Fix non scrollable wallet screen
...
Changelog-Fixed: Fix non scrollable wallet screen
Signed-off-by: Swift Coder <scoder1747@gmail.com >
2024-12-18 11:27:51 +09:00
Swift Coder
3986308638
Render Gif and video files while composing posts
...
Changelog-Added: Render Gif and video files while composing posts
Signed-off-by: Swift Coder <scoder1747@gmail.com >
2024-12-16 17:22:12 +09:00
fa7740948b
Export strings for translation
...
Signed-off-by: Terry Yiu <git@tyiu.xyz >
2024-12-16 17:04:20 +09:00
892a1420f3
Fix suggested users category titles to be localizable
...
Changelog-Fixed: Fixed suggested users category titles to be localizable
Signed-off-by: Terry Yiu <git@tyiu.xyz >
2024-12-16 17:04:20 +09:00
ee4cbf7363
Fix GradientFollowButton to have consistent width and autoscale text limited to 1 line
...
Changelog-Fixed: Fixed GradientFollowButton to have consistent width and autoscale text limited to 1 line
Signed-off-by: Terry Yiu <git@tyiu.xyz >
2024-12-16 17:04:20 +09:00
a1b1ce949b
Fix right-to-left localization issues
...
Changelog-Fixed: Fixed right-to-left localization issues
Signed-off-by: Terry Yiu <git@tyiu.xyz >
2024-12-16 17:04:20 +09:00
902e8c3950
Fix AddMuteItemView to trim leading and trailing whitespaces from mute text and disallow adding text with only whitespaces
...
Changelog-Fixed: Fixed AddMuteItemView to trim leading and trailing whitespaces from mute text and disallow adding text with only whitespaces
Signed-off-by: Terry Yiu <git@tyiu.xyz >
2024-12-16 17:04:20 +09:00
b776788b38
Fix SideMenuView text to autoscale and limit to 1 line
...
Changelog-Fixed: Fixed SideMenuView text to autoscale and limit to 1 line
Signed-off-by: Terry Yiu <git@tyiu.xyz >
2024-12-16 17:04:20 +09:00
Daniel D’Aquino
78066773f4
Improve clarity of word search label
...
Changelog-Changed: Improved UX around the label for searching words
Closes: https://github.com/damus-io/damus/issues/2733
Signed-off-by: Daniel D’Aquino <daniel@daquino.me >
2024-12-13 14:00:00 +09:00
Daniel D’Aquino
0bac284eee
Fix issues with inputting a profile twice to the search bar
...
This fixes an issue where a user would have to input a profile npub
twice in order to get a result.
The fix is composed of the following constituents:
1. The removal of the dependency on NostrDB having profile information.
Previously the function relied on NostrDB having profile information
about a freshly downloaded profile, which it sometimes does not. The
function does not require the profile to be on NostrDB at the time
the profile is found on the relay.
2. The increase in allowed relay attempts to all relays. Previously it
would only look for about half of the relays, which could cause
certain events to not be found
3. The closing of relay subscription on EOSE. Previously, the
subscription would only be closed if an event was found, which could
lead to a "leak" of open subscriptions if an event is not found.
Closes: https://github.com/damus-io/damus/issues/2635
Changelog-Fixed: Fixed an issue where a profile would need to be input twice in the search to be found
Signed-off-by: Daniel D’Aquino <daniel@daquino.me >
2024-12-13 14:00:00 +09:00
Daniel D’Aquino
07c95d1003
Turn on strict concurrency checks
...
Turn on strict concurrency checks on the compiler to make potential
concurrency issues more visible and aid during debugging, as well as to
start preparing us for Swift 6.
Signed-off-by: Daniel D’Aquino <daniel@daquino.me >
2024-12-13 14:00:00 +09:00
Daniel D’Aquino
1072c5a384
Version bump to 1.12
...
Signed-off-by: Daniel D’Aquino <daniel@daquino.me >
2024-12-09 18:05:12 +09:00
transifex-integration[bot]
5ed6e85ad8
Translate Localizable.strings in de
...
100% translated source file: 'Localizable.strings'
on 'de'.
2024-12-09 18:00:42 +09:00
transifex-integration[bot]
f948dd81ca
Translate Localizable.strings in de
...
100% translated source file: 'Localizable.strings'
on 'de'.
2024-12-09 18:00:42 +09:00
transifex-integration[bot]
391818f230
Translate Localizable.strings in de
...
100% translated source file: 'Localizable.strings'
on 'de'.
2024-12-09 18:00:42 +09:00
transifex-integration[bot]
dc74ad37a1
Translate Localizable.strings in de
...
100% translated source file: 'Localizable.strings'
on 'de'.
2024-12-09 18:00:42 +09:00
transifex-integration[bot]
e1c94b7ff9
Translate Localizable.strings in de
...
100% translated source file: 'Localizable.strings'
on 'de'.
2024-12-09 18:00:42 +09:00
transifex-integration[bot]
ec933452d3
Translate Localizable.strings in de
...
100% translated source file: 'Localizable.strings'
on 'de'.
2024-12-09 18:00:42 +09:00
transifex-integration[bot]
977b268023
Translate Localizable.strings in de
...
100% translated source file: 'Localizable.strings'
on 'de'.
2024-12-09 18:00:42 +09:00
transifex-integration[bot]
0c778af833
Translate Localizable.strings in de
...
100% translated source file: 'Localizable.strings'
on 'de'.
2024-12-09 18:00:42 +09:00
transifex-integration[bot]
e75e7950b5
Translate Localizable.strings in de
...
100% translated source file: 'Localizable.strings'
on 'de'.
2024-12-09 18:00:42 +09:00
transifex-integration[bot]
8d68297cce
Translate Localizable.strings in de
...
100% translated source file: 'Localizable.strings'
on 'de'.
2024-12-09 18:00:42 +09:00
transifex-integration[bot]
e0fd24aff5
Translate Localizable.strings in de
...
100% translated source file: 'Localizable.strings'
on 'de'.
2024-12-09 18:00:42 +09:00
transifex-integration[bot]
b5c3ff45e4
Translate Localizable.strings in de
...
100% translated source file: 'Localizable.strings'
on 'de'.
2024-12-09 18:00:42 +09:00
transifex-integration[bot]
786dbb21c4
Translate Localizable.strings in de
...
100% translated source file: 'Localizable.strings'
on 'de'.
2024-12-09 18:00:42 +09:00
transifex-integration[bot]
5a17c330da
Translate Localizable.strings in de
...
100% translated source file: 'Localizable.strings'
on 'de'.
2024-12-09 18:00:42 +09:00
transifex-integration[bot]
975be63ce1
Translate Localizable.strings in th
...
100% translated source file: 'Localizable.strings'
on 'th'.
2024-12-09 18:00:42 +09:00
transifex-integration[bot]
d9796bd63c
Translate Localizable.stringsdict in ar
...
100% translated source file: 'Localizable.stringsdict'
on 'ar'.
2024-12-09 18:00:42 +09:00
transifex-integration[bot]
25a835624a
Translate Localizable.strings in ar
...
100% translated source file: 'Localizable.strings'
on 'ar'.
2024-12-09 18:00:42 +09:00
transifex-integration[bot]
1d06683bb3
Translate Localizable.stringsdict in pt_PT
...
100% translated source file: 'Localizable.stringsdict'
on 'pt_PT'.
2024-12-09 18:00:42 +09:00
transifex-integration[bot]
8e15a86c0a
Translate Localizable.strings in pt_PT
...
100% translated source file: 'Localizable.strings'
on 'pt_PT'.
2024-12-09 18:00:42 +09:00
transifex-integration[bot]
51a3008e5a
Translate Localizable.strings in pt_PT
...
100% translated source file: 'Localizable.strings'
on 'pt_PT'.
2024-12-09 18:00:42 +09:00
transifex-integration[bot]
f71c1b9848
Translate InfoPlist.strings in pt_PT
...
100% translated source file: 'InfoPlist.strings'
on 'pt_PT'.
2024-12-09 18:00:42 +09:00
transifex-integration[bot]
151e23d524
Translate InfoPlist.strings in pt_PT
...
100% translated source file: 'InfoPlist.strings'
on 'pt_PT'.
2024-12-09 18:00:42 +09:00
transifex-integration[bot]
7619891c86
Translate InfoPlist.strings in pt_PT
...
100% translated source file: 'InfoPlist.strings'
on 'pt_PT'.
2024-12-09 18:00:42 +09:00
transifex-integration[bot]
cc98525f59
Translate InfoPlist.strings in pt_PT
...
100% translated source file: 'InfoPlist.strings'
on 'pt_PT'.
2024-12-09 18:00:42 +09:00
transifex-integration[bot]
8cf9549981
Translate Localizable.strings in pt_PT
...
100% translated source file: 'Localizable.strings'
on 'pt_PT'.
2024-12-09 18:00:42 +09:00
transifex-integration[bot]
9ebf27cd37
Translate Localizable.strings in pt_PT
...
100% translated source file: 'Localizable.strings'
on 'pt_PT'.
2024-12-09 18:00:42 +09:00