From 1138b263cba6397a056a2dd02758139f4351c64f Mon Sep 17 00:00:00 2001 From: Sean Wu Date: Mon, 10 May 2021 00:41:51 +0800 Subject: [PATCH 1/6] Support video recording. --- android/.idea/compiler.xml | 2 +- android/.idea/misc.xml | 2 +- android/.idea/runConfigurations.xml | 1 + src/app/features/home/home.page.ts | 44 +++++++++++++++++-- .../shared/services/camera/camera.service.ts | 40 +++++++++++++---- .../services/capture/capture.service.ts | 13 +++--- src/assets/i18n/en-us.json | 2 + src/assets/i18n/zh-tw.json | 2 + 8 files changed, 88 insertions(+), 18 deletions(-) diff --git a/android/.idea/compiler.xml b/android/.idea/compiler.xml index 61a9130cd..fb7f4a8a4 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/misc.xml b/android/.idea/misc.xml index d5d35ec44..860da66a5 100644 --- a/android/.idea/misc.xml +++ b/android/.idea/misc.xml @@ -1,6 +1,6 @@ - + diff --git a/android/.idea/runConfigurations.xml b/android/.idea/runConfigurations.xml index 7f68460d8..e497da999 100644 --- a/android/.idea/runConfigurations.xml +++ b/android/.idea/runConfigurations.xml @@ -3,6 +3,7 @@