Skip to content

Commit

Permalink
Updated projects
Browse files Browse the repository at this point in the history
  • Loading branch information
ci-bot committed Oct 2, 2024
1 parent 489cebf commit 68fb9ef
Show file tree
Hide file tree
Showing 273 changed files with 1,227 additions and 1,401 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
*.iml
.idea/
.gradle
/local.properties
.DS_Store
/build
/captures
.externalNativeBuild
.cxx
local.properties
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ dependencies {
implementation "androidx.core:core-ktx:1.7.0"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

implementation ('com.regula.face:api:6.2.+@aar'){
implementation ('com.regula.face:api:6.3.+@aar'){
transitive = true
}

implementation ('com.regula.face.core:basic:6.2.+@aar')
implementation ('com.regula.face.core:basic:6.3.+@aar')
}
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"button": {
"title": "Close",
"tag": 101,
"tag": 1001,
"style": "FaceSdkButtonStyle",
"position": {
"v": 1.6,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,7 @@ class CategoryDataProvider {
HideCloseButtonItem(),
HideFlashButtonItem(),
HideNotificationViewItem(),
NotificationViewItem(),
ButtonsColorItem(),
NotificationViewPositionItem(),
FlashButtonItem(),
SwapButtonItem(),
BasicCustomItem(),
AdvancedCustomItem(),
OverlayCustomItem(),
LivenessProcessingCustomItem(),
UICustomizationItem(),

HeaderItem("Other"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ class DetectFacesActivity : AppCompatActivity() {
private fun detectFaces(request: DetectFacesRequest) {
buttonEnable(false)
binding.progressBar.visibility = View.VISIBLE;
FaceSDK.Instance().serviceUrl = "https://faceapi.regulaforensics.com/"
FaceSDK.Instance().detectFaces(request) { response: DetectFacesResponse ->
buttonEnable(true)
binding.progressBar.visibility = View.GONE;
Expand Down
Loading

0 comments on commit 68fb9ef

Please sign in to comment.