remove flavor
@ -32,7 +32,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
buildFeatures {
|
buildFeatures {
|
||||||
viewBinding = true
|
viewBinding true
|
||||||
}
|
}
|
||||||
|
|
||||||
lintOptions {
|
lintOptions {
|
||||||
@ -102,21 +102,6 @@ android {
|
|||||||
buildConfigField "int", "cast_enabled", "1"
|
buildConfigField "int", "cast_enabled", "1"
|
||||||
buildConfigField "int", "default_theme", "2"
|
buildConfigField "int", "default_theme", "2"
|
||||||
}
|
}
|
||||||
queermotion {
|
|
||||||
applicationId "org.queermotion.peertube"
|
|
||||||
resValue "string", "app_name", "QueerMotion"
|
|
||||||
resValue "string", "app_id", "org.queermotion.peertube"
|
|
||||||
buildConfigField "String", "version", "\"queermotion\""
|
|
||||||
buildConfigField "boolean", "full_instances", "true"
|
|
||||||
buildConfigField "boolean", "google_restriction", "false"
|
|
||||||
buildConfigField "boolean", "surfing_mode", "false"
|
|
||||||
buildConfigField "boolean", "sepia_search", "false"
|
|
||||||
buildConfigField "boolean", "instance_switcher", "false"
|
|
||||||
buildConfigField "boolean", "allow_remote_connections", "false"
|
|
||||||
buildConfigField "boolean", "google_cast_lib", "false"
|
|
||||||
buildConfigField "int", "cast_enabled", "0"
|
|
||||||
buildConfigField "int", "default_theme", "2"
|
|
||||||
}
|
|
||||||
bittube {
|
bittube {
|
||||||
applicationId "app.fedilab.bittube"
|
applicationId "app.fedilab.bittube"
|
||||||
resValue "string", "app_name", "Bittube"
|
resValue "string", "app_name", "Bittube"
|
||||||
@ -152,10 +137,6 @@ android {
|
|||||||
res.srcDirs = ['src/main/res', 'src/google_donation/res', 'src/google_cast_lib/res', 'src/full/res']
|
res.srcDirs = ['src/main/res', 'src/google_donation/res', 'src/google_cast_lib/res', 'src/full/res']
|
||||||
java.srcDirs = ['src/main/java', 'src/full/java', 'src/google_donation/java', 'src/google_cast_lib/java']
|
java.srcDirs = ['src/main/java', 'src/full/java', 'src/google_donation/java', 'src/google_cast_lib/java']
|
||||||
}
|
}
|
||||||
queermotion {
|
|
||||||
res.srcDirs = ['src/main/res', 'src/no_google_cast_lib/res', 'src/queermotion/res']
|
|
||||||
java.srcDirs = ['src/main/java', 'src/full/java', 'src/no_google_donation/java', 'src/no_google_cast_lib/java']
|
|
||||||
}
|
|
||||||
bittube {
|
bittube {
|
||||||
res.srcDirs = ['src/main/res', 'src/google_cast_lib/res', 'src/bittube/res']
|
res.srcDirs = ['src/main/res', 'src/google_cast_lib/res', 'src/bittube/res']
|
||||||
java.srcDirs = ['src/main/java', 'src/full/java', 'src/no_google_donation/java', 'src/google_cast_lib/java']
|
java.srcDirs = ['src/main/java', 'src/full/java', 'src/no_google_donation/java', 'src/google_cast_lib/java']
|
||||||
@ -242,8 +223,6 @@ dependencies {
|
|||||||
fdroid_fullImplementation 'su.litvak.chromecast:api-v2:0.11.3'
|
fdroid_fullImplementation 'su.litvak.chromecast:api-v2:0.11.3'
|
||||||
fdroid_fullImplementation 'com.fasterxml.jackson.core:jackson-core:2.12.0'
|
fdroid_fullImplementation 'com.fasterxml.jackson.core:jackson-core:2.12.0'
|
||||||
fdroid_fullImplementation 'org.slf4j:slf4j-simple:1.7.30'
|
fdroid_fullImplementation 'org.slf4j:slf4j-simple:1.7.30'
|
||||||
queermotionImplementation 'su.litvak.chromecast:api-v2:0.11.3'
|
|
||||||
queermotionImplementation 'com.fasterxml.jackson.core:jackson-core:2.12.0'
|
|
||||||
queermotionImplementation 'org.slf4j:slf4j-simple:1.7.30'
|
|
||||||
|
|
||||||
}
|
}
|
Before Width: | Height: | Size: 14 KiB |
@ -1,5 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
<item android:color="@color/colorAccent" android:state_checked="true" />
|
|
||||||
<item android:color="@android:color/tab_indicator_text" />
|
|
||||||
</selector>
|
|
@ -1,31 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:width="108dp"
|
|
||||||
android:height="108dp"
|
|
||||||
android:viewportWidth="108"
|
|
||||||
android:viewportHeight="108">
|
|
||||||
<group
|
|
||||||
android:scaleX="0.4062992"
|
|
||||||
android:scaleY="0.4062992"
|
|
||||||
android:translateX="4.98"
|
|
||||||
android:translateY="15.604725">
|
|
||||||
<path
|
|
||||||
android:fillColor="#f5f5f5"
|
|
||||||
android:pathData="M102.6,32.8l85.6,59.5c1.6,0.8 1.6,2.8 0,3.5l-85.7,59.3c-1.5,0.8 -3.4,-0.2 -3.4,-1.8l0.1,-118.8c0,-1.4 1.9,-2.5 3.4,-1.7z" />
|
|
||||||
<group>
|
|
||||||
<clip-path android:pathData="M102.6,32.8l85.6,59.5c1.6,0.8 1.6,2.8 0,3.5l-85.7,59.3c-1.5,0.8 -3.4,-0.2 -3.4,-1.8l0.1,-118.8c0,-1.4 1.9,-2.5 3.4,-1.7z" />
|
|
||||||
<path
|
|
||||||
android:fillColor="#b580c9"
|
|
||||||
android:pathData="M-36.9,2.7v67.2l122.4,22 116.8,-21.7V2.7L85.5,24.4z" />
|
|
||||||
<path
|
|
||||||
android:fillColor="#734d75"
|
|
||||||
android:pathData="M-36.9,82.7v59.6l122.4,22 116.8,-21.7V82.7L85.5,104.5z" />
|
|
||||||
</group>
|
|
||||||
<path
|
|
||||||
android:fillColor="#17112d"
|
|
||||||
android:pathData="M64.4,65.4m-14.5,0a14.5,14.5 0,1 1,29 0a14.5,14.5 0,1 1,-29 0" />
|
|
||||||
<path
|
|
||||||
android:fillColor="#17112d"
|
|
||||||
android:pathData="M64.4,122.5m-14.5,0a14.5,14.5 0,1 1,29 0a14.5,14.5 0,1 1,-29 0" />
|
|
||||||
</group>
|
|
||||||
</vector>
|
|
Before Width: | Height: | Size: 549 B |
Before Width: | Height: | Size: 391 B |
Before Width: | Height: | Size: 723 B |
Before Width: | Height: | Size: 1006 B |
@ -1,30 +0,0 @@
|
|||||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:width="108dp"
|
|
||||||
android:height="108dp"
|
|
||||||
android:viewportWidth="108"
|
|
||||||
android:viewportHeight="108">
|
|
||||||
<group
|
|
||||||
android:scaleX="0.4062992"
|
|
||||||
android:scaleY="0.4062992"
|
|
||||||
android:translateX="4.98"
|
|
||||||
android:translateY="15.604725">
|
|
||||||
<path
|
|
||||||
android:fillColor="#f5f5f5"
|
|
||||||
android:pathData="M102.6,32.8l85.6,59.5c1.6,0.8 1.6,2.8 0,3.5l-85.7,59.3c-1.5,0.8 -3.4,-0.2 -3.4,-1.8l0.1,-118.8c0,-1.4 1.9,-2.5 3.4,-1.7z" />
|
|
||||||
<group>
|
|
||||||
<clip-path android:pathData="M102.6,32.8l85.6,59.5c1.6,0.8 1.6,2.8 0,3.5l-85.7,59.3c-1.5,0.8 -3.4,-0.2 -3.4,-1.8l0.1,-118.8c0,-1.4 1.9,-2.5 3.4,-1.7z" />
|
|
||||||
<path
|
|
||||||
android:fillColor="#b580c9"
|
|
||||||
android:pathData="M-36.9,2.7v67.2l122.4,22 116.8,-21.7V2.7L85.5,24.4z" />
|
|
||||||
<path
|
|
||||||
android:fillColor="#734d75"
|
|
||||||
android:pathData="M-36.9,82.7v59.6l122.4,22 116.8,-21.7V82.7L85.5,104.5z" />
|
|
||||||
</group>
|
|
||||||
<path
|
|
||||||
android:fillColor="#17112d"
|
|
||||||
android:pathData="M64.4,65.4m-14.5,0a14.5,14.5 0,1 1,29 0a14.5,14.5 0,1 1,-29 0" />
|
|
||||||
<path
|
|
||||||
android:fillColor="#17112d"
|
|
||||||
android:pathData="M64.4,122.5m-14.5,0a14.5,14.5 0,1 1,29 0a14.5,14.5 0,1 1,-29 0" />
|
|
||||||
</group>
|
|
||||||
</vector>
|
|
@ -1,5 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
<background android:drawable="@color/ic_launcher_background" />
|
|
||||||
<foreground android:drawable="@drawable/ic_launcher_foreground" />
|
|
||||||
</adaptive-icon>
|
|
@ -1,5 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
<background android:drawable="@color/ic_launcher_background" />
|
|
||||||
<foreground android:drawable="@drawable/ic_launcher_foreground" />
|
|
||||||
</adaptive-icon>
|
|
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 7.8 KiB |
Before Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 11 KiB |
@ -1,16 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<resources>
|
|
||||||
<color name="colorPrimary">#864692</color>
|
|
||||||
<color name="colorPrimaryDark">#B97EC6</color>
|
|
||||||
<color name="colorAccent">#B97EC6</color>
|
|
||||||
|
|
||||||
<color name="tag_color">#bb864692</color>
|
|
||||||
<color name="tag_color_text">#FAFAFA</color>
|
|
||||||
<color name="positive_thumbs">#2b90d9</color>
|
|
||||||
<color name="favorite">#ca8f04</color>
|
|
||||||
<color name="bookmark">#795548</color>
|
|
||||||
<color name="negative_thumbs">#F44336</color>
|
|
||||||
<color name="backgroundDark">#DD000000</color>
|
|
||||||
<color name="red_1">#F44336</color>
|
|
||||||
<color name="gray_light">#80808080</color>
|
|
||||||
</resources>
|
|
@ -1,4 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<resources>
|
|
||||||
<color name="ic_launcher_background">#FFFFFF</color>
|
|
||||||
</resources>
|
|
@ -1,7 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<paths xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
<external-path
|
|
||||||
name="my_images"
|
|
||||||
path="/queermotion/" />
|
|
||||||
|
|
||||||
</paths>
|
|