diffs#11
Open
Uter1007 wants to merge 5870 commits into
Open
Conversation
Update rn-qr-generator digest to d53be84
Update dependency detox to v20.50.1
…e-handler-2.x Update dependency react-native-gesture-handler to v2.31.0
…sh-4.18.1 Bump lodash from 4.17.21 to 4.18.1
…ktx-1.x Update dependency androidx.core:core-ktx to v1.18.0
…-icons-material-icons-12.x Update dependency @react-native-vector-icons/material-icons to v12.5.0
fix: new loading icons
…e-handler-2.x Update dependency react-native-gesture-handler to v2.31.1
FIX: repair Transifex fastlane metadata integration
ADD: Filipino (fil_PH) language
Add full Armenian translation (loc/hy.json), a per-language translation vocabulary (loc/vocabulary/hy.md), and wire the language into the picker (loc/languages.ts) and loader + dayjs locale (loc/index.ts). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* fix: sync language files * fix: sync language files * FIX: sync Faroese (fo) from Transifex + vocabulary corrections Re-sync loc/fo.json FROM Transifex to pick up the maintainer's corrections (81 strings) instead of overwriting them; the two still-untranslated new keys (wallets.restore_swap_activity[_done]) are omitted so they fall back to en. Update loc/vocabulary/fo.md per maintainer feedback (myntval/QR-kota hyphenation, Speed Up→skunda undir, Frozen→læstur, Settings vs Options=kostur, Input/Output singular↔plural note, details_explorer ambiguity). Whitelist the maintainer's intentional English "Send" label in find-english-leftovers. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
ADD: Armenian (hy) language
Add full Akan translation (loc/ak.json), a per-language translation vocabulary (loc/vocabulary/ak.md), and wire the language into the picker (loc/languages.ts) and loader + dayjs locale (loc/index.ts). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
ADD: Akan (ak) language
Add full Sesotho translation (loc/st_ZA.json), a per-language translation vocabulary (loc/vocabulary/st_ZA.md), and wire the language into the picker (loc/languages.ts) and loader + dayjs locale (loc/index.ts). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
fix: fastlate android
ADD: Sesotho (st_ZA) language
Adds a "Redact notification content" toggle to Notification Settings. When enabled, GroundControl sends generic push text with no transaction data, so payment details never appear on the lock screen or in the notification payload. depends on BlueWallet/GroundControl#329 closes #8499
100% reviewed source file: 'loc/en.json' on 'es_419'.
ADD: 15 new languages
…ster_es_419 Updates for file loc/en.json in es_419
FIX: stray tool artifacts in ak/fil_PH vocabularies
* REF: Change header ownership * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * q * w * Update Confirm.tsx * FIX: ManageWallets close button uses correct screen navigation scope (#8737) --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
chore: upgrade @arkade-os sdk@0.4.41 boltz-swap@0.3.46
qr 0.6.0 rejects border=0. Use border=1 and let the library include the quiet zone in the matrix instead of adding our own. Co-authored-by: Cursor <cursoragent@cursor.com>
* OPS: Update all dependencies * FIX: revert react-native-share bump that broke lint react-native-share 12.3.1 added useInternalStorage to ShareOptions types, making the @ts-expect-error in QRCode.tsx unused and failing tsc. Co-authored-by: Cursor <cursoragent@cursor.com> * FIX: revert dependency bumps that broke Android and iOS CI builds - Gradle 9.6.1: Kotlin 2.3 metadata incompatible with @react-native/gradle-plugin - androidx.core:core-ktx 1.19.0: requires AGP 9.1+ while project uses AGP 8.12 - react 19.2.7: mismatches react-native-renderer 19.2.3 bundled in RN 0.85.3, crashing the app at startup during iOS e2e tests Co-authored-by: Cursor <cursoragent@cursor.com> * OPS: ignore deps that break CI until underlying upgrades land Skip renovate bumps for react, react-test-renderer, react-native-share, and gradle alongside the existing react-native ignore. Co-authored-by: Cursor <cursoragent@cursor.com> * OPS: ignore AndroidX deps that require AGP 9.1+ androidx.core 1.19+ and related Compose/Material bumps need AGP 9.1 while the project is on AGP 8.12. Co-authored-by: Cursor <cursoragent@cursor.com> * FIX: revert qr 0.6.0 bump that broke e2e QR visibility tests qr 0.6.0 rejects border=0, which QRCode.tsx relies on. encodeQR throws, the component falls back to a placeholder, and Detox never finds BitcoinAddressQRCode or DynamicCode. Co-authored-by: Cursor <cursoragent@cursor.com> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Overtorment <overtorment@gmail.com> Co-authored-by: Cursor <cursoragent@cursor.com>
FIX: bump qr to 0.6.0
* fix: passphrase term * FIX: Keep English passphrase term for Spanish and Portuguese Per review feedback on #8738: es/pt speakers commonly use the English term, so keep "Passphrase" untranslated in es, es_419, pt_BR, pt_PT. Vocabulary rows updated to record the decision. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * FIX: Missing break statements in dayjs locale switch fil_PH fell through to hy-am, hy fell through to en, and hi/bn/ur/sw fell through to pa-in, so those languages got the wrong dayjs locale. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
contentInset is iOS-only, so on Android the last transaction row was hidden behind the Receive/Send buttons. I replaced hardcoded bottom inset with contentContainerStyle paddingBottom computed from getFloatingButtonReservedHeight(fontScale) + safe-area bottom inset.
* feat: conf blocks on sent/receive * style fix * new version * add haptics * fix tests * add touch * add touch * fix: codestyle * fix: comments and improvements * fix: lint * fix: review suggestions * fix: review improvements --------- Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: Ivan Vershigora <ivan.vershigora@gmail.com>
OPS: Update all dependencies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Goals
Notes
closes