William Casarin
53edc7eb0b
Merge 'fix: Fix overlap in Universe view' #2607
...
ericholguin (1):
fix: Fix overlap in Universe view
2024-10-26 11:34:43 -07:00
William Casarin
8b969021d5
Merge 'ux: increase opacity of tabbar and post button' #2608
...
ericholguin (1):
ux: increase opacity of tabbar and post button
2024-10-26 11:33:46 -07:00
William Casarin
1e52982a5d
Merge 'fix: regression that dropped q tags from quote reposts' #2617
...
William Casarin (2):
fix: regression that dropped q tags from quote reposts
2024-10-26 11:30:50 -07:00
William Casarin
0038d42f71
Merge 'dismiss button in full screen carousel' #2611
...
Swift Coder (2):
Fix: dismiss button in full screen carousel
Address PR Feedback
2024-10-26 11:25:27 -07:00
Swift Coder
d94b387fb9
Address PR Feedback
...
Use Switch statement to address all cases instead of if-else
Signed-off-by: Swift Coder <scoder1747@gmail.com >
2024-10-25 16:17:17 -04:00
Swift Coder
8a2dbc95ca
Fix: dismiss button in full screen carousel
...
This updates the dismiss button on the fullscreen carousel
so that it is more visible in some scenarios.
Changelog-Fixed: Fix dismiss button visibility
Signed-off-by: Swift Coder <scoder1747@gmail.com >
2024-10-25 00:37:44 -04:00
William Casarin
5865b000c0
fix: regression that dropped q tags from quote reposts
...
It looks like some refactor broke q tags on quote reposts. This drops
the gather_quote_tags entirely and just relies on the logic in
build_post.
The references field wasn't being used for anything other than pubkeys,
so we switch to pubkeys directly.
Changelog-Fixed: Fix quote repost counting
Signed-off-by: William Casarin <jb55@jb55.com >
2024-10-24 15:31:02 -07:00
transifex-integration[bot]
6efb512a64
Translate Localizable.strings in hu_HU
...
100% translated source file: 'Localizable.strings'
on 'hu_HU'.
2024-10-22 11:14:57 +00:00
ericholguin
b7b8c7f175
ux: increase opacity of tabbar and post button
...
This PR simply increases the opacity of the tabbar and post button.
The increase in opacity makes the post button active.
Closes : #2598
Closes : #2599
Changelog-Changed: Changed opacity of tabbar and post button
Signed-off-by: ericholguin <ericholguin@apache.org >
2024-10-21 19:25:40 -06:00
ericholguin
a76e2aa677
fix: Fix overlap in Universe view
...
This PR fixes the overlapping text in the Universe View.
Changelog-Fixed: Fixed overlapping text in Universe View
Signed-off-by: ericholguin <ericholguin@apache.org >
2024-10-21 18:18:05 -06:00
William Casarin
d9f2317728
Merge 'Maintain images preview as per the selection order' from 'github/pr/2595'
...
Swift Coder (2):
Maintain images preview as per the selection order
document
2024-10-21 09:44:19 -07:00
transifex-integration[bot]
f1339e835b
Translate Localizable.strings in nl
...
100% translated source file: 'Localizable.strings'
on 'nl'.
2024-10-21 08:32:58 +00:00
transifex-integration[bot]
64f2362be3
Translate Localizable.strings in ja
...
100% translated source file: 'Localizable.strings'
on 'ja'.
2024-10-21 01:49:49 +00:00
5b184a40fd
Fix localization issues and export strings
...
Changelog-Fixed: Fixed localization issues and exported strings
Signed-off-by: Terry Yiu <963907+tyiu@users.noreply.github.com >
2024-10-20 23:00:33 +02:00
transifex-integration[bot]
17e6191a92
Translate Localizable.strings in ja
...
100% translated source file: 'Localizable.strings'
on 'ja'.
2024-10-17 17:32:04 +02:00
transifex-integration[bot]
1ff065d4c7
Translate Localizable.strings in th
...
100% translated source file: 'Localizable.strings'
on 'th'.
2024-10-17 17:32:03 +02:00
Swift Coder
94e2c76284
document
2024-10-17 11:27:03 -04:00
Swift Coder
1925af6897
Maintain images preview as per the selection order
2024-10-17 11:23:02 -04:00
William Casarin
4effaa4324
Merge 'Side menu redesign' from 'github/pr/2569' into master
...
ericholguin (1):
ui: Side menu redesign
2024-10-16 09:14:42 -07:00
William Casarin
e2a4443a9c
Merge 'Fix padding for views for tabbar' from github/pr/2589
2024-10-16 09:09:24 -07:00
William Casarin
7c0e1c5ded
Merge multiple image uploads
...
Changelog-Changed: Allow multiple images to be uploaded at the same time (swiftcoder)
2024-10-16 08:55:31 -07:00
William Casarin
f6e34ad999
Merge 'Fix sensitive chat bubble on iOS 18'
2024-10-16 08:47:39 -07:00
Swift Coder
ca5da7b5cd
Ensures the order in which they were picked (with numbered badge selection)
2024-10-15 22:47:21 -04:00
Swift Coder
c08e4a2fdd
Documenting
2024-10-15 10:48:48 -04:00
Swift Coder
37a50f6087
addressed upload issue in pr feedback
2024-10-15 10:43:32 -04:00
ericholguin
2040e79165
ui: Side menu redesign
...
This PR redesigns the side menu to more closely match Roberto's design
Changelog-Changed: Changed side menu design
Signed-off-by: ericholguin <ericholguin@apache.org >
2024-10-14 19:21:57 -06:00
Daniel D’Aquino
a6449020b6
Fix sensitive chat bubble on iOS 18
...
This commit fixes an issue with the chat bubble view where it would
unexpectedly trigger the reaction emoji keyboard when scrolling or
swiping, which became specially sensitive on iOS 18.
The fix consists of 2 parts:
- Changing the long press gesture logic to better adhere to Apple's API specs
- Modify the SwipeActions library to allow the gesture priority to be
configurable, and demote the swiping gesture to have normal priority
(it was found that having a high-priority drag gesture prevents
long-presses from being activated)
Closes: https://github.com/damus-io/damus/issues/2577
Changelog-Fixed: Fix sensitive long-press gesture on event chat bubble in iOS 18
Signed-off-by: Daniel D’Aquino <daniel@daquino.me >
2024-10-14 18:20:44 -07:00
ericholguin
75a46f4ab4
fixes: Fix padding for views for tabbar
...
This PR fixes the bottom padding on views to account for the bottom tabbar,
now that the tabbar is an overlay we must account for it.
Changelog-Fixed: Fixed bottom padding for tabbar
Signed-off-by: ericholguin <ericholguin@apache.org >
2024-10-14 19:07:01 -06:00
William Casarin
c948c7e230
search: truncate content
...
sometimes its too big for search results
Changelog-Changed: Truncate fulltext search results
Signed-off-by: William Casarin <jb55@jb55.com >
2024-10-14 12:08:25 -07:00
William Casarin
c83b0fba21
Merge 'paste images' support
...
Swift Coder (3):
Allow-pasting-image-option
Documenting
Code optimization
2024-10-13 15:40:52 -07:00
William Casarin
b7053e8680
Merge 'ux: Seamless Timeline'
...
ericholguin (1):
ux: Seamless Timeline
2024-10-13 15:14:40 -07:00
Swift Coder
17183632c8
Multiple images upload
2024-10-11 12:50:26 -04:00
Swift Coder
686d6d6e92
Code optimization
2024-10-08 17:05:04 -04:00
Swift Coder
847ae7b396
Documenting
2024-10-08 14:45:34 -04:00
Swift Coder
ba9780fb17
Allow-pasting-image-option
2024-10-08 13:52:30 -04:00
transifex-integration[bot]
42f5af0ffd
Translate Localizable.strings in es_ES
...
100% translated source file: 'Localizable.strings'
on 'es_ES'.
2024-10-04 12:20:28 -07:00
transifex-integration[bot]
55f1330fc1
Translate Localizable.strings in nl
...
100% translated source file: 'Localizable.strings'
on 'nl'.
2024-10-04 12:20:28 -07:00
transifex-integration[bot]
4b326340a3
Translate Localizable.strings in nl
...
100% translated source file: 'Localizable.strings'
on 'nl'.
2024-10-04 12:20:28 -07:00
transifex-integration[bot]
83f7766833
Translate Localizable.strings in de
...
100% translated source file: 'Localizable.strings'
on 'de'.
2024-10-04 12:20:28 -07:00
transifex-integration[bot]
1e3b20f5b3
Translate Localizable.strings in hu_HU
...
100% translated source file: 'Localizable.strings'
on 'hu_HU'.
2024-10-04 12:20:28 -07:00
transifex-integration[bot]
e508f28f7d
Translate Localizable.strings in th
...
100% translated source file: 'Localizable.strings'
on 'th'.
2024-10-04 12:20:28 -07:00
transifex-integration[bot]
2c139863b8
Translate Localizable.strings in th
...
100% translated source file: 'Localizable.strings'
on 'th'.
2024-10-04 12:20:28 -07:00
transifex-integration[bot]
c699409129
Translate Localizable.strings in th
...
100% translated source file: 'Localizable.strings'
on 'th'.
2024-10-04 12:20:28 -07:00
transifex-integration[bot]
74e6d8781a
Translate Localizable.strings in th
...
100% translated source file: 'Localizable.strings'
on 'th'.
2024-10-04 12:20:28 -07:00
transifex-integration[bot]
876f9c742f
Translate Localizable.strings in th
...
100% translated source file: 'Localizable.strings'
on 'th'.
2024-10-04 12:20:28 -07:00
transifex-integration[bot]
1e7b57eaf3
Translate Localizable.strings in th
...
100% translated source file: 'Localizable.strings'
on 'th'.
2024-10-04 12:20:28 -07:00
5615b1e1ec
Fix localization build failures
...
Changelog-Fixed: Fixed localization build failures
Signed-off-by: Terry Yiu <963907+tyiu@users.noreply.github.com >
2024-10-04 12:20:28 -07:00
transifex-integration[bot]
9d66a5ed4f
Translate Localizable.strings in de
...
100% translated source file: 'Localizable.strings'
on 'de'.
2024-10-04 12:20:28 -07:00
transifex-integration[bot]
5555f1afec
Translate Localizable.strings in de
...
100% translated source file: 'Localizable.strings'
on 'de'.
2024-10-04 12:20:28 -07:00
ericholguin
77b1b895a5
ux: fix navigation placement in profile edit view
...
This PR fixes the issue with the placement of the back navigation button in the profile edit view for iOS 18 devices:
Changelog-Fixed: Fixed back nav button placement in profile edit view
Signed-off-by: ericholguin <ericholguin@apache.org >
2024-10-04 10:29:31 -07:00