Default avatar
npub1ahck...7v97
npub1ahck...7v97
Fix Issue #1820 Hashtags including U+5009 to U+500D are not correctly parsed (#1830) If the hashtag contains the kanji "double", it cannot be parsed correctly. ![IMG_3691](https://github.com/damus-io/damus/assets/1298867/f34972a0-6e90-4b32-92d9-0634a534b130) Fix it. ![Simulator Screenshot - iPhone 15 Pro - 2023-12-20 at 23 26 46](https://github.com/damus-io/damus/assets/1298867/f645ac05-ba8c-483d-8e21-62476a96645b) fix/issue/1820, 1 commits
refactor: add customizable properties to neutral button style (#1805) This PR refactors the NeutralButtonStyle to take in customizable properties for different button layouts instead of creating a struct for each situation that may arise, for example a small capsule button which I needed. Also added shape representations using NeutralButtonShape for ease of use. ![neutral buttons](https://github.com/damus-io/damus/assets/14004132/188d8bcd-2fa5-49bc-bd3c-1ccea5c39c02) dynamic-neutral-button, 1 commits
ux: minor improvements to qrcode scanning in images (#1787) Changelog-Fixed: Make check for lnurl case insensitive Changelog-Added: Check for lnbc and allow users to select to open in wallet or copy View quoted note → qr-scan-improvements, 1 commits
ux: only handle one qr code in an image and add copy functionality (#1758) This PR adds copy functionality when scanning a qr code in an image and fixes the issue where there are multiple qr codes in an image by only using the last value found. View quoted note → minor-qr-improvements, 1 commits
Media Preview Setting (#1757) This PR adds the Media preview setting in order to allow users to toggle previewing media such as links, images, videos, gif, etc. or to only preview when tapped. View quoted note → media-previews-setting, 1 commits
Scan QR code from static image (#1566) PR'd this again cause it was just easier than figuring out my git issues. This PR allows users to open the link in a QR Code if it exists. Detects if there is a qr code and extracts that info, if it is an lnurl it'll append the lightning prefix so it can be opened by a lightning wallet. If it is a regular link it'll open a dialog to ask the user if they want to open the link, with the link displayed. If there is no link it show a dialog that says no qr code found. See these notes for video examples: scan-image-qr-2, 3 commits
Scan QR code from static image (#1550) This PR allows users to open the link in a QR Code if it exists. Detects if there is a qr code and extracts that info, if it is an lnurl it'll append the lightning prefix so it can be opened by a lightning wallet. If it is a regular link it'll open a dialog to ask the user if they want to open the link, with the link displayed. If there is no link it show a dialog that says no qr code found. See these notes for video examples: scan-image-qr, 1 commits