status-desktop/ui
emizzle 5953031bfc fix: YouTube unfurling
YouTube link unfurling was not working for a couple reasons.

There were two main parts fixed:
1. QML context for messages pertaining to linkUrls and imageUrls was changed from implicit to explicit. By this, I mean that any time we referenced linkUrls/imageUrls, we were relying on the knowledge that those values would be populated by some parent context several levels up. Now, we are referring to properties that have been explicitly defined on the components. This offers the ability to reuse components, and makes reading the code and debugging much easier.
2. Error handling has been added to getting link preview data. An unhandled "error" was thrown each time a link that wasn't whitelisted was passed in, causing the app to crash. For example, when a link to a tenor gif was posted in the chat, that URL was not whitelisted, causing the app to crash.
2020-12-10 14:45:48 -05:00
..
app fix: YouTube unfurling 2020-12-10 14:45:48 -05:00
fonts fix: use normal Inter for normal text and StatusInter for addresses 2020-07-02 10:51:57 -04:00
i18n update to beta.4 2020-11-11 16:16:18 -05:00
imports feat: add OS notification and setting to switch back 2020-12-09 14:19:16 -05:00
onboarding fix: make validity error match design 2020-12-08 16:59:20 -05:00
shared fix(StatusButton): make icon color same as button label color 2020-12-10 14:40:35 -05:00
sounds feat: allow users to turn of notification sounds 2020-10-20 13:50:49 -04:00
generate-rcc.sh feat: bundle resources 2020-07-03 09:59:00 -04:00
main.qml feat: add OS notification and setting to switch back 2020-12-09 14:19:16 -05:00
nim-status-client.pro feat: add menu for the bookmark butons 2020-12-01 14:07:31 -05:00