Bernhard Owen Josephus

Results 27 issues of Bernhard Owen Josephus

### Details We want to allow emoji in a link markdown. ### Fixed Issues $ https://github.com/Expensify/App/issues/44835 PROPOSAL: https://github.com/Expensify/App/issues/44835#issuecomment-2210596553 ### Tests Same as QA Steps - [x] Verify that no errors...

### Details We want to animate the settlement button when pay and trigger a heavy haptic feedback. ### Fixed Issues $ https://github.com/Expensify/App/issues/48036 PROPOSAL: https://github.com/Expensify/App/issues/48036#issuecomment-2326224712 ### Tests Same as QA Steps...

### Details On the details page and LHN, a deleted thread in a group chat doesn't show [Deleted message]. This PR fixes it. ### Fixed Issues $ https://github.com/Expensify/App/issues/47564 PROPOSAL: https://github.com/Expensify/App/issues/47564#issuecomment-2293514658...

### Details When the company website is auto-filled and we don't modify it, it won't be shown in the confirmation page. ### Fixed Issues $ https://github.com/Expensify/App/issues/48674 PROPOSAL: ### Tests Same...

The decoding of the URI is currently done using `unescape`. https://github.com/wonday/react-native-pdf/blob/d545ff27b49850c773f6c443dfc65891881c0ed2/index.js#L238 However, this fails if the URI contains an encoded accented name, for example: ù is encoded to `%C3%B9`, but...

### Explanation of Change When inviting an invalid member to WS, we want to show a create chat error. ### Fixed Issues $ https://github.com/Expensify/App/issues/51316 PROPOSAL: https://github.com/Expensify/App/issues/51316#issuecomment-2431657472 ### Tests Same as...

### Explanation of Change The bottom padding for modal is conditionally applied based on keyboard status. This PR changes it so we always apply the padding if avoid keyboard is...

### Details If the user has connected to Xero but the 2FA is disabled, logging in to the app will show the prompt to enable 2FA, but unable to do...

### Explanation of Change When swiping down an image attachment, it doesn't go back to its place. The root of the issue is the function that captured an old canvas...

### Explanation of Change A blank detail page is shown when deleting report from debug page for from another client. This PR fixes it by preventing showing the blank view...