feat(*): recover remaining dev features (privacy helpers, ScreebView, scripts)#9
Closed
Alexays wants to merge 7 commits into
Closed
feat(*): recover remaining dev features (privacy helpers, ScreebView, scripts)#9Alexays wants to merge 7 commits into
Alexays wants to merge 7 commits into
Conversation
…AUI binding transform)
This was referenced Jun 18, 2026
Merged
Contributor
Author
|
Consolidé dans #11 (dev-4.0.0). |
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.
Récupère les lots 1–4 restants de
dev(audit de #8) + préserve ce qui est utile pour la future migration native 4.0.0. La plupart des fichiers feature n'avaient pas divergé surmaster→ pris tels quels ; les fichiers porteurs de version (survey natif, version RN, URLs repo) laissés à master pour ne pas régresser.Lot 1 — Privacy helpers / hooks (Flutter + React Native)
ScreebId/ScreebMaskText/ScreebNoCapture+ tests. Fichiers feature pris de dev ; versions natives gardées à master (3.1.1).Lot 2 — ScreebView (MAUI)
ScreebViewExtensions+Platforms/{Android,iOS}/ScreebView.*.cs, câblés dans le csproj. A nécessité d'activer<UseMaui>true</UseMaui>+Microsoft.Maui.Controls(master était un binding pur). BindingAndroidMavenLibrary3.2.0 préservé.Lot 3 — Scripts
scripts/{verify-release,report-sdk-sizes,build-local-ios-xcframework}.mjs+ scripts npm.Lot 4 — Divers
Tweaks example-expo, .eslintrc ionic/vue, logos readme.
Préservation 4.0.0 (commit dédié)
Gardé sans casser le build 3.x actuel :
SCREEB_USE_LOCAL_SDK→mavenLocal()/ pod local) dans Flutter + RN (gradle + podspec). Inerte par défaut (version publiée 3.1.1) ; permet de builder contre un 4.0.0 natif local non publié (avecbuild-local-ios-xcframework.mjs).Transforms/AndroidMetadata.xml(transform du binding MAUI 4.0.0) conservé, avec une référence csproj commentée à réactiver au passage à 4.0.0.CI / vérifs
npm run build(6 projets) ✅ ·lint✅ ·tscRN ✅ ·flutter test✅ ·maui-android(ScreebView) ✅Migration 4.0.0 (quand le natif sera publié)
Bumper survey 3.1.1→4.0.0 (flutter/RN) et 3.2.0→4.0.0 (MAUI csproj) via le tooling
versions:sync(#8,sdk-versions.jsoncible déjà 4.0.0), décommenter leTransformFile. La CI KMP s'activera automatiquement (skip-guard).