From 4bb3ab3bba43c502e5ebabe456d904d5b3ef8407 Mon Sep 17 00:00:00 2001 From: ultraelectronica Date: Mon, 15 Jun 2026 23:52:23 +0800 Subject: [PATCH 01/64] Bump version to 0.14.4-beta.5 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index bc6deef..32c0fe0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -14,7 +14,7 @@ publish_to: "none" # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 0.14.4-beta.4+15 +version: 0.14.4-beta.5+15 environment: sdk: ">=3.4.4 <4.0.0" From 43a898bbfd4291d14d5e322192797e6e3a1c4a99 Mon Sep 17 00:00:00 2001 From: ultraelectronica Date: Sat, 20 Jun 2026 18:16:46 +0800 Subject: [PATCH 02/64] Add autofill service and selection activity to Android manifest --- android/app/src/main/AndroidManifest.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index b4e19ca..123a573 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -78,6 +78,27 @@ android:name="flutterEmbedding" android:value="2" /> + + + + + + + + +