From d6bbd16945559404ac4b84a19e7e6026e2315d21 Mon Sep 17 00:00:00 2001 From: Sylvia van Os Date: Sat, 11 Jan 2025 12:38:03 +0100 Subject: [PATCH] Add unofficial support for espass While espass files aren't pkpass files, they are so similar we can generally parse them fine with the pkpass parser. While this feature shouldn't be advertised as it is kinda hacky, it does make it easier for PassAndroid users to share cards with Catima users. --- app/src/main/AndroidManifest.xml | 2 ++ app/src/main/java/protect/card_locker/MainActivity.java | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 6e98f90f6..57d875c67 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -50,6 +50,7 @@ + @@ -60,6 +61,7 @@ +