forked from StatiXOS/android_packages_apps_Statix_Flash
-
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.
Merge branch 'lineage-21.0' of https://github.com/LineageOS/android_p…
…ackages_apps_Aperture into udc-qpr2 Change-Id: Ida4c36bd3fa821a2bd65e988d19a514e8169f569 Signed-off-by: Leonardo Ledda <[email protected]>
- Loading branch information
Showing
45 changed files
with
174 additions
and
76 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
SPDX-FileCopyrightText: Material Design Authors / Google LLC | ||
SPDX-License-Identifier: Apache-2.0 | ||
--> | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:tint="#000000" | ||
android:viewportWidth="960" | ||
android:viewportHeight="960"> | ||
<path | ||
android:fillColor="@android:color/white" | ||
android:pathData="M549,840L280,560L280,480L420,480Q473,480 511.5,445.5Q550,411 558,360L240,360L240,280L546,280Q529,245 495.5,222.5Q462,200 420,200L240,200L240,120L720,120L720,200L590,200Q604,217 615,237Q626,257 632,280L720,280L720,360L639,360Q631,445 569,502.5Q507,560 420,560L391,560L660,840L549,840Z" /> | ||
</vector> |
Oops, something went wrong.