From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 8D323625B1 for ; Wed, 30 Sep 2020 12:33:14 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 7BE0617DDF for ; Wed, 30 Sep 2020 12:32:44 +0200 (CEST) Received: from erna.proxmox.com (212-186-127-178.static.upcbusiness.at [212.186.127.178]) by firstgate.proxmox.com (Proxmox) with ESMTP id 1F72517DCF for ; Wed, 30 Sep 2020 12:32:43 +0200 (CEST) Received: by erna.proxmox.com (Postfix, from userid 1000) id 0FCFD2C093E; Wed, 30 Sep 2020 12:32:45 +0200 (CEST) From: Tim Marx To: pve-devel@lists.proxmox.com Date: Wed, 30 Sep 2020 12:32:42 +0200 Message-Id: <20200930103243.1200300-1-t.marx@proxmox.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL -2.015 Adjusted score from AWL reputation of From: address KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment KAM_LAZY_DOMAIN_SECURITY 1 Sending domain does not have any anti-forgery methods KHOP_HELO_FCRDNS 0.4 Relay HELO differs from its IP's reverse DNS NO_DNS_FOR_FROM 0.379 Envelope sender has no MX or A DNS records SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_NONE 0.001 SPF: sender does not publish an SPF Record SUBJ_OBFU_PUNCT_FEW 0.749 Possible punctuation-obfuscated Subject: header URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [0.dev, dartlang.org] Subject: [pve-devel] [PATCH pve_flutter_frontend] add changes to support local biometric authentication X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Sep 2020 10:33:14 -0000 Signed-off-by: Tim Marx --- android/app/src/debug/AndroidManifest.xml | 2 + android/app/src/main/AndroidManifest.xml | 1 + .../app/pve_flutter_frontend/MainActivity.kt | 4 +- pubspec.lock | 52 ++++++++++++------- 4 files changed, 38 insertions(+), 21 deletions(-) diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml index 617ada1..dd99f60 100644 --- a/android/app/src/debug/AndroidManifest.xml +++ b/android/app/src/debug/AndroidManifest.xml @@ -4,4 +4,6 @@ to allow setting breakpoints, to provide hot reload, etc. --> + + diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 529671e..22e4a71 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -2,6 +2,7 @@ package="com.proxmox.app.pve_flutter_frontend"> + =2.10.0-0.0.dev <2.10.0" + dart: ">=2.10.0-110 <=2.11.0-176.0.dev" flutter: ">=1.12.13+hotfix.5 <2.0.0" -- 2.20.1