From 17c7711abb945a483dff17e21f57e6407dbddfd7 Mon Sep 17 00:00:00 2001 From: subham singh rawat Date: Wed, 15 Feb 2023 21:42:03 +0530 Subject: [PATCH] allow user TV open in app #2083 fixed the android apps problem of not opening TV links on lichess android app itself --- .idea/.gitignore | 3 +++ .idea/lichobile.iml | 9 +++++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ android/app/src/main/AndroidManifest.xml | 3 +++ 5 files changed, 29 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/lichobile.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000000..26d33521af --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/lichobile.iml b/.idea/lichobile.iml new file mode 100644 index 0000000000..d6ebd48059 --- /dev/null +++ b/.idea/lichobile.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000000..dfe54d9b7c --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000000..35eb1ddfbb --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index f9ae8d7f0c..7bc6c630d7 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -77,6 +77,9 @@ +