This file contains hidden or 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
diff --git a/src/org/lineageos/eleven/widgets/PlayPauseProgressButton.java b/src/org/lineageos/eleven/widgets/PlayPauseProgressButton.java | |
index 3821eef..9f4eb26 100644 | |
--- a/src/org/lineageos/eleven/widgets/PlayPauseProgressButton.java | |
+++ b/src/org/lineageos/eleven/widgets/PlayPauseProgressButton.java | |
@@ -1,26 +1,26 @@ | |
/* | |
- * Copyright (c) 2013, The Linux Foundation. All rights reserved. | |
- * Copyright (C) 2015 The CyanogenMod Project | |
- * | |
- * Licensed under the Apache License, Version 2.0 (the "License"); |
This file contains hidden or 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
diff --git a/app/src/main/java/org/lineageos/recorder/ListActivity.java b/app/src/main/java/org/lineageos/recorder/ListActivity.java | |
index 5917b54..0d950e5 100644 | |
--- a/app/src/main/java/org/lineageos/recorder/ListActivity.java | |
+++ b/app/src/main/java/org/lineageos/recorder/ListActivity.java | |
@@ -18,6 +18,10 @@ package org.lineageos.recorder; | |
import android.content.Intent; | |
import android.net.Uri; | |
import android.os.Bundle; | |
+import android.view.ActionMode; | |
+import android.view.Menu; |
This file contains hidden or 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
[DEVICE_PROVISIONED]: [1] | |
[apexd.status]: [ready] | |
[audio.deep_buffer.media]: [true] | |
[audio.offload.disable]: [false] | |
[audio.offload.gapless.enabled]: [true] | |
[audio.offload.min.duration.secs]: [30] | |
[audio.offload.pcm.enable]: [true] | |
[audio.offload.video]: [true] | |
[bpf.progs_loaded]: [1] | |
[dalvik.vm.appimageformat]: [lz4] |
This file contains hidden or 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
[ 117.151605] [I/apds993x]apds993x_set_piht,line 542:set apds993x piht =550 | |
[ 117.152265] [I/apds993x]apds993x_enable_als_sensor: line:1219 enable als sensor,data->enable=0x3 | |
[ 117.152276] [I/apds993x]apds993x_sensor_parse_parameter:tp_type = 0 | |
[ 117.152284] [I/apds993x] apds993x_enable_als_sensor:Need to distinguish the tp type,and parse als parameter succesed. | |
[ 117.165825] [I/apds993x][enable] | |
[ 117.165834] [I/apds993x] reg_buf= [I/apds993x]0x 3 | |
[ 117.165844] [I/apds993x]0xdb [I/apds993x]0xff | |
[ 117.165850] [I/apds993x]0xb6 [I/apds993x]0x 0 | |
[ 117.165855] [I/apds993x]0x 0 [I/apds993x]0x 0 | |
[ 117.165861] [I/apds993x]0x 0 [I/apds993x]0x25 |
This file contains hidden or 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
diff --git a/include/media/camera2.h b/include/media/camera2.h | |
index 1e8281e..b077f96 100644 | |
--- a/include/media/camera2.h | |
+++ b/include/media/camera2.h | |
@@ -105,8 +105,10 @@ struct msm_camera_sensor_board_info { | |
const char *eeprom_name; | |
const char *actuator_name; | |
const char *ois_name; | |
+#ifndef CONFIG_HUAWEI_KERNEL | |
const char *special_support_sensors[MAX_SPECIAL_SUPPORT_SIZE]; |
This file contains hidden or 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
diff --git a/src/com/android/phone/PhoneInterfaceManager.java b/src/com/android/phone/PhoneInterfaceManager.java | |
index ca97c91..6c27785 100755 | |
--- a/src/com/android/phone/PhoneInterfaceManager.java | |
+++ b/src/com/android/phone/PhoneInterfaceManager.java | |
@@ -1129,7 +1129,7 @@ public class PhoneInterfaceManager extends ITelephony.Stub { | |
* @return true is a call was ended | |
*/ | |
public boolean endCallForSubscriber(int subId) { | |
- if (mApp.checkCallingOrSelfPermission(permission.MODIFY_PHONE_STATE) | |
+ if (mApp.checkCallingOrSelfPermission(android.Manifest.permission.MODIFY_PHONE_STATE) |
This file contains hidden or 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
Error validating P024.yml | |
[u'recovery_boot']: None is not of type u'string' | |
Error validating chagallwifi.yml | |
[u'depth']: '6.6 mm' does not match u'\\d{1,2}(\\.\\d{1,2})? mm \\(\\d{1,2}(\\.\\d{1,2})? in\\)' | |
[u'height']: '247.3 mm' does not match u'\\d{1,3}(\\.\\d{1,2})? mm \\(\\d{1,2}(\\.\\d{1,2})? in\\)' | |
[u'width']: '177.3 mm' does not match u'\\d{1,3}(\\.\\d{1,2})? mm \\(\\d{1,2}(\\.\\d{1,2})? in\\)' | |
Error validating deb.yml | |
[u'depth']: None is not of type u'string' |
This file contains hidden or 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
diff --git a/_data/devices/A6020.yml b/_data/devices/A6020.yml | |
index 00b1569..3a2b522 100644 | |
--- a/_data/devices/A6020.yml | |
+++ b/_data/devices/A6020.yml | |
@@ -13,7 +13,7 @@ cpu_freq: 4 x 1.5 GHz & 4 x 1.2 GHz | |
current_branch: 14.1 | |
custom_twrp_link: https://forum.xda-developers.com/vibe-k5/development/recovery-twrp-3-0-2-0-lenovo-vibe-k5-t3391100/ | |
depth: 8 mm (0.31 in) | |
-download_boot: Hold **Volume Down** and **Power** | |
+download_boot: With the device powered off, hold <kbd>Volume Down</kbd> + <kbd>Power</kbd>. |
This file contains hidden or 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
diff --git a/_data/devices/A6020.yml b/_data/devices/A6020.yml | |
index 00b1569..b152801 100644 | |
--- a/_data/devices/A6020.yml | |
+++ b/_data/devices/A6020.yml | |
@@ -13,7 +13,7 @@ cpu_freq: 4 x 1.5 GHz & 4 x 1.2 GHz | |
current_branch: 14.1 | |
custom_twrp_link: https://forum.xda-developers.com/vibe-k5/development/recovery-twrp-3-0-2-0-lenovo-vibe-k5-t3391100/ | |
depth: 8 mm (0.31 in) | |
-download_boot: Hold **Volume Down** and **Power** | |
+download_boot: With the device powered off, hold Volume Down + Power. |
This file contains hidden or 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
diff --git a/src/com/android/settings/dashboard/DashboardFragment.java b/src/com/android/settings/dashboard/DashboardFragment.java | |
index 3687929..85eba93 100644 | |
--- a/src/com/android/settings/dashboard/DashboardFragment.java | |
+++ b/src/com/android/settings/dashboard/DashboardFragment.java | |
@@ -235,8 +235,11 @@ public abstract class DashboardFragment extends SettingsPreferenceFragment | |
addPreferencesFromResource(resId); | |
final PreferenceScreen screen = getPreferenceScreen(); | |
Collection<PreferenceController> controllers = mPreferenceControllers.values(); | |
+ int order = 10; | |
for (PreferenceController controller : controllers) { |
NewerOlder