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
| project MediaLib/ | |
| diff --git a/MediaLib/src/com/archos/mediascraper/ScraperImage.java b/MediaLib/src/com/archos/mediascraper/ScraperImage.java | |
| index 1d21ed6..bd17c2e 100644 | |
| --- a/MediaLib/src/com/archos/mediascraper/ScraperImage.java | |
| +++ b/MediaLib/src/com/archos/mediascraper/ScraperImage.java | |
| @@ -396,7 +397,12 @@ public class ScraperImage { | |
| private static final MultiLock<String> sLock = new MultiLock<String>(); | |
| public final boolean download(Context context) { | |
| - return download(context, false, 0, 0, false); |
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
| project MediaLib/ | |
| diff --git a/MediaLib/src/com/archos/mediascraper/ScraperImage.java b/MediaLib/src/com/archos/mediascraper/ScraperImage.java | |
| index 1d21ed6..bd17c2e 100644 | |
| --- a/MediaLib/src/com/archos/mediascraper/ScraperImage.java | |
| +++ b/MediaLib/src/com/archos/mediascraper/ScraperImage.java | |
| @@ -32,12 +32,13 @@ import java.io.File; | |
| import java.util.ArrayList; | |
| import java.util.List; | |
| import java.util.Locale; | |
| +import java.util.concurrent.ExecutionException; |
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/MediaLib/src/com/archos/mediascraper/xml/ShowScraper2.java b/MediaLib/src/com/archos/mediascraper/xml/ShowScraper2.java | |
| index 85b7904..db8d2c5 100644 | |
| --- a/MediaLib/src/com/archos/mediascraper/xml/ShowScraper2.java | |
| +++ b/MediaLib/src/com/archos/mediascraper/xml/ShowScraper2.java | |
| @@ -364,7 +364,7 @@ public class ShowScraper2 extends BaseScraper2 { | |
| // posters | |
| List<Pair<SeriesImageQueryResult, String>> tempPosters = new ArrayList<>(); | |
| - if (!basicEpisode) { | |
| + //if (!basicEpisode) { |
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
| #!/bin/bash | |
| xmlstarlet sel -t -m '//seg' -v '../@id' -o ';' -v './@id' -n a.xml > a.ids | |
| xmlstarlet sel -t -m '//seg' -v '../@id' -o ';' -v './@id' -n b.xml > b.ids | |
| echo > remove | |
| comm --nocheck-order -23 a.ids b.ids |while read -r seg;do | |
| doc="$(echo $seg |cut -d ';' -f 1)" | |
| s="$(echo $seg |cut -d ';' -f 2)" |
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/libsepol/cil/src/cil_build_ast.c b/libsepol/cil/src/cil_build_ast.c | |
| index b90b0f60..6f391940 100644 | |
| --- a/libsepol/cil/src/cil_build_ast.c | |
| +++ b/libsepol/cil/src/cil_build_ast.c | |
| @@ -386,6 +386,14 @@ int cil_gen_class(struct cil_db *db, struct cil_tree_node *parse_current, struct | |
| struct cil_tree_node *perms = NULL; | |
| int rc = SEPOL_ERR; | |
| + { | |
| + const char* path = cil_tree_get_cil_path(parse_current); |
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/de/kuschku/quasseldroid/service/QuasseldroidNotificationManager.kt b/app/src/main/java/de/kuschku/quasseldroid/service/QuasseldroidNotificationManager.kt | |
| index 0b78d08f..86ccad3a 100644 | |
| --- a/app/src/main/java/de/kuschku/quasseldroid/service/QuasseldroidNotificationManager.kt | |
| +++ b/app/src/main/java/de/kuschku/quasseldroid/service/QuasseldroidNotificationManager.kt | |
| @@ -225,6 +225,7 @@ class QuasseldroidNotificationManager @Inject constructor(private val context: C | |
| replyPendingIntent | |
| ).addRemoteInput(remoteInput) | |
| .setAllowGeneratedReplies(true) | |
| + .setSemanticAction(NotificationCompat.Action.SEMANTIC_ACTION_REPLY) | |
| .build() |
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
| import /system/etc/init/zygote/init.${ro.zygote}.rc | |
| on early-fs | |
| mkdir /mnt/runtime/full 0755 root root | |
| mkdir /mnt/runtime/full/self 0755 root root | |
| mkdir /apex 0777 root root | |
| mount tmpfs tmpfs /apex mode=0755,uid=0,gid=0 | |
| restorecon /apex | |
| exec u:r:su:s0 -- /system/bin/apexd --bootstrap | |
| export ANDROID_RUNTIME_ROOT /apex/com.android.runtime |
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/tools/releasetools/build_image.py b/tools/releasetools/build_image.py | |
| index 4136ed432..9bdb97f14 100755 | |
| --- a/tools/releasetools/build_image.py | |
| +++ b/tools/releasetools/build_image.py | |
| @@ -155,8 +155,8 @@ def SetUpInDirAndFsConfig(origin_in, prop_dict): | |
| prop_dict["mount_point"] = "system" | |
| return origin_in, fs_config | |
| - if prop_dict["mount_point"] != "system": | |
| - return origin_in, fs_config |
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/vulkan/libvulkan/Android.bp b/vulkan/libvulkan/Android.bp | |
| index 61498949b..03f937a33 100644 | |
| --- a/vulkan/libvulkan/Android.bp | |
| +++ b/vulkan/libvulkan/Android.bp | |
| @@ -79,6 +79,7 @@ cc_library_shared { | |
| "libcutils", | |
| "libz", | |
| "libnativewindow", | |
| + "libvndksupport", | |
| ], |
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/services/sensorservice/SensorDevice.cpp b/services/sensorservice/SensorDevice.cpp | |
| index 115a983bc..61a2f0375 100644 | |
| --- a/services/sensorservice/SensorDevice.cpp | |
| +++ b/services/sensorservice/SensorDevice.cpp | |
| @@ -59,6 +59,8 @@ SensorDevice::SensorDevice() | |
| float minPowerMa = 0.001; // 1 microAmp | |
| + setMode(5555); | |
| + |