From a9af12984995a42db553d573e8284ccc89ffc59d Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Thu, 2 Jul 2026 21:38:35 +0200 Subject: Disable wakelock to save battery --- android/.idea/AndroidProjectSystem.xml | 6 ++ android/.idea/codeStyles/Project.xml | 123 +++++++++++++++++++++++++++ android/.idea/codeStyles/codeStyleConfig.xml | 5 ++ android/.idea/compiler.xml | 2 +- android/.idea/deploymentTargetSelector.xml | 1 + android/.idea/deviceManager.xml | 13 +++ android/.idea/gradle.xml | 1 + android/.idea/misc.xml | 2 +- android/.idea/runConfigurations.xml | 17 ++++ 9 files changed, 168 insertions(+), 2 deletions(-) create mode 100644 android/.idea/AndroidProjectSystem.xml create mode 100644 android/.idea/codeStyles/Project.xml create mode 100644 android/.idea/codeStyles/codeStyleConfig.xml create mode 100644 android/.idea/deviceManager.xml create mode 100644 android/.idea/runConfigurations.xml (limited to 'android/.idea') diff --git a/android/.idea/AndroidProjectSystem.xml b/android/.idea/AndroidProjectSystem.xml new file mode 100644 index 0000000..4a53bee --- /dev/null +++ b/android/.idea/AndroidProjectSystem.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/android/.idea/codeStyles/Project.xml b/android/.idea/codeStyles/Project.xml new file mode 100644 index 0000000..7643783 --- /dev/null +++ b/android/.idea/codeStyles/Project.xml @@ -0,0 +1,123 @@ + + + + + + + + + + \ No newline at end of file diff --git a/android/.idea/codeStyles/codeStyleConfig.xml b/android/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..79ee123 --- /dev/null +++ b/android/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/android/.idea/compiler.xml b/android/.idea/compiler.xml index b589d56..b86273d 100644 --- a/android/.idea/compiler.xml +++ b/android/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/android/.idea/deploymentTargetSelector.xml b/android/.idea/deploymentTargetSelector.xml index b268ef3..ca16a99 100644 --- a/android/.idea/deploymentTargetSelector.xml +++ b/android/.idea/deploymentTargetSelector.xml @@ -4,6 +4,7 @@ diff --git a/android/.idea/deviceManager.xml b/android/.idea/deviceManager.xml new file mode 100644 index 0000000..91f9558 --- /dev/null +++ b/android/.idea/deviceManager.xml @@ -0,0 +1,13 @@ + + + + + + \ No newline at end of file diff --git a/android/.idea/gradle.xml b/android/.idea/gradle.xml index 0897082..7b3006b 100644 --- a/android/.idea/gradle.xml +++ b/android/.idea/gradle.xml @@ -4,6 +4,7 @@