-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Aperture: Update CameraX to 1.4.0-alpha05
Change-Id: I003ea35d909eea2117aff465e0e848eb802a8c0d
- Loading branch information
1 parent
cf3e6b1
commit 262ef2e
Showing
38 changed files
with
99 additions
and
17 deletions.
There are no files selected for viewing
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
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
Binary file removed
BIN
-454 KB
app/libs/androidx/camera/camera-camera2/1.4.0-alpha04/camera-camera2-1.4.0-alpha04.aar
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file added
BIN
+456 KB
app/libs/androidx/camera/camera-camera2/1.4.0-alpha05/camera-camera2-1.4.0-alpha05.aar
Binary file not shown.
File renamed without changes.
Binary file removed
BIN
-825 KB
app/libs/androidx/camera/camera-core/1.4.0-alpha04/camera-core-1.4.0-alpha04.aar
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file added
BIN
+858 KB
app/libs/androidx/camera/camera-core/1.4.0-alpha05/camera-core-1.4.0-alpha05.aar
Binary file not shown.
File renamed without changes.
Binary file removed
BIN
-132 KB
app/libs/androidx/camera/camera-extensions/1.4.0-alpha04/camera-extensions-1.4.0-alpha04.aar
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file added
BIN
+133 KB
app/libs/androidx/camera/camera-extensions/1.4.0-alpha05/camera-extensions-1.4.0-alpha05.aar
Binary file not shown.
File renamed without changes.
Binary file removed
BIN
-21.8 KB
app/libs/androidx/camera/camera-lifecycle/1.4.0-alpha04/camera-lifecycle-1.4.0-alpha04.aar
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file added
BIN
+30 KB
app/libs/androidx/camera/camera-lifecycle/1.4.0-alpha05/camera-lifecycle-1.4.0-alpha05.aar
Binary file not shown.
File renamed without changes.
Binary file removed
BIN
-370 KB
app/libs/androidx/camera/camera-video/1.4.0-alpha04/camera-video-1.4.0-alpha04.aar
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file added
BIN
+372 KB
app/libs/androidx/camera/camera-video/1.4.0-alpha05/camera-video-1.4.0-alpha05.aar
Binary file not shown.
File renamed without changes.
Binary file removed
BIN
-92.2 KB
app/libs/androidx/camera/camera-view/1.4.0-alpha04/camera-view-1.4.0-alpha04.aar
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file added
BIN
+91.3 KB
app/libs/androidx/camera/camera-view/1.4.0-alpha05/camera-view-1.4.0-alpha05.aar
Binary file not shown.
File renamed without changes.
7 changes: 7 additions & 0 deletions
7
app/libs/androidx/camera/camera-viewfinder-core/1.4.0-alpha05/AndroidManifest.xml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
package="androidx.camera.viewfinder.core" > | ||
|
||
<uses-sdk android:minSdkVersion="19" /> | ||
|
||
</manifest> |
3 changes: 3 additions & 0 deletions
3
app/libs/androidx/camera/camera-viewfinder-core/1.4.0-alpha05/AndroidManifest.xml.license
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
SPDX-FileCopyrightText: 2023-2024 The Android Open Source Project | ||
|
||
SPDX-License-Identifier: Apache-2.0 |
Binary file added
BIN
+80.9 KB
...oidx/camera/camera-viewfinder-core/1.4.0-alpha05/camera-viewfinder-core-1.4.0-alpha05.aar
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
...era/camera-viewfinder-core/1.4.0-alpha05/camera-viewfinder-core-1.4.0-alpha05.aar.license
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
SPDX-FileCopyrightText: 2023-2024 The Android Open Source Project | ||
|
||
SPDX-License-Identifier: Apache-2.0 |
11 changes: 10 additions & 1 deletion
11
app/src/main/java/org/lineageos/aperture/ApertureApplication.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,27 @@ | ||
/* | ||
* SPDX-FileCopyrightText: 2023 The LineageOS Project | ||
* SPDX-FileCopyrightText: 2023-2024 The LineageOS Project | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
package org.lineageos.aperture | ||
|
||
import android.annotation.SuppressLint | ||
import android.app.Application | ||
import androidx.camera.camera2.internal.CameraIdUtil | ||
import com.google.android.material.color.DynamicColors | ||
import org.lineageos.aperture.ext.getStringArray | ||
|
||
class ApertureApplication : Application() { | ||
@SuppressLint("RestrictedApi") | ||
override fun onCreate() { | ||
super.onCreate() | ||
|
||
// Observe dynamic colors changes | ||
DynamicColors.applyToActivitiesIfAvailable(this) | ||
|
||
// Set backward compatible camera ids | ||
CameraIdUtil.setBackwardCompatibleCameraIds( | ||
resources.getStringArray(this, R.array.config_backwardCompatibleCameraIds).asList() | ||
) | ||
} | ||
} |
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