View gist:777008ac2557642cd354b2c040af466b
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"customer": { | |
"firstName": "Hans", | |
"surname": "Tester", | |
"street": "Hausstr.", | |
"nameAtBirth": "Tester", | |
"houseNumber": "32", | |
"postalCode": "55555", | |
"placeOfResidence": "Berlin", | |
"nationality": "D", |
View AssistantActionControlType.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.hfh.wellbe.smartwatch.enums | |
enum class AssistantActionControlType(val value: Int) { | |
None(0), | |
AnswerCall(1), | |
Cancel(2), | |
DeclineCall(3), | |
Diagnostic(4), | |
ErrorOccurred(5), | |
HangUp(6), |
View AssistantManagerImpl.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.hfh.wellbe.smartwatch.managers.impl | |
import android.annotation.SuppressLint | |
import com.hfh.wellbe.smartwatch.api.apiClient.listeners.ErrorListener | |
import com.hfh.wellbe.smartwatch.api.apiClient.listeners.ProgressListener | |
import com.hfh.wellbe.smartwatch.api.apiClient.retrofit.ApiServices | |
import com.hfh.wellbe.smartwatch.enums.AssistantActionControlType | |
import com.hfh.wellbe.smartwatch.managers.AssistantManager | |
import com.hfh.wellbe.smartwatch.models.AssistantTextRequest | |
import com.hfh.wellbe.smartwatch.models.AssistantTextResponse |
View VoiceAssistantPresenter.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.hfh.wellbe.smartwatch.mvp.presenters | |
import android.media.MediaPlayer | |
import android.os.Handler | |
import android.os.Looper | |
import android.widget.Toast | |
import com.hfh.wellbe.smartwatch.R | |
import com.hfh.wellbe.smartwatch.app | |
import com.hfh.wellbe.smartwatch.enums.AssistantActionControlType | |
import com.hfh.wellbe.smartwatch.enums.AssistantSupportedLanguages |
View Permissions allowed, front camera
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ +64 ms] executing: [C:\seu\sw\flutter_windows_2.2.0-stable\flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H | |
[ +432 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H | |
[ ] cd41fdd495f6944ecd3506c21e94c6567b073278 | |
[ ] executing: [C:\seu\sw\flutter_windows_2.2.0-stable\flutter/] git tag --points-at cd41fdd495f6944ecd3506c21e94c6567b073278 | |
[ +53 ms] Exit code 0 from: git tag --points-at cd41fdd495f6944ecd3506c21e94c6567b073278 | |
[ ] 3.0.2 | |
[ +6 ms] executing: [C:\seu\sw\flutter_windows_2.2.0-stable\flutter/] git rev-parse --abbrev-ref --symbolic @{u} | |
[ +39 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u} | |
[ ] origin/stable | |
[ ] executing: [C:\seu\sw\flutter_windows_2.2.0-stable\flutter/] git ls-remote --get-url origin |
View Permissions allowed, back camera icon click
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ +63 ms] executing: [C:\seu\sw\flutter_windows_2.2.0-stable\flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H | |
[ +414 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H | |
[ ] cd41fdd495f6944ecd3506c21e94c6567b073278 | |
[ ] executing: [C:\seu\sw\flutter_windows_2.2.0-stable\flutter/] git tag --points-at cd41fdd495f6944ecd3506c21e94c6567b073278 | |
[ +52 ms] Exit code 0 from: git tag --points-at cd41fdd495f6944ecd3506c21e94c6567b073278 | |
[ ] 3.0.2 | |
[ +6 ms] executing: [C:\seu\sw\flutter_windows_2.2.0-stable\flutter/] git rev-parse --abbrev-ref --symbolic @{u} | |
[ +37 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u} | |
[ ] origin/stable | |
[ ] executing: [C:\seu\sw\flutter_windows_2.2.0-stable\flutter/] git ls-remote --get-url origin |
View Permission - Only once, with back camera
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[+7416 ms] Performing Streamed Install | |
Success | |
[ +1 ms] executing: C:\seu\sw\androidSdk\platform-tools\adb.exe -s 94390b9ae974 shell echo -n ffe83020c88de9b70c983ca5fccf117960e885b1 > /data/local/tmp/sky.io.flutter.plugins.cameraexample.sha1 | |
[ +51 ms] executing: C:\seu\sw\androidSdk\platform-tools\adb.exe -s 94390b9ae974 shell -x logcat -v time -t 1 | |
[ +263 ms] --------- beginning of main | |
06-15 15:02:05.788 I/Finsky (28884): [2] VerifyInstallTask.aeR(7): VerifyApps: Verification complete: id=68, package_name=io.flutter.plugins.cameraexample | |
[ +5 ms] executing: C:\seu\sw\androidSdk\platform-tools\adb.exe -s 94390b9ae974 shell am start -a android.intent.action.RUN -f 0x20000000 --ez enable-dart-profiling true --ez enable-checked-mode true --ez verify-entry-points true --ez start-paused true io.flutter.plugins.cameraexample/io.flutter.embedding.android.FlutterActivity | |
[ +160 ms] Starting: Intent { act=android.intent.action.RUN flg=0x20000000 cmp=io.flutter.plugins.cameraexample/io.flutter.embedding.android.Flutte |
View DeviceCheckPlugin.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// DeviceCheckPlugin.swift | |
// Runner | |
// | |
// Created by Avo Sukiasyan on 26.12.21. | |
// | |
import UIKit | |
import DeviceCheck | |
import Flutter |
View qa.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'dart:async'; | |
import 'package:firebase_core/firebase_core.dart'; | |
import 'package:firebase_crashlytics/firebase_crashlytics.dart'; | |
import 'package:flutter/material.dart'; | |
import 'package:qundo/app/app.dart'; | |
import 'package:qundo/environment.dart'; | |
void startApp() => runApp(App(QA)); |
View CameraPlugin.m
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Copyright 2013 The Flutter Authors. All rights reserved. | |
// Use of this source code is governed by a BSD-style license that can be | |
// found in the LICENSE file. | |
#import "CameraPlugin.h" | |
#import "CameraPlugin_Test.h" | |
#import <AVFoundation/AVFoundation.h> | |
#import <Accelerate/Accelerate.h> | |
#import <CoreMotion/CoreMotion.h> |
NewerOlder