update package name
This commit is contained in:
parent
38d9cd353a
commit
d6a0e509a7
@ -1,4 +1,4 @@
|
||||
package com.cuvent.experiences.friends.camera
|
||||
package com.mrousavy.camera
|
||||
|
||||
import com.facebook.react.ReactPackage
|
||||
import com.facebook.react.bridge.NativeModule
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.cuvent.experiences.friends.camera
|
||||
package com.mrousavy.camera
|
||||
|
||||
import androidx.camera.core.FocusMeteringAction
|
||||
import androidx.camera.core.SurfaceOrientedMeteringPointFactory
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.cuvent.experiences.friends.camera
|
||||
package com.mrousavy.camera
|
||||
|
||||
import android.annotation.SuppressLint
|
||||
import androidx.camera.core.VideoCapture
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.cuvent.experiences.friends.camera
|
||||
package com.mrousavy.camera
|
||||
|
||||
import android.annotation.SuppressLint
|
||||
import android.hardware.camera2.*
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.cuvent.experiences.friends.camera
|
||||
package com.mrousavy.camera
|
||||
|
||||
import android.graphics.Bitmap
|
||||
import androidx.exifinterface.media.ExifInterface
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.cuvent.experiences.friends.camera
|
||||
package com.mrousavy.camera
|
||||
|
||||
import android.Manifest
|
||||
import android.annotation.SuppressLint
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.cuvent.experiences.friends.camera
|
||||
package com.mrousavy.camera
|
||||
|
||||
import android.util.Log
|
||||
import com.facebook.react.bridge.ReactContext
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.cuvent.experiences.friends.camera
|
||||
package com.mrousavy.camera
|
||||
|
||||
import android.Manifest
|
||||
import android.content.Context
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.cuvent.experiences.friends.camera
|
||||
package com.mrousavy.camera
|
||||
|
||||
import android.graphics.ImageFormat
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.cuvent.experiences.friends.camera.parsers
|
||||
package com.mrousavy.camera.parsers
|
||||
|
||||
import android.hardware.camera2.CameraCharacteristics
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.cuvent.experiences.friends.camera.parsers
|
||||
package com.mrousavy.camera.parsers
|
||||
|
||||
import android.util.Size
|
||||
import android.util.SizeF
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.cuvent.experiences.friends.camera.utils
|
||||
package com.mrousavy.camera.utils
|
||||
|
||||
import androidx.camera.core.AspectRatio
|
||||
import kotlin.math.abs
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.cuvent.experiences.friends.camera.utils
|
||||
package com.mrousavy.camera.utils
|
||||
|
||||
import com.facebook.react.bridge.*
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.cuvent.experiences.friends.camera.utils
|
||||
package com.mrousavy.camera.utils
|
||||
|
||||
import android.hardware.camera2.CameraCharacteristics
|
||||
import android.util.Size
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.cuvent.experiences.friends.camera.utils
|
||||
package com.mrousavy.camera.utils
|
||||
|
||||
import android.annotation.SuppressLint
|
||||
import androidx.camera.camera2.interop.Camera2CameraInfo
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.cuvent.experiences.friends.camera.utils
|
||||
package com.mrousavy.camera.utils
|
||||
|
||||
import android.util.Range
|
||||
import android.util.Size
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.cuvent.experiences.friends.camera.utils
|
||||
package com.mrousavy.camera.utils
|
||||
|
||||
import androidx.exifinterface.media.ExifInterface
|
||||
import com.facebook.react.bridge.Arguments
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.cuvent.experiences.friends.camera.utils
|
||||
package com.mrousavy.camera.utils
|
||||
|
||||
import androidx.camera.core.ImageCapture
|
||||
import androidx.camera.core.ImageCaptureException
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.cuvent.experiences.friends.camera.utils
|
||||
package com.mrousavy.camera.utils
|
||||
|
||||
import android.graphics.ImageFormat
|
||||
import androidx.camera.core.ImageProxy
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.cuvent.experiences.friends.camera.utils
|
||||
package com.mrousavy.camera.utils
|
||||
|
||||
import android.annotation.SuppressLint
|
||||
import android.graphics.BitmapFactory
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.cuvent.experiences.friends.camera.utils
|
||||
package com.mrousavy.camera.utils
|
||||
|
||||
fun <T> List<T>.containsAny(elements: List<T>): Boolean {
|
||||
return elements.any { element -> this.contains(element) }
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.cuvent.experiences.friends.camera.utils
|
||||
package com.mrousavy.camera.utils
|
||||
|
||||
import android.content.Context
|
||||
import androidx.camera.lifecycle.ProcessCameraProvider
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.cuvent.experiences.friends.camera.utils
|
||||
package com.mrousavy.camera.utils
|
||||
|
||||
import android.util.Size
|
||||
import android.view.Surface
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.cuvent.experiences.friends.camera.utils
|
||||
package com.mrousavy.camera.utils
|
||||
|
||||
import android.view.View
|
||||
import android.view.ViewGroup
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.cuvent.experiences.friends.camera.utils
|
||||
package com.mrousavy.camera.utils
|
||||
|
||||
import com.facebook.react.bridge.WritableArray
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.cuvent.experiences.friends.camera.utils
|
||||
package com.mrousavy.camera.utils
|
||||
|
||||
import com.facebook.react.bridge.WritableMap
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.cuvent.experiences.friends.camera.utils
|
||||
package com.mrousavy.camera.utils
|
||||
|
||||
import com.cuvent.experiences.friends.camera.CameraError
|
||||
import com.cuvent.experiences.friends.camera.UnknownCameraError
|
||||
|
Loading…
Reference in New Issue
Block a user