Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Brody/deeplink add #5623

Closed
wants to merge 7 commits into from
Closed

Brody/deeplink add #5623

wants to merge 7 commits into from

Conversation

BrodyHughes
Copy link
Member

Fixes APP-####

What changed (plus any additional context for devs)

Screen recordings / screenshots

What to test


const escapeUrl = (url: string) => {
if (android) {
return url.replace(/&/g, '\\&');

Check failure

Code scanning / CodeQL

Incomplete string escaping or encoding High

This does not escape backslash characters in the input.
…eplink-add

* 'develop' of github.com:rainbow-me/rainbow: (23 commits)
  Add SmoothPager (#5641)
  [APP-1370]: bump sentry sdk to latest (#5640)
  Browser refactor (#5638)
  bump version to v1.9.22 (#5634)
  Price Impact Warning (#5635)
  Disable welcome screen animations when IS_TESTING (#5637)
  init (#5495)
  [WIP]: Swaps v2 quote fetching (#5601)
  chore: app start up spring cleaning (#5622)
  fix remote config (#5627)
  would it kill you to log this only once (#5626)
  Recents (#5625)
  wc: improvements (#5616)
  Degen chain support (#5621)
  send: check contract address (#5586)
  tx requests: metadata (#5584)
  audit: phin (#5624)
  Fix: Wallets being marked as backed up by walletLoadState() (#5593)
  NFTs: filter instead of throw error when NFT has invalid network (#5537)
  Dapp Browser: Search (#5617)
  ...
…eplink-add

* 'develop' of github.com:rainbow-me/rainbow:
  Cover a few more edge cases with showing the swap warnings (#5648)
  refetch quote if a user selects a new assset to sell with a buy asset already selected (#5643)
  Fix random quote edge cases (#5644)
  use dapp metadata where possible (#5629)
  Output chain selection context menu (#5630)
  chore: use native currency balances (#5631)
  browser: android fixes (#5642)
  Review Sheet (#5632)
…eplink-add

* 'develop' of github.com:rainbow-me/rainbow:
  simplify logic for fee display (#5660)
  zustand: use smol subscriptions (#5661)
  useSyncSharedValue (#5662)
  handle wc links in browser (#5652)
  Add default error page (#5657)
  update firebase (#5636)
  browser: fix android card images (#5651)
  Add backend provided slippage (#5649)
  Add rainbow fee to review panel (#5650)
  review prompt changes (#5656)
…eplink-add

* 'develop' of github.com:rainbow-me/rainbow: (22 commits)
  disable sentry (#5707)
  fix favorites list issues (#5659)
  fix: learn more webview clipped (#5687)
  add explorer_url and explorer_label to txn types and consume (#5690)
  Add names to wallet list info in backups v2 (#5692)
  feat: upgrading swap sdk to 0.19.0 (#5694)
  Add documentation (#5701)
  Fix supported chains bugs (#5697)
  useAnimatedTime, useAnimatedInterval, useAnimatedTimeout (#5699)
  hey (#5686)
  browser bugs (#5695)
  useSharedValueState (#5698)
  Connect Panel improvements (#5693)
  createRainbowStore (#5689)
  Browser: new architecture (#5671)
  handle injection natively (#5677)
  fix wallet balance in send flow (#5665)
  bump version to v1.9.23 (#5668)
  use current safari UA (#5670)
  Browser: browserStore (#5669)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant