Compare commits
128 Commits
Author | SHA1 | Date | |
---|---|---|---|
327f6f0e8d | |||
d6f1a360d2 | |||
24ec69d7f7 | |||
c80692bd34 | |||
b5e9f70be6 | |||
d446081331 | |||
8178cff72c | |||
950d99b5de | |||
b7855cb1a2 | |||
b298fbfa3e | |||
d83929f80a | |||
b932ed2c13 | |||
36073d340d | |||
0e14540b69 | |||
57327a8ad0 | |||
bbfa278d6b | |||
439decf6a9 | |||
2277cc5f05 | |||
4204ffccee | |||
31407e709d | |||
44d26bb1cf | |||
8a8a433023 | |||
5c27292543 | |||
e475348d39 | |||
9f8358e471 | |||
4fd8d42d85 | |||
498990c48a | |||
1cddf26c9a | |||
325a239b86 | |||
2c4ef9c3ce | |||
4dbd191c4f | |||
01e489da10 | |||
53a7062c6d | |||
3425e1e593 | |||
9970635ff8 | |||
c1f174a5b8 | |||
3587e7c524 | |||
3911ad15a6 | |||
d40b35da59 | |||
ccb6e184cc | |||
74e45b1820 | |||
0a1336f0e0 | |||
d5a0dcb980 | |||
83e7c41ca0 | |||
1d1b0c11a9 | |||
3b2c4e2ac6 | |||
2d77fe580f | |||
7ae20f43f8 | |||
f03c1b206b | |||
d99a58f2cf | |||
5aeaf7f34b | |||
af0b484d16 | |||
0a6791b752 | |||
e73e306d05 | |||
52189abbff | |||
d721f12d74 | |||
69f28bb647 | |||
2b2295d831 | |||
179586b8c4 | |||
1afad9e06a | |||
59c73fd864 | |||
6820344750 | |||
680504791c | |||
41e500a8f8 | |||
448af1ef9a | |||
041e8c0bd6 | |||
0b7300e93a | |||
94c5f5a705 | |||
fa2f8a7b05 | |||
aeb288142e | |||
635c43f458 | |||
d36138431b | |||
9cdf857730 | |||
52a6152af6 | |||
9d3312c081 | |||
1146236f46 | |||
ec19ee1e55 | |||
cc37e40158 | |||
bdd12de34d | |||
e64692d0d3 | |||
7da8c0f664 | |||
fc41c077dc | |||
50800da4b9 | |||
a9219e8a91 | |||
5eedadef47 | |||
14cde8e625 | |||
1f2ecd591d | |||
9a2eb6cd49 | |||
aa38514bcb | |||
f2fddfb16c | |||
05300682c1 | |||
a3714a4ecf | |||
500584b9ef | |||
33ac822957 | |||
1f6107e238 | |||
2b7639599c | |||
dedf7b0163 | |||
88b5a83fb1 | |||
efd6b0088f | |||
ccb5cd20b1 | |||
668e41bc9b | |||
46123fa7d6 | |||
b079965de8 | |||
842ab914a4 | |||
fcb93b7dc6 | |||
f1420fe29e | |||
23f8674adc | |||
76a4aa5ae6 | |||
85ffb4064b | |||
73c9e639b6 | |||
5172695784 | |||
fcc10f97b5 | |||
0a12020fd8 | |||
e9c10b17e0 | |||
f4698f1312 | |||
1690507a18 | |||
fbeb87e29e | |||
de14e95e90 | |||
35c5713b0a | |||
413792087e | |||
21c53d2b4d | |||
5757a8b1d8 | |||
680bdf7bd2 | |||
6911fbd124 | |||
9fdffc9709 | |||
0b722a5ecc | |||
d3ffc32d9b | |||
a6dfd842e3 |
17
.github/stale.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# Number of days of inactivity before an issue becomes stale
|
||||||
|
daysUntilStale: 60
|
||||||
|
# Number of days of inactivity before a stale issue is closed
|
||||||
|
daysUntilClose: 7
|
||||||
|
# Issues with these labels will never be considered stale
|
||||||
|
exemptLabels:
|
||||||
|
- pinned
|
||||||
|
- security
|
||||||
|
# Label to use when marking an issue as stale
|
||||||
|
staleLabel: inactive
|
||||||
|
# Comment to post when marking an issue as stale. Set to `false` to disable
|
||||||
|
markComment: >
|
||||||
|
This issue has been automatically marked as stale because it has not had
|
||||||
|
recent activity. It will be closed if no further activity occurs. Thank you
|
||||||
|
for your contributions.
|
||||||
|
# Comment to post when closing a stale issue. Set to `false` to disable
|
||||||
|
closeComment: false
|
@ -68,7 +68,7 @@ assembleDebug:
|
|||||||
cache:
|
cache:
|
||||||
key: "${CI_COMMIT_TAG}"
|
key: "${CI_COMMIT_TAG}"
|
||||||
paths:
|
paths:
|
||||||
- app/build/outputs/apk/fdroid_acad/debug/app-fdroid_acad-debug.apk
|
- app/build/outputs/apk/fdroid_peertube_apps_educ/debug/app-fdroid_peertube_apps_educ-debug.apk
|
||||||
- app/build/outputs/apk/fdroid_full/debug/app-fdroid_full-debug.apk
|
- app/build/outputs/apk/fdroid_full/debug/app-fdroid_full-debug.apk
|
||||||
policy: push
|
policy: push
|
||||||
script:
|
script:
|
||||||
@ -76,11 +76,11 @@ assembleDebug:
|
|||||||
|
|
||||||
# Basic android and gradle stuff
|
# Basic android and gradle stuff
|
||||||
# Check linting
|
# Check linting
|
||||||
lintFdroid_acadDebug:
|
lintfdroid_peertube_apps_educDebug:
|
||||||
interruptible: true
|
interruptible: true
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- ./gradlew -Pci --console=plain :app:lintFdroid_acadDebug -PbuildDir=lint
|
- ./gradlew -Pci --console=plain :app:lintfdroid_peertube_apps_educDebug -PbuildDir=lint
|
||||||
except:
|
except:
|
||||||
- tags
|
- tags
|
||||||
|
|
||||||
@ -110,7 +110,7 @@ putApkOnTags:
|
|||||||
cache:
|
cache:
|
||||||
key: "${CI_COMMIT_TAG}"
|
key: "${CI_COMMIT_TAG}"
|
||||||
paths:
|
paths:
|
||||||
- app/build/outputs/apk/fdroid_acad/debug/app-fdroid_acad-debug.apk
|
- app/build/outputs/apk/fdroid_peertube_apps_educ/debug/app-fdroid_peertube_apps_educ-debug.apk
|
||||||
- app/build/outputs/apk/fdroid_full/debug/app-fdroid_full-debug.apk
|
- app/build/outputs/apk/fdroid_full/debug/app-fdroid_full-debug.apk
|
||||||
policy: pull
|
policy: pull
|
||||||
script:
|
script:
|
||||||
@ -120,11 +120,11 @@ putApkOnTags:
|
|||||||
- export NC_UPLOAD_URL="${NC_REMOTE_DIR}/${CI_COMMIT_TAG}"
|
- export NC_UPLOAD_URL="${NC_REMOTE_DIR}/${CI_COMMIT_TAG}"
|
||||||
- export NC_DOWNLOAD_URL="${NC_SHARE_URL}/download?path=%2F${CI_COMMIT_TAG}%2F&files="
|
- export NC_DOWNLOAD_URL="${NC_SHARE_URL}/download?path=%2F${CI_COMMIT_TAG}%2F&files="
|
||||||
- 'export HEADER="Private-Token: ${GITLAB_API_TOKEN}"'
|
- 'export HEADER="Private-Token: ${GITLAB_API_TOKEN}"'
|
||||||
- export acadUrl="${NC_DOWNLOAD_URL}app-fdroid_acad-debug.apk"
|
- export acadUrl="${NC_DOWNLOAD_URL}app-fdroid_peertube_apps_educ-debug.apk"
|
||||||
- export fullUrl="${NC_DOWNLOAD_URL}app-fdroid_full-debug.apk"
|
- export fullUrl="${NC_DOWNLOAD_URL}app-fdroid_full-debug.apk"
|
||||||
- 'curl -s -u "${NC_USER}:${NC_PASSWORD}" -X MKCOL "${NC_UPLOAD_URL}"'
|
- 'curl -s -u "${NC_USER}:${NC_PASSWORD}" -X MKCOL "${NC_UPLOAD_URL}"'
|
||||||
- 'curl -s -u "${NC_USER}:${NC_PASSWORD}" -T app/build/outputs/apk/fdroid_full/debug/app-fdroid_full-debug.apk "${NC_UPLOAD_URL}/app-fdroid_full-debug.apk"'
|
- 'curl -s -u "${NC_USER}:${NC_PASSWORD}" -T app/build/outputs/apk/fdroid_full/debug/app-fdroid_full-debug.apk "${NC_UPLOAD_URL}/app-fdroid_full-debug.apk"'
|
||||||
- 'curl -s -u "${NC_USER}:${NC_PASSWORD}" -T app/build/outputs/apk/fdroid_acad/debug/app-fdroid_acad-debug.apk "${NC_UPLOAD_URL}/app-fdroid_acad-debug.apk"'
|
- 'curl -s -u "${NC_USER}:${NC_PASSWORD}" -T app/build/outputs/apk/fdroid_peertube_apps_educ/debug/app-fdroid_peertube_apps_educ-debug.apk "${NC_UPLOAD_URL}/app-fdroid_peertube_apps_educ-debug.apk"'
|
||||||
- export description=$(curl -s --header "${HEADER}" "${DESCRIPTION_URL}" | jq .release.description | sed -e 's@"@@g')
|
- export description=$(curl -s --header "${HEADER}" "${DESCRIPTION_URL}" | jq .release.description | sed -e 's@"@@g')
|
||||||
- if [[ $description == 'null' ]]; then export METHOD="POST"; echo -e "[Get the acad version](${acadUrl})\n\n[Get the full version](${fullUrl})" > /tmp/text; fi
|
- if [[ $description == 'null' ]]; then export METHOD="POST"; echo -e "[Get the acad version](${acadUrl})\n\n[Get the full version](${fullUrl})" > /tmp/text; fi
|
||||||
- if [[ $description != 'null' ]]; then export METHOD="PUT"; echo -e "${description}\n\n[Get the acad version](${acadUrl})\n\n[Get the full version](${fullUrl})" > /tmp/text; fi
|
- if [[ $description != 'null' ]]; then export METHOD="PUT"; echo -e "${description}\n\n[Get the acad version](${acadUrl})\n\n[Get the full version](${fullUrl})" > /tmp/text; fi
|
||||||
|
103
app/build.gradle
@ -1,18 +1,16 @@
|
|||||||
apply plugin: 'com.android.application'
|
apply plugin: 'com.android.application'
|
||||||
|
|
||||||
apply plugin: "androidx.navigation.safeargs"
|
apply plugin: "androidx.navigation.safeargs"
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 30
|
compileSdkVersion 30
|
||||||
buildToolsVersion "30.0.2"
|
buildToolsVersion "30.0.2"
|
||||||
|
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
|
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 29
|
versionCode 34
|
||||||
versionName "1.9.0"
|
versionName "1.11.0"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
@ -40,45 +38,106 @@ android {
|
|||||||
checkReleaseBuilds false
|
checkReleaseBuilds false
|
||||||
abortOnError false
|
abortOnError false
|
||||||
}
|
}
|
||||||
|
//boolean full_instances if set to false means TubeAcad
|
||||||
productFlavors {
|
productFlavors {
|
||||||
fdroid_acad {
|
fdroid_peertube_apps_educ {
|
||||||
applicationId "app.fedilab.fedilabtube"
|
applicationId "app.fedilab.fedilabtube"
|
||||||
|
resValue "string", "app_name", "TubeAcad"
|
||||||
|
resValue "string", "app_id", "app.fedilab.fedilabtube"
|
||||||
buildConfigField "String", "version", "\"fdroid_acad\""
|
buildConfigField "String", "version", "\"fdroid_acad\""
|
||||||
buildConfigField "boolean", "full_instances", "false"
|
buildConfigField "boolean", "full_instances", "false"
|
||||||
buildConfigField "boolean", "google_restriction", "false"
|
buildConfigField "boolean", "google_restriction", "false"
|
||||||
|
buildConfigField "boolean", "surfing_mode", "false"
|
||||||
|
buildConfigField "boolean", "sepia_search", "false"
|
||||||
|
buildConfigField "boolean", "instance_switcher", "true"
|
||||||
|
buildConfigField "boolean", "allow_remote_connections", "false"
|
||||||
}
|
}
|
||||||
google_acad {
|
google_peertube_apps_educ {
|
||||||
applicationId "app.fedilab.fedilabtube"
|
applicationId "app.fedilab.fedilabtube"
|
||||||
|
resValue "string", "app_name", "TubeAcad"
|
||||||
|
resValue "string", "app_id", "app.fedilab.fedilabtube"
|
||||||
buildConfigField "String", "version", "\"google_acad\""
|
buildConfigField "String", "version", "\"google_acad\""
|
||||||
buildConfigField "boolean", "full_instances", "false"
|
buildConfigField "boolean", "full_instances", "false"
|
||||||
buildConfigField "boolean", "google_restriction", "true"
|
buildConfigField "boolean", "google_restriction", "true"
|
||||||
|
buildConfigField "boolean", "surfing_mode", "false"
|
||||||
|
buildConfigField "boolean", "sepia_search", "false"
|
||||||
|
buildConfigField "boolean", "instance_switcher", "true"
|
||||||
|
buildConfigField "boolean", "allow_remote_connections", "false"
|
||||||
}
|
}
|
||||||
fdroid_full {
|
fdroid_full {
|
||||||
applicationId "app.fedilab.tubelab"
|
applicationId "app.fedilab.tubelab"
|
||||||
|
resValue "string", "app_name", "TubeLab"
|
||||||
|
resValue "string", "app_id", "app.fedilab.tubelab"
|
||||||
buildConfigField "String", "version", "\"fdroid_full\""
|
buildConfigField "String", "version", "\"fdroid_full\""
|
||||||
buildConfigField "boolean", "full_instances", "true"
|
buildConfigField "boolean", "full_instances", "true"
|
||||||
buildConfigField "boolean", "google_restriction", "false"
|
buildConfigField "boolean", "google_restriction", "false"
|
||||||
|
buildConfigField "boolean", "surfing_mode", "true"
|
||||||
|
buildConfigField "boolean", "sepia_search", "true"
|
||||||
|
buildConfigField "boolean", "instance_switcher", "true"
|
||||||
|
buildConfigField "boolean", "allow_remote_connections", "true"
|
||||||
}
|
}
|
||||||
google_full {
|
google_full {
|
||||||
applicationId "app.fedilab.tubelab"
|
applicationId "app.fedilab.tubelab"
|
||||||
|
resValue "string", "app_name", "TubeLab"
|
||||||
|
resValue "string", "app_id", "app.fedilab.tubelab"
|
||||||
buildConfigField "String", "version", "\"google_full\""
|
buildConfigField "String", "version", "\"google_full\""
|
||||||
buildConfigField "boolean", "full_instances", "true"
|
buildConfigField "boolean", "full_instances", "true"
|
||||||
buildConfigField "boolean", "google_restriction", "true"
|
buildConfigField "boolean", "google_restriction", "true"
|
||||||
|
buildConfigField "boolean", "surfing_mode", "true"
|
||||||
|
buildConfigField "boolean", "sepia_search", "true"
|
||||||
|
buildConfigField "boolean", "instance_switcher", "true"
|
||||||
|
buildConfigField "boolean", "allow_remote_connections", "true"
|
||||||
|
}
|
||||||
|
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"
|
||||||
|
}
|
||||||
|
bittube {
|
||||||
|
applicationId "app.fedilab.bittube"
|
||||||
|
resValue "string", "app_name", "Bittube"
|
||||||
|
resValue "string", "app_id", "app.fedilab.bittube"
|
||||||
|
buildConfigField "String", "version", "\"bittube\""
|
||||||
|
buildConfigField "boolean", "full_instances", "true"
|
||||||
|
buildConfigField "boolean", "google_restriction", "true"
|
||||||
|
buildConfigField "boolean", "surfing_mode", "false"
|
||||||
|
buildConfigField "boolean", "sepia_search", "false"
|
||||||
|
buildConfigField "boolean", "instance_switcher", "true"
|
||||||
|
buildConfigField "boolean", "allow_remote_connections", "false"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
fdroid_acad {
|
fdroid_peertube_apps_educ {
|
||||||
res.srcDirs = ['src/main/res', 'src/acad/res']
|
res.srcDirs = ['src/main/res', 'src/acad/res']
|
||||||
|
java.srcDirs = ['src/main/java', 'src/acad/java']
|
||||||
}
|
}
|
||||||
google_acad {
|
google_peertube_apps_educ {
|
||||||
res.srcDirs = ['src/main/res', 'src/acad/res']
|
res.srcDirs = ['src/main/res', 'src/acad/res']
|
||||||
|
java.srcDirs = ['src/main/java', 'src/acad/java']
|
||||||
}
|
}
|
||||||
fdroid_full {
|
fdroid_full {
|
||||||
res.srcDirs = ['src/main/res', 'src/full/res']
|
res.srcDirs = ['src/main/res', 'src/full/res']
|
||||||
|
java.srcDirs = ['src/main/java', 'src/full/java']
|
||||||
}
|
}
|
||||||
google_full {
|
google_full {
|
||||||
res.srcDirs = ['src/main/res', 'src/full/res']
|
res.srcDirs = ['src/main/res', 'src/full/res']
|
||||||
|
java.srcDirs = ['src/main/java', 'src/full/java']
|
||||||
|
}
|
||||||
|
queermotion {
|
||||||
|
res.srcDirs = ['src/main/res', 'src/queermotion/res']
|
||||||
|
java.srcDirs = ['src/main/java', 'src/full/java']
|
||||||
|
}
|
||||||
|
bittube {
|
||||||
|
res.srcDirs = ['src/main/res', 'src/bittube/res']
|
||||||
|
java.srcDirs = ['src/main/java', 'src/full/java']
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -99,21 +158,22 @@ dependencies {
|
|||||||
implementation 'com.google.android.material:material:1.2.1'
|
implementation 'com.google.android.material:material:1.2.1'
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
|
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
|
||||||
implementation 'androidx.vectordrawable:vectordrawable:1.1.0'
|
implementation 'androidx.vectordrawable:vectordrawable:1.1.0'
|
||||||
implementation 'androidx.navigation:navigation-fragment:2.3.1'
|
implementation 'androidx.navigation:navigation-fragment:2.3.2'
|
||||||
implementation "androidx.fragment:fragment:1.2.5"
|
implementation "androidx.fragment:fragment:1.2.5"
|
||||||
implementation 'androidx.navigation:navigation-ui:2.3.1'
|
implementation 'androidx.navigation:navigation-ui:2.3.2'
|
||||||
implementation ("androidx.navigation:navigation-dynamic-features-fragment:2.3.1")
|
implementation ("androidx.navigation:navigation-dynamic-features-fragment:2.3.2")
|
||||||
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
|
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
|
||||||
implementation 'androidx.browser:browser:1.2.0'
|
implementation 'androidx.browser:browser:1.3.0'
|
||||||
implementation 'androidx.documentfile:documentfile:1.0.1'
|
implementation 'androidx.documentfile:documentfile:1.0.1'
|
||||||
testImplementation 'junit:junit:4.13'
|
implementation project(path: ':torrentStream')
|
||||||
|
testImplementation 'junit:junit:4.13.1'
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
|
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
|
||||||
|
|
||||||
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
|
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
|
||||||
implementation 'com.github.GrenderG:Toasty:1.4.2'
|
implementation 'com.github.GrenderG:Toasty:1.4.2'
|
||||||
implementation 'com.google.android.exoplayer:exoplayer:2.12.1'
|
implementation 'com.google.android.exoplayer:exoplayer:2.12.2'
|
||||||
implementation 'com.google.android.exoplayer:extension-mediasession:2.12.1'
|
implementation 'com.google.android.exoplayer:extension-mediasession:2.12.2'
|
||||||
implementation "com.github.mabbas007:TagsEditText:1.0.5"
|
implementation "com.github.mabbas007:TagsEditText:1.0.5"
|
||||||
implementation "com.github.bumptech.glide:glide:4.11.0"
|
implementation "com.github.bumptech.glide:glide:4.11.0"
|
||||||
annotationProcessor "com.github.bumptech.glide:compiler:4.11.0"
|
annotationProcessor "com.github.bumptech.glide:compiler:4.11.0"
|
||||||
@ -121,19 +181,28 @@ dependencies {
|
|||||||
implementation "net.gotev:uploadservice:4.5.1"
|
implementation "net.gotev:uploadservice:4.5.1"
|
||||||
implementation "net.gotev:uploadservice-okhttp:4.5.1"
|
implementation "net.gotev:uploadservice-okhttp:4.5.1"
|
||||||
implementation "com.google.code.gson:gson:2.8.6"
|
implementation "com.google.code.gson:gson:2.8.6"
|
||||||
implementation 'androidx.media:media:1.2.0'
|
implementation 'androidx.media:media:1.2.1'
|
||||||
implementation 'com.github.ybq:Android-SpinKit:1.4.0'
|
implementation 'com.github.ybq:Android-SpinKit:1.4.0'
|
||||||
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
|
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
|
||||||
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
|
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
|
||||||
implementation 'com.github.mancj:MaterialSearchBar:0.8.5'
|
implementation 'com.github.mancj:MaterialSearchBar:0.8.5'
|
||||||
|
|
||||||
implementation "com.github.TorrentStream:TorrentStream-Android:2.7.0"
|
|
||||||
|
|
||||||
implementation "io.github.kobakei:ratethisapp:1.2.0"
|
implementation "io.github.kobakei:ratethisapp:1.2.0"
|
||||||
implementation 'com.github.vkay94:DoubleTapPlayerView:1.0.0'
|
implementation 'com.github.vkay94:DoubleTapPlayerView:1.0.0'
|
||||||
|
|
||||||
implementation "androidx.work:work-runtime:2.4.0"
|
implementation "androidx.work:work-runtime:2.4.0"
|
||||||
implementation "androidx.work:work-runtime-ktx:2.4.0"
|
implementation "androidx.work:work-runtime-ktx:2.4.0"
|
||||||
|
|
||||||
|
//custom cast feature
|
||||||
implementation 'jp.wasabeef:glide-transformations:4.0.0'
|
implementation 'jp.wasabeef:glide-transformations:4.0.0'
|
||||||
|
implementation 'su.litvak.chromecast:api-v2:0.11.3'
|
||||||
|
implementation 'com.fasterxml.jackson.core:jackson-core:2.12.0'
|
||||||
|
implementation 'org.slf4j:slf4j-simple:1.7.30'
|
||||||
|
|
||||||
|
|
||||||
|
fdroid_peertube_apps_educImplementation 'org.matomo.sdk:tracker:4.1.2'
|
||||||
|
google_peertube_apps_educImplementation 'org.matomo.sdk:tracker:4.1.2'
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
35
app/src/acad/java/app/fedilab/fedilabtube/FedilabTube.java
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
package app.fedilab.fedilabtube;
|
||||||
|
/* Copyright 2020 Thomas Schneider
|
||||||
|
*
|
||||||
|
* This file is a part of TubeLab
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under the terms of the
|
||||||
|
* GNU General Public License as published by the Free Software Foundation; either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
|
||||||
|
* the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
|
||||||
|
* Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License along with TubeLab; if not,
|
||||||
|
* see <http://www.gnu.org/licenses>. */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
import org.matomo.sdk.Matomo;
|
||||||
|
import org.matomo.sdk.Tracker;
|
||||||
|
import org.matomo.sdk.TrackerBuilder;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
public class FedilabTube extends BaseFedilabTube {
|
||||||
|
|
||||||
|
private Tracker mMatomoTracker;
|
||||||
|
|
||||||
|
public synchronized Tracker getTracker() {
|
||||||
|
if (mMatomoTracker != null) return mMatomoTracker;
|
||||||
|
mMatomoTracker = TrackerBuilder.createDefault("https://wa.phm.education.gouv.fr/snp/matomo.php", 11).build(Matomo.getInstance(this));
|
||||||
|
return mMatomoTracker;
|
||||||
|
}
|
||||||
|
}
|
47
app/src/acad/java/app/fedilab/fedilabtube/Matomo.java
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
package app.fedilab.fedilabtube;
|
||||||
|
/* Copyright 2020 Thomas Schneider
|
||||||
|
*
|
||||||
|
* This file is a part of TubeLab
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under the terms of the
|
||||||
|
* GNU General Public License as published by the Free Software Foundation; either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
|
||||||
|
* the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
|
||||||
|
* Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License along with TubeLab; if not,
|
||||||
|
* see <http://www.gnu.org/licenses>. */
|
||||||
|
|
||||||
|
|
||||||
|
import android.app.Activity;
|
||||||
|
import android.content.Context;
|
||||||
|
|
||||||
|
import org.matomo.sdk.Tracker;
|
||||||
|
import org.matomo.sdk.extra.TrackHelper;
|
||||||
|
|
||||||
|
public class Matomo {
|
||||||
|
|
||||||
|
public static void sendScreen(Context _mcontext, String path, String title) {
|
||||||
|
Tracker tracker = ((FedilabTube) ((Activity) _mcontext).getApplication()).getTracker();
|
||||||
|
TrackHelper.track().screen(path).title(title).with(tracker);
|
||||||
|
}
|
||||||
|
|
||||||
|
public static void sendEvent(Context _mcontext, String category, String action, String label, float value) {
|
||||||
|
Tracker tracker = ((FedilabTube) ((Activity) _mcontext).getApplication()).getTracker();
|
||||||
|
TrackHelper.track().event(category, action).name(label).value(value).with(tracker);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
public static void sendValue(Context _mcontext, String path, int index, String dimensionValue) {
|
||||||
|
Tracker tracker = ((FedilabTube) ((Activity) _mcontext).getApplication()).getTracker();
|
||||||
|
TrackHelper.track().screen(path).dimension(index, dimensionValue).with(tracker);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
public static void trackInstall(Context _mcontext) {
|
||||||
|
Tracker tracker = ((FedilabTube) ((Activity) _mcontext).getApplication()).getTracker();
|
||||||
|
TrackHelper.track().download().with(tracker);
|
||||||
|
}
|
||||||
|
}
|
Before Width: | Height: | Size: 720 B After Width: | Height: | Size: 720 B |
Before Width: | Height: | Size: 491 B After Width: | Height: | Size: 491 B |
Before Width: | Height: | Size: 937 B After Width: | Height: | Size: 937 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
@ -7,6 +7,8 @@
|
|||||||
<color name="tag_color">#bbF2690D</color>
|
<color name="tag_color">#bbF2690D</color>
|
||||||
<color name="tag_color_text">#FAFAFA</color>
|
<color name="tag_color_text">#FAFAFA</color>
|
||||||
<color name="positive_thumbs">#2b90d9</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="negative_thumbs">#F44336</color>
|
||||||
<color name="backgroundDark">#DD000000</color>
|
<color name="backgroundDark">#DD000000</color>
|
||||||
<color name="red_1">#F44336</color>
|
<color name="red_1">#F44336</color>
|
||||||
|
@ -1,375 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
|
||||||
<string name="app_name" translatable="false">TubeAcad</string>
|
|
||||||
<string name="app_id" translatable="false">app.fedilab.fedilabtube</string>
|
|
||||||
<string name="set_video_mode_choice" translatable="false">set_video_mode_choice</string>
|
|
||||||
<string name="set_video_minimize_choice" translatable="false">set_video_minimize_choice</string>
|
|
||||||
<string name="set_video_language_choice" translatable="false">set_video_language_choice</string>
|
|
||||||
<string name="set_video_quality_choice" translatable="false">set_video_quality_choice</string>
|
|
||||||
<string name="set_video_cache_choice" translatable="false">set_video_cache_choice</string>
|
|
||||||
<string name="set_autoplay_choice" translatable="false">set_autoplay_choice</string>
|
|
||||||
<string name="set_theme_choice" translatable="false">set_theme_choice</string>
|
|
||||||
<string name="set_fullscreen_choice" translatable="false">set_fullscreen_choice</string>
|
|
||||||
<string name="set_autoplay_next_video_choice" translatable="false">set_autoplay_next_video_choice</string>
|
|
||||||
<string name="set_store_in_history" translatable="false">set_store_in_history</string>
|
|
||||||
<string name="set_play_screen_lock_choice" translatable="false">set_play_screen_lock_choice</string>
|
|
||||||
<string name="set_video_in_list_choice" translatable="false">set_video_in_list_choice</string>
|
|
||||||
<string name="set_video_sensitive_choice" translatable="false">set_video_sensitive_choice</string>
|
|
||||||
<string name="set_video_in_list">Vidéos dans une liste</string>
|
|
||||||
<string name="set_video_in_list_description">Change la mise en page pour afficher les vidéos dans une liste</string>
|
|
||||||
|
|
||||||
<string name="_retry">Réessayer</string>
|
|
||||||
<string name="refresh_token_failed">Échec de rafraîchissement du jeton d\'accès</string>
|
|
||||||
<string name="refresh_token_failed_message">Vous pouvez réessayer de le rafraîchir ou simplement déconnecter le compte</string>
|
|
||||||
<string name="export_list">Exporter</string>
|
|
||||||
<string name="import_list">Importer</string>
|
|
||||||
<string name="originally_published">Date de publication</string>
|
|
||||||
|
|
||||||
<string name="delete_history">Supprimer l\'historique de vidéos</string>
|
|
||||||
<string name="delete_history_confirm">Êtes vous sur de vouloir supprimer toutes les vidéos de votre historique ?</string>
|
|
||||||
<string name="export_notification_title">Exportation réussie !</string>
|
|
||||||
<string name="export_notification_content">Cliquer ici pour envoyer l\'exportation par mèl.</string>
|
|
||||||
<string name="export_notification_subjet">Nouvelle liste de lecture</string>
|
|
||||||
<string name="export_notification_body">Ouvrez la pièce jointe avec l\'application TubeAcad</string>
|
|
||||||
|
|
||||||
<string name="show_more">Montrer plus</string>
|
|
||||||
<string name="show_less">Montrer moins</string>
|
|
||||||
<string name="no_instances">Aucune instance !</string>
|
|
||||||
<string name="set_play_screen_lock">Verrouillage d\'écran</string>
|
|
||||||
<string name="set_play_screen_lock_description">Continuer à lire des vidéos lorsque l\'écran est verrouillé</string>
|
|
||||||
|
|
||||||
|
|
||||||
<string name="change_profile_picture">Modifier la photo de profil</string>
|
|
||||||
<string name="account_updated">Le compte a été mis à jour !</string>
|
|
||||||
|
|
||||||
|
|
||||||
<string name="new_video">Nouvelle vidéo</string>
|
|
||||||
<string name="new_blacklist">New blacklist info</string>
|
|
||||||
<string name="new_my_video_published">Your video is published</string>
|
|
||||||
<string name="new_my_video_error">Error when publishing your video</string>
|
|
||||||
<string name="new_comment">New comment</string>
|
|
||||||
<string name="new_follow">New follow</string>
|
|
||||||
|
|
||||||
<string name="notif_new_video">Nouvelle vidéo depuis vos souscriptions</string>
|
|
||||||
<string name="notif_new_comment">Nouveau commentaire sur votre vidéo</string>
|
|
||||||
<string name="notif_blocked">Une de vos vidéos est bloquée/débloquée</string>
|
|
||||||
<string name="notif_video_published">Vidéo publiée (après transcodage / mise à jour programmée)</string>
|
|
||||||
<string name="notif_video_imported">Import de vidéo terminé</string>
|
|
||||||
<string name="notif_new_followers">Vous ou votre chaîne avez/a un·e nouvel·le abonné·e</string>
|
|
||||||
<string name="notif_video_mention">Quelqu\'un vous a mentionné dans les commentaires d\'une vidéo</string>
|
|
||||||
<string name="notif_abuse_received">Un signalement d\'abus a reçu un nouveau message</string>
|
|
||||||
<string name="notif_abuse_accepted">Un de vos rapports d\'abus a été accepté ou rejeté par les modérateurs</string>
|
|
||||||
|
|
||||||
<string name="save">Enregistrer</string>
|
|
||||||
<string name="set_autoplay_next_video">Lire automatiquement la vidéo suivante</string>
|
|
||||||
<string name="set_autoplay_next_video_description">Quand une vidéo est terminée, lire la prochaine vidéo suggérée.</string>
|
|
||||||
|
|
||||||
<string name="enable_history">Activer l\'historique</string>
|
|
||||||
<string name="set_autoplay">Lecture automatique</string>
|
|
||||||
<string name="set_autoplay_description">Si activé, les vidéos seront lues automatiquement</string>
|
|
||||||
|
|
||||||
<string name="set_fullscreen">Plein écran</string>
|
|
||||||
<string name="set_fullscreen_description">Ouvre automatiquement les vidéos en plein écran</string>
|
|
||||||
|
|
||||||
<string name="delete_account_comment">Supprimer tous les commentaires</string>
|
|
||||||
<string name="delete_account_comment_confirm">Etes-vous sûr de vouloir supprimer tous les commentaires de ce compte pour vos vidéos ?</string>
|
|
||||||
<string-array name="settings_theme">
|
|
||||||
<item>Clair</item>
|
|
||||||
<item>Sombre</item>
|
|
||||||
<item>Automatique</item>
|
|
||||||
</string-array>
|
|
||||||
|
|
||||||
<string name="refresh_every">Mettre à jour toutes les :</string>
|
|
||||||
<string-array name="refresh_time">
|
|
||||||
<item>Jamais</item>
|
|
||||||
<item>15 minutes</item>
|
|
||||||
<item>30 minutes</item>
|
|
||||||
<item>1 heure</item>
|
|
||||||
<item>2 heures</item>
|
|
||||||
<item>6 heures</item>
|
|
||||||
<item>12 heures</item>
|
|
||||||
</string-array>
|
|
||||||
|
|
||||||
<plurals name="number_of_replies">
|
|
||||||
<item quantity="zero">%d réponse</item>
|
|
||||||
<item quantity="one">%d réponse</item>
|
|
||||||
<item quantity="other">%d réponses</item>
|
|
||||||
</plurals>
|
|
||||||
|
|
||||||
<string name="set_theme">Thème</string>
|
|
||||||
<string name="set_theme_description">Permet de changer le thème de l\'application</string>
|
|
||||||
<string name="federation_issue">La vidéo ne peut pas être fédérée !</string>
|
|
||||||
<string name="title_home">Locale</string>
|
|
||||||
<string name="title_local">Locale</string>
|
|
||||||
<string name="title_discover">Découvrir</string>
|
|
||||||
<string name="title_notifications">Notifications</string>
|
|
||||||
<string name="title_recently_added">Nouveautés</string>
|
|
||||||
<string name="title_trending">Tendances</string>
|
|
||||||
<string name="title_most_liked">Plus aimées</string>
|
|
||||||
<string name="toast_error">Une erreur s\'est produite !</string>
|
|
||||||
<string name="title_muted">Sourdine</string>
|
|
||||||
<string name="title_channel">Chaînes</string>
|
|
||||||
<string name="do_not_list">Ne pas lister</string>
|
|
||||||
<string name="blur">Estomper</string>
|
|
||||||
<string name="display">Afficher</string>
|
|
||||||
<string name="no_opinion">Pas d\'opinion</string>
|
|
||||||
<string name="instance_choice">Choisissez une instance</string>
|
|
||||||
<string name="not_valide_instance">Cette instance ne semble pas être valide !</string>
|
|
||||||
<string name="no_videos">Aucune vidéo !</string>
|
|
||||||
<string name="no_notifications">Aucune notification !</string>
|
|
||||||
<string name="favicon">Favicon</string>
|
|
||||||
<string name="open_with">Ouvrir avec</string>
|
|
||||||
<string name="action_playlist_edit">Modifier une liste de lecture</string>
|
|
||||||
<string name="close">Fermer</string>
|
|
||||||
<string name="upload_video">Téléverser</string>
|
|
||||||
<string name="image_preview">Aperçu de l\'image</string>
|
|
||||||
<string name="file_to_upload">Sélectionnez un fichier à transférer</string>
|
|
||||||
<string name="channel">Chaîne</string>
|
|
||||||
<string name="videos">Vidéos</string>
|
|
||||||
<string name="channels">Chaînes</string>
|
|
||||||
<string name="yes">Oui</string>
|
|
||||||
<string name="no">Non</string>
|
|
||||||
<string name="cancel">Annuler</string>
|
|
||||||
<string name="download">Télécharger</string>
|
|
||||||
<string name="profile_picture">Photo du profil</string>
|
|
||||||
<string name="update_video">Mettre à jour la vidéo</string>
|
|
||||||
<string name="remove_from_playlist">Supprimer de la liste de lecture</string>
|
|
||||||
<string name="date_seconds">%d s</string>
|
|
||||||
<string name="date_minutes">%d min</string>
|
|
||||||
<string name="date_hours">%d h</string>
|
|
||||||
<string name="date_day">%d j</string>
|
|
||||||
<string name="number_view_video">%s vues</string>
|
|
||||||
<string name="title_instance_login">Domaine de l\'instance</string>
|
|
||||||
<string name="uploading">Transfert en cours, veuillez patienter …</string>
|
|
||||||
<string name="upload_video_success">La vidéo a été transférée !</string>
|
|
||||||
<string name="toast_cancelled">Transfert annulé !</string>
|
|
||||||
<string name="video_uploaded_action">Cliquez ici pour éditer les données de la vidéo.</string>
|
|
||||||
<string name="toot_select_image_error">Une erreur s’est produite lors de la sélection du média !</string>
|
|
||||||
<string name="download_file">Télécharger %1$s</string>
|
|
||||||
<string name="action_privacy">Confidentialité</string>
|
|
||||||
<string name="action_logout">Déconnexion</string>
|
|
||||||
<string name="login">Connexion</string>
|
|
||||||
<string name="password">Mot de passe</string>
|
|
||||||
<string name="email">Courriel</string>
|
|
||||||
<string name="tags">Étiquettes</string>
|
|
||||||
<string name="validate">Valider</string>
|
|
||||||
<string name="share_with">Partager avec</string>
|
|
||||||
<string name="shared_via">Partagé via TubeLab</string>
|
|
||||||
<string name="username">Nom d’utilisateur</string>
|
|
||||||
<string name="settings">Paramètres</string>
|
|
||||||
<string name="logout_account_confirmation">Voulez-vous vraiment déconnecter le compte @%1$s@%2$s ?</string>
|
|
||||||
<string name="following">Suit</string>
|
|
||||||
<string name="followers">Abonné·e·s</string>
|
|
||||||
<string name="client_error">Impossible d’obtenir l’id du client !</string>
|
|
||||||
<string name="toast_error_loading_account">Une erreur s’est produite pendant le chargement du compte !</string>
|
|
||||||
<string name="toast_error_search">Une erreur s’est produite lors de la recherche !</string>
|
|
||||||
<string name="nothing_to_do">Aucune action ne peut être réalisée</string>
|
|
||||||
<string name="action_follow">S\'abonner</string>
|
|
||||||
<string name="action_mute">Mettre en sourdine</string>
|
|
||||||
<string name="search">Chercher</string>
|
|
||||||
<string name="delete">Supprimer</string>
|
|
||||||
<string name="action_lists_confirm_delete">Êtes-vous sûr de vouloir supprimer définitivement cette liste de lecture ?</string>
|
|
||||||
<string name="action_lists_delete">Supprimer la liste de lecture</string>
|
|
||||||
<string name="no_comments">Soyez le·a premier·ère à laisser un commentaire sur cette vidéo en utilisant le bouton supérieur droit !</string>
|
|
||||||
<string name="comment_no_allowed_peertube">Les commentaires sur cette vidéos ont été désactivés !</string>
|
|
||||||
<string name="pickup_resolution">Choisissez une résolution</string>
|
|
||||||
<string name="bookmark_add_peertube">La vidéo est rajoutée aux favoris !</string>
|
|
||||||
<string name="bookmark_remove_peertube">La vidéo a été retirée de vos favoris !</string>
|
|
||||||
<string name="information" tools:ignore="UnusedResources">Information</string>
|
|
||||||
<string name="app_logo">Logo de l’application</string>
|
|
||||||
<!-- languages not translated -->
|
|
||||||
<string name="subscriptions">Abonnements</string>
|
|
||||||
<string name="delete_instance">Supprimer l\'instance</string>
|
|
||||||
<string name="delete_instance_confirm">Etes-vous sûr de vouloir supprimer cette instance ?</string>
|
|
||||||
|
|
||||||
<string name="delete_comment">Supprimer le commentaire</string>
|
|
||||||
<string name="delete_comment_confirm">Etes-vous sûr de vouloir supprimer ce commentaire ?</string>
|
|
||||||
|
|
||||||
<string name="set_video_mode">Mode pour les vidéos</string>
|
|
||||||
<string name="filter">Filtrer</string>
|
|
||||||
<string name="sepia_search">Recherche sépia</string>
|
|
||||||
<string name="sepia_element_nsfw">Afficher le contenu sensible</string>
|
|
||||||
<string name="sepia_element_published_date">Date de publication</string>
|
|
||||||
<string name="any">Toutes</string>
|
|
||||||
<string name="today">Aujourd\'hui</string>
|
|
||||||
<string name="last_7_days">Les 7 derniers jours</string>
|
|
||||||
<string name="last_30_days">Les 30 derniers jours</string>
|
|
||||||
<string name="last_365_days">Les 365 derniers jours</string>
|
|
||||||
<string name="sepia_element_duration">Durée</string>
|
|
||||||
<string name="duration_short"><![CDATA[Courte (<4 min)]]></string>
|
|
||||||
<string name="duration_medium"><![CDATA[Moyenne (4-10 min)]]></string>
|
|
||||||
<string name="duration_long"><![CDATA[Longue (> 10 min)]]></string>
|
|
||||||
<string name="display_all_categories">Afficher toutes les catégories</string>
|
|
||||||
<string name="display_all_licenses">Afficher toutes les licences</string>
|
|
||||||
<string name="display_all_languages">Afficher toutes les langues</string>
|
|
||||||
<string name="all_of_these_tags">Tous ces labels</string>
|
|
||||||
<string name="one_of_these_tags">Un de ces labels</string>
|
|
||||||
<string name="apply_filter">Appliquer le filtre</string>
|
|
||||||
|
|
||||||
<string name="playback_speed">Vitesse du lecteur</string>
|
|
||||||
<string name="normal">Normal</string>
|
|
||||||
<string-array name="sort_by_array">
|
|
||||||
<item>Meilleurs résultats</item>
|
|
||||||
<item>Les plus récentes</item>
|
|
||||||
<item>Les moins récentes</item>
|
|
||||||
</string-array>
|
|
||||||
<string name="sort_by">Trier par</string>
|
|
||||||
<string name="sepia_search_hint">Mot-clé, chaîne, vidéo, etc.</string>
|
|
||||||
<string name="sepia_indication">La recherche Sepia affiche les vidéos et les chaînes qui correspondent à votre recherche mais qui n\'est pas l\'éditeur, ni le propriétaire. Si vous remarquez des problèmes avec une vidéo, signalez-la aux administrateurs sur le site Web de PeerTube où la vidéo est publiée.</string>
|
|
||||||
<string name="my_videos">Mes vidéos</string>
|
|
||||||
<string name="title">Titre</string>
|
|
||||||
<string name="license">Licence</string>
|
|
||||||
<string name="category">Catégorie</string>
|
|
||||||
<string name="language">Langue</string>
|
|
||||||
<string name="peertube_nsfw">Cette vidéo contient du contenu pour adultes</string>
|
|
||||||
<string name="peertube_enable_comments">Activer les commentaires</string>
|
|
||||||
<string name="description">Libellé</string>
|
|
||||||
<string name="toast_peertube_video_updated">La vidéo a été mise à jour !</string>
|
|
||||||
<string name="register_account">Créer un compte</string>
|
|
||||||
<string name="email_address">Adresse mèl</string>
|
|
||||||
<string name="preview">Aperçu</string>
|
|
||||||
<string name="change_preview">Modifier l\'aperçu</string>
|
|
||||||
<string name="name">Nom</string>
|
|
||||||
<string name="display_more">Afficher plus</string>
|
|
||||||
<string name="no_channels">Aucune chaîne !</string>
|
|
||||||
<string name="report_helper">Quelques explications concernant votre signalement…</string>
|
|
||||||
<string name="report_video">Signaler la vidéo</string>
|
|
||||||
<string name="report">Signaler</string>
|
|
||||||
<string name="change_instance">Changer d\'instance</string>
|
|
||||||
<string name="my_history">Historique</string>
|
|
||||||
<string name="edit">Modifier</string>
|
|
||||||
<string name="video_settings">Réglages des vidéos</string>
|
|
||||||
<string name="app_interface">Interface</string>
|
|
||||||
<string name="set_cache_mode">Cache</string>
|
|
||||||
<string name="set_video_cache_description">Définir le cache pour les vidéos (par défaut 100Mo)</string>
|
|
||||||
<string name="set_video_quality_description">Définir une qualité par défaut pour les vidéos</string>
|
|
||||||
<string name="set_quality_mode">Résolution pour les vidéos</string>
|
|
||||||
<string name="video_cache_value">Cache vidéo : %d Mo</string>
|
|
||||||
<string name="captions">Légendes</string>
|
|
||||||
<string name="pickup_captions">Options d\'envoi</string>
|
|
||||||
<string name="none">Aucune</string>
|
|
||||||
<string name="set_video_mode_description">Permet de changer le mode de lecture pour les vidéos (normal, streaming ou via un navigateur).</string>
|
|
||||||
<string name="delete_video">Supprimer la vidéo</string>
|
|
||||||
<string name="delete_video_confirmation">Êtes-vous sûr de vouloir supprimer cette vidéo ?</string>
|
|
||||||
<string name="no_video_to_display">Aucune vidéo n’est disponible !</string>
|
|
||||||
<string name="share">Partager</string>
|
|
||||||
<string name="peertube_comment_on_video"><![CDATA[<b>%1$s</b> a commenté votre vidéo <b>%2$s</b>]]></string>
|
|
||||||
<string name="peertube_follow_channel"><![CDATA[<b>%1$s</b> suit votre chaîne <b>%2$s</b>]]></string>
|
|
||||||
<string name="peertube_follow_account"><![CDATA[<b>%1$s</b> suit votre compte]]></string>
|
|
||||||
<string name="peertube_video_published"><![CDATA[Votre vidéo <b>%1$s</b> a été publiée]]></string>
|
|
||||||
<string name="peertube_video_import_success"><![CDATA[L’importation de votre vidéo <b>%1$s</b> a réussi]]></string>
|
|
||||||
<string name="peertube_video_import_error"><![CDATA[Échec lors de l’importation de votre vidéo <b>%1$s</b>]]></string>
|
|
||||||
<string name="peertube_video_from_subscription"><![CDATA[<b>%1$s</b> a publié une nouvelle vidéo : <b>%2$s</b>]]></string>
|
|
||||||
<string name="peertube_video_blacklist"><![CDATA[Votre vidéo <b>%1$s</b> a été blacklisté]]></string>
|
|
||||||
<string name="peertube_video_unblacklist"><![CDATA[Votre vidéo <b>%1$s</b> n’est plus blacklisté]]></string>
|
|
||||||
<string name="peertube_video_abuse"><![CDATA[Nouveau signalement pour la vidéo : <b>%1$s</b>]]></string>
|
|
||||||
<string name="add_public_comment">Ajouter un commentaire public</string>
|
|
||||||
<string name="add_public_reply">Répondre publiquement</string>
|
|
||||||
<string name="send_comment">Envoyer un commentaire</string>
|
|
||||||
<string name="all">Tout</string>
|
|
||||||
<string name="activity">Activité</string>
|
|
||||||
<string name="app">App</string>
|
|
||||||
<string name="fetch_notification_channel_name">Mise à jour des notifications</string>
|
|
||||||
<string name="peertube_video_report_success"><![CDATA[ Votre signalement <b>%1$s</b> a été accepté]]></string>
|
|
||||||
<string name="reply">Répondre</string>
|
|
||||||
<!-- end languages -->
|
|
||||||
<string name="playlists">Listes de lecture</string>
|
|
||||||
<string name="display_name">Nom d\'affichage</string>
|
|
||||||
<string name="action_playlist_add">Vous n\'avez aucune liste de lecture. Cliquez sur l\'icône « + » pour en ajouter une</string>
|
|
||||||
<string name="error_display_name">Vous devez fournir un nom d\'affichage !</string>
|
|
||||||
<string name="error_channel_mandatory">Une chaîne est requise lorsque la liste de lecture est publique.</string>
|
|
||||||
<string name="action_playlist_create">Créer une liste de lecture</string>
|
|
||||||
<string name="action_playlist_empty_content">Cette liste de lecture est vide.</string>
|
|
||||||
<string name="password_confirm">Confirmer le mot de passe</string>
|
|
||||||
<string name="agreement_check">J\'accepte les %1$s et les %2$s</string>
|
|
||||||
<string name="server_rules">règles du serveur</string>
|
|
||||||
<string name="tos">conditions de service</string>
|
|
||||||
<string name="sign_up">S’inscrire</string>
|
|
||||||
<string name="all_field_filled">Veuillez remplir tous les champs !</string>
|
|
||||||
<string name="password_error">Les mots de passe ne sont pas identiques !</string>
|
|
||||||
<string name="email_error">L\'e-mail ne semble pas être valide !</string>
|
|
||||||
<string name="email_indicator">Vous recevrez un e-mail de confirmation</string>
|
|
||||||
<string name="password_indicator">Utilisez au moins 8 caractères</string>
|
|
||||||
<string name="password_too_short">Le mot de passe doit contenir au moins 8 caractères</string>
|
|
||||||
<string name="username_error">Le nom d\'utilisateur·rice doit être en minuscule, contenir uniquement des lettres, des chiffres, des points et des caractères de soulignement</string>
|
|
||||||
<string name="account_created">Compte créé !</string>
|
|
||||||
<string name="account_created_message">Votre compte est créé !\n\nVous allez recevoir un email de confirmation à l\'adresse <b>%1$s</b>.\n\nCliquez sur le lien présent dans le mail pour valider votre compte.</string>
|
|
||||||
<string name="account">Compte</string>
|
|
||||||
<string name="report_account">Signaler le compte</string>
|
|
||||||
<string-array name="settings_video_mode">
|
|
||||||
<item>Normal</item>
|
|
||||||
<item>Navigateur</item>
|
|
||||||
<item>Magnet</item>
|
|
||||||
<item>Torrent</item>
|
|
||||||
</string-array>
|
|
||||||
<string-array name="settings_video_quality">
|
|
||||||
<item>Élevée</item>
|
|
||||||
<item>Moyenne</item>
|
|
||||||
<item>Faible</item>
|
|
||||||
</string-array>
|
|
||||||
|
|
||||||
<string name="unlimited">Illimité</string>
|
|
||||||
<string name="mb">Mo</string>
|
|
||||||
<string name="gb">Go</string>
|
|
||||||
<string name="total_video_quota">Total du quota vidéo</string>
|
|
||||||
<string name="daily_video_quota">Quota vidéo journalier</string>
|
|
||||||
<string name="nsfw_title_warning">Contenu explicite ou sensible</string>
|
|
||||||
<string name="nsfw_message_warning">Cette vidéo contient du contenu sensible. Êtes-vous sûr·e de vouloir la regarder ?</string>
|
|
||||||
<string name="set_autoplay_next_video_settings">Lecture automatique</string>
|
|
||||||
<string name="unfollow_confirm">Voulez-vous vous désabonner de ce compte ?</string>
|
|
||||||
<string name="no_playlist">Aucune liste de lecture !</string>
|
|
||||||
<string name="title_video_peertube">Titre de la vidéo</string>
|
|
||||||
<string name="join_peertube">Rejoignez Peertube</string>
|
|
||||||
<string name="agreement_check_peertube">J\'ai au moins 16 ans et je suis d\'accord avec les %1$s de cette instance</string>
|
|
||||||
<string name="edit_profile">Éditer le profil</string>
|
|
||||||
<string name="make_an_action">Faire une action</string>
|
|
||||||
<string name="action_unfollow">Se désabonner</string>
|
|
||||||
<string name="display_nsfw_videos">Afficher les vidéos sensibles</string>
|
|
||||||
<string name="fullscreen">Vidéo plein écran</string>
|
|
||||||
<string name="bookmark_peertube_empty">Il n’y a aucune vidéo Peertube dans vos favoris !</string>
|
|
||||||
<string name="delete_channel">Supprimer la chaîne</string>
|
|
||||||
<string name="action_channel_confirm_delete">Êtes-vous sûr de vouloir supprimer définitivement cette chaîne ?</string>
|
|
||||||
<string name="modify_playlists">Vidéo dans les listes de lecture</string>
|
|
||||||
<string name="no_muted">Aucun compte en sourdine !</string>
|
|
||||||
<string name="error_display_name_channel">Vous devez fournir un nom d\'affichage et un nom pour la chaîne!</string>
|
|
||||||
<string name="action_channel_create">Créer une chaîne</string>
|
|
||||||
<string name="action_channel_edit">Modifier une chaîne</string>
|
|
||||||
<string name="email_error_domain">Les adresses mails %1$s ne sont pas autorisées !</string>
|
|
||||||
<string name="report_comment_size">Veuillez préciser les raisons.</string>
|
|
||||||
<string name="not_logged_in">Vous devez être connecté.e pour effectuer cette action !</string>
|
|
||||||
<string name="successful_report">Le compte a été signalé !</string>
|
|
||||||
<string name="successful_report_comment">Le commentaire a été signalé !</string>
|
|
||||||
<string name="successful_video_report">La vidéo a été signalée !</string>
|
|
||||||
<string name="password_length_error">Le mot de passe doit contenir 6 caractères !</string>
|
|
||||||
<string name="muted_done">Le compte a été mis en sourdine !</string>
|
|
||||||
<string name="edit_video">Modifier une vidéo</string>
|
|
||||||
<string name="create_an_account">Créer un compte</string>
|
|
||||||
<string name="followers_count">%1$s Abonné·e·s</string>
|
|
||||||
<string name="developer">Développeur</string>
|
|
||||||
<string name="about_vesrion">Version %1$s</string>
|
|
||||||
<string name="about_the_app">À propos de l’application</string>
|
|
||||||
<string name="Donate">Faire un don</string>
|
|
||||||
<string name="source_code">Code source</string>
|
|
||||||
<string name="issue_tracker">Suivi des tickets</string>
|
|
||||||
<string name="action_instance_empty_content">Aucune instance ne correspond à ces critères</string>
|
|
||||||
<string name="instances_picker">Sélecteur d\'instances</string>
|
|
||||||
<string name="pickup_instance">Choisissez une instance</string>
|
|
||||||
<string name="sensitive_video"> Vidéos sensibles</string>
|
|
||||||
<string name="sensitive_content">Contenu sensible : %1$s</string>
|
|
||||||
<string name="followers_instance">%1$s instances suiveuses</string>
|
|
||||||
<string name="help">Aide</string>
|
|
||||||
<string name="pickup_categories">Sélection des catégories</string>
|
|
||||||
<string name="pickup_languages">Sélection des langues</string>
|
|
||||||
<string name="notification_channel_name">Mise à jour des informations</string>
|
|
||||||
<string name="add_account">Ajouter un compte</string>
|
|
||||||
<string name="list_of_accounts">Liste des comptes</string>
|
|
||||||
<string name="pause">Pause</string>
|
|
||||||
<string name="play">Jouer</string>
|
|
||||||
<string name="minimize">Minimiser</string>
|
|
||||||
<string name="fast_rewind">Rembobinage rapide</string>
|
|
||||||
<string name="fast_forward">Avance rapide</string>
|
|
||||||
<string name="set_video_minimize">Minimiser la taille des vidéos</string>
|
|
||||||
<string name="set_video_minimize_description">Minimiser la taille des vidéos lorsque l\'application est en arrière-plan (Android N+)</string>
|
|
||||||
<string name="set_video_language">Filtre de langue</string>
|
|
||||||
<string name="set_video_language_description">Filtrer les vidéos avec différentes langues</string>
|
|
||||||
</resources>
|
|
BIN
app/src/bittube/ic_launcher-playstore.png
Normal file
After Width: | Height: | Size: 169 KiB |
5
app/src/bittube/res/color/bottom_nav_color.xml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<?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>
|
@ -0,0 +1,864 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
xmlns:aapt="http://schemas.android.com/aapt"
|
||||||
|
android:width="108dp"
|
||||||
|
android:height="108dp"
|
||||||
|
android:viewportWidth="108"
|
||||||
|
android:viewportHeight="108">
|
||||||
|
<group
|
||||||
|
android:scaleX="0.66"
|
||||||
|
android:scaleY="0.66"
|
||||||
|
android:translateX="21"
|
||||||
|
android:translateY="21">
|
||||||
|
<path android:pathData="M85.355,14.645C75.91,5.201 63.354,0 50,0C36.644,0 24.088,5.201 14.645,14.645S0,36.644 0,50c0,13.357 5.201,25.913 14.645,35.355C24.087,94.799 36.643,100 50,100c13.357,0 25.913,-5.201 35.355,-14.645C94.799,75.912 100,63.356 100,50C100,36.646 94.799,24.09 85.355,14.645z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="15.7699"
|
||||||
|
android:endY="86.8818"
|
||||||
|
android:startX="83.2562"
|
||||||
|
android:startY="14.1677"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FF28D1BC"
|
||||||
|
android:offset="0" />
|
||||||
|
<item
|
||||||
|
android:color="#FF00ABFF"
|
||||||
|
android:offset="0.6" />
|
||||||
|
<item
|
||||||
|
android:color="#FF2A5ED6"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.71"
|
||||||
|
android:pathData="M3.151,32.464L13.3,46.493L30.239,4.045c-5.75,2.474 -11.035,6.041 -15.595,10.6C9.504,19.786 5.623,25.851 3.151,32.464z"
|
||||||
|
android:strokeAlpha="0.71">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="24.2938"
|
||||||
|
android:endY="39.2239"
|
||||||
|
android:startX="-4.1098"
|
||||||
|
android:startY="-39.1612"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.5762" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.71"
|
||||||
|
android:pathData="M2.3,34.893c-1.5,4.8 -2.3,9.8 -2.3,15c0,2.8 0.2,5.5 0.7,8.2l7.8,10l36.878,-26.896L2.3,34.893z"
|
||||||
|
android:strokeAlpha="0.71">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="26.5038"
|
||||||
|
android:endY="54.332794"
|
||||||
|
android:startX="-2.655"
|
||||||
|
android:startY="33.41799"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.006" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.71"
|
||||||
|
android:pathData="M40.8,5.893l27.6,28.3l8.9,-26.2c-5.8,-3.8 -12.3,-6.3 -19.2,-7.4L40.8,5.893z"
|
||||||
|
android:strokeAlpha="0.71">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="62.8149"
|
||||||
|
android:endY="14.768093"
|
||||||
|
android:startX="84.794"
|
||||||
|
android:startY="0.65519285"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.0013" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.71"
|
||||||
|
android:pathData="M42.79,46.347l25.8,0.6l-27.6,-28.3z"
|
||||||
|
android:strokeAlpha="0.71">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="45.013"
|
||||||
|
android:endY="42.08"
|
||||||
|
android:startX="59.9387"
|
||||||
|
android:startY="27.9081"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.71"
|
||||||
|
android:pathData="M96.88,67.451C98.928,61.941 100,56.054 100,50c0,-0.202 -0.005,-0.402 -0.007,-0.604L68.806,34.399L96.88,67.451z"
|
||||||
|
android:strokeAlpha="0.71">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="79.7008"
|
||||||
|
android:endY="33.716"
|
||||||
|
android:startX="107.2237"
|
||||||
|
android:startY="81.6425"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.0029" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.71"
|
||||||
|
android:pathData="M27.8,15.893l17.4,11.8l3.7,-21.1z"
|
||||||
|
android:strokeAlpha="0.71">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="48.8608"
|
||||||
|
android:endY="17.1429"
|
||||||
|
android:startX="27.8"
|
||||||
|
android:startY="17.1429"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="8.440641E-4" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.71"
|
||||||
|
android:pathData="M97.976,35.848l-5.312,-1.255l3.7,24l3.329,-3.044C99.895,53.719 100,51.868 100,50C100,45.14 99.308,40.386 97.976,35.848z"
|
||||||
|
android:strokeAlpha="0.71">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="93.5393"
|
||||||
|
android:endY="46.7512"
|
||||||
|
android:startX="101.8224"
|
||||||
|
android:startY="45.4073"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.0017" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.71"
|
||||||
|
android:pathData="M72.998,85.447l2.742,7.442c2.87,-1.729 5.579,-3.761 8.092,-6.075L72.998,85.447z"
|
||||||
|
android:strokeAlpha="0.71">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="77.1128"
|
||||||
|
android:endY="79.7658"
|
||||||
|
android:startX="81.8324"
|
||||||
|
android:startY="102.8394"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.0013" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="0.9982" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.71"
|
||||||
|
android:pathData="M87.435,83.143c2.349,-2.646 4.393,-5.5 6.108,-8.522l-28.357,2.776L87.435,83.143z"
|
||||||
|
android:strokeAlpha="0.71">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="65.4945"
|
||||||
|
android:endY="79.3595"
|
||||||
|
android:startX="123.109"
|
||||||
|
android:startY="78.2586"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.0022" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="0.9966" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.71"
|
||||||
|
android:pathData="M72.9,85.193l-56.3,-11.1l7.2,18.4c1.6,1 3.3,1.9 5.1,2.7L72.9,85.193z"
|
||||||
|
android:strokeAlpha="0.71">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="38.2047"
|
||||||
|
android:endY="89.4249"
|
||||||
|
android:startX="58.4365"
|
||||||
|
android:startY="59.1884"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.0015" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.71"
|
||||||
|
android:pathData="M79.09,58.897l-21,1.5l10.3,18.9z"
|
||||||
|
android:strokeAlpha="0.71">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="61.745285"
|
||||||
|
android:endY="71.03565"
|
||||||
|
android:startX="78.23818"
|
||||||
|
android:startY="57.920563"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="0.9993" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<group>
|
||||||
|
<clip-path android:pathData="M50,50m-50,0a50,50 0,1 1,100 0a50,50 0,1 1,-100 0" />
|
||||||
|
<path android:pathData="M31.304,22.589v0.7c0,0.1 0,0.1 -0.1,0.2l-1.9,0.8c0,0 0,0 -0.1,0s0,0 -0.1,0l-0.4,-0.2l19.7,27l2.4,-1.7L31.304,22.589z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="50.7969"
|
||||||
|
android:endY="36.839092"
|
||||||
|
android:startX="28.7808"
|
||||||
|
android:startY="36.839092"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.006" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path android:pathData="M65.409,20.005l-0.005,-1.116l-17,30.7l2.5,1.4l16.722,-30.026L65.409,20.005z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="48.3499"
|
||||||
|
android:endY="34.939095"
|
||||||
|
android:startX="67.5984"
|
||||||
|
android:startY="34.939095"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.0013" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path android:pathData="M79.625,18.344l-0.021,-1.254l-31.3,32.1l2.1,2l31.2,-32L79.625,18.344z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="48.3039"
|
||||||
|
android:endY="34.138992"
|
||||||
|
android:startX="81.6039"
|
||||||
|
android:startY="34.138992"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="7.851759E-5" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path android:pathData="M90.104,35.389c-0.1,0 -0.1,-0.1 -0.1,-0.2v-2l-41.1,15.7l1,2.7l41.3,-15.8L90.104,35.389z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="48.8205"
|
||||||
|
android:endY="42.388992"
|
||||||
|
android:startX="91.2039"
|
||||||
|
android:startY="42.388992"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.0038" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path android:pathData="M11.804,27.989v1.8c0,0.1 -0.1,0.2 -0.1,0.2l-1.2,0.5l38.5,20.9l1.4,-2.6L11.804,27.989z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="50.3298"
|
||||||
|
android:endY="39.689095"
|
||||||
|
android:startX="10.4298"
|
||||||
|
android:startY="39.689095"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.0025" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path android:pathData="M17.265,50.089c0.1,0 0.1,0.2 0.1,0.2v2.5c0,0.1 -0.1,0.2 -0.1,0.2l32.439,-1.3l-0.1,-2.9L17.265,50.089z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="49.6603"
|
||||||
|
android:endY="50.888992"
|
||||||
|
android:startX="17.2212"
|
||||||
|
android:startY="50.888992"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="3.140703E-4" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path android:pathData="M7.668,60.675c0.036,0.014 0.234,0.056 0.236,0.214l0,0l0,0v1.9l42.1,-11.2l-0.9,-2.8l-42.8,11.4C6.304,60.189 7.632,60.661 7.668,60.675z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="50.0039"
|
||||||
|
android:endY="55.789093"
|
||||||
|
android:startX="6.304"
|
||||||
|
android:startY="55.789093"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.0047" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path android:pathData="M33.904,62.147v1.942l16.7,-11.95l-1.8,-2.3L32.611,61.406L33.904,62.147z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="50.5851"
|
||||||
|
android:endY="56.964092"
|
||||||
|
android:startX="32.571"
|
||||||
|
android:startY="56.964092"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.003" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path android:pathData="M35.804,35.789v1.2c0,0.1 -0.1,0.2 -0.1,0.2l-1.8,0.8l14.5,13.4l2,-2.1L35.804,35.789z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="50.3668"
|
||||||
|
android:endY="43.589092"
|
||||||
|
android:startX="33.8669"
|
||||||
|
android:startY="43.589092"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.0048" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path android:pathData="M55.804,33.089C55.804,33.089 55.704,33.089 55.804,33.089c-0.1,0 -0.1,0 -0.2,0l-1.9,-0.8l0,0l-5.4,17.5l2.8,0.9l5.5,-17.9L55.804,33.089z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="48.2319"
|
||||||
|
android:endY="41.489094"
|
||||||
|
android:startX="56.5588"
|
||||||
|
android:startY="41.489094"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path android:pathData="M64.804,45.489l-13.8,3.2l0.7,2.8l13.8,-3.2L64.804,45.489z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="50.9512"
|
||||||
|
android:endY="48.489094"
|
||||||
|
android:startX="65.4322"
|
||||||
|
android:startY="48.489094"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.0032" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path android:pathData="M74.107,63.536L74.107,63.536L74.107,63.536c0,-0.098 0,-0.098 0.098,-0.195l0,0l0,0l0,0l1.172,-0.391L50.571,49.278l-1.367,2.441l24.903,13.77C74.107,65.489 74.107,63.536 74.107,63.536z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="49.2177"
|
||||||
|
android:endY="57.3833"
|
||||||
|
android:startX="75.4526"
|
||||||
|
android:startY="57.3833"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="5.496231E-4" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path android:pathData="M81.904,79.089L81.904,79.089L81.904,79.089L81.904,79.089l2,-0.6c0,0 0,0 0.1,0l-33.7,-29.4l-1.9,2.2l33.3,29v-1C81.704,79.289 81.694,79.141 81.904,79.089z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="48.4039"
|
||||||
|
android:endY="64.689095"
|
||||||
|
android:startX="84.0039"
|
||||||
|
android:startY="64.689095"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.0012" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path android:pathData="M54.404,79.689l2,-0.6h0.1l0.7,0.2l-6.2,-29.7l-2.8,0.6L54.404,79.689L54.404,79.689z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="48.1377"
|
||||||
|
android:endY="64.63899"
|
||||||
|
android:startX="57.3221"
|
||||||
|
android:startY="64.63899"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.0025" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path android:pathData="M64.804,46.689l-15.6,2.1l0.4,2.9l30.2,-4.1l-0.4,-0.1c-0.1,0 -0.1,-0.1 -0.1,-0.2v-2.5l0,0l0,0l0,0L64.804,46.689">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="49.1732"
|
||||||
|
android:endY="48.239094"
|
||||||
|
android:startX="79.7731"
|
||||||
|
android:startY="48.239094"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.003" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
</group>
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M51.639,0.029l-10.172,9.922l38.598,0.091"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M65.366,2.397L67.311,16.642"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M77.224,8.046L71.304,14.042"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M79.609,16.642L69.609,17.642"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M83.78,13.139L82.883,14.965"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M85.325,14.615c0.096,0.097 -3.374,29.468 -3.374,29.468"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M89.811,35.231L68.98,45.442"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M81.157,19.065L67.957,44.865"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M89.66,32.342l-48.193,-22.391l23.922,7.289"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M69.592,19.841L93.523,25.345"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M91.096,21.502L91.699,31.585"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M95.08,28.318L93.554,32.271"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M92.657,35.991L91.055,78.558"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M78.616,65.137L96.149,69.308"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M99.904,46.935L78.571,63.748"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M99.296,41.575c-0.585,0.17 -15.743,4.529 -15.743,4.529l16.414,5.629"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M99.766,54.87l-15.164,16.679l5.749,7.991"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M77.456,66.713L83.427,78.637"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M84.31,82.536L83.75,86.889"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M85.28,82.142L86.327,84.354"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M81.12,48.139l-4.73,14.382l-8.132,-14.106"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M79.18,45.887L68.951,46.291"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M79.305,47.596L17.837,88.283"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M54.335,79.846L33.835,64.846"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M65.137,48.23L16.967,87.533"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M75.145,66.556c-0.008,0.074 -16.683,13.266 -16.683,13.266"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M74.354,66.171L62.454,98.371"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M67.749,96.77L22.551,91.808"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M54.293,81.937L19.29,89.467"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M54.846,82.756l-18.767,15.187l48.523,-26.394"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M25.193,93.341L55.115,99.637"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M31.046,65.521L15.515,86.205"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M54.466,32.642L33.573,61.932"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M34.116,62.841L64.78,47.542"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M64.799,46.436L17.528,51.124"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M17.481,52.92L29.665,61.822"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M7.972,61.193L64.229,47.287"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M29.602,63.342L8.042,62.247"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M32.453,37.508L14.288,84.989"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M28.519,23.938L11.678,82.116"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M6.456,64.297L5.153,72.159"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M3.605,62.036L1.439,61.984"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M0.08,52.807L13.108,51.842"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M9.157,30.693L6.857,59.693"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M14.243,53.353L6.765,60.325"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M27.926,23.641L16.156,49.667"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M16.351,27.987L15.502,49.442"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M31.704,37.136L17.432,50.364"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M1.452,37.962L13.741,49.851"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M8.149,30.316L0.472,43.105"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M0.306,44.454L13.082,50.537"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M14.188,15.113L10.004,26.542"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M11.786,27.339L14.886,26.239"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M16.953,12.477L16.651,24.087"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M19.154,24.807L27.254,21.972"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M20.361,9.72L28.536,20.331"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M54.069,29.329L27.064,5.547"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M31.287,22.039L53.587,29.739"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M53.593,30.937L35.793,34.637"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M64.821,45.539L35.934,36.076"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M81.802,15.419l-1.317,0.456l1.327,0.511l1.327,-0.511L81.802,15.419zM80.162,18.059l1.476,0.588v-1.92l-1.476,-0.588V18.059zM82.004,16.705v1.942l1.441,-0.584v-1.924L82.004,16.705z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M67.443,17.033l-1.317,0.456L67.453,18l1.327,-0.511L67.443,17.033zM65.804,19.673l1.476,0.588v-1.92l-1.476,-0.588V19.673zM67.646,18.319v1.942l1.441,-0.584v-1.924L67.646,18.319z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M55.737,29.211l-1.317,0.456l1.327,0.511l1.327,-0.511L55.737,29.211zM54.098,31.851l1.476,0.588v-1.92l-1.476,-0.588V31.851zM55.94,30.497v1.942l1.441,-0.584v-1.924L55.94,30.497z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M29.251,20.523l-1.317,0.456l1.327,0.511l1.327,-0.511L29.251,20.523zM27.611,23.164l1.476,0.588v-1.92l-1.476,-0.588V23.164zM29.453,21.81v1.942l1.441,-0.584v-1.924L29.453,21.81z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M15.227,49.775l-1.317,0.456l1.327,0.511l1.327,-0.511L15.227,49.775zM13.587,52.415l1.476,0.588v-1.92l-1.476,-0.588V52.415zM15.429,51.062v1.942l1.441,-0.584v-1.924L15.429,51.062z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M9.601,26.95l-1.317,0.456l1.327,0.511l1.327,-0.511L9.601,26.95zM7.962,29.59l1.476,0.588v-1.92L7.962,27.67V29.59zM9.804,28.236v1.942l1.441,-0.584V27.67L9.804,28.236z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M56.429,79.561l-1.317,0.456l1.327,0.511l1.327,-0.511L56.429,79.561zM54.79,82.201l1.476,0.588v-1.92l-1.476,-0.588V82.201zM56.632,80.847v1.942l1.441,-0.584v-1.924L56.632,80.847z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M33.602,34.175l-1.317,0.456l1.327,0.511l1.327,-0.511L33.602,34.175zM31.963,36.815l1.476,0.588v-1.92l-1.476,-0.588V36.815zM33.804,35.462v1.942l1.441,-0.584v-1.924L33.804,35.462z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M31.796,61.722l-1.317,0.456l1.327,0.511l1.327,-0.511L31.796,61.722zM30.156,64.362l1.476,0.588v-1.92l-1.476,-0.588V64.362zM31.998,63.009v1.942l1.441,-0.584v-1.924L31.998,63.009z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M83.96,79.141l-1.317,0.456l1.327,0.511l1.327,-0.511L83.96,79.141zM82.321,81.781l1.476,0.588v-1.92l-1.476,-0.588V81.781zM84.162,80.428v1.942l1.441,-0.584v-1.924L84.162,80.428z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M76.393,63.075l-1.317,0.456l1.327,0.511l1.327,-0.511L76.393,63.075zM74.754,65.715l1.476,0.588v-1.92l-1.476,-0.588V65.715zM76.596,64.362v1.942l1.441,-0.584v-1.924L76.596,64.362z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M81.202,44.475l-1.317,0.456l1.327,0.511l1.327,-0.511L81.202,44.475zM79.563,47.115l1.476,0.588v-1.92l-1.476,-0.588V47.115zM81.404,45.762v1.942l1.441,-0.584v-1.924L81.404,45.762z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M92.296,32.228l-1.317,0.456l1.327,0.511l1.327,-0.511L92.296,32.228zM90.656,34.868l1.476,0.588v-1.92l-1.476,-0.588V34.868zM92.498,33.515v1.942l1.441,-0.584v-1.924L92.498,33.515z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M5.806,60.518l-1.317,0.456l1.327,0.511l1.327,-0.511L5.806,60.518zM4.167,63.158l1.476,0.588v-1.92l-1.476,-0.588V63.158zM6.009,61.804v1.942l1.441,-0.584v-1.924L6.009,61.804z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M24.691,30.255c-0.615,0.788 -0.538,1.99 0.329,2.667c0.867,0.677 1.99,0.538 2.667,-0.329c6.397,-8.2 16.796,-12.263 27.125,-10.546c0.658,0.133 1.342,-0.095 1.773,-0.646c0.185,-0.237 0.29,-0.535 0.396,-0.833c0.088,-0.438 0.019,-1 -0.314,-1.386s-0.727,-0.694 -1.165,-0.782C43.638,16.373 31.949,20.952 24.691,30.255z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M71.1,47.4L41.3,29.2c-1,-0.5 -2.2,-0.5 -3.2,0.1s-1.6,1.6 -1.6,2.8v36.2c0,1.1 0.6,2.2 1.6,2.8c0.5,0.3 1.1,0.5 1.6,0.5s1.1,-0.1 1.6,-0.4L71.1,53c1,-0.6 1.6,-1.6 1.6,-2.8C72.7,49.1 72.1,48 71.1,47.4zM68.5,50.2L40.3,67.4V33L68.5,50.2z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M79.6,20.4C71.7,12.6 61.2,8.2 50,8.2s-21.7,4.3 -29.6,12.2C12.6,28.3 8.2,38.8 8.2,50s4.3,21.7 12.2,29.6S38.8,91.8 50,91.8s21.7,-4.3 29.6,-12.2S91.8,61.2 91.8,50S87.4,28.3 79.6,20.4zM88.1,50c0,10.2 -4,19.7 -11.2,26.9C69.7,84.1 60.2,88.1 50,88.1s-19.7,-4 -26.9,-11.2C15.9,69.7 11.9,60.2 11.9,50s4,-19.7 11.2,-26.9S39.9,11.9 50,11.9c10.2,0 19.7,4 26.9,11.2C84.1,30.3 88.1,39.8 88.1,50z" />
|
||||||
|
</group>
|
||||||
|
</vector>
|
||||||
|
|
BIN
app/src/bittube/res/drawable-hdpi/ic_notification_tubelab.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
app/src/bittube/res/drawable-mdpi/ic_notification_tubelab.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
862
app/src/bittube/res/drawable-v24/ic_launcher_foreground.xml
Normal file
@ -0,0 +1,862 @@
|
|||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
xmlns:aapt="http://schemas.android.com/aapt"
|
||||||
|
android:width="108dp"
|
||||||
|
android:height="108dp"
|
||||||
|
android:viewportWidth="108"
|
||||||
|
android:viewportHeight="108">
|
||||||
|
<group
|
||||||
|
android:scaleX="0.66"
|
||||||
|
android:scaleY="0.66"
|
||||||
|
android:translateX="21"
|
||||||
|
android:translateY="21">
|
||||||
|
<path android:pathData="M85.355,14.645C75.91,5.201 63.354,0 50,0C36.644,0 24.088,5.201 14.645,14.645S0,36.644 0,50c0,13.357 5.201,25.913 14.645,35.355C24.087,94.799 36.643,100 50,100c13.357,0 25.913,-5.201 35.355,-14.645C94.799,75.912 100,63.356 100,50C100,36.646 94.799,24.09 85.355,14.645z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="15.7699"
|
||||||
|
android:endY="86.8818"
|
||||||
|
android:startX="83.2562"
|
||||||
|
android:startY="14.1677"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FF28D1BC"
|
||||||
|
android:offset="0" />
|
||||||
|
<item
|
||||||
|
android:color="#FF00ABFF"
|
||||||
|
android:offset="0.6" />
|
||||||
|
<item
|
||||||
|
android:color="#FF2A5ED6"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.71"
|
||||||
|
android:pathData="M3.151,32.464L13.3,46.493L30.239,4.045c-5.75,2.474 -11.035,6.041 -15.595,10.6C9.504,19.786 5.623,25.851 3.151,32.464z"
|
||||||
|
android:strokeAlpha="0.71">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="24.2938"
|
||||||
|
android:endY="39.2239"
|
||||||
|
android:startX="-4.1098"
|
||||||
|
android:startY="-39.1612"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.5762" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.71"
|
||||||
|
android:pathData="M2.3,34.893c-1.5,4.8 -2.3,9.8 -2.3,15c0,2.8 0.2,5.5 0.7,8.2l7.8,10l36.878,-26.896L2.3,34.893z"
|
||||||
|
android:strokeAlpha="0.71">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="26.5038"
|
||||||
|
android:endY="54.332794"
|
||||||
|
android:startX="-2.655"
|
||||||
|
android:startY="33.41799"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.006" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.71"
|
||||||
|
android:pathData="M40.8,5.893l27.6,28.3l8.9,-26.2c-5.8,-3.8 -12.3,-6.3 -19.2,-7.4L40.8,5.893z"
|
||||||
|
android:strokeAlpha="0.71">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="62.8149"
|
||||||
|
android:endY="14.768093"
|
||||||
|
android:startX="84.794"
|
||||||
|
android:startY="0.65519285"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.0013" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.71"
|
||||||
|
android:pathData="M42.79,46.347l25.8,0.6l-27.6,-28.3z"
|
||||||
|
android:strokeAlpha="0.71">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="45.013"
|
||||||
|
android:endY="42.08"
|
||||||
|
android:startX="59.9387"
|
||||||
|
android:startY="27.9081"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.71"
|
||||||
|
android:pathData="M96.88,67.451C98.928,61.941 100,56.054 100,50c0,-0.202 -0.005,-0.402 -0.007,-0.604L68.806,34.399L96.88,67.451z"
|
||||||
|
android:strokeAlpha="0.71">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="79.7008"
|
||||||
|
android:endY="33.716"
|
||||||
|
android:startX="107.2237"
|
||||||
|
android:startY="81.6425"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.0029" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.71"
|
||||||
|
android:pathData="M27.8,15.893l17.4,11.8l3.7,-21.1z"
|
||||||
|
android:strokeAlpha="0.71">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="48.8608"
|
||||||
|
android:endY="17.1429"
|
||||||
|
android:startX="27.8"
|
||||||
|
android:startY="17.1429"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="8.440641E-4" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.71"
|
||||||
|
android:pathData="M97.976,35.848l-5.312,-1.255l3.7,24l3.329,-3.044C99.895,53.719 100,51.868 100,50C100,45.14 99.308,40.386 97.976,35.848z"
|
||||||
|
android:strokeAlpha="0.71">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="93.5393"
|
||||||
|
android:endY="46.7512"
|
||||||
|
android:startX="101.8224"
|
||||||
|
android:startY="45.4073"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.0017" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.71"
|
||||||
|
android:pathData="M72.998,85.447l2.742,7.442c2.87,-1.729 5.579,-3.761 8.092,-6.075L72.998,85.447z"
|
||||||
|
android:strokeAlpha="0.71">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="77.1128"
|
||||||
|
android:endY="79.7658"
|
||||||
|
android:startX="81.8324"
|
||||||
|
android:startY="102.8394"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.0013" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="0.9982" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.71"
|
||||||
|
android:pathData="M87.435,83.143c2.349,-2.646 4.393,-5.5 6.108,-8.522l-28.357,2.776L87.435,83.143z"
|
||||||
|
android:strokeAlpha="0.71">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="65.4945"
|
||||||
|
android:endY="79.3595"
|
||||||
|
android:startX="123.109"
|
||||||
|
android:startY="78.2586"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.0022" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="0.9966" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.71"
|
||||||
|
android:pathData="M72.9,85.193l-56.3,-11.1l7.2,18.4c1.6,1 3.3,1.9 5.1,2.7L72.9,85.193z"
|
||||||
|
android:strokeAlpha="0.71">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="38.2047"
|
||||||
|
android:endY="89.4249"
|
||||||
|
android:startX="58.4365"
|
||||||
|
android:startY="59.1884"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.0015" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.71"
|
||||||
|
android:pathData="M79.09,58.897l-21,1.5l10.3,18.9z"
|
||||||
|
android:strokeAlpha="0.71">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="61.745285"
|
||||||
|
android:endY="71.03565"
|
||||||
|
android:startX="78.23818"
|
||||||
|
android:startY="57.920563"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="0.9993" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<group>
|
||||||
|
<clip-path android:pathData="M50,50m-50,0a50,50 0,1 1,100 0a50,50 0,1 1,-100 0" />
|
||||||
|
<path android:pathData="M31.304,22.589v0.7c0,0.1 0,0.1 -0.1,0.2l-1.9,0.8c0,0 0,0 -0.1,0s0,0 -0.1,0l-0.4,-0.2l19.7,27l2.4,-1.7L31.304,22.589z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="50.7969"
|
||||||
|
android:endY="36.839092"
|
||||||
|
android:startX="28.7808"
|
||||||
|
android:startY="36.839092"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.006" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path android:pathData="M65.409,20.005l-0.005,-1.116l-17,30.7l2.5,1.4l16.722,-30.026L65.409,20.005z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="48.3499"
|
||||||
|
android:endY="34.939095"
|
||||||
|
android:startX="67.5984"
|
||||||
|
android:startY="34.939095"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.0013" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path android:pathData="M79.625,18.344l-0.021,-1.254l-31.3,32.1l2.1,2l31.2,-32L79.625,18.344z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="48.3039"
|
||||||
|
android:endY="34.138992"
|
||||||
|
android:startX="81.6039"
|
||||||
|
android:startY="34.138992"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="7.851759E-5" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path android:pathData="M90.104,35.389c-0.1,0 -0.1,-0.1 -0.1,-0.2v-2l-41.1,15.7l1,2.7l41.3,-15.8L90.104,35.389z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="48.8205"
|
||||||
|
android:endY="42.388992"
|
||||||
|
android:startX="91.2039"
|
||||||
|
android:startY="42.388992"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.0038" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path android:pathData="M11.804,27.989v1.8c0,0.1 -0.1,0.2 -0.1,0.2l-1.2,0.5l38.5,20.9l1.4,-2.6L11.804,27.989z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="50.3298"
|
||||||
|
android:endY="39.689095"
|
||||||
|
android:startX="10.4298"
|
||||||
|
android:startY="39.689095"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.0025" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path android:pathData="M17.265,50.089c0.1,0 0.1,0.2 0.1,0.2v2.5c0,0.1 -0.1,0.2 -0.1,0.2l32.439,-1.3l-0.1,-2.9L17.265,50.089z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="49.6603"
|
||||||
|
android:endY="50.888992"
|
||||||
|
android:startX="17.2212"
|
||||||
|
android:startY="50.888992"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="3.140703E-4" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path android:pathData="M7.668,60.675c0.036,0.014 0.234,0.056 0.236,0.214l0,0l0,0v1.9l42.1,-11.2l-0.9,-2.8l-42.8,11.4C6.304,60.189 7.632,60.661 7.668,60.675z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="50.0039"
|
||||||
|
android:endY="55.789093"
|
||||||
|
android:startX="6.304"
|
||||||
|
android:startY="55.789093"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.0047" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path android:pathData="M33.904,62.147v1.942l16.7,-11.95l-1.8,-2.3L32.611,61.406L33.904,62.147z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="50.5851"
|
||||||
|
android:endY="56.964092"
|
||||||
|
android:startX="32.571"
|
||||||
|
android:startY="56.964092"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.003" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path android:pathData="M35.804,35.789v1.2c0,0.1 -0.1,0.2 -0.1,0.2l-1.8,0.8l14.5,13.4l2,-2.1L35.804,35.789z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="50.3668"
|
||||||
|
android:endY="43.589092"
|
||||||
|
android:startX="33.8669"
|
||||||
|
android:startY="43.589092"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.0048" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path android:pathData="M55.804,33.089C55.804,33.089 55.704,33.089 55.804,33.089c-0.1,0 -0.1,0 -0.2,0l-1.9,-0.8l0,0l-5.4,17.5l2.8,0.9l5.5,-17.9L55.804,33.089z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="48.2319"
|
||||||
|
android:endY="41.489094"
|
||||||
|
android:startX="56.5588"
|
||||||
|
android:startY="41.489094"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path android:pathData="M64.804,45.489l-13.8,3.2l0.7,2.8l13.8,-3.2L64.804,45.489z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="50.9512"
|
||||||
|
android:endY="48.489094"
|
||||||
|
android:startX="65.4322"
|
||||||
|
android:startY="48.489094"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.0032" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path android:pathData="M74.107,63.536L74.107,63.536L74.107,63.536c0,-0.098 0,-0.098 0.098,-0.195l0,0l0,0l0,0l1.172,-0.391L50.571,49.278l-1.367,2.441l24.903,13.77C74.107,65.489 74.107,63.536 74.107,63.536z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="49.2177"
|
||||||
|
android:endY="57.3833"
|
||||||
|
android:startX="75.4526"
|
||||||
|
android:startY="57.3833"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="5.496231E-4" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path android:pathData="M81.904,79.089L81.904,79.089L81.904,79.089L81.904,79.089l2,-0.6c0,0 0,0 0.1,0l-33.7,-29.4l-1.9,2.2l33.3,29v-1C81.704,79.289 81.694,79.141 81.904,79.089z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="48.4039"
|
||||||
|
android:endY="64.689095"
|
||||||
|
android:startX="84.0039"
|
||||||
|
android:startY="64.689095"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.0012" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path android:pathData="M54.404,79.689l2,-0.6h0.1l0.7,0.2l-6.2,-29.7l-2.8,0.6L54.404,79.689L54.404,79.689z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="48.1377"
|
||||||
|
android:endY="64.63899"
|
||||||
|
android:startX="57.3221"
|
||||||
|
android:startY="64.63899"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.0025" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path android:pathData="M64.804,46.689l-15.6,2.1l0.4,2.9l30.2,-4.1l-0.4,-0.1c-0.1,0 -0.1,-0.1 -0.1,-0.2v-2.5l0,0l0,0l0,0L64.804,46.689">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="49.1732"
|
||||||
|
android:endY="48.239094"
|
||||||
|
android:startX="79.7731"
|
||||||
|
android:startY="48.239094"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.003" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
</group>
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M51.639,0.029l-10.172,9.922l38.598,0.091"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M65.366,2.397L67.311,16.642"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M77.224,8.046L71.304,14.042"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M79.609,16.642L69.609,17.642"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M83.78,13.139L82.883,14.965"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M85.325,14.615c0.096,0.097 -3.374,29.468 -3.374,29.468"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M89.811,35.231L68.98,45.442"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M81.157,19.065L67.957,44.865"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M89.66,32.342l-48.193,-22.391l23.922,7.289"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M69.592,19.841L93.523,25.345"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M91.096,21.502L91.699,31.585"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M95.08,28.318L93.554,32.271"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M92.657,35.991L91.055,78.558"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M78.616,65.137L96.149,69.308"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M99.904,46.935L78.571,63.748"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M99.296,41.575c-0.585,0.17 -15.743,4.529 -15.743,4.529l16.414,5.629"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M99.766,54.87l-15.164,16.679l5.749,7.991"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M77.456,66.713L83.427,78.637"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M84.31,82.536L83.75,86.889"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M85.28,82.142L86.327,84.354"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M81.12,48.139l-4.73,14.382l-8.132,-14.106"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M79.18,45.887L68.951,46.291"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M79.305,47.596L17.837,88.283"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M54.335,79.846L33.835,64.846"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M65.137,48.23L16.967,87.533"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M75.145,66.556c-0.008,0.074 -16.683,13.266 -16.683,13.266"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M74.354,66.171L62.454,98.371"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M67.749,96.77L22.551,91.808"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M54.293,81.937L19.29,89.467"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M54.846,82.756l-18.767,15.187l48.523,-26.394"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M25.193,93.341L55.115,99.637"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M31.046,65.521L15.515,86.205"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M54.466,32.642L33.573,61.932"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M34.116,62.841L64.78,47.542"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M64.799,46.436L17.528,51.124"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M17.481,52.92L29.665,61.822"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M7.972,61.193L64.229,47.287"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M29.602,63.342L8.042,62.247"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M32.453,37.508L14.288,84.989"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M28.519,23.938L11.678,82.116"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M6.456,64.297L5.153,72.159"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M3.605,62.036L1.439,61.984"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M0.08,52.807L13.108,51.842"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M9.157,30.693L6.857,59.693"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M14.243,53.353L6.765,60.325"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M27.926,23.641L16.156,49.667"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M16.351,27.987L15.502,49.442"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M31.704,37.136L17.432,50.364"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M1.452,37.962L13.741,49.851"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M8.149,30.316L0.472,43.105"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M0.306,44.454L13.082,50.537"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M14.188,15.113L10.004,26.542"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M11.786,27.339L14.886,26.239"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M16.953,12.477L16.651,24.087"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M19.154,24.807L27.254,21.972"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M20.361,9.72L28.536,20.331"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M54.069,29.329L27.064,5.547"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M31.287,22.039L53.587,29.739"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M53.593,30.937L35.793,34.637"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M64.821,45.539L35.934,36.076"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M81.802,15.419l-1.317,0.456l1.327,0.511l1.327,-0.511L81.802,15.419zM80.162,18.059l1.476,0.588v-1.92l-1.476,-0.588V18.059zM82.004,16.705v1.942l1.441,-0.584v-1.924L82.004,16.705z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M67.443,17.033l-1.317,0.456L67.453,18l1.327,-0.511L67.443,17.033zM65.804,19.673l1.476,0.588v-1.92l-1.476,-0.588V19.673zM67.646,18.319v1.942l1.441,-0.584v-1.924L67.646,18.319z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M55.737,29.211l-1.317,0.456l1.327,0.511l1.327,-0.511L55.737,29.211zM54.098,31.851l1.476,0.588v-1.92l-1.476,-0.588V31.851zM55.94,30.497v1.942l1.441,-0.584v-1.924L55.94,30.497z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M29.251,20.523l-1.317,0.456l1.327,0.511l1.327,-0.511L29.251,20.523zM27.611,23.164l1.476,0.588v-1.92l-1.476,-0.588V23.164zM29.453,21.81v1.942l1.441,-0.584v-1.924L29.453,21.81z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M15.227,49.775l-1.317,0.456l1.327,0.511l1.327,-0.511L15.227,49.775zM13.587,52.415l1.476,0.588v-1.92l-1.476,-0.588V52.415zM15.429,51.062v1.942l1.441,-0.584v-1.924L15.429,51.062z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M9.601,26.95l-1.317,0.456l1.327,0.511l1.327,-0.511L9.601,26.95zM7.962,29.59l1.476,0.588v-1.92L7.962,27.67V29.59zM9.804,28.236v1.942l1.441,-0.584V27.67L9.804,28.236z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M56.429,79.561l-1.317,0.456l1.327,0.511l1.327,-0.511L56.429,79.561zM54.79,82.201l1.476,0.588v-1.92l-1.476,-0.588V82.201zM56.632,80.847v1.942l1.441,-0.584v-1.924L56.632,80.847z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M33.602,34.175l-1.317,0.456l1.327,0.511l1.327,-0.511L33.602,34.175zM31.963,36.815l1.476,0.588v-1.92l-1.476,-0.588V36.815zM33.804,35.462v1.942l1.441,-0.584v-1.924L33.804,35.462z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M31.796,61.722l-1.317,0.456l1.327,0.511l1.327,-0.511L31.796,61.722zM30.156,64.362l1.476,0.588v-1.92l-1.476,-0.588V64.362zM31.998,63.009v1.942l1.441,-0.584v-1.924L31.998,63.009z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M83.96,79.141l-1.317,0.456l1.327,0.511l1.327,-0.511L83.96,79.141zM82.321,81.781l1.476,0.588v-1.92l-1.476,-0.588V81.781zM84.162,80.428v1.942l1.441,-0.584v-1.924L84.162,80.428z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M76.393,63.075l-1.317,0.456l1.327,0.511l1.327,-0.511L76.393,63.075zM74.754,65.715l1.476,0.588v-1.92l-1.476,-0.588V65.715zM76.596,64.362v1.942l1.441,-0.584v-1.924L76.596,64.362z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M81.202,44.475l-1.317,0.456l1.327,0.511l1.327,-0.511L81.202,44.475zM79.563,47.115l1.476,0.588v-1.92l-1.476,-0.588V47.115zM81.404,45.762v1.942l1.441,-0.584v-1.924L81.404,45.762z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M92.296,32.228l-1.317,0.456l1.327,0.511l1.327,-0.511L92.296,32.228zM90.656,34.868l1.476,0.588v-1.92l-1.476,-0.588V34.868zM92.498,33.515v1.942l1.441,-0.584v-1.924L92.498,33.515z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M5.806,60.518l-1.317,0.456l1.327,0.511l1.327,-0.511L5.806,60.518zM4.167,63.158l1.476,0.588v-1.92l-1.476,-0.588V63.158zM6.009,61.804v1.942l1.441,-0.584v-1.924L6.009,61.804z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M24.691,30.255c-0.615,0.788 -0.538,1.99 0.329,2.667c0.867,0.677 1.99,0.538 2.667,-0.329c6.397,-8.2 16.796,-12.263 27.125,-10.546c0.658,0.133 1.342,-0.095 1.773,-0.646c0.185,-0.237 0.29,-0.535 0.396,-0.833c0.088,-0.438 0.019,-1 -0.314,-1.386s-0.727,-0.694 -1.165,-0.782C43.638,16.373 31.949,20.952 24.691,30.255z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M71.1,47.4L41.3,29.2c-1,-0.5 -2.2,-0.5 -3.2,0.1s-1.6,1.6 -1.6,2.8v36.2c0,1.1 0.6,2.2 1.6,2.8c0.5,0.3 1.1,0.5 1.6,0.5s1.1,-0.1 1.6,-0.4L71.1,53c1,-0.6 1.6,-1.6 1.6,-2.8C72.7,49.1 72.1,48 71.1,47.4zM68.5,50.2L40.3,67.4V33L68.5,50.2z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M79.6,20.4C71.7,12.6 61.2,8.2 50,8.2s-21.7,4.3 -29.6,12.2C12.6,28.3 8.2,38.8 8.2,50s4.3,21.7 12.2,29.6S38.8,91.8 50,91.8s21.7,-4.3 29.6,-12.2S91.8,61.2 91.8,50S87.4,28.3 79.6,20.4zM88.1,50c0,10.2 -4,19.7 -11.2,26.9C69.7,84.1 60.2,88.1 50,88.1s-19.7,-4 -26.9,-11.2C15.9,69.7 11.9,60.2 11.9,50s4,-19.7 11.2,-26.9S39.9,11.9 50,11.9c10.2,0 19.7,4 26.9,11.2C84.1,30.3 88.1,39.8 88.1,50z" />
|
||||||
|
</group>
|
||||||
|
</vector>
|
BIN
app/src/bittube/res/drawable-xhdpi/ic_notification_tubelab.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
app/src/bittube/res/drawable-xxhdpi/ic_notification_tubelab.png
Normal file
After Width: | Height: | Size: 8.7 KiB |
BIN
app/src/bittube/res/drawable-xxxhdpi/ic_notification_tubelab.png
Normal file
After Width: | Height: | Size: 9.2 KiB |
856
app/src/bittube/res/drawable/bittube.xml
Normal file
@ -0,0 +1,856 @@
|
|||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
xmlns:aapt="http://schemas.android.com/aapt"
|
||||||
|
android:width="100dp"
|
||||||
|
android:height="100dp"
|
||||||
|
android:viewportWidth="100"
|
||||||
|
android:viewportHeight="100">
|
||||||
|
<path android:pathData="M85.355,14.645C75.91,5.201 63.354,0 50,0C36.644,0 24.088,5.201 14.645,14.645S0,36.644 0,50c0,13.357 5.201,25.913 14.645,35.355C24.087,94.799 36.643,100 50,100c13.357,0 25.913,-5.201 35.355,-14.645C94.799,75.912 100,63.356 100,50C100,36.646 94.799,24.09 85.355,14.645z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="15.7699"
|
||||||
|
android:endY="86.8818"
|
||||||
|
android:startX="83.2562"
|
||||||
|
android:startY="14.1677"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FF28D1BC"
|
||||||
|
android:offset="0" />
|
||||||
|
<item
|
||||||
|
android:color="#FF00ABFF"
|
||||||
|
android:offset="0.6" />
|
||||||
|
<item
|
||||||
|
android:color="#FF2A5ED6"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.71"
|
||||||
|
android:pathData="M3.151,32.464L13.3,46.493L30.239,4.045c-5.75,2.474 -11.035,6.041 -15.595,10.6C9.504,19.786 5.623,25.851 3.151,32.464z"
|
||||||
|
android:strokeAlpha="0.71">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="24.2938"
|
||||||
|
android:endY="39.2239"
|
||||||
|
android:startX="-4.1098"
|
||||||
|
android:startY="-39.1612"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.5762" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.71"
|
||||||
|
android:pathData="M2.3,34.893c-1.5,4.8 -2.3,9.8 -2.3,15c0,2.8 0.2,5.5 0.7,8.2l7.8,10l36.878,-26.896L2.3,34.893z"
|
||||||
|
android:strokeAlpha="0.71">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="26.5038"
|
||||||
|
android:endY="54.332794"
|
||||||
|
android:startX="-2.655"
|
||||||
|
android:startY="33.41799"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.006" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.71"
|
||||||
|
android:pathData="M40.8,5.893l27.6,28.3l8.9,-26.2c-5.8,-3.8 -12.3,-6.3 -19.2,-7.4L40.8,5.893z"
|
||||||
|
android:strokeAlpha="0.71">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="62.8149"
|
||||||
|
android:endY="14.768093"
|
||||||
|
android:startX="84.794"
|
||||||
|
android:startY="0.65519285"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.0013" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.71"
|
||||||
|
android:pathData="M42.79,46.347l25.8,0.6l-27.6,-28.3z"
|
||||||
|
android:strokeAlpha="0.71">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="45.013"
|
||||||
|
android:endY="42.08"
|
||||||
|
android:startX="59.9387"
|
||||||
|
android:startY="27.9081"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.71"
|
||||||
|
android:pathData="M96.88,67.451C98.928,61.941 100,56.054 100,50c0,-0.202 -0.005,-0.402 -0.007,-0.604L68.806,34.399L96.88,67.451z"
|
||||||
|
android:strokeAlpha="0.71">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="79.7008"
|
||||||
|
android:endY="33.716"
|
||||||
|
android:startX="107.2237"
|
||||||
|
android:startY="81.6425"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.0029" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.71"
|
||||||
|
android:pathData="M27.8,15.893l17.4,11.8l3.7,-21.1z"
|
||||||
|
android:strokeAlpha="0.71">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="48.8608"
|
||||||
|
android:endY="17.1429"
|
||||||
|
android:startX="27.8"
|
||||||
|
android:startY="17.1429"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="8.440641E-4" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.71"
|
||||||
|
android:pathData="M97.976,35.848l-5.312,-1.255l3.7,24l3.329,-3.044C99.895,53.719 100,51.868 100,50C100,45.14 99.308,40.386 97.976,35.848z"
|
||||||
|
android:strokeAlpha="0.71">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="93.5393"
|
||||||
|
android:endY="46.7512"
|
||||||
|
android:startX="101.8224"
|
||||||
|
android:startY="45.4073"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.0017" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.71"
|
||||||
|
android:pathData="M72.998,85.447l2.742,7.442c2.87,-1.729 5.579,-3.761 8.092,-6.075L72.998,85.447z"
|
||||||
|
android:strokeAlpha="0.71">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="77.1128"
|
||||||
|
android:endY="79.7658"
|
||||||
|
android:startX="81.8324"
|
||||||
|
android:startY="102.8394"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.0013" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="0.9982" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.71"
|
||||||
|
android:pathData="M87.435,83.143c2.349,-2.646 4.393,-5.5 6.108,-8.522l-28.357,2.776L87.435,83.143z"
|
||||||
|
android:strokeAlpha="0.71">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="65.4945"
|
||||||
|
android:endY="79.3595"
|
||||||
|
android:startX="123.109"
|
||||||
|
android:startY="78.2586"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.0022" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="0.9966" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.71"
|
||||||
|
android:pathData="M72.9,85.193l-56.3,-11.1l7.2,18.4c1.6,1 3.3,1.9 5.1,2.7L72.9,85.193z"
|
||||||
|
android:strokeAlpha="0.71">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="38.2047"
|
||||||
|
android:endY="89.4249"
|
||||||
|
android:startX="58.4365"
|
||||||
|
android:startY="59.1884"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.0015" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.71"
|
||||||
|
android:pathData="M79.09,58.897l-21,1.5l10.3,18.9z"
|
||||||
|
android:strokeAlpha="0.71">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="61.745285"
|
||||||
|
android:endY="71.03565"
|
||||||
|
android:startX="78.23818"
|
||||||
|
android:startY="57.920563"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="0.9993" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<group>
|
||||||
|
<clip-path android:pathData="M50,50m-50,0a50,50 0,1 1,100 0a50,50 0,1 1,-100 0" />
|
||||||
|
<path android:pathData="M31.304,22.589v0.7c0,0.1 0,0.1 -0.1,0.2l-1.9,0.8c0,0 0,0 -0.1,0s0,0 -0.1,0l-0.4,-0.2l19.7,27l2.4,-1.7L31.304,22.589z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="50.7969"
|
||||||
|
android:endY="36.839092"
|
||||||
|
android:startX="28.7808"
|
||||||
|
android:startY="36.839092"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.006" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path android:pathData="M65.409,20.005l-0.005,-1.116l-17,30.7l2.5,1.4l16.722,-30.026L65.409,20.005z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="48.3499"
|
||||||
|
android:endY="34.939095"
|
||||||
|
android:startX="67.5984"
|
||||||
|
android:startY="34.939095"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.0013" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path android:pathData="M79.625,18.344l-0.021,-1.254l-31.3,32.1l2.1,2l31.2,-32L79.625,18.344z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="48.3039"
|
||||||
|
android:endY="34.138992"
|
||||||
|
android:startX="81.6039"
|
||||||
|
android:startY="34.138992"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="7.851759E-5" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path android:pathData="M90.104,35.389c-0.1,0 -0.1,-0.1 -0.1,-0.2v-2l-41.1,15.7l1,2.7l41.3,-15.8L90.104,35.389z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="48.8205"
|
||||||
|
android:endY="42.388992"
|
||||||
|
android:startX="91.2039"
|
||||||
|
android:startY="42.388992"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.0038" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path android:pathData="M11.804,27.989v1.8c0,0.1 -0.1,0.2 -0.1,0.2l-1.2,0.5l38.5,20.9l1.4,-2.6L11.804,27.989z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="50.3298"
|
||||||
|
android:endY="39.689095"
|
||||||
|
android:startX="10.4298"
|
||||||
|
android:startY="39.689095"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.0025" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path android:pathData="M17.265,50.089c0.1,0 0.1,0.2 0.1,0.2v2.5c0,0.1 -0.1,0.2 -0.1,0.2l32.439,-1.3l-0.1,-2.9L17.265,50.089z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="49.6603"
|
||||||
|
android:endY="50.888992"
|
||||||
|
android:startX="17.2212"
|
||||||
|
android:startY="50.888992"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="3.140703E-4" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path android:pathData="M7.668,60.675c0.036,0.014 0.234,0.056 0.236,0.214l0,0l0,0v1.9l42.1,-11.2l-0.9,-2.8l-42.8,11.4C6.304,60.189 7.632,60.661 7.668,60.675z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="50.0039"
|
||||||
|
android:endY="55.789093"
|
||||||
|
android:startX="6.304"
|
||||||
|
android:startY="55.789093"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.0047" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path android:pathData="M33.904,62.147v1.942l16.7,-11.95l-1.8,-2.3L32.611,61.406L33.904,62.147z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="50.5851"
|
||||||
|
android:endY="56.964092"
|
||||||
|
android:startX="32.571"
|
||||||
|
android:startY="56.964092"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.003" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path android:pathData="M35.804,35.789v1.2c0,0.1 -0.1,0.2 -0.1,0.2l-1.8,0.8l14.5,13.4l2,-2.1L35.804,35.789z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="50.3668"
|
||||||
|
android:endY="43.589092"
|
||||||
|
android:startX="33.8669"
|
||||||
|
android:startY="43.589092"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.0048" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path android:pathData="M55.804,33.089C55.804,33.089 55.704,33.089 55.804,33.089c-0.1,0 -0.1,0 -0.2,0l-1.9,-0.8l0,0l-5.4,17.5l2.8,0.9l5.5,-17.9L55.804,33.089z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="48.2319"
|
||||||
|
android:endY="41.489094"
|
||||||
|
android:startX="56.5588"
|
||||||
|
android:startY="41.489094"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path android:pathData="M64.804,45.489l-13.8,3.2l0.7,2.8l13.8,-3.2L64.804,45.489z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="50.9512"
|
||||||
|
android:endY="48.489094"
|
||||||
|
android:startX="65.4322"
|
||||||
|
android:startY="48.489094"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.0032" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path android:pathData="M74.107,63.536L74.107,63.536L74.107,63.536c0,-0.098 0,-0.098 0.098,-0.195l0,0l0,0l0,0l1.172,-0.391L50.571,49.278l-1.367,2.441l24.903,13.77C74.107,65.489 74.107,63.536 74.107,63.536z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="49.2177"
|
||||||
|
android:endY="57.3833"
|
||||||
|
android:startX="75.4526"
|
||||||
|
android:startY="57.3833"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="5.496231E-4" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path android:pathData="M81.904,79.089L81.904,79.089L81.904,79.089L81.904,79.089l2,-0.6c0,0 0,0 0.1,0l-33.7,-29.4l-1.9,2.2l33.3,29v-1C81.704,79.289 81.694,79.141 81.904,79.089z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="48.4039"
|
||||||
|
android:endY="64.689095"
|
||||||
|
android:startX="84.0039"
|
||||||
|
android:startY="64.689095"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.0012" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path android:pathData="M54.404,79.689l2,-0.6h0.1l0.7,0.2l-6.2,-29.7l-2.8,0.6L54.404,79.689L54.404,79.689z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="48.1377"
|
||||||
|
android:endY="64.63899"
|
||||||
|
android:startX="57.3221"
|
||||||
|
android:startY="64.63899"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.0025" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
<path android:pathData="M64.804,46.689l-15.6,2.1l0.4,2.9l30.2,-4.1l-0.4,-0.1c-0.1,0 -0.1,-0.1 -0.1,-0.2v-2.5l0,0l0,0l0,0L64.804,46.689">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="49.1732"
|
||||||
|
android:endY="48.239094"
|
||||||
|
android:startX="79.7731"
|
||||||
|
android:startY="48.239094"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFFFFFFF"
|
||||||
|
android:offset="0.003" />
|
||||||
|
<item
|
||||||
|
android:color="#00FFFFFF"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
</group>
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M51.639,0.029l-10.172,9.922l38.598,0.091"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M65.366,2.397L67.311,16.642"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M77.224,8.046L71.304,14.042"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M79.609,16.642L69.609,17.642"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M83.78,13.139L82.883,14.965"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M85.325,14.615c0.096,0.097 -3.374,29.468 -3.374,29.468"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M89.811,35.231L68.98,45.442"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M81.157,19.065L67.957,44.865"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M89.66,32.342l-48.193,-22.391l23.922,7.289"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M69.592,19.841L93.523,25.345"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M91.096,21.502L91.699,31.585"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M95.08,28.318L93.554,32.271"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M92.657,35.991L91.055,78.558"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M78.616,65.137L96.149,69.308"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M99.904,46.935L78.571,63.748"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M99.296,41.575c-0.585,0.17 -15.743,4.529 -15.743,4.529l16.414,5.629"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M99.766,54.87l-15.164,16.679l5.749,7.991"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M77.456,66.713L83.427,78.637"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M84.31,82.536L83.75,86.889"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M85.28,82.142L86.327,84.354"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M81.12,48.139l-4.73,14.382l-8.132,-14.106"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M79.18,45.887L68.951,46.291"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M79.305,47.596L17.837,88.283"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M54.335,79.846L33.835,64.846"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M65.137,48.23L16.967,87.533"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M75.145,66.556c-0.008,0.074 -16.683,13.266 -16.683,13.266"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M74.354,66.171L62.454,98.371"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M67.749,96.77L22.551,91.808"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M54.293,81.937L19.29,89.467"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M54.846,82.756l-18.767,15.187l48.523,-26.394"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M25.193,93.341L55.115,99.637"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M31.046,65.521L15.515,86.205"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M54.466,32.642L33.573,61.932"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M34.116,62.841L64.78,47.542"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M64.799,46.436L17.528,51.124"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M17.481,52.92L29.665,61.822"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M7.972,61.193L64.229,47.287"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M29.602,63.342L8.042,62.247"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M32.453,37.508L14.288,84.989"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M28.519,23.938L11.678,82.116"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M6.456,64.297L5.153,72.159"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M3.605,62.036L1.439,61.984"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M0.08,52.807L13.108,51.842"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M9.157,30.693L6.857,59.693"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M14.243,53.353L6.765,60.325"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M27.926,23.641L16.156,49.667"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M16.351,27.987L15.502,49.442"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M31.704,37.136L17.432,50.364"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M1.452,37.962L13.741,49.851"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M8.149,30.316L0.472,43.105"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M0.306,44.454L13.082,50.537"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M14.188,15.113L10.004,26.542"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M11.786,27.339L14.886,26.239"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M16.953,12.477L16.651,24.087"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M19.154,24.807L27.254,21.972"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M20.361,9.72L28.536,20.331"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M54.069,29.329L27.064,5.547"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M31.287,22.039L53.587,29.739"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M53.593,30.937L35.793,34.637"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillAlpha="0.6"
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M64.821,45.539L35.934,36.076"
|
||||||
|
android:strokeAlpha="0.6" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M81.802,15.419l-1.317,0.456l1.327,0.511l1.327,-0.511L81.802,15.419zM80.162,18.059l1.476,0.588v-1.92l-1.476,-0.588V18.059zM82.004,16.705v1.942l1.441,-0.584v-1.924L82.004,16.705z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M67.443,17.033l-1.317,0.456L67.453,18l1.327,-0.511L67.443,17.033zM65.804,19.673l1.476,0.588v-1.92l-1.476,-0.588V19.673zM67.646,18.319v1.942l1.441,-0.584v-1.924L67.646,18.319z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M55.737,29.211l-1.317,0.456l1.327,0.511l1.327,-0.511L55.737,29.211zM54.098,31.851l1.476,0.588v-1.92l-1.476,-0.588V31.851zM55.94,30.497v1.942l1.441,-0.584v-1.924L55.94,30.497z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M29.251,20.523l-1.317,0.456l1.327,0.511l1.327,-0.511L29.251,20.523zM27.611,23.164l1.476,0.588v-1.92l-1.476,-0.588V23.164zM29.453,21.81v1.942l1.441,-0.584v-1.924L29.453,21.81z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M15.227,49.775l-1.317,0.456l1.327,0.511l1.327,-0.511L15.227,49.775zM13.587,52.415l1.476,0.588v-1.92l-1.476,-0.588V52.415zM15.429,51.062v1.942l1.441,-0.584v-1.924L15.429,51.062z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M9.601,26.95l-1.317,0.456l1.327,0.511l1.327,-0.511L9.601,26.95zM7.962,29.59l1.476,0.588v-1.92L7.962,27.67V29.59zM9.804,28.236v1.942l1.441,-0.584V27.67L9.804,28.236z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M56.429,79.561l-1.317,0.456l1.327,0.511l1.327,-0.511L56.429,79.561zM54.79,82.201l1.476,0.588v-1.92l-1.476,-0.588V82.201zM56.632,80.847v1.942l1.441,-0.584v-1.924L56.632,80.847z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M33.602,34.175l-1.317,0.456l1.327,0.511l1.327,-0.511L33.602,34.175zM31.963,36.815l1.476,0.588v-1.92l-1.476,-0.588V36.815zM33.804,35.462v1.942l1.441,-0.584v-1.924L33.804,35.462z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M31.796,61.722l-1.317,0.456l1.327,0.511l1.327,-0.511L31.796,61.722zM30.156,64.362l1.476,0.588v-1.92l-1.476,-0.588V64.362zM31.998,63.009v1.942l1.441,-0.584v-1.924L31.998,63.009z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M83.96,79.141l-1.317,0.456l1.327,0.511l1.327,-0.511L83.96,79.141zM82.321,81.781l1.476,0.588v-1.92l-1.476,-0.588V81.781zM84.162,80.428v1.942l1.441,-0.584v-1.924L84.162,80.428z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M76.393,63.075l-1.317,0.456l1.327,0.511l1.327,-0.511L76.393,63.075zM74.754,65.715l1.476,0.588v-1.92l-1.476,-0.588V65.715zM76.596,64.362v1.942l1.441,-0.584v-1.924L76.596,64.362z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M81.202,44.475l-1.317,0.456l1.327,0.511l1.327,-0.511L81.202,44.475zM79.563,47.115l1.476,0.588v-1.92l-1.476,-0.588V47.115zM81.404,45.762v1.942l1.441,-0.584v-1.924L81.404,45.762z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M92.296,32.228l-1.317,0.456l1.327,0.511l1.327,-0.511L92.296,32.228zM90.656,34.868l1.476,0.588v-1.92l-1.476,-0.588V34.868zM92.498,33.515v1.942l1.441,-0.584v-1.924L92.498,33.515z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M5.806,60.518l-1.317,0.456l1.327,0.511l1.327,-0.511L5.806,60.518zM4.167,63.158l1.476,0.588v-1.92l-1.476,-0.588V63.158zM6.009,61.804v1.942l1.441,-0.584v-1.924L6.009,61.804z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M24.691,30.255c-0.615,0.788 -0.538,1.99 0.329,2.667c0.867,0.677 1.99,0.538 2.667,-0.329c6.397,-8.2 16.796,-12.263 27.125,-10.546c0.658,0.133 1.342,-0.095 1.773,-0.646c0.185,-0.237 0.29,-0.535 0.396,-0.833c0.088,-0.438 0.019,-1 -0.314,-1.386s-0.727,-0.694 -1.165,-0.782C43.638,16.373 31.949,20.952 24.691,30.255z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M71.1,47.4L41.3,29.2c-1,-0.5 -2.2,-0.5 -3.2,0.1s-1.6,1.6 -1.6,2.8v36.2c0,1.1 0.6,2.2 1.6,2.8c0.5,0.3 1.1,0.5 1.6,0.5s1.1,-0.1 1.6,-0.4L71.1,53c1,-0.6 1.6,-1.6 1.6,-2.8C72.7,49.1 72.1,48 71.1,47.4zM68.5,50.2L40.3,67.4V33L68.5,50.2z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M79.6,20.4C71.7,12.6 61.2,8.2 50,8.2s-21.7,4.3 -29.6,12.2C12.6,28.3 8.2,38.8 8.2,50s4.3,21.7 12.2,29.6S38.8,91.8 50,91.8s21.7,-4.3 29.6,-12.2S91.8,61.2 91.8,50S87.4,28.3 79.6,20.4zM88.1,50c0,10.2 -4,19.7 -11.2,26.9C69.7,84.1 60.2,88.1 50,88.1s-19.7,-4 -26.9,-11.2C15.9,69.7 11.9,60.2 11.9,50s4,-19.7 11.2,-26.9S39.9,11.9 50,11.9c10.2,0 19.7,4 26.9,11.2C84.1,30.3 88.1,39.8 88.1,50z" />
|
||||||
|
</vector>
|
5
app/src/bittube/res/mipmap-anydpi-v26/ic_launcher.xml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<?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>
|
@ -0,0 +1,5 @@
|
|||||||
|
<?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>
|
BIN
app/src/bittube/res/mipmap-hdpi/ic_launcher.png
Normal file
After Width: | Height: | Size: 7.4 KiB |
BIN
app/src/bittube/res/mipmap-hdpi/ic_launcher_round.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
app/src/bittube/res/mipmap-mdpi/ic_launcher.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
app/src/bittube/res/mipmap-mdpi/ic_launcher_round.png
Normal file
After Width: | Height: | Size: 5.6 KiB |
BIN
app/src/bittube/res/mipmap-xhdpi/ic_launcher.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
app/src/bittube/res/mipmap-xhdpi/ic_launcher_round.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
app/src/bittube/res/mipmap-xxhdpi/ic_launcher.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
app/src/bittube/res/mipmap-xxhdpi/ic_launcher_round.png
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
app/src/bittube/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
app/src/bittube/res/mipmap-xxxhdpi/ic_launcher_round.png
Normal file
After Width: | Height: | Size: 45 KiB |
16
app/src/bittube/res/values/colors.xml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<color name="colorPrimary">#343434</color>
|
||||||
|
<color name="colorPrimaryDark">#343434</color>
|
||||||
|
<color name="colorAccent">#00abff</color>
|
||||||
|
|
||||||
|
<color name="tag_color">#bbF2690D</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>
|
4
app/src/bittube/res/values/ic_launcher_background.xml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<color name="ic_launcher_background">#FFFFFF</color>
|
||||||
|
</resources>
|
7
app/src/bittube/res/xml/file_paths.xml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<paths xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<external-path
|
||||||
|
name="my_images"
|
||||||
|
path="/Bittube/" />
|
||||||
|
|
||||||
|
</paths>
|
@ -1 +0,0 @@
|
|||||||
https://fedilab.app
|
|
@ -1 +0,0 @@
|
|||||||
TubeLab est une application Peertube pour les instances académiques.
|
|
@ -1,5 +0,0 @@
|
|||||||
- Nouvelles options :
|
|
||||||
- Mode plein écran automatique
|
|
||||||
- Désactiver la lecture automatique des vidéos
|
|
||||||
|
|
||||||
- Quelques corrections de bugs
|
|
@ -1 +0,0 @@
|
|||||||
https://fedilab.app
|
|
@ -1 +0,0 @@
|
|||||||
TubeLab est une application Peertube pour les instances académiques.
|
|
@ -1 +0,0 @@
|
|||||||
TubeLab est une application Peertube pour les instances académiques.
|
|
@ -1 +0,0 @@
|
|||||||
TubeLab est une application Peertube pour les instances académiques.
|
|
@ -1 +0,0 @@
|
|||||||
TubeLab est une application Peertube pour les instances académiques.
|
|
@ -1 +0,0 @@
|
|||||||
TubeLab est une application Peertube pour les instances académiques.
|
|
@ -1,22 +0,0 @@
|
|||||||
*Not authenticated mode*
|
|
||||||
|
|
||||||
It's a limited mode where you can do some actions:
|
|
||||||
|
|
||||||
- Switch instance,
|
|
||||||
- Share videos,
|
|
||||||
- Download videos.
|
|
||||||
|
|
||||||
|
|
||||||
*Authenticated mode*
|
|
||||||
|
|
||||||
Many features are available with this mode:
|
|
||||||
|
|
||||||
- Write/delete comments
|
|
||||||
- Upload/remove/edit videos
|
|
||||||
- Manage (create/edit/remove) channels and playlists
|
|
||||||
- Follow/unfollow channels
|
|
||||||
- Thumbs-up/down
|
|
||||||
- Check notifications
|
|
||||||
- Mute/unmute channels
|
|
||||||
- Report videos/accounts
|
|
||||||
- Check your history
|
|
@ -1 +0,0 @@
|
|||||||
TubeLab est une application Peertube pour les instances académiques.
|
|
@ -1,22 +0,0 @@
|
|||||||
*Not authenticated mode*
|
|
||||||
|
|
||||||
It's a limited mode where you can do some actions:
|
|
||||||
|
|
||||||
- Switch instance,
|
|
||||||
- Share videos,
|
|
||||||
- Download videos.
|
|
||||||
|
|
||||||
|
|
||||||
*Authenticated mode*
|
|
||||||
|
|
||||||
Many features are available with this mode:
|
|
||||||
|
|
||||||
- Write/delete comments
|
|
||||||
- Upload/remove/edit videos
|
|
||||||
- Manage (create/edit/remove) channels and playlists
|
|
||||||
- Follow/unfollow channels
|
|
||||||
- Thumbs-up/down
|
|
||||||
- Check notifications
|
|
||||||
- Mute/unmute channels
|
|
||||||
- Report videos/accounts
|
|
||||||
- Check your history
|
|
@ -1 +0,0 @@
|
|||||||
TubeLab est une application Peertube pour les instances académiques.
|
|
@ -1,22 +0,0 @@
|
|||||||
*Not authenticated mode*
|
|
||||||
|
|
||||||
It's a limited mode where you can do some actions:
|
|
||||||
|
|
||||||
- Switch instance,
|
|
||||||
- Share videos,
|
|
||||||
- Download videos.
|
|
||||||
|
|
||||||
|
|
||||||
*Authenticated mode*
|
|
||||||
|
|
||||||
Many features are available with this mode:
|
|
||||||
|
|
||||||
- Write/delete comments
|
|
||||||
- Upload/remove/edit videos
|
|
||||||
- Manage (create/edit/remove) channels and playlists
|
|
||||||
- Follow/unfollow channels
|
|
||||||
- Thumbs-up/down
|
|
||||||
- Check notifications
|
|
||||||
- Mute/unmute channels
|
|
||||||
- Report videos/accounts
|
|
||||||
- Check your history
|
|
@ -1 +0,0 @@
|
|||||||
TubeLab est une application Peertube pour les instances académiques.
|
|
@ -1,22 +0,0 @@
|
|||||||
*Not authenticated mode*
|
|
||||||
|
|
||||||
It's a limited mode where you can do some actions:
|
|
||||||
|
|
||||||
- Switch instance,
|
|
||||||
- Share videos,
|
|
||||||
- Download videos.
|
|
||||||
|
|
||||||
|
|
||||||
*Authenticated mode*
|
|
||||||
|
|
||||||
Many features are available with this mode:
|
|
||||||
|
|
||||||
- Write/delete comments
|
|
||||||
- Upload/remove/edit videos
|
|
||||||
- Manage (create/edit/remove) channels and playlists
|
|
||||||
- Follow/unfollow channels
|
|
||||||
- Thumbs-up/down
|
|
||||||
- Check notifications
|
|
||||||
- Mute/unmute channels
|
|
||||||
- Report videos/accounts
|
|
||||||
- Check your history
|
|
@ -1,22 +0,0 @@
|
|||||||
*Not authenticated mode*
|
|
||||||
|
|
||||||
It's a limited mode where you can do some actions:
|
|
||||||
|
|
||||||
- Switch instance,
|
|
||||||
- Share videos,
|
|
||||||
- Download videos.
|
|
||||||
|
|
||||||
|
|
||||||
*Authenticated mode*
|
|
||||||
|
|
||||||
Many features are available with this mode:
|
|
||||||
|
|
||||||
- Write/delete comments
|
|
||||||
- Upload/remove/edit videos
|
|
||||||
- Manage (create/edit/remove) channels and playlists
|
|
||||||
- Follow/unfollow channels
|
|
||||||
- Thumbs-up/down
|
|
||||||
- Check notifications
|
|
||||||
- Mute/unmute channels
|
|
||||||
- Report videos/accounts
|
|
||||||
- Check your history
|
|
@ -1,22 +0,0 @@
|
|||||||
*Not authenticated mode*
|
|
||||||
|
|
||||||
It's a limited mode where you can do some actions:
|
|
||||||
|
|
||||||
- Switch instance,
|
|
||||||
- Share videos,
|
|
||||||
- Download videos.
|
|
||||||
|
|
||||||
|
|
||||||
*Authenticated mode*
|
|
||||||
|
|
||||||
Many features are available with this mode:
|
|
||||||
|
|
||||||
- Write/delete comments
|
|
||||||
- Upload/remove/edit videos
|
|
||||||
- Manage (create/edit/remove) channels and playlists
|
|
||||||
- Follow/unfollow channels
|
|
||||||
- Thumbs-up/down
|
|
||||||
- Check notifications
|
|
||||||
- Mute/unmute channels
|
|
||||||
- Report videos/accounts
|
|
||||||
- Check your history
|
|
@ -1 +0,0 @@
|
|||||||
TubeLab est une application Peertube pour les instances académiques.
|
|
@ -1,22 +0,0 @@
|
|||||||
*Not authenticated mode*
|
|
||||||
|
|
||||||
It's a limited mode where you can do some actions:
|
|
||||||
|
|
||||||
- Switch instance,
|
|
||||||
- Share videos,
|
|
||||||
- Download videos.
|
|
||||||
|
|
||||||
|
|
||||||
*Authenticated mode*
|
|
||||||
|
|
||||||
Many features are available with this mode:
|
|
||||||
|
|
||||||
- Write/delete comments
|
|
||||||
- Upload/remove/edit videos
|
|
||||||
- Manage (create/edit/remove) channels and playlists
|
|
||||||
- Follow/unfollow channels
|
|
||||||
- Thumbs-up/down
|
|
||||||
- Check notifications
|
|
||||||
- Mute/unmute channels
|
|
||||||
- Report videos/accounts
|
|
||||||
- Check your history
|
|
@ -1,22 +0,0 @@
|
|||||||
*Not authenticated mode*
|
|
||||||
|
|
||||||
It's a limited mode where you can do some actions:
|
|
||||||
|
|
||||||
- Switch instance,
|
|
||||||
- Share videos,
|
|
||||||
- Download videos.
|
|
||||||
|
|
||||||
|
|
||||||
*Authenticated mode*
|
|
||||||
|
|
||||||
Many features are available with this mode:
|
|
||||||
|
|
||||||
- Write/delete comments
|
|
||||||
- Upload/remove/edit videos
|
|
||||||
- Manage (create/edit/remove) channels and playlists
|
|
||||||
- Follow/unfollow channels
|
|
||||||
- Thumbs-up/down
|
|
||||||
- Check notifications
|
|
||||||
- Mute/unmute channels
|
|
||||||
- Report videos/accounts
|
|
||||||
- Check your history
|
|
@ -1 +0,0 @@
|
|||||||
TubeLab est une application Peertube pour les instances académiques.
|
|
@ -1,22 +0,0 @@
|
|||||||
*Not authenticated mode*
|
|
||||||
|
|
||||||
It's a limited mode where you can do some actions:
|
|
||||||
|
|
||||||
- Switch instance,
|
|
||||||
- Share videos,
|
|
||||||
- Download videos.
|
|
||||||
|
|
||||||
|
|
||||||
*Authenticated mode*
|
|
||||||
|
|
||||||
Many features are available with this mode:
|
|
||||||
|
|
||||||
- Write/delete comments
|
|
||||||
- Upload/remove/edit videos
|
|
||||||
- Manage (create/edit/remove) channels and playlists
|
|
||||||
- Follow/unfollow channels
|
|
||||||
- Thumbs-up/down
|
|
||||||
- Check notifications
|
|
||||||
- Mute/unmute channels
|
|
||||||
- Report videos/accounts
|
|
||||||
- Check your history
|
|
@ -1,22 +0,0 @@
|
|||||||
*Not authenticated mode*
|
|
||||||
|
|
||||||
It's a limited mode where you can do some actions:
|
|
||||||
|
|
||||||
- Switch instance,
|
|
||||||
- Share videos,
|
|
||||||
- Download videos.
|
|
||||||
|
|
||||||
|
|
||||||
*Authenticated mode*
|
|
||||||
|
|
||||||
Many features are available with this mode:
|
|
||||||
|
|
||||||
- Write/delete comments
|
|
||||||
- Upload/remove/edit videos
|
|
||||||
- Manage (create/edit/remove) channels and playlists
|
|
||||||
- Follow/unfollow channels
|
|
||||||
- Thumbs-up/down
|
|
||||||
- Check notifications
|
|
||||||
- Mute/unmute channels
|
|
||||||
- Report videos/accounts
|
|
||||||
- Check your history
|
|
@ -1 +0,0 @@
|
|||||||
TubeLab est une application Peertube pour les instances académiques.
|
|
@ -1,22 +0,0 @@
|
|||||||
*Not authenticated mode*
|
|
||||||
|
|
||||||
It's a limited mode where you can do some actions:
|
|
||||||
|
|
||||||
- Switch instance,
|
|
||||||
- Share videos,
|
|
||||||
- Download videos.
|
|
||||||
|
|
||||||
|
|
||||||
*Authenticated mode*
|
|
||||||
|
|
||||||
Many features are available with this mode:
|
|
||||||
|
|
||||||
- Write/delete comments
|
|
||||||
- Upload/remove/edit videos
|
|
||||||
- Manage (create/edit/remove) channels and playlists
|
|
||||||
- Follow/unfollow channels
|
|
||||||
- Thumbs-up/down
|
|
||||||
- Check notifications
|
|
||||||
- Mute/unmute channels
|
|
||||||
- Report videos/accounts
|
|
||||||
- Check your history
|
|
@ -1 +0,0 @@
|
|||||||
TubeLab est une application Peertube pour les instances académiques.
|
|
@ -1,22 +0,0 @@
|
|||||||
*Not authenticated mode*
|
|
||||||
|
|
||||||
It's a limited mode where you can do some actions:
|
|
||||||
|
|
||||||
- Switch instance,
|
|
||||||
- Share videos,
|
|
||||||
- Download videos.
|
|
||||||
|
|
||||||
|
|
||||||
*Authenticated mode*
|
|
||||||
|
|
||||||
Many features are available with this mode:
|
|
||||||
|
|
||||||
- Write/delete comments
|
|
||||||
- Upload/remove/edit videos
|
|
||||||
- Manage (create/edit/remove) channels and playlists
|
|
||||||
- Follow/unfollow channels
|
|
||||||
- Thumbs-up/down
|
|
||||||
- Check notifications
|
|
||||||
- Mute/unmute channels
|
|
||||||
- Report videos/accounts
|
|
||||||
- Check your history
|
|
@ -1 +0,0 @@
|
|||||||
TubeLab est une application Peertube pour les instances académiques.
|
|
@ -1,22 +0,0 @@
|
|||||||
*Not authenticated mode*
|
|
||||||
|
|
||||||
It's a limited mode where you can do some actions:
|
|
||||||
|
|
||||||
- Switch instance,
|
|
||||||
- Share videos,
|
|
||||||
- Download videos.
|
|
||||||
|
|
||||||
|
|
||||||
*Authenticated mode*
|
|
||||||
|
|
||||||
Many features are available with this mode:
|
|
||||||
|
|
||||||
- Write/delete comments
|
|
||||||
- Upload/remove/edit videos
|
|
||||||
- Manage (create/edit/remove) channels and playlists
|
|
||||||
- Follow/unfollow channels
|
|
||||||
- Thumbs-up/down
|
|
||||||
- Check notifications
|
|
||||||
- Mute/unmute channels
|
|
||||||
- Report videos/accounts
|
|
||||||
- Check your history
|
|
@ -1,15 +0,0 @@
|
|||||||
Added:
|
|
||||||
- Allow to search channels
|
|
||||||
- Show storage quota
|
|
||||||
- Warning on Playing NSFW videos
|
|
||||||
- Swipe to change timelines
|
|
||||||
|
|
||||||
Changed:
|
|
||||||
- Improve comment threads
|
|
||||||
- Comment composer in full-screen
|
|
||||||
- Swipe to change timeline
|
|
||||||
|
|
||||||
Fixed:
|
|
||||||
- Status bar for fullscreen not removed
|
|
||||||
- Filter for subscriptions not working with remote accounts
|
|
||||||
- Some crashes
|
|
20
app/src/full/java/app/fedilab/fedilabtube/FedilabTube.java
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
package app.fedilab.fedilabtube;
|
||||||
|
/* Copyright 2020 Thomas Schneider
|
||||||
|
*
|
||||||
|
* This file is a part of TubeLab
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under the terms of the
|
||||||
|
* GNU General Public License as published by the Free Software Foundation; either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
|
||||||
|
* the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
|
||||||
|
* Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License along with TubeLab; if not,
|
||||||
|
* see <http://www.gnu.org/licenses>. */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
public class FedilabTube extends BaseFedilabTube {
|
||||||
|
}
|
41
app/src/full/java/app/fedilab/fedilabtube/Matomo.java
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
package app.fedilab.fedilabtube;
|
||||||
|
/* Copyright 2020 Thomas Schneider
|
||||||
|
*
|
||||||
|
* This file is a part of TubeLab
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under the terms of the
|
||||||
|
* GNU General Public License as published by the Free Software Foundation; either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
|
||||||
|
* the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
|
||||||
|
* Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License along with TubeLab; if not,
|
||||||
|
* see <http://www.gnu.org/licenses>. */
|
||||||
|
|
||||||
|
|
||||||
|
import android.content.Context;
|
||||||
|
|
||||||
|
|
||||||
|
@SuppressWarnings({"unused", "RedundantSuppression"})
|
||||||
|
public class Matomo {
|
||||||
|
|
||||||
|
public static void sendScreen(Context _mcontext, String path, String title) {
|
||||||
|
//Do nothing
|
||||||
|
}
|
||||||
|
|
||||||
|
public static void sendEvent(Context _mcontext, String category, String action, String label, float value) {
|
||||||
|
//Do nothing
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
public static void sendValue(Context _mcontext, String path, int index, String dimensionValue) {
|
||||||
|
//Do nothing
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
public static void trackInstall(Context _mcontext) {
|
||||||
|
//Do nothing
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,16 @@
|
|||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:width="24dp"
|
||||||
|
android:height="24dp"
|
||||||
|
android:tint="#FFFFFF"
|
||||||
|
android:viewportWidth="24"
|
||||||
|
android:viewportHeight="24">
|
||||||
|
<group
|
||||||
|
android:scaleX="1.104"
|
||||||
|
android:scaleY="1.104"
|
||||||
|
android:translateX="-1.248"
|
||||||
|
android:translateY="-1.248">
|
||||||
|
<path
|
||||||
|
android:fillColor="@android:color/white"
|
||||||
|
android:pathData="M10,16.5l6,-4.5 -6,-4.5v9zM12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM12,20c-4.41,0 -8,-3.59 -8,-8s3.59,-8 8,-8 8,3.59 8,8 -3.59,8 -8,8z" />
|
||||||
|
</group>
|
||||||
|
</vector>
|
BIN
app/src/full/res/drawable-hdpi/ic_notification_tubelab.png
Normal file
After Width: | Height: | Size: 720 B |
BIN
app/src/full/res/drawable-mdpi/ic_notification_tubelab.png
Normal file
After Width: | Height: | Size: 491 B |
BIN
app/src/full/res/drawable-xhdpi/ic_notification_tubelab.png
Normal file
After Width: | Height: | Size: 937 B |
BIN
app/src/full/res/drawable-xxhdpi/ic_notification_tubelab.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
app/src/full/res/drawable-xxxhdpi/ic_notification_tubelab.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
@ -7,6 +7,8 @@
|
|||||||
<color name="tag_color_text">#FAFAFA</color>
|
<color name="tag_color_text">#FAFAFA</color>
|
||||||
<color name="positive_thumbs">#2b90d9</color>
|
<color name="positive_thumbs">#2b90d9</color>
|
||||||
<color name="negative_thumbs">#F44336</color>
|
<color name="negative_thumbs">#F44336</color>
|
||||||
|
<color name="favorite">#ca8f04</color>
|
||||||
|
<color name="bookmark">#795548</color>
|
||||||
<color name="backgroundDark">#DD000000</color>
|
<color name="backgroundDark">#DD000000</color>
|
||||||
<color name="red_1">#F44336</color>
|
<color name="red_1">#F44336</color>
|
||||||
<color name="gray_light">#80808080</color>
|
<color name="gray_light">#80808080</color>
|
||||||
|
@ -10,7 +10,9 @@
|
|||||||
|
|
||||||
-->
|
-->
|
||||||
<uses-permission android:name="android.permission.INTERNET" />
|
<uses-permission android:name="android.permission.INTERNET" />
|
||||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
<uses-permission
|
||||||
|
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
|
||||||
|
tools:ignore="ScopedStorage" />
|
||||||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
|
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
|
||||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
||||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
|
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
|
||||||
@ -127,11 +129,26 @@
|
|||||||
android:name=".WebviewConnectActivity"
|
android:name=".WebviewConnectActivity"
|
||||||
android:configChanges="keyboardHidden|orientation|screenSize"
|
android:configChanges="keyboardHidden|orientation|screenSize"
|
||||||
android:label="@string/app_name" />
|
android:label="@string/app_name" />
|
||||||
|
<activity
|
||||||
|
android:name=".MastodonWebviewConnectActivity"
|
||||||
|
android:configChanges="keyboardHidden|orientation|screenSize"
|
||||||
|
android:label="@string/app_name" />
|
||||||
<activity
|
<activity
|
||||||
android:name=".LoginActivity"
|
android:name=".LoginActivity"
|
||||||
android:configChanges="orientation|screenSize"
|
android:configChanges="orientation|screenSize"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:windowSoftInputMode="stateAlwaysHidden" />
|
android:windowSoftInputMode="stateAlwaysHidden">
|
||||||
|
<intent-filter>
|
||||||
|
<action android:name="android.intent.action.VIEW" />
|
||||||
|
|
||||||
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
|
<category android:name="android.intent.category.BROWSABLE" />
|
||||||
|
|
||||||
|
<data
|
||||||
|
android:host="backtotubelab"
|
||||||
|
android:scheme="tubelab" />
|
||||||
|
</intent-filter>
|
||||||
|
</activity>
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".SettingsActivity"
|
android:name=".SettingsActivity"
|
||||||
|
@ -115,15 +115,27 @@ public class AboutActivity extends AppCompatActivity {
|
|||||||
donation_container.setVisibility(View.GONE);
|
donation_container.setVisibility(View.GONE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//Developer donation
|
//Developer donation
|
||||||
Button donatePaypal = findViewById(R.id.donate_paypal);
|
Button donatePaypal = findViewById(R.id.donate_paypal);
|
||||||
donatePaypal.setOnClickListener(v -> {
|
donatePaypal.setOnClickListener(v -> {
|
||||||
Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://www.paypal.me/Mastalab"));
|
Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://www.paypal.me/Mastalab"));
|
||||||
startActivity(browserIntent);
|
startActivity(browserIntent);
|
||||||
});
|
});
|
||||||
|
if (BuildConfig.FLAVOR.equals("queermotion")) {
|
||||||
|
donatePaypal.setVisibility(View.GONE);
|
||||||
|
LinearLayout dev_info = findViewById(R.id.dev_info);
|
||||||
|
dev_info.setVisibility(View.GONE);
|
||||||
|
}
|
||||||
Button donateLiberapay = findViewById(R.id.donate_liberapay);
|
Button donateLiberapay = findViewById(R.id.donate_liberapay);
|
||||||
donateLiberapay.setOnClickListener(v -> {
|
donateLiberapay.setOnClickListener(v -> {
|
||||||
Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://liberapay.com/tom79"));
|
Intent browserIntent;
|
||||||
|
if (BuildConfig.FLAVOR.equals("queermotion")) {
|
||||||
|
browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://soutenir.queermotion.org"));
|
||||||
|
} else {
|
||||||
|
browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://liberapay.com/tom79"));
|
||||||
|
}
|
||||||
|
|
||||||
startActivity(browserIntent);
|
startActivity(browserIntent);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -17,16 +17,16 @@ package app.fedilab.fedilabtube;
|
|||||||
import android.content.Intent;
|
import android.content.Intent;
|
||||||
import android.content.SharedPreferences;
|
import android.content.SharedPreferences;
|
||||||
import android.database.sqlite.SQLiteDatabase;
|
import android.database.sqlite.SQLiteDatabase;
|
||||||
|
import android.os.Build;
|
||||||
import android.os.Bundle;
|
import android.os.Bundle;
|
||||||
|
import android.text.Html;
|
||||||
import android.text.SpannableString;
|
import android.text.SpannableString;
|
||||||
import android.text.Spanned;
|
import android.text.Spanned;
|
||||||
import android.text.style.ForegroundColorSpan;
|
import android.text.style.ForegroundColorSpan;
|
||||||
import android.text.style.UnderlineSpan;
|
import android.text.style.UnderlineSpan;
|
||||||
import android.view.Menu;
|
import android.view.Menu;
|
||||||
import android.view.MenuItem;
|
import android.view.MenuItem;
|
||||||
import android.widget.Button;
|
import android.view.View;
|
||||||
import android.widget.ImageView;
|
|
||||||
import android.widget.TextView;
|
|
||||||
|
|
||||||
import androidx.appcompat.app.AlertDialog;
|
import androidx.appcompat.app.AlertDialog;
|
||||||
import androidx.appcompat.app.AppCompatActivity;
|
import androidx.appcompat.app.AppCompatActivity;
|
||||||
@ -37,13 +37,13 @@ import androidx.fragment.app.FragmentStatePagerAdapter;
|
|||||||
import androidx.viewpager.widget.PagerAdapter;
|
import androidx.viewpager.widget.PagerAdapter;
|
||||||
import androidx.viewpager.widget.ViewPager;
|
import androidx.viewpager.widget.ViewPager;
|
||||||
|
|
||||||
import com.google.android.material.floatingactionbutton.FloatingActionButton;
|
|
||||||
import com.google.android.material.tabs.TabLayout;
|
import com.google.android.material.tabs.TabLayout;
|
||||||
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
|
||||||
import app.fedilab.fedilabtube.client.RetrofitPeertubeAPI;
|
import app.fedilab.fedilabtube.client.RetrofitPeertubeAPI;
|
||||||
import app.fedilab.fedilabtube.client.data.AccountData.Account;
|
import app.fedilab.fedilabtube.client.data.AccountData.Account;
|
||||||
|
import app.fedilab.fedilabtube.databinding.ActivityAccountBinding;
|
||||||
import app.fedilab.fedilabtube.fragment.DisplayAccountsFragment;
|
import app.fedilab.fedilabtube.fragment.DisplayAccountsFragment;
|
||||||
import app.fedilab.fedilabtube.fragment.DisplayChannelsFragment;
|
import app.fedilab.fedilabtube.fragment.DisplayChannelsFragment;
|
||||||
import app.fedilab.fedilabtube.fragment.DisplayNotificationsFragment;
|
import app.fedilab.fedilabtube.fragment.DisplayNotificationsFragment;
|
||||||
@ -56,15 +56,14 @@ import app.fedilab.fedilabtube.sqlite.Sqlite;
|
|||||||
public class AccountActivity extends AppCompatActivity {
|
public class AccountActivity extends AppCompatActivity {
|
||||||
|
|
||||||
|
|
||||||
private ViewPager mPager;
|
private ActivityAccountBinding binding;
|
||||||
private TabLayout tabLayout;
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void onCreate(Bundle savedInstanceState) {
|
protected void onCreate(Bundle savedInstanceState) {
|
||||||
super.onCreate(savedInstanceState);
|
super.onCreate(savedInstanceState);
|
||||||
|
|
||||||
|
binding = ActivityAccountBinding.inflate(getLayoutInflater());
|
||||||
setContentView(R.layout.activity_account);
|
View view = binding.getRoot();
|
||||||
|
setContentView(view);
|
||||||
if (getSupportActionBar() != null)
|
if (getSupportActionBar() != null)
|
||||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||||
|
|
||||||
@ -75,34 +74,27 @@ public class AccountActivity extends AppCompatActivity {
|
|||||||
Spanned.SPAN_INCLUSIVE_EXCLUSIVE);
|
Spanned.SPAN_INCLUSIVE_EXCLUSIVE);
|
||||||
|
|
||||||
|
|
||||||
SharedPreferences sharedpreferences = getSharedPreferences(Helper.APP_PREFS, MODE_PRIVATE);
|
|
||||||
SQLiteDatabase db = Sqlite.getInstance(getApplicationContext(), Sqlite.DB_NAME, null, Sqlite.DB_VERSION).open();
|
SQLiteDatabase db = Sqlite.getInstance(getApplicationContext(), Sqlite.DB_NAME, null, Sqlite.DB_VERSION).open();
|
||||||
|
SharedPreferences sharedpreferences = getSharedPreferences(Helper.APP_PREFS, MODE_PRIVATE);
|
||||||
String token = sharedpreferences.getString(Helper.PREF_KEY_OAUTH_TOKEN, null);
|
String token = sharedpreferences.getString(Helper.PREF_KEY_OAUTH_TOKEN, null);
|
||||||
|
|
||||||
TextView instanceView = findViewById(R.id.instance);
|
|
||||||
Account account = new AccountDAO(AccountActivity.this, db).getAccountByToken(token);
|
Account account = new AccountDAO(AccountActivity.this, db).getAccountByToken(token);
|
||||||
|
|
||||||
if (account == null) {
|
if (account == null) {
|
||||||
Helper.logoutCurrentUser(AccountActivity.this, null);
|
Helper.logoutCurrentUser(AccountActivity.this, null);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
ImageView profile_picture = findViewById(R.id.profile_picture);
|
|
||||||
TextView username = findViewById(R.id.username);
|
|
||||||
TextView displayname = findViewById(R.id.displayname);
|
|
||||||
|
|
||||||
setTitle(String.format("@%s", account.getUsername()));
|
setTitle(String.format("@%s", account.getUsername()));
|
||||||
|
|
||||||
Helper.loadGiF(AccountActivity.this, account.getAvatar().getPath(), profile_picture);
|
Helper.loadGiF(AccountActivity.this, account.getAvatar().getPath(), binding.profilePicture);
|
||||||
username.setText(String.format("@%s", account.getUsername()));
|
binding.username.setText(String.format("@%s", account.getUsername()));
|
||||||
displayname.setText(account.getDisplayName());
|
binding.displayname.setText(account.getDisplayName());
|
||||||
|
|
||||||
instanceView.setText(account.getHost());
|
binding.instance.setText(account.getHost());
|
||||||
FloatingActionButton edit_profile = findViewById(R.id.edit_profile);
|
binding.editProfile.setOnClickListener(v -> startActivity(new Intent(AccountActivity.this, MyAccountActivity.class)));
|
||||||
edit_profile.setOnClickListener(v -> startActivity(new Intent(AccountActivity.this, MyAccountActivity.class)));
|
|
||||||
|
|
||||||
Button logout_button = findViewById(R.id.logout_button);
|
binding.logoutButton.setOnClickListener(v -> {
|
||||||
logout_button.setOnClickListener(v -> {
|
|
||||||
AlertDialog.Builder dialogBuilderLogoutAccount = new AlertDialog.Builder(AccountActivity.this);
|
AlertDialog.Builder dialogBuilderLogoutAccount = new AlertDialog.Builder(AccountActivity.this);
|
||||||
dialogBuilderLogoutAccount.setMessage(getString(R.string.logout_account_confirmation, account.getUsername(), account.getHost()));
|
dialogBuilderLogoutAccount.setMessage(getString(R.string.logout_account_confirmation, account.getUsername(), account.getHost()));
|
||||||
dialogBuilderLogoutAccount.setPositiveButton(R.string.action_logout, (dialog, id) -> {
|
dialogBuilderLogoutAccount.setPositiveButton(R.string.action_logout, (dialog, id) -> {
|
||||||
@ -114,23 +106,22 @@ public class AccountActivity extends AppCompatActivity {
|
|||||||
alertDialogLogoutAccount.show();
|
alertDialogLogoutAccount.show();
|
||||||
});
|
});
|
||||||
|
|
||||||
Button settings = findViewById(R.id.settings);
|
binding.settings.setOnClickListener(v -> {
|
||||||
settings.setOnClickListener(v -> {
|
|
||||||
Intent intent = new Intent(AccountActivity.this, SettingsActivity.class);
|
Intent intent = new Intent(AccountActivity.this, SettingsActivity.class);
|
||||||
startActivity(intent);
|
startActivity(intent);
|
||||||
});
|
});
|
||||||
|
|
||||||
tabLayout = findViewById(R.id.account_tabLayout);
|
|
||||||
mPager = findViewById(R.id.account_viewpager);
|
|
||||||
tabLayout.addTab(tabLayout.newTab().setText(getString(R.string.title_notifications)));
|
|
||||||
tabLayout.addTab(tabLayout.newTab().setText(getString(R.string.title_muted)));
|
|
||||||
tabLayout.addTab(tabLayout.newTab().setText(getString(R.string.title_channel)));
|
|
||||||
|
|
||||||
|
|
||||||
mPager.setOffscreenPageLimit(3);
|
if (Helper.isLoggedIn(AccountActivity.this)) {
|
||||||
|
binding.accountTabLayout.addTab(binding.accountTabLayout.newTab().setText(getString(R.string.title_notifications)));
|
||||||
|
binding.accountTabLayout.addTab(binding.accountTabLayout.newTab().setText(getString(R.string.title_muted)));
|
||||||
|
binding.accountTabLayout.addTab(binding.accountTabLayout.newTab().setText(getString(R.string.title_channel)));
|
||||||
|
|
||||||
|
binding.accountViewpager.setOffscreenPageLimit(3);
|
||||||
|
|
||||||
|
|
||||||
mPager.addOnPageChangeListener(new ViewPager.OnPageChangeListener() {
|
binding.accountViewpager.addOnPageChangeListener(new ViewPager.OnPageChangeListener() {
|
||||||
@Override
|
@Override
|
||||||
public void onPageScrolled(int position, float positionOffset, int positionOffsetPixels) {
|
public void onPageScrolled(int position, float positionOffset, int positionOffsetPixels) {
|
||||||
|
|
||||||
@ -138,7 +129,7 @@ public class AccountActivity extends AppCompatActivity {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onPageSelected(int position) {
|
public void onPageSelected(int position) {
|
||||||
TabLayout.Tab tab = tabLayout.getTabAt(position);
|
TabLayout.Tab tab = binding.accountTabLayout.getTabAt(position);
|
||||||
if (tab != null)
|
if (tab != null)
|
||||||
tab.select();
|
tab.select();
|
||||||
}
|
}
|
||||||
@ -150,10 +141,10 @@ public class AccountActivity extends AppCompatActivity {
|
|||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
tabLayout.addOnTabSelectedListener(new TabLayout.OnTabSelectedListener() {
|
binding.accountTabLayout.addOnTabSelectedListener(new TabLayout.OnTabSelectedListener() {
|
||||||
@Override
|
@Override
|
||||||
public void onTabSelected(TabLayout.Tab tab) {
|
public void onTabSelected(TabLayout.Tab tab) {
|
||||||
mPager.setCurrentItem(tab.getPosition());
|
binding.accountViewpager.setCurrentItem(tab.getPosition());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@ -164,8 +155,8 @@ public class AccountActivity extends AppCompatActivity {
|
|||||||
@Override
|
@Override
|
||||||
public void onTabReselected(TabLayout.Tab tab) {
|
public void onTabReselected(TabLayout.Tab tab) {
|
||||||
Fragment fragment = null;
|
Fragment fragment = null;
|
||||||
if (mPager.getAdapter() != null)
|
if (binding.accountViewpager.getAdapter() != null)
|
||||||
fragment = (Fragment) mPager.getAdapter().instantiateItem(mPager, tab.getPosition());
|
fragment = (Fragment) binding.accountViewpager.getAdapter().instantiateItem(binding.accountViewpager, tab.getPosition());
|
||||||
switch (tab.getPosition()) {
|
switch (tab.getPosition()) {
|
||||||
case 0:
|
case 0:
|
||||||
if (fragment != null) {
|
if (fragment != null) {
|
||||||
@ -190,8 +181,18 @@ public class AccountActivity extends AppCompatActivity {
|
|||||||
});
|
});
|
||||||
|
|
||||||
PagerAdapter mPagerAdapter = new AccountsPagerAdapter(getSupportFragmentManager());
|
PagerAdapter mPagerAdapter = new AccountsPagerAdapter(getSupportFragmentManager());
|
||||||
mPager.setAdapter(mPagerAdapter);
|
binding.accountViewpager.setAdapter(mPagerAdapter);
|
||||||
|
} else {
|
||||||
|
binding.accountTabLayout.setVisibility(View.GONE);
|
||||||
|
binding.accountViewpager.setVisibility(View.GONE);
|
||||||
|
binding.editProfile.setVisibility(View.GONE);
|
||||||
|
binding.remoteAccount.setVisibility(View.VISIBLE);
|
||||||
|
|
||||||
|
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N)
|
||||||
|
binding.remoteAccount.setText(Html.fromHtml(getString(R.string.remote_account_from, account.getSoftware()), Html.FROM_HTML_MODE_LEGACY));
|
||||||
|
else
|
||||||
|
binding.remoteAccount.setText(Html.fromHtml(getString(R.string.remote_account_from, account.getSoftware())));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -74,6 +74,7 @@ import static app.fedilab.fedilabtube.helper.Helper.peertubeInformation;
|
|||||||
public class AllPlaylistsActivity extends AppCompatActivity implements PlaylistAdapter.AllPlaylistRemoved {
|
public class AllPlaylistsActivity extends AppCompatActivity implements PlaylistAdapter.AllPlaylistRemoved {
|
||||||
|
|
||||||
|
|
||||||
|
private static final int PICK_AVATAR = 467;
|
||||||
PlaylistAdapter playlistAdapter;
|
PlaylistAdapter playlistAdapter;
|
||||||
private HashMap<Integer, String> privacyToSend;
|
private HashMap<Integer, String> privacyToSend;
|
||||||
private String idChannel;
|
private String idChannel;
|
||||||
@ -81,7 +82,6 @@ public class AllPlaylistsActivity extends AppCompatActivity implements PlaylistA
|
|||||||
private Playlist playlistToEdit;
|
private Playlist playlistToEdit;
|
||||||
private List<ChannelData.Channel> myChannels;
|
private List<ChannelData.Channel> myChannels;
|
||||||
private ChannelData.Channel selectedChannel;
|
private ChannelData.Channel selectedChannel;
|
||||||
private static final int PICK_AVATAR = 467;
|
|
||||||
private AddPlaylistBinding bindingDialog;
|
private AddPlaylistBinding bindingDialog;
|
||||||
private Uri inputData;
|
private Uri inputData;
|
||||||
private ActivityAllPlaylistBinding binding;
|
private ActivityAllPlaylistBinding binding;
|
||||||
@ -197,7 +197,7 @@ public class AllPlaylistsActivity extends AppCompatActivity implements PlaylistA
|
|||||||
intent.putExtra(Intent.EXTRA_MIME_TYPES, mimetypes);
|
intent.putExtra(Intent.EXTRA_MIME_TYPES, mimetypes);
|
||||||
startActivityForResult(intent, PICK_AVATAR);
|
startActivityForResult(intent, PICK_AVATAR);
|
||||||
});
|
});
|
||||||
Helper.loadGiF(AllPlaylistsActivity.this, playlistParam.getThumbnailPath(), bindingDialog.profilePicture);
|
Helper.loadGiF(AllPlaylistsActivity.this, playlistParam != null ? playlistParam.getThumbnailPath() : null, bindingDialog.profilePicture);
|
||||||
alertDialog.setOnShowListener(dialogInterface -> {
|
alertDialog.setOnShowListener(dialogInterface -> {
|
||||||
|
|
||||||
Button button = alertDialog.getButton(AlertDialog.BUTTON_POSITIVE);
|
Button button = alertDialog.getButton(AlertDialog.BUTTON_POSITIVE);
|
||||||
|
@ -35,7 +35,7 @@ import app.fedilab.fedilabtube.helper.ThemeHelper;
|
|||||||
import app.fedilab.fedilabtube.services.GlobalUploadObserver;
|
import app.fedilab.fedilabtube.services.GlobalUploadObserver;
|
||||||
import app.fedilab.fedilabtube.worker.WorkHelper;
|
import app.fedilab.fedilabtube.worker.WorkHelper;
|
||||||
|
|
||||||
public class FedilabTube extends MultiDexApplication {
|
public class BaseFedilabTube extends MultiDexApplication {
|
||||||
|
|
||||||
static String UPLOAD_CHANNEL_ID = "upload_info_peertube";
|
static String UPLOAD_CHANNEL_ID = "upload_info_peertube";
|
||||||
|
|
||||||
@ -48,12 +48,12 @@ public class FedilabTube extends MultiDexApplication {
|
|||||||
Configuration myConfig = new Configuration.Builder()
|
Configuration myConfig = new Configuration.Builder()
|
||||||
.setMinimumLoggingLevel(android.util.Log.INFO)
|
.setMinimumLoggingLevel(android.util.Log.INFO)
|
||||||
.build();
|
.build();
|
||||||
WorkManager.initialize(FedilabTube.this, myConfig);
|
WorkManager.initialize(BaseFedilabTube.this, myConfig);
|
||||||
if (interval >= 15) {
|
if (interval >= 15) {
|
||||||
WorkHelper.fetchNotifications(this, interval);
|
WorkHelper.fetchNotifications(this, interval);
|
||||||
}
|
}
|
||||||
createNotificationChannel();
|
createNotificationChannel();
|
||||||
UploadServiceConfig.initialize(FedilabTube.this, UPLOAD_CHANNEL_ID, true);
|
UploadServiceConfig.initialize(BaseFedilabTube.this, UPLOAD_CHANNEL_ID, true);
|
||||||
|
|
||||||
new GlobalRequestObserver(this, new GlobalUploadObserver());
|
new GlobalRequestObserver(this, new GlobalUploadObserver());
|
||||||
}
|
}
|
||||||
@ -63,7 +63,7 @@ public class FedilabTube extends MultiDexApplication {
|
|||||||
protected void attachBaseContext(Context base) {
|
protected void attachBaseContext(Context base) {
|
||||||
super.attachBaseContext(base);
|
super.attachBaseContext(base);
|
||||||
|
|
||||||
MultiDex.install(FedilabTube.this);
|
MultiDex.install(BaseFedilabTube.this);
|
||||||
SharedPreferences sharedpreferences = getSharedPreferences(Helper.APP_PREFS, Context.MODE_PRIVATE);
|
SharedPreferences sharedpreferences = getSharedPreferences(Helper.APP_PREFS, Context.MODE_PRIVATE);
|
||||||
int themePref = sharedpreferences.getInt(Helper.SET_THEME, Helper.DEFAULT_MODE);
|
int themePref = sharedpreferences.getInt(Helper.SET_THEME, Helper.DEFAULT_MODE);
|
||||||
ThemeHelper.switchTo(themePref);
|
ThemeHelper.switchTo(themePref);
|
@ -26,6 +26,8 @@ import android.util.Patterns;
|
|||||||
import android.view.MenuItem;
|
import android.view.MenuItem;
|
||||||
import android.view.View;
|
import android.view.View;
|
||||||
import android.view.ViewGroup;
|
import android.view.ViewGroup;
|
||||||
|
import android.widget.AdapterView;
|
||||||
|
import android.widget.ArrayAdapter;
|
||||||
import android.widget.TextView;
|
import android.widget.TextView;
|
||||||
import android.widget.Toast;
|
import android.widget.Toast;
|
||||||
|
|
||||||
@ -35,14 +37,21 @@ import androidx.core.content.ContextCompat;
|
|||||||
import java.net.MalformedURLException;
|
import java.net.MalformedURLException;
|
||||||
import java.net.URL;
|
import java.net.URL;
|
||||||
import java.util.Arrays;
|
import java.util.Arrays;
|
||||||
|
import java.util.HashMap;
|
||||||
|
import java.util.Iterator;
|
||||||
|
import java.util.Map;
|
||||||
|
|
||||||
|
import app.fedilab.fedilabtube.client.mastodon.RetrofitMastodonAPI;
|
||||||
import app.fedilab.fedilabtube.client.RetrofitPeertubeAPI;
|
import app.fedilab.fedilabtube.client.RetrofitPeertubeAPI;
|
||||||
import app.fedilab.fedilabtube.client.entities.Error;
|
import app.fedilab.fedilabtube.client.entities.Error;
|
||||||
import app.fedilab.fedilabtube.client.entities.Oauth;
|
import app.fedilab.fedilabtube.client.entities.Oauth;
|
||||||
import app.fedilab.fedilabtube.client.entities.OauthParams;
|
import app.fedilab.fedilabtube.client.entities.OauthParams;
|
||||||
import app.fedilab.fedilabtube.client.entities.Token;
|
import app.fedilab.fedilabtube.client.entities.Token;
|
||||||
|
import app.fedilab.fedilabtube.client.entities.WellKnownNodeinfo;
|
||||||
import app.fedilab.fedilabtube.databinding.ActivityLoginBinding;
|
import app.fedilab.fedilabtube.databinding.ActivityLoginBinding;
|
||||||
import app.fedilab.fedilabtube.helper.Helper;
|
import app.fedilab.fedilabtube.helper.Helper;
|
||||||
|
import app.fedilab.fedilabtube.helper.HelperAcadInstance;
|
||||||
|
import app.fedilab.fedilabtube.helper.HelperInstance;
|
||||||
import es.dmoral.toasty.Toasty;
|
import es.dmoral.toasty.Toasty;
|
||||||
|
|
||||||
import static app.fedilab.fedilabtube.client.RetrofitPeertubeAPI.updateCredential;
|
import static app.fedilab.fedilabtube.client.RetrofitPeertubeAPI.updateCredential;
|
||||||
@ -54,7 +63,9 @@ public class LoginActivity extends AppCompatActivity {
|
|||||||
private static String client_id;
|
private static String client_id;
|
||||||
private static String client_secret;
|
private static String client_secret;
|
||||||
private ActivityLoginBinding binding;
|
private ActivityLoginBinding binding;
|
||||||
|
private String acadInstance;
|
||||||
|
|
||||||
|
@SuppressLint("SetTextI18n")
|
||||||
@Override
|
@Override
|
||||||
protected void onCreate(Bundle savedInstanceState) {
|
protected void onCreate(Bundle savedInstanceState) {
|
||||||
super.onCreate(savedInstanceState);
|
super.onCreate(savedInstanceState);
|
||||||
@ -66,7 +77,13 @@ public class LoginActivity extends AppCompatActivity {
|
|||||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||||
|
|
||||||
|
|
||||||
SpannableString content_create = new SpannableString(getString(R.string.join_peertube));
|
SpannableString content_create;
|
||||||
|
if (BuildConfig.FLAVOR.compareTo("queermotion") == 0) {
|
||||||
|
content_create = new SpannableString(getString(R.string.register_account));
|
||||||
|
} else {
|
||||||
|
content_create = new SpannableString(getString(R.string.join_peertube));
|
||||||
|
}
|
||||||
|
|
||||||
content_create.setSpan(new UnderlineSpan(), 0, content_create.length(), 0);
|
content_create.setSpan(new UnderlineSpan(), 0, content_create.length(), 0);
|
||||||
content_create.setSpan(new ForegroundColorSpan(ContextCompat.getColor(LoginActivity.this, Helper.getColorAccent())), 0, content_create.length(),
|
content_create.setSpan(new ForegroundColorSpan(ContextCompat.getColor(LoginActivity.this, Helper.getColorAccent())), 0, content_create.length(),
|
||||||
Spanned.SPAN_INCLUSIVE_EXCLUSIVE);
|
Spanned.SPAN_INCLUSIVE_EXCLUSIVE);
|
||||||
@ -80,10 +97,12 @@ public class LoginActivity extends AppCompatActivity {
|
|||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
if (BuildConfig.full_instances) {
|
if (BuildConfig.full_instances && BuildConfig.instance_switcher) {
|
||||||
binding.loginInstanceContainer.setVisibility(View.VISIBLE);
|
binding.loginInstanceContainer.setVisibility(View.VISIBLE);
|
||||||
}
|
}
|
||||||
|
if (BuildConfig.FLAVOR.compareTo("queermotion") == 0) {
|
||||||
|
binding.loginInstance.setText("queermotion.org");
|
||||||
|
}
|
||||||
|
|
||||||
if (Helper.isTablet(LoginActivity.this)) {
|
if (Helper.isTablet(LoginActivity.this)) {
|
||||||
|
|
||||||
@ -100,75 +119,84 @@ public class LoginActivity extends AppCompatActivity {
|
|||||||
binding.loginPasswdContainer.setLayoutParams(layoutParamsP);
|
binding.loginPasswdContainer.setLayoutParams(layoutParamsP);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (!BuildConfig.full_instances) {
|
if (!BuildConfig.full_instances) {
|
||||||
binding.loginUid.setOnFocusChangeListener((v, hasFocus) -> {
|
binding.loginUid.setOnFocusChangeListener((v, hasFocus) -> {
|
||||||
if (!hasFocus) {
|
if (!hasFocus) {
|
||||||
if (binding.loginUid.getText() != null && android.util.Patterns.EMAIL_ADDRESS.matcher(binding.loginUid.getText().toString().trim()).matches()) {
|
if (binding.loginUid.getText() != null && android.util.Patterns.EMAIL_ADDRESS.matcher(binding.loginUid.getText().toString().trim()).matches()) {
|
||||||
String[] emailArray = binding.loginUid.getText().toString().split("@");
|
String[] emailArray = binding.loginUid.getText().toString().split("@");
|
||||||
if (emailArray.length > 1 && Arrays.asList(Helper.openid).contains(emailArray[1])) {
|
if (emailArray.length > 1) {
|
||||||
binding.loginButton.callOnClick();
|
binding.loginButton.callOnClick();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
binding.loginUidContainer.setVisibility(View.GONE);
|
||||||
|
binding.loginPasswdContainer.setVisibility(View.GONE);
|
||||||
|
binding.loginInstanceContainer.setVisibility(View.GONE);
|
||||||
|
binding.createAnAccountPeertube.setVisibility(View.GONE);
|
||||||
|
binding.instancePickerTitle.setVisibility(View.VISIBLE);
|
||||||
|
binding.instancePicker.setVisibility(View.VISIBLE);
|
||||||
|
|
||||||
|
HashMap<String, String> instancesMap = new HashMap<>(HelperAcadInstance.instances_themes);
|
||||||
|
Iterator<Map.Entry<String, String>> it = instancesMap.entrySet().iterator();
|
||||||
|
String[] academiesKey = new String[HelperAcadInstance.instances_themes.size()];
|
||||||
|
String[] academiesValue = new String[HelperAcadInstance.instances_themes.size()];
|
||||||
|
String acad = HelperInstance.getLiveInstance(LoginActivity.this);
|
||||||
|
int position = 0;
|
||||||
|
int i = 0;
|
||||||
|
while (it.hasNext()) {
|
||||||
|
Map.Entry<String, String> pair = it.next();
|
||||||
|
academiesKey[i] = pair.getKey();
|
||||||
|
academiesValue[i] = pair.getValue();
|
||||||
|
if (pair.getValue().compareTo(acad) == 0) {
|
||||||
|
position = i;
|
||||||
|
}
|
||||||
|
it.remove();
|
||||||
|
i++;
|
||||||
|
}
|
||||||
|
binding.instancePicker.setSelection(position, true);
|
||||||
|
ArrayAdapter<String> adapterChannel = new ArrayAdapter<>(LoginActivity.this,
|
||||||
|
android.R.layout.simple_spinner_dropdown_item, academiesKey);
|
||||||
|
binding.instancePicker.setAdapter(adapterChannel);
|
||||||
|
binding.instancePicker.setOnItemSelectedListener(new AdapterView.OnItemSelectedListener() {
|
||||||
|
@Override
|
||||||
|
public void onItemSelected(AdapterView<?> parent, View view, int position, long id) {
|
||||||
|
acadInstance = academiesValue[position];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onNothingSelected(AdapterView<?> parent) {
|
||||||
|
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
if (BuildConfig.allow_remote_connections) {
|
||||||
|
binding.loginInstance.setOnFocusChangeListener((v, hasFocus) -> {
|
||||||
|
if (!hasFocus) {
|
||||||
|
if (binding.loginInstance.getText() != null) {
|
||||||
|
new Thread(() -> {
|
||||||
|
String testInstance = binding.loginInstance.getText().toString();
|
||||||
|
WellKnownNodeinfo.NodeInfo instanceNodeInfo = null;
|
||||||
|
if (BuildConfig.allow_remote_connections) {
|
||||||
|
instanceNodeInfo = new RetrofitPeertubeAPI(LoginActivity.this, testInstance, null).getNodeInfo();
|
||||||
|
}
|
||||||
|
if (instanceNodeInfo != null &&
|
||||||
|
(instanceNodeInfo.getSoftware().getName().toUpperCase().trim().compareTo("MASTODON") == 0 ||
|
||||||
|
instanceNodeInfo.getSoftware().getName().toUpperCase().trim().compareTo("PLEROMA") == 0)
|
||||||
|
) {
|
||||||
|
connectToFediverse(testInstance, instanceNodeInfo);
|
||||||
|
}
|
||||||
|
}).start();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
binding.loginButton.setOnClickListener(v -> {
|
binding.loginButton.setOnClickListener(v -> {
|
||||||
|
|
||||||
if (binding.loginUid.getText() != null && binding.loginUid.getText().toString().contains("@") && !android.util.Patterns.EMAIL_ADDRESS.matcher(binding.loginUid.getText().toString().trim()).matches()) {
|
|
||||||
Toasty.error(LoginActivity.this, getString(R.string.email_error)).show();
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
binding.loginButton.setEnabled(false);
|
|
||||||
String instance, host;
|
|
||||||
if (!BuildConfig.full_instances) {
|
if (!BuildConfig.full_instances) {
|
||||||
String[] emailArray = binding.loginUid.getText().toString().split("@");
|
|
||||||
if (emailArray.length > 1 && !Arrays.asList(Helper.valideEmails).contains(emailArray[1])) {
|
|
||||||
Toasty.error(LoginActivity.this, getString(R.string.email_error_domain, emailArray[1])).show();
|
|
||||||
binding.loginButton.setEnabled(true);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
host = emailArray[1];
|
|
||||||
instance = Helper.getPeertubeUrl(host);
|
|
||||||
} else {
|
|
||||||
if (binding.loginInstance.getText() == null || binding.loginInstance.getText().toString().trim().length() == 0) {
|
|
||||||
Toasty.error(LoginActivity.this, getString(R.string.not_valide_instance)).show();
|
|
||||||
binding.loginButton.setEnabled(true);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
instance = host = binding.loginInstance.getText().toString().trim().toLowerCase();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (instance.startsWith("http")) {
|
|
||||||
try {
|
|
||||||
URL url = new URL(instance);
|
|
||||||
instance = url.getHost();
|
|
||||||
host = instance;
|
|
||||||
} catch (MalformedURLException e) {
|
|
||||||
e.printStackTrace();
|
|
||||||
}
|
|
||||||
} else if (instance.endsWith("/")) {
|
|
||||||
try {
|
|
||||||
URL url = new URL("https://" + instance);
|
|
||||||
instance = url.getHost();
|
|
||||||
host = instance;
|
|
||||||
} catch (MalformedURLException e) {
|
|
||||||
e.printStackTrace();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if (!Patterns.WEB_URL.matcher("https://" + instance).matches()) {
|
|
||||||
Toasty.error(LoginActivity.this, getString(R.string.not_valide_instance)).show();
|
|
||||||
binding.loginButton.setEnabled(true);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
String finalInstance = instance;
|
|
||||||
String finalHost = host;
|
|
||||||
if (Arrays.asList(Helper.openid).contains(host) && !BuildConfig.full_instances) {
|
|
||||||
new Thread(() -> {
|
new Thread(() -> {
|
||||||
try {
|
try {
|
||||||
Oauth oauth = new RetrofitPeertubeAPI(LoginActivity.this, finalInstance, null).oauthClient(null, null, null, null);
|
Oauth oauth = new RetrofitPeertubeAPI(LoginActivity.this, acadInstance, null).oauthClient(null, null, null, null);
|
||||||
if (oauth == null) {
|
if (oauth == null) {
|
||||||
runOnUiThread(() -> {
|
runOnUiThread(() -> {
|
||||||
binding.loginButton.setEnabled(true);
|
binding.loginButton.setEnabled(true);
|
||||||
@ -185,7 +213,7 @@ public class LoginActivity extends AppCompatActivity {
|
|||||||
editor.apply();
|
editor.apply();
|
||||||
Intent intent = new Intent(LoginActivity.this, WebviewConnectActivity.class);
|
Intent intent = new Intent(LoginActivity.this, WebviewConnectActivity.class);
|
||||||
Bundle b = new Bundle();
|
Bundle b = new Bundle();
|
||||||
b.putString("url", "https://" + Helper.getPeertubeUrl(finalHost) + "/plugins/auth-openid-connect/0.0.1/auth/openid-connect");
|
b.putString("url", "https://" + acadInstance + "/plugins/auth-openid-connect/0.0.1/auth/openid-connect");
|
||||||
intent.putExtras(b);
|
intent.putExtras(b);
|
||||||
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
|
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
|
||||||
startActivity(intent);
|
startActivity(intent);
|
||||||
@ -199,8 +227,91 @@ public class LoginActivity extends AppCompatActivity {
|
|||||||
|
|
||||||
}).start();
|
}).start();
|
||||||
} else {
|
} else {
|
||||||
|
if (binding.loginUid.getText() != null && binding.loginUid.getText().toString().contains("@") && !android.util.Patterns.EMAIL_ADDRESS.matcher(binding.loginUid.getText().toString().trim()).matches()) {
|
||||||
|
Toasty.error(LoginActivity.this, getString(R.string.email_error)).show();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
binding.loginButton.setEnabled(false);
|
||||||
|
String instance;
|
||||||
|
if (!BuildConfig.full_instances) {
|
||||||
|
String[] emailArray = binding.loginUid.getText().toString().split("@");
|
||||||
|
if (emailArray.length > 1 && !Arrays.asList(HelperAcadInstance.valideEmails).contains(emailArray[1])) {
|
||||||
|
Toasty.error(LoginActivity.this, getString(R.string.email_error_domain, emailArray[1])).show();
|
||||||
|
binding.loginButton.setEnabled(true);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
instance = HelperInstance.getLiveInstance(LoginActivity.this);
|
||||||
|
} else {
|
||||||
|
if (binding.loginInstance.getText() == null || binding.loginInstance.getText().toString().trim().length() == 0) {
|
||||||
|
Toasty.error(LoginActivity.this, getString(R.string.not_valide_instance)).show();
|
||||||
|
binding.loginButton.setEnabled(true);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
instance = binding.loginInstance.getText().toString().trim().toLowerCase();
|
||||||
|
}
|
||||||
|
|
||||||
|
if (instance.startsWith("http")) {
|
||||||
|
try {
|
||||||
|
URL url = new URL(instance);
|
||||||
|
instance = url.getHost();
|
||||||
|
} catch (MalformedURLException e) {
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
|
} else if (instance.endsWith("/")) {
|
||||||
|
try {
|
||||||
|
URL url = new URL("https://" + instance);
|
||||||
|
instance = url.getHost();
|
||||||
|
} catch (MalformedURLException e) {
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (!Patterns.WEB_URL.matcher("https://" + instance).matches()) {
|
||||||
|
Toasty.error(LoginActivity.this, getString(R.string.not_valide_instance)).show();
|
||||||
|
binding.loginButton.setEnabled(true);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
String finalInstance = instance;
|
||||||
|
if (BuildConfig.full_instances) {
|
||||||
new Thread(() -> {
|
new Thread(() -> {
|
||||||
Oauth oauth = new RetrofitPeertubeAPI(LoginActivity.this, finalInstance, null).oauthClient(Helper.CLIENT_NAME_VALUE, Helper.WEBSITE_VALUE, Helper.OAUTH_SCOPES_PEERTUBE, Helper.WEBSITE_VALUE);
|
WellKnownNodeinfo.NodeInfo instanceNodeInfo = null;
|
||||||
|
if (BuildConfig.allow_remote_connections) {
|
||||||
|
instanceNodeInfo = new RetrofitPeertubeAPI(LoginActivity.this, finalInstance, null).getNodeInfo();
|
||||||
|
}
|
||||||
|
connectToFediverse(finalInstance, instanceNodeInfo);
|
||||||
|
}).start();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Oauth process for Peertube
|
||||||
|
*
|
||||||
|
* @param finalInstance String
|
||||||
|
*/
|
||||||
|
private void connectToFediverse(String finalInstance, WellKnownNodeinfo.NodeInfo instanceNodeInfo) {
|
||||||
|
Oauth oauth = null;
|
||||||
|
String software;
|
||||||
|
if (instanceNodeInfo != null) {
|
||||||
|
software = instanceNodeInfo.getSoftware().getName().toUpperCase().trim();
|
||||||
|
switch (software) {
|
||||||
|
case "MASTODON":
|
||||||
|
case "PLEROMA":
|
||||||
|
oauth = new RetrofitMastodonAPI(LoginActivity.this, finalInstance, null).oauthClient(Helper.CLIENT_NAME_VALUE, Helper.REDIRECT_CONTENT_WEB, Helper.OAUTH_SCOPES_MASTODON, Helper.WEBSITE_VALUE);
|
||||||
|
break;
|
||||||
|
|
||||||
|
case "FRIENDICA":
|
||||||
|
|
||||||
|
break;
|
||||||
|
|
||||||
|
default:
|
||||||
|
oauth = new RetrofitPeertubeAPI(LoginActivity.this, finalInstance, null).oauthClient(Helper.CLIENT_NAME_VALUE, Helper.WEBSITE_VALUE, Helper.OAUTH_SCOPES_PEERTUBE, Helper.WEBSITE_VALUE);
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
oauth = new RetrofitPeertubeAPI(LoginActivity.this, finalInstance, null).oauthClient(Helper.CLIENT_NAME_VALUE, Helper.WEBSITE_VALUE, Helper.OAUTH_SCOPES_PEERTUBE, Helper.WEBSITE_VALUE);
|
||||||
|
software = "PEERTUBE";
|
||||||
|
}
|
||||||
if (oauth == null) {
|
if (oauth == null) {
|
||||||
runOnUiThread(() -> {
|
runOnUiThread(() -> {
|
||||||
binding.loginButton.setEnabled(true);
|
binding.loginButton.setEnabled(true);
|
||||||
@ -208,7 +319,6 @@ public class LoginActivity extends AppCompatActivity {
|
|||||||
});
|
});
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
client_id = oauth.getClient_id();
|
client_id = oauth.getClient_id();
|
||||||
client_secret = oauth.getClient_secret();
|
client_secret = oauth.getClient_secret();
|
||||||
|
|
||||||
@ -221,42 +331,64 @@ public class LoginActivity extends AppCompatActivity {
|
|||||||
oauthParams.setClient_id(client_id);
|
oauthParams.setClient_id(client_id);
|
||||||
oauthParams.setClient_secret(client_secret);
|
oauthParams.setClient_secret(client_secret);
|
||||||
oauthParams.setGrant_type("password");
|
oauthParams.setGrant_type("password");
|
||||||
|
final boolean isMastodonAPI = software.compareTo("MASTODON") == 0 || software.compareTo("PLEROMA") == 0;
|
||||||
|
if (software.compareTo("PEERTUBE") == 0) {
|
||||||
oauthParams.setScope("user");
|
oauthParams.setScope("user");
|
||||||
|
} else if (isMastodonAPI) {
|
||||||
|
oauthParams.setScope("read write follow");
|
||||||
|
}
|
||||||
|
if (binding.loginUid.getText() != null) {
|
||||||
oauthParams.setUsername(binding.loginUid.getText().toString().trim());
|
oauthParams.setUsername(binding.loginUid.getText().toString().trim());
|
||||||
|
}
|
||||||
if (binding.loginPasswd.getText() != null) {
|
if (binding.loginPasswd.getText() != null) {
|
||||||
oauthParams.setPassword(binding.loginPasswd.getText().toString());
|
oauthParams.setPassword(binding.loginPasswd.getText().toString());
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
Token token = new RetrofitPeertubeAPI(LoginActivity.this, finalInstance, null).manageToken(oauthParams);
|
Token token = null;
|
||||||
proceedLogin(token, finalHost);
|
if (software.compareTo("PEERTUBE") == 0) {
|
||||||
|
token = new RetrofitPeertubeAPI(LoginActivity.this, finalInstance, null).manageToken(oauthParams);
|
||||||
|
} else if (isMastodonAPI) {
|
||||||
|
Intent i = new Intent(LoginActivity.this, MastodonWebviewConnectActivity.class);
|
||||||
|
i.putExtra("software", software);
|
||||||
|
i.putExtra("instance", finalInstance);
|
||||||
|
i.putExtra("client_id", client_id);
|
||||||
|
i.putExtra("client_secret", client_secret);
|
||||||
|
startActivity(i);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
proceedLogin(token, finalInstance, software.compareTo("PEERTUBE") == 0 ? null : software);
|
||||||
} catch (final Exception | Error e) {
|
} catch (final Exception | Error e) {
|
||||||
oauthParams.setUsername(binding.loginUid.getText().toString().toLowerCase().trim());
|
oauthParams.setUsername(binding.loginUid.getText().toString().toLowerCase().trim());
|
||||||
try {
|
try {
|
||||||
|
if (software.compareTo("PEERTUBE") == 0) {
|
||||||
Token token = new RetrofitPeertubeAPI(LoginActivity.this, finalInstance, null).manageToken(oauthParams);
|
Token token = new RetrofitPeertubeAPI(LoginActivity.this, finalInstance, null).manageToken(oauthParams);
|
||||||
proceedLogin(token, finalHost);
|
proceedLogin(token, finalInstance, software.compareTo("PEERTUBE") == 0 ? null : software);
|
||||||
|
}
|
||||||
} catch (Error error) {
|
} catch (Error error) {
|
||||||
Error.displayError(LoginActivity.this, error);
|
Error.displayError(LoginActivity.this, error);
|
||||||
error.printStackTrace();
|
error.printStackTrace();
|
||||||
runOnUiThread(() -> binding.loginButton.setEnabled(true));
|
runOnUiThread(() -> binding.loginButton.setEnabled(true));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}).start();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
@SuppressLint("ApplySharedPref")
|
@SuppressLint("ApplySharedPref")
|
||||||
private void proceedLogin(Token token, String host) {
|
private void proceedLogin(Token token, String host, String software) {
|
||||||
runOnUiThread(() -> {
|
runOnUiThread(() -> {
|
||||||
if (token != null) {
|
if (token != null) {
|
||||||
|
boolean remote_account = software != null && software.toUpperCase().trim().compareTo("PEERTUBE") != 0;
|
||||||
SharedPreferences sharedpreferences = getSharedPreferences(Helper.APP_PREFS, MODE_PRIVATE);
|
SharedPreferences sharedpreferences = getSharedPreferences(Helper.APP_PREFS, MODE_PRIVATE);
|
||||||
SharedPreferences.Editor editor = sharedpreferences.edit();
|
SharedPreferences.Editor editor = sharedpreferences.edit();
|
||||||
editor.putString(Helper.PREF_KEY_OAUTH_TOKEN, token.getAccess_token());
|
editor.putString(Helper.PREF_KEY_OAUTH_TOKEN, token.getAccess_token());
|
||||||
|
editor.putString(Helper.PREF_SOFTWARE, remote_account ? software : null);
|
||||||
|
editor.putString(Helper.PREF_REMOTE_INSTANCE, remote_account ? host : null);
|
||||||
|
if (!remote_account) {
|
||||||
editor.putString(Helper.PREF_INSTANCE, host);
|
editor.putString(Helper.PREF_INSTANCE, host);
|
||||||
|
}
|
||||||
editor.commit();
|
editor.commit();
|
||||||
//Update the account with the token;
|
//Update the account with the token;
|
||||||
updateCredential(LoginActivity.this, token.getAccess_token(), client_id, client_secret, token.getRefresh_token(), host);
|
updateCredential(LoginActivity.this, token.getAccess_token(), client_id, client_secret, token.getRefresh_token(), host, software);
|
||||||
} else {
|
} else {
|
||||||
binding.loginButton.setEnabled(true);
|
binding.loginButton.setEnabled(true);
|
||||||
}
|
}
|
||||||
|
@ -16,19 +16,21 @@ package app.fedilab.fedilabtube;
|
|||||||
|
|
||||||
import android.annotation.SuppressLint;
|
import android.annotation.SuppressLint;
|
||||||
import android.app.Activity;
|
import android.app.Activity;
|
||||||
|
import android.content.BroadcastReceiver;
|
||||||
import android.content.Context;
|
import android.content.Context;
|
||||||
import android.content.Intent;
|
import android.content.Intent;
|
||||||
|
import android.content.IntentFilter;
|
||||||
import android.content.SharedPreferences;
|
import android.content.SharedPreferences;
|
||||||
import android.database.sqlite.SQLiteDatabase;
|
import android.database.sqlite.SQLiteDatabase;
|
||||||
import android.net.Uri;
|
import android.net.Uri;
|
||||||
import android.os.Build;
|
import android.os.Build;
|
||||||
import android.os.Bundle;
|
import android.os.Bundle;
|
||||||
import android.os.Handler;
|
import android.os.Handler;
|
||||||
|
import android.os.Looper;
|
||||||
import android.view.Menu;
|
import android.view.Menu;
|
||||||
import android.view.MenuItem;
|
import android.view.MenuItem;
|
||||||
import android.view.View;
|
import android.view.View;
|
||||||
import android.widget.EditText;
|
import android.widget.EditText;
|
||||||
import android.widget.ImageView;
|
|
||||||
import android.widget.LinearLayout;
|
import android.widget.LinearLayout;
|
||||||
import android.widget.TextView;
|
import android.widget.TextView;
|
||||||
import android.widget.Toast;
|
import android.widget.Toast;
|
||||||
@ -40,6 +42,7 @@ import androidx.appcompat.widget.Toolbar;
|
|||||||
import androidx.fragment.app.Fragment;
|
import androidx.fragment.app.Fragment;
|
||||||
import androidx.fragment.app.FragmentManager;
|
import androidx.fragment.app.FragmentManager;
|
||||||
import androidx.fragment.app.FragmentStatePagerAdapter;
|
import androidx.fragment.app.FragmentStatePagerAdapter;
|
||||||
|
import androidx.localbroadcastmanager.content.LocalBroadcastManager;
|
||||||
import androidx.viewpager.widget.PagerAdapter;
|
import androidx.viewpager.widget.PagerAdapter;
|
||||||
import androidx.viewpager.widget.ViewPager;
|
import androidx.viewpager.widget.ViewPager;
|
||||||
|
|
||||||
@ -48,8 +51,18 @@ import com.kobakei.ratethisapp.RateThisApp;
|
|||||||
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
|
||||||
|
import java.io.IOException;
|
||||||
|
import java.net.InetAddress;
|
||||||
|
import java.net.NetworkInterface;
|
||||||
|
import java.net.URL;
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.Collections;
|
||||||
|
import java.util.Enumeration;
|
||||||
|
import java.util.HashMap;
|
||||||
|
import java.util.Iterator;
|
||||||
import java.util.LinkedHashMap;
|
import java.util.LinkedHashMap;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
import java.util.Map;
|
||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
import java.util.TreeSet;
|
import java.util.TreeSet;
|
||||||
import java.util.regex.Matcher;
|
import java.util.regex.Matcher;
|
||||||
@ -58,6 +71,7 @@ import java.util.regex.Pattern;
|
|||||||
import app.fedilab.fedilabtube.client.RetrofitPeertubeAPI;
|
import app.fedilab.fedilabtube.client.RetrofitPeertubeAPI;
|
||||||
import app.fedilab.fedilabtube.client.data.AccountData.Account;
|
import app.fedilab.fedilabtube.client.data.AccountData.Account;
|
||||||
import app.fedilab.fedilabtube.client.data.InstanceData;
|
import app.fedilab.fedilabtube.client.data.InstanceData;
|
||||||
|
import app.fedilab.fedilabtube.client.data.VideoData;
|
||||||
import app.fedilab.fedilabtube.client.entities.Error;
|
import app.fedilab.fedilabtube.client.entities.Error;
|
||||||
import app.fedilab.fedilabtube.client.entities.OauthParams;
|
import app.fedilab.fedilabtube.client.entities.OauthParams;
|
||||||
import app.fedilab.fedilabtube.client.entities.PeertubeInformation;
|
import app.fedilab.fedilabtube.client.entities.PeertubeInformation;
|
||||||
@ -69,6 +83,8 @@ import app.fedilab.fedilabtube.databinding.ActivityMainBinding;
|
|||||||
import app.fedilab.fedilabtube.fragment.DisplayOverviewFragment;
|
import app.fedilab.fedilabtube.fragment.DisplayOverviewFragment;
|
||||||
import app.fedilab.fedilabtube.fragment.DisplayVideosFragment;
|
import app.fedilab.fedilabtube.fragment.DisplayVideosFragment;
|
||||||
import app.fedilab.fedilabtube.helper.Helper;
|
import app.fedilab.fedilabtube.helper.Helper;
|
||||||
|
import app.fedilab.fedilabtube.helper.HelperAcadInstance;
|
||||||
|
import app.fedilab.fedilabtube.helper.HelperInstance;
|
||||||
import app.fedilab.fedilabtube.helper.PlaylistExportHelper;
|
import app.fedilab.fedilabtube.helper.PlaylistExportHelper;
|
||||||
import app.fedilab.fedilabtube.helper.SwitchAccountHelper;
|
import app.fedilab.fedilabtube.helper.SwitchAccountHelper;
|
||||||
import app.fedilab.fedilabtube.services.RetrieveInfoService;
|
import app.fedilab.fedilabtube.services.RetrieveInfoService;
|
||||||
@ -77,13 +93,18 @@ import app.fedilab.fedilabtube.sqlite.Sqlite;
|
|||||||
import app.fedilab.fedilabtube.sqlite.StoredInstanceDAO;
|
import app.fedilab.fedilabtube.sqlite.StoredInstanceDAO;
|
||||||
import app.fedilab.fedilabtube.viewmodel.TimelineVM;
|
import app.fedilab.fedilabtube.viewmodel.TimelineVM;
|
||||||
import es.dmoral.toasty.Toasty;
|
import es.dmoral.toasty.Toasty;
|
||||||
|
import su.litvak.chromecast.api.v2.ChromeCast;
|
||||||
|
import su.litvak.chromecast.api.v2.ChromeCasts;
|
||||||
|
import su.litvak.chromecast.api.v2.ChromeCastsListener;
|
||||||
|
import su.litvak.chromecast.api.v2.MediaStatus;
|
||||||
|
|
||||||
import static app.fedilab.fedilabtube.MainActivity.TypeOfConnection.NORMAL;
|
import static app.fedilab.fedilabtube.MainActivity.TypeOfConnection.NORMAL;
|
||||||
import static app.fedilab.fedilabtube.MainActivity.TypeOfConnection.SURFING;
|
import static app.fedilab.fedilabtube.MainActivity.TypeOfConnection.SURFING;
|
||||||
import static app.fedilab.fedilabtube.helper.Helper.academies;
|
import static app.fedilab.fedilabtube.helper.Helper.isLoggedInType;
|
||||||
import static app.fedilab.fedilabtube.helper.Helper.peertubeInformation;
|
import static app.fedilab.fedilabtube.helper.Helper.peertubeInformation;
|
||||||
|
|
||||||
public class MainActivity extends AppCompatActivity {
|
|
||||||
|
public class MainActivity extends AppCompatActivity implements ChromeCastsListener {
|
||||||
|
|
||||||
|
|
||||||
public static int PICK_INSTANCE = 5641;
|
public static int PICK_INSTANCE = 5641;
|
||||||
@ -91,16 +112,59 @@ public class MainActivity extends AppCompatActivity {
|
|||||||
public static UserMe userMe;
|
public static UserMe userMe;
|
||||||
public static InstanceData.InstanceConfig instanceConfig;
|
public static InstanceData.InstanceConfig instanceConfig;
|
||||||
public static TypeOfConnection typeOfConnection;
|
public static TypeOfConnection typeOfConnection;
|
||||||
|
public static List<ChromeCast> chromeCasts;
|
||||||
|
public static ChromeCast chromeCast;
|
||||||
|
public static boolean chromecastActivated = false;
|
||||||
private DisplayVideosFragment recentFragment, locaFragment, trendingFragment, subscriptionFragment, mostLikedFragment;
|
private DisplayVideosFragment recentFragment, locaFragment, trendingFragment, subscriptionFragment, mostLikedFragment;
|
||||||
private DisplayOverviewFragment overviewFragment;
|
private DisplayOverviewFragment overviewFragment;
|
||||||
private ActivityMainBinding binding;
|
private ActivityMainBinding binding;
|
||||||
|
private final BottomNavigationView.OnNavigationItemSelectedListener mOnNavigationItemSelectedListener
|
||||||
|
= item -> {
|
||||||
|
int itemId = item.getItemId();
|
||||||
|
String type = null;
|
||||||
|
if (itemId == R.id.navigation_discover) {
|
||||||
|
setTitleCustom(R.string.title_discover);
|
||||||
|
binding.viewpager.setCurrentItem(0);
|
||||||
|
type = HelperAcadInstance.DISCOVER;
|
||||||
|
} else if (itemId == R.id.navigation_subscription) {
|
||||||
|
binding.viewpager.setCurrentItem(1);
|
||||||
|
setTitleCustom(R.string.subscriptions);
|
||||||
|
type = HelperAcadInstance.SUBSCRIPTIONS;
|
||||||
|
} else if (itemId == R.id.navigation_trending) {
|
||||||
|
setTitleCustom(R.string.title_trending);
|
||||||
|
if (Helper.isLoggedIn(MainActivity.this)) {
|
||||||
|
binding.viewpager.setCurrentItem(2);
|
||||||
|
} else {
|
||||||
|
binding.viewpager.setCurrentItem(1);
|
||||||
|
}
|
||||||
|
type = HelperAcadInstance.TRENDING;
|
||||||
|
} else if (itemId == R.id.navigation_most_liked) {
|
||||||
|
setTitleCustom(R.string.title_most_liked);
|
||||||
|
binding.viewpager.setCurrentItem(2);
|
||||||
|
type = HelperAcadInstance.MOSTLIKED;
|
||||||
|
} else if (itemId == R.id.navigation_recently_added) {
|
||||||
|
setTitleCustom(R.string.title_recently_added);
|
||||||
|
binding.viewpager.setCurrentItem(3);
|
||||||
|
type = HelperAcadInstance.RECENTLY_ADDED;
|
||||||
|
} else if (itemId == R.id.navigation_local) {
|
||||||
|
setTitleCustom(R.string.title_local);
|
||||||
|
binding.viewpager.setCurrentItem(4);
|
||||||
|
type = HelperAcadInstance.LOCAL;
|
||||||
|
}
|
||||||
|
if (type != null) {
|
||||||
|
Matomo.sendScreen(MainActivity.this, "TIMELINE", type);
|
||||||
|
}
|
||||||
|
return true;
|
||||||
|
};
|
||||||
|
private BroadcastReceiver manage_chromecast;
|
||||||
|
private VideoData.Video castedTube;
|
||||||
|
|
||||||
@SuppressLint("ApplySharedPref")
|
@SuppressLint("ApplySharedPref")
|
||||||
public static void showRadioButtonDialogFullInstances(Activity activity, boolean storeInDb) {
|
public static void showRadioButtonDialogFullInstances(Activity activity, boolean storeInDb) {
|
||||||
final SharedPreferences sharedpreferences = activity.getSharedPreferences(Helper.APP_PREFS, Context.MODE_PRIVATE);
|
final SharedPreferences sharedpreferences = activity.getSharedPreferences(Helper.APP_PREFS, Context.MODE_PRIVATE);
|
||||||
AlertDialog.Builder alt_bld = new AlertDialog.Builder(activity);
|
AlertDialog.Builder alt_bld = new AlertDialog.Builder(activity);
|
||||||
alt_bld.setTitle(R.string.instance_choice);
|
alt_bld.setTitle(R.string.instance_choice);
|
||||||
String instance = Helper.getLiveInstance(activity);
|
String instance = HelperInstance.getLiveInstance(activity);
|
||||||
final EditText input = new EditText(activity);
|
final EditText input = new EditText(activity);
|
||||||
LinearLayout.LayoutParams lp = new LinearLayout.LayoutParams(
|
LinearLayout.LayoutParams lp = new LinearLayout.LayoutParams(
|
||||||
LinearLayout.LayoutParams.MATCH_PARENT,
|
LinearLayout.LayoutParams.MATCH_PARENT,
|
||||||
@ -112,6 +176,12 @@ public class MainActivity extends AppCompatActivity {
|
|||||||
(dialog, which) -> new Thread(() -> {
|
(dialog, which) -> new Thread(() -> {
|
||||||
try {
|
try {
|
||||||
String newInstance = input.getText().toString().trim();
|
String newInstance = input.getText().toString().trim();
|
||||||
|
if (!newInstance.startsWith("http")) {
|
||||||
|
newInstance = "http://" + newInstance;
|
||||||
|
}
|
||||||
|
URL url = new URL(newInstance);
|
||||||
|
newInstance = url.getHost();
|
||||||
|
|
||||||
WellKnownNodeinfo.NodeInfo instanceNodeInfo = new RetrofitPeertubeAPI(activity, newInstance, null).getNodeInfo();
|
WellKnownNodeinfo.NodeInfo instanceNodeInfo = new RetrofitPeertubeAPI(activity, newInstance, null).getNodeInfo();
|
||||||
if (instanceNodeInfo.getSoftware() != null && instanceNodeInfo.getSoftware().getName().trim().toLowerCase().compareTo("peertube") == 0) {
|
if (instanceNodeInfo.getSoftware() != null && instanceNodeInfo.getSoftware().getName().trim().toLowerCase().compareTo("peertube") == 0) {
|
||||||
SharedPreferences.Editor editor = sharedpreferences.edit();
|
SharedPreferences.Editor editor = sharedpreferences.edit();
|
||||||
@ -162,34 +232,114 @@ public class MainActivity extends AppCompatActivity {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private final BottomNavigationView.OnNavigationItemSelectedListener mOnNavigationItemSelectedListener
|
@Override
|
||||||
= item -> {
|
public void newChromeCastDiscovered(ChromeCast chromeCast) {
|
||||||
int itemId = item.getItemId();
|
if (chromeCasts == null) {
|
||||||
if (itemId == R.id.navigation_discover) {
|
chromeCasts = new ArrayList<>();
|
||||||
setTitleCustom(R.string.title_discover);
|
chromeCasts.add(chromeCast);
|
||||||
binding.viewpager.setCurrentItem(0);
|
|
||||||
} else if (itemId == R.id.navigation_subscription) {
|
|
||||||
binding.viewpager.setCurrentItem(1);
|
|
||||||
setTitleCustom(R.string.subscriptions);
|
|
||||||
} else if (itemId == R.id.navigation_trending) {
|
|
||||||
setTitleCustom(R.string.title_trending);
|
|
||||||
if (Helper.isLoggedIn(MainActivity.this)) {
|
|
||||||
binding.viewpager.setCurrentItem(2);
|
|
||||||
} else {
|
} else {
|
||||||
binding.viewpager.setCurrentItem(1);
|
boolean canBeAdded = true;
|
||||||
|
for (ChromeCast cast : chromeCasts) {
|
||||||
|
if (cast.getName().compareTo(chromeCast.getName()) == 0) {
|
||||||
|
canBeAdded = false;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
} else if (itemId == R.id.navigation_most_liked) {
|
|
||||||
setTitleCustom(R.string.title_most_liked);
|
|
||||||
binding.viewpager.setCurrentItem(2);
|
|
||||||
} else if (itemId == R.id.navigation_recently_added) {
|
|
||||||
setTitleCustom(R.string.title_recently_added);
|
|
||||||
binding.viewpager.setCurrentItem(3);
|
|
||||||
} else if (itemId == R.id.navigation_local) {
|
|
||||||
setTitleCustom(R.string.title_local);
|
|
||||||
binding.viewpager.setCurrentItem(4);
|
|
||||||
}
|
}
|
||||||
return true;
|
if (canBeAdded) {
|
||||||
};
|
chromeCasts.add(chromeCast);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
try {
|
||||||
|
if (chromeCast.isAppRunning(Helper.CAST_ID) && chromeCast.getMediaStatus() != null && chromeCast.getMediaStatus().playerState != null) {
|
||||||
|
if (binding.castInfo.getVisibility() == View.GONE) {
|
||||||
|
binding.castInfo.setVisibility(View.VISIBLE);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
} catch (IOException e) {
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void chromeCastRemoved(ChromeCast chromeCast) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onDestroy() {
|
||||||
|
super.onDestroy();
|
||||||
|
binding = null;
|
||||||
|
ChromeCasts.unregisterListener(this);
|
||||||
|
if (manage_chromecast != null) {
|
||||||
|
LocalBroadcastManager.getInstance(MainActivity.this).unregisterReceiver(manage_chromecast);
|
||||||
|
|
||||||
|
new Thread(() -> {
|
||||||
|
if (chromeCasts != null && chromeCasts.size() > 0) {
|
||||||
|
for (ChromeCast cast : chromeCasts) {
|
||||||
|
try {
|
||||||
|
cast.stopApp();
|
||||||
|
cast.disconnect();
|
||||||
|
} catch (IOException e) {
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}).start();
|
||||||
|
}
|
||||||
|
if (chromeCasts != null) {
|
||||||
|
chromeCasts = null;
|
||||||
|
}
|
||||||
|
if (chromeCast != null) {
|
||||||
|
chromeCast = null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
//Method for discovering cast devices
|
||||||
|
public void discoverCast() {
|
||||||
|
new Thread(() -> {
|
||||||
|
if (chromeCasts != null) {
|
||||||
|
for (ChromeCast cast : chromeCasts) {
|
||||||
|
try {
|
||||||
|
cast.disconnect();
|
||||||
|
} catch (IOException e) {
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
chromeCasts = null;
|
||||||
|
}
|
||||||
|
chromeCasts = new ArrayList<>();
|
||||||
|
try {
|
||||||
|
List<NetworkInterface> interfaces;
|
||||||
|
interfaces = Collections.list(NetworkInterface.getNetworkInterfaces());
|
||||||
|
for (NetworkInterface ni : interfaces) {
|
||||||
|
if ((!ni.isLoopback()) && ni.isUp() && (ni.getName().equals("wlan0"))) {
|
||||||
|
Enumeration<InetAddress> inetAddressEnumeration = ni.getInetAddresses();
|
||||||
|
while (inetAddressEnumeration.hasMoreElements()) {
|
||||||
|
InetAddress inetAddress = inetAddressEnumeration.nextElement();
|
||||||
|
ChromeCasts.restartDiscovery(inetAddress);
|
||||||
|
int tryFind = 0;
|
||||||
|
while (ChromeCasts.get().isEmpty() && tryFind < 5) {
|
||||||
|
try {
|
||||||
|
//noinspection BusyWait
|
||||||
|
Thread.sleep(1000);
|
||||||
|
tryFind++;
|
||||||
|
} catch (InterruptedException ignored) {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
ChromeCasts.stopDiscovery();
|
||||||
|
Handler mainHandler = new Handler(Looper.getMainLooper());
|
||||||
|
Runnable myRunnable = this::invalidateOptionsMenu;
|
||||||
|
mainHandler.post(myRunnable);
|
||||||
|
} catch (IOException e) {
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
|
}).start();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void onCreate(Bundle savedInstanceState) {
|
protected void onCreate(Bundle savedInstanceState) {
|
||||||
@ -197,15 +347,16 @@ public class MainActivity extends AppCompatActivity {
|
|||||||
binding = ActivityMainBinding.inflate(getLayoutInflater());
|
binding = ActivityMainBinding.inflate(getLayoutInflater());
|
||||||
View view = binding.getRoot();
|
View view = binding.getRoot();
|
||||||
setContentView(view);
|
setContentView(view);
|
||||||
|
ChromeCastsListener chromeCastsListener = this;
|
||||||
|
ChromeCasts.registerListener(chromeCastsListener);
|
||||||
|
|
||||||
Toolbar toolbar = findViewById(R.id.toolbar);
|
Toolbar toolbar = findViewById(R.id.toolbar);
|
||||||
setSupportActionBar(toolbar);
|
setSupportActionBar(toolbar);
|
||||||
|
|
||||||
typeOfConnection = TypeOfConnection.UNKNOWN;
|
typeOfConnection = TypeOfConnection.UNKNOWN;
|
||||||
|
|
||||||
BottomNavigationView navView = findViewById(R.id.nav_view);
|
|
||||||
|
|
||||||
navView.setOnNavigationItemSelectedListener(mOnNavigationItemSelectedListener);
|
binding.navView.setOnNavigationItemSelectedListener(mOnNavigationItemSelectedListener);
|
||||||
|
|
||||||
if (getSupportActionBar() != null) {
|
if (getSupportActionBar() != null) {
|
||||||
getSupportActionBar().setDisplayShowTitleEnabled(false);
|
getSupportActionBar().setDisplayShowTitleEnabled(false);
|
||||||
@ -244,6 +395,8 @@ public class MainActivity extends AppCompatActivity {
|
|||||||
}
|
}
|
||||||
binding.viewpager.setOffscreenPageLimit(5);
|
binding.viewpager.setOffscreenPageLimit(5);
|
||||||
|
|
||||||
|
Matomo.sendEvent(MainActivity.this, "UTILISATEUR", "DEMARRAGE", HelperInstance.getLiveInstance(MainActivity.this), Helper.isLoggedIn(MainActivity.this) ? 1 : 0);
|
||||||
|
|
||||||
|
|
||||||
binding.viewpager.addOnPageChangeListener(new ViewPager.OnPageChangeListener() {
|
binding.viewpager.addOnPageChangeListener(new ViewPager.OnPageChangeListener() {
|
||||||
@Override
|
@Override
|
||||||
@ -265,6 +418,9 @@ public class MainActivity extends AppCompatActivity {
|
|||||||
|
|
||||||
|
|
||||||
toolbar.setOnClickListener(v -> {
|
toolbar.setOnClickListener(v -> {
|
||||||
|
if (binding.viewpager.getAdapter() == null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
if (binding.viewpager.getAdapter().instantiateItem(binding.viewpager, binding.viewpager.getCurrentItem()) instanceof DisplayVideosFragment) {
|
if (binding.viewpager.getAdapter().instantiateItem(binding.viewpager, binding.viewpager.getCurrentItem()) instanceof DisplayVideosFragment) {
|
||||||
((DisplayVideosFragment) binding.viewpager.getAdapter().instantiateItem(binding.viewpager, binding.viewpager.getCurrentItem())).scrollToTop();
|
((DisplayVideosFragment) binding.viewpager.getAdapter().instantiateItem(binding.viewpager, binding.viewpager.getCurrentItem())).scrollToTop();
|
||||||
} else if (binding.viewpager.getAdapter().instantiateItem(binding.viewpager, binding.viewpager.getCurrentItem()) instanceof DisplayOverviewFragment) {
|
} else if (binding.viewpager.getAdapter().instantiateItem(binding.viewpager, binding.viewpager.getCurrentItem()) instanceof DisplayOverviewFragment) {
|
||||||
@ -275,12 +431,11 @@ public class MainActivity extends AppCompatActivity {
|
|||||||
setTitleCustom(R.string.title_discover);
|
setTitleCustom(R.string.title_discover);
|
||||||
|
|
||||||
if (Helper.isLoggedIn(MainActivity.this)) {
|
if (Helper.isLoggedIn(MainActivity.this)) {
|
||||||
|
binding.navView.inflateMenu(R.menu.bottom_nav_menu_connected);
|
||||||
navView.inflateMenu(R.menu.bottom_nav_menu_connected);
|
|
||||||
refreshToken();
|
refreshToken();
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
navView.inflateMenu(R.menu.bottom_nav_menu);
|
binding.navView.inflateMenu(R.menu.bottom_nav_menu);
|
||||||
}
|
}
|
||||||
peertubeInformation = new PeertubeInformation();
|
peertubeInformation = new PeertubeInformation();
|
||||||
peertubeInformation.setCategories(new LinkedHashMap<>());
|
peertubeInformation.setCategories(new LinkedHashMap<>());
|
||||||
@ -298,6 +453,96 @@ public class MainActivity extends AppCompatActivity {
|
|||||||
if (!BuildConfig.full_instances) {
|
if (!BuildConfig.full_instances) {
|
||||||
PlaylistExportHelper.manageIntentUrl(MainActivity.this, getIntent());
|
PlaylistExportHelper.manageIntentUrl(MainActivity.this, getIntent());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
binding.castClose.setOnClickListener(v -> {
|
||||||
|
Intent intentBC = new Intent(Helper.RECEIVE_CAST_SETTINGS);
|
||||||
|
Bundle b = new Bundle();
|
||||||
|
b.putInt("displayed", 0);
|
||||||
|
intentBC.putExtras(b);
|
||||||
|
LocalBroadcastManager.getInstance(MainActivity.this).sendBroadcast(intentBC);
|
||||||
|
});
|
||||||
|
|
||||||
|
binding.castTogglePlay.setOnClickListener(v -> {
|
||||||
|
if (chromeCast != null) {
|
||||||
|
new Thread(() -> {
|
||||||
|
try {
|
||||||
|
Handler mainHandler = new Handler(Looper.getMainLooper());
|
||||||
|
Runnable myRunnable = () -> binding.castTogglePlay.setVisibility(View.GONE);
|
||||||
|
mainHandler.post(myRunnable);
|
||||||
|
int icon = -1;
|
||||||
|
if (chromeCast.getMediaStatus().playerState == MediaStatus.PlayerState.PLAYING) {
|
||||||
|
chromeCast.pause();
|
||||||
|
icon = R.drawable.ic_baseline_play_arrow_32;
|
||||||
|
} else if (chromeCast.getMediaStatus().playerState == MediaStatus.PlayerState.PAUSED) {
|
||||||
|
chromeCast.play();
|
||||||
|
icon = R.drawable.ic_baseline_pause_32;
|
||||||
|
}
|
||||||
|
if (icon != -1) {
|
||||||
|
int finalIcon = icon;
|
||||||
|
myRunnable = () -> binding.castTogglePlay.setImageResource(finalIcon);
|
||||||
|
mainHandler.post(myRunnable);
|
||||||
|
}
|
||||||
|
myRunnable = () -> binding.castTogglePlay.setVisibility(View.VISIBLE);
|
||||||
|
mainHandler.post(myRunnable);
|
||||||
|
} catch (IOException e) {
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
|
}).start();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
manage_chromecast = new BroadcastReceiver() {
|
||||||
|
@Override
|
||||||
|
public void onReceive(Context context, Intent intent) {
|
||||||
|
Bundle b = intent.getExtras();
|
||||||
|
assert b != null;
|
||||||
|
int state = b.getInt("state_asked", -1);
|
||||||
|
int displayed = b.getInt("displayed", -1);
|
||||||
|
castedTube = b.getParcelable("castedTube");
|
||||||
|
|
||||||
|
if (state == 1) {
|
||||||
|
discoverCast();
|
||||||
|
} else if (state == 0) {
|
||||||
|
new Thread(() -> {
|
||||||
|
try {
|
||||||
|
if (chromeCast != null) {
|
||||||
|
chromeCast.stopApp();
|
||||||
|
chromeCast.disconnect();
|
||||||
|
}
|
||||||
|
} catch (IOException e) {
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
|
}).start();
|
||||||
|
}
|
||||||
|
if (displayed == 1) {
|
||||||
|
chromecastActivated = true;
|
||||||
|
if (castedTube != null) {
|
||||||
|
binding.castInfo.setVisibility(View.VISIBLE);
|
||||||
|
Helper.loadGiF(MainActivity.this, castedTube.getThumbnailPath(), binding.castView);
|
||||||
|
binding.castTitle.setText(castedTube.getTitle());
|
||||||
|
binding.castDescription.setText(castedTube.getDescription());
|
||||||
|
}
|
||||||
|
} else if (displayed == 0) {
|
||||||
|
chromecastActivated = false;
|
||||||
|
binding.castInfo.setVisibility(View.GONE);
|
||||||
|
new Thread(() -> {
|
||||||
|
try {
|
||||||
|
if (chromeCast != null) {
|
||||||
|
chromeCast.stopApp();
|
||||||
|
}
|
||||||
|
} catch (IOException e) {
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
|
}).start();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
final SharedPreferences sharedpreferences = getSharedPreferences(Helper.APP_PREFS, Context.MODE_PRIVATE);
|
||||||
|
|
||||||
|
LocalBroadcastManager.getInstance(MainActivity.this).registerReceiver(manage_chromecast, new IntentFilter(Helper.RECEIVE_CAST_SETTINGS));
|
||||||
|
int search_cast = sharedpreferences.getInt(getString(R.string.set_cast_choice), 0);
|
||||||
|
if (search_cast == 1) {
|
||||||
|
discoverCast();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public DisplayVideosFragment getSubscriptionFragment() {
|
public DisplayVideosFragment getSubscriptionFragment() {
|
||||||
@ -316,8 +561,8 @@ public class MainActivity extends AppCompatActivity {
|
|||||||
private void refreshToken() {
|
private void refreshToken() {
|
||||||
new Thread(() -> {
|
new Thread(() -> {
|
||||||
final SharedPreferences sharedpreferences = getSharedPreferences(Helper.APP_PREFS, Context.MODE_PRIVATE);
|
final SharedPreferences sharedpreferences = getSharedPreferences(Helper.APP_PREFS, Context.MODE_PRIVATE);
|
||||||
String tokenStr = sharedpreferences.getString(Helper.PREF_KEY_OAUTH_TOKEN, null);
|
String tokenStr = Helper.getToken(MainActivity.this);
|
||||||
String instance = Helper.getLiveInstance(MainActivity.this);
|
String instance = HelperInstance.getLiveInstance(MainActivity.this);
|
||||||
SQLiteDatabase db = Sqlite.getInstance(getApplicationContext(), Sqlite.DB_NAME, null, Sqlite.DB_VERSION).open();
|
SQLiteDatabase db = Sqlite.getInstance(getApplicationContext(), Sqlite.DB_NAME, null, Sqlite.DB_VERSION).open();
|
||||||
String instanceShar = sharedpreferences.getString(Helper.PREF_INSTANCE, null);
|
String instanceShar = sharedpreferences.getString(Helper.PREF_INSTANCE, null);
|
||||||
String userIdShar = sharedpreferences.getString(Helper.PREF_KEY_ID, null);
|
String userIdShar = sharedpreferences.getString(Helper.PREF_KEY_ID, null);
|
||||||
@ -335,25 +580,7 @@ public class MainActivity extends AppCompatActivity {
|
|||||||
oauthParams.setAccess_token(account.getToken());
|
oauthParams.setAccess_token(account.getToken());
|
||||||
try {
|
try {
|
||||||
Token token = new RetrofitPeertubeAPI(MainActivity.this).manageToken(oauthParams);
|
Token token = new RetrofitPeertubeAPI(MainActivity.this).manageToken(oauthParams);
|
||||||
if (token == null && Helper.instanceOnline(instance)) {
|
if (token == null) {
|
||||||
runOnUiThread(() -> {
|
|
||||||
AlertDialog.Builder alt_bld = new AlertDialog.Builder(this);
|
|
||||||
alt_bld.setTitle(R.string.refresh_token_failed);
|
|
||||||
alt_bld.setMessage(R.string.refresh_token_failed_message);
|
|
||||||
alt_bld.setNegativeButton(R.string.action_logout, (dialog, id) -> {
|
|
||||||
dialog.dismiss();
|
|
||||||
Helper.logoutCurrentUser(MainActivity.this, finalAccount);
|
|
||||||
});
|
|
||||||
alt_bld.setPositiveButton(R.string._retry, (dialog, id) -> {
|
|
||||||
dialog.dismiss();
|
|
||||||
refreshToken();
|
|
||||||
});
|
|
||||||
AlertDialog alert = alt_bld.create();
|
|
||||||
alert.show();
|
|
||||||
|
|
||||||
});
|
|
||||||
return;
|
|
||||||
} else if (token == null) {
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
runOnUiThread(() -> {
|
runOnUiThread(() -> {
|
||||||
@ -391,7 +618,22 @@ public class MainActivity extends AppCompatActivity {
|
|||||||
}
|
}
|
||||||
instanceConfig = new RetrofitPeertubeAPI(MainActivity.this).getConfigInstance();
|
instanceConfig = new RetrofitPeertubeAPI(MainActivity.this).getConfigInstance();
|
||||||
} catch (Error error) {
|
} catch (Error error) {
|
||||||
runOnUiThread(() -> Helper.logoutCurrentUser(MainActivity.this, finalAccount));
|
runOnUiThread(() -> {
|
||||||
|
AlertDialog.Builder alt_bld = new AlertDialog.Builder(this);
|
||||||
|
alt_bld.setTitle(R.string.refresh_token_failed);
|
||||||
|
alt_bld.setMessage(R.string.refresh_token_failed_message);
|
||||||
|
alt_bld.setNegativeButton(R.string.action_logout, (dialog, id) -> {
|
||||||
|
dialog.dismiss();
|
||||||
|
Helper.logoutCurrentUser(MainActivity.this, finalAccount);
|
||||||
|
});
|
||||||
|
alt_bld.setPositiveButton(R.string._retry, (dialog, id) -> {
|
||||||
|
dialog.dismiss();
|
||||||
|
refreshToken();
|
||||||
|
});
|
||||||
|
AlertDialog alert = alt_bld.create();
|
||||||
|
alert.show();
|
||||||
|
|
||||||
|
});
|
||||||
error.printStackTrace();
|
error.printStackTrace();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -407,7 +649,7 @@ public class MainActivity extends AppCompatActivity {
|
|||||||
searchView.setOnQueryTextListener(new SearchView.OnQueryTextListener() {
|
searchView.setOnQueryTextListener(new SearchView.OnQueryTextListener() {
|
||||||
@Override
|
@Override
|
||||||
public boolean onQueryTextSubmit(String query) {
|
public boolean onQueryTextSubmit(String query) {
|
||||||
Pattern link = Pattern.compile("(https?://[\\da-z.-]+\\.[a-z.]{2,10})/videos/watch/(\\w{8}-\\w{4}-\\w{4}-\\w{4}-\\w{12})$");
|
Pattern link = Pattern.compile("(https?://[\\da-z.-]+\\.[a-z.]{2,10})/videos/watch/(\\w{8}-\\w{4}-\\w{4}-\\w{4}-\\w{12})(\\?start=(\\d+[hH])?(\\d+[mM])?(\\d+[sS])?)?$");
|
||||||
Matcher matcherLink = link.matcher(query.trim());
|
Matcher matcherLink = link.matcher(query.trim());
|
||||||
if (matcherLink.find()) {
|
if (matcherLink.find()) {
|
||||||
Intent intent = new Intent(MainActivity.this, PeertubeActivity.class);
|
Intent intent = new Intent(MainActivity.this, PeertubeActivity.class);
|
||||||
@ -446,18 +688,17 @@ public class MainActivity extends AppCompatActivity {
|
|||||||
MenuItem instanceItem = menu.findItem(R.id.action_change_instance);
|
MenuItem instanceItem = menu.findItem(R.id.action_change_instance);
|
||||||
MenuItem accountItem = menu.findItem(R.id.action_account);
|
MenuItem accountItem = menu.findItem(R.id.action_account);
|
||||||
|
|
||||||
Toolbar toolbar = findViewById(R.id.toolbar);
|
|
||||||
ImageView instances = toolbar.findViewById(R.id.instances);
|
if (BuildConfig.surfing_mode && ((Helper.isLoggedIn(MainActivity.this) && typeOfConnection == NORMAL) || typeOfConnection == SURFING)) {
|
||||||
if (BuildConfig.full_instances && ((Helper.isLoggedIn(MainActivity.this) && typeOfConnection == NORMAL) || typeOfConnection == SURFING)) {
|
binding.instances.setVisibility(View.VISIBLE);
|
||||||
instances.setVisibility(View.VISIBLE);
|
binding.instances.setOnClickListener(null);
|
||||||
instances.setOnClickListener(null);
|
binding.instances.setOnClickListener(v -> {
|
||||||
instances.setOnClickListener(v -> {
|
|
||||||
Intent intent = new Intent(MainActivity.this, ManageInstancesActivity.class);
|
Intent intent = new Intent(MainActivity.this, ManageInstancesActivity.class);
|
||||||
startActivity(intent);
|
startActivity(intent);
|
||||||
overridePendingTransition(R.anim.slide_in_up, R.anim.slide_out_up);
|
overridePendingTransition(R.anim.slide_in_up, R.anim.slide_out_up);
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
instances.setVisibility(View.GONE);
|
binding.instances.setVisibility(View.GONE);
|
||||||
}
|
}
|
||||||
switch (typeOfConnection) {
|
switch (typeOfConnection) {
|
||||||
case UNKNOWN:
|
case UNKNOWN:
|
||||||
@ -471,6 +712,7 @@ public class MainActivity extends AppCompatActivity {
|
|||||||
mostLikedItem.setVisible(false);
|
mostLikedItem.setVisible(false);
|
||||||
incognitoItem.setVisible(false);
|
incognitoItem.setVisible(false);
|
||||||
break;
|
break;
|
||||||
|
case REMOTE_ACCOUNT:
|
||||||
case NORMAL:
|
case NORMAL:
|
||||||
accountItem.setVisible(true);
|
accountItem.setVisible(true);
|
||||||
if (Helper.isLoggedIn(MainActivity.this)) {
|
if (Helper.isLoggedIn(MainActivity.this)) {
|
||||||
@ -509,18 +751,22 @@ public class MainActivity extends AppCompatActivity {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!BuildConfig.instance_switcher) {
|
||||||
|
instanceItem.setVisible(false);
|
||||||
|
}
|
||||||
|
|
||||||
if (!BuildConfig.full_instances) {
|
if (!BuildConfig.sepia_search) {
|
||||||
sepiaSearchItem.setVisible(false);
|
sepiaSearchItem.setVisible(false);
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
private void checkIfConnectedUsers() {
|
private void checkIfConnectedUsers() {
|
||||||
new Thread(() -> {
|
new Thread(() -> {
|
||||||
try {
|
try {
|
||||||
typeOfConnection = NORMAL;
|
typeOfConnection = NORMAL;
|
||||||
if (!Helper.isLoggedIn(MainActivity.this)) {
|
if (!Helper.canMakeAction(MainActivity.this)) {
|
||||||
SQLiteDatabase db = Sqlite.getInstance(getApplicationContext(), Sqlite.DB_NAME, null, Sqlite.DB_VERSION).open();
|
SQLiteDatabase db = Sqlite.getInstance(getApplicationContext(), Sqlite.DB_NAME, null, Sqlite.DB_VERSION).open();
|
||||||
List<Account> accounts = new AccountDAO(MainActivity.this, db).getAllAccount();
|
List<Account> accounts = new AccountDAO(MainActivity.this, db).getAllAccount();
|
||||||
if (accounts != null && accounts.size() > 0) {
|
if (accounts != null && accounts.size() > 0) {
|
||||||
@ -538,13 +784,16 @@ public class MainActivity extends AppCompatActivity {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean onOptionsItemSelected(MenuItem item) {
|
public boolean onOptionsItemSelected(MenuItem item) {
|
||||||
|
String type = null;
|
||||||
|
String action = "TIMELINE";
|
||||||
if (item.getItemId() == R.id.action_change_instance) {
|
if (item.getItemId() == R.id.action_change_instance) {
|
||||||
if (BuildConfig.full_instances) {
|
if (BuildConfig.full_instances) {
|
||||||
showRadioButtonDialogFullInstances(MainActivity.this, false);
|
showRadioButtonDialogFullInstances(MainActivity.this, false);
|
||||||
} else {
|
} else {
|
||||||
showRadioButtonDialog();
|
showRadioButtonDialog();
|
||||||
}
|
}
|
||||||
return true;
|
action = "CHANGE_INSTANCE";
|
||||||
|
type = "";
|
||||||
} else if (item.getItemId() == R.id.action_settings) {
|
} else if (item.getItemId() == R.id.action_settings) {
|
||||||
Intent intent = new Intent(MainActivity.this, SettingsActivity.class);
|
Intent intent = new Intent(MainActivity.this, SettingsActivity.class);
|
||||||
startActivity(intent);
|
startActivity(intent);
|
||||||
@ -553,39 +802,37 @@ public class MainActivity extends AppCompatActivity {
|
|||||||
if (typeOfConnection == SURFING) {
|
if (typeOfConnection == SURFING) {
|
||||||
SwitchAccountHelper.switchDialog(MainActivity.this, false);
|
SwitchAccountHelper.switchDialog(MainActivity.this, false);
|
||||||
} else {
|
} else {
|
||||||
if (Helper.isLoggedIn(MainActivity.this)) {
|
if (Helper.canMakeAction(MainActivity.this)) {
|
||||||
intent = new Intent(MainActivity.this, AccountActivity.class);
|
intent = new Intent(MainActivity.this, AccountActivity.class);
|
||||||
} else {
|
} else {
|
||||||
intent = new Intent(MainActivity.this, LoginActivity.class);
|
intent = new Intent(MainActivity.this, LoginActivity.class);
|
||||||
}
|
}
|
||||||
startActivity(intent);
|
startActivity(intent);
|
||||||
}
|
}
|
||||||
return true;
|
|
||||||
} else if (item.getItemId() == R.id.action_upload) {
|
} else if (item.getItemId() == R.id.action_upload) {
|
||||||
Intent intent = new Intent(MainActivity.this, PeertubeUploadActivity.class);
|
Intent intent = new Intent(MainActivity.this, PeertubeUploadActivity.class);
|
||||||
startActivity(intent);
|
startActivity(intent);
|
||||||
return true;
|
|
||||||
} else if (item.getItemId() == R.id.action_myvideos) {
|
} else if (item.getItemId() == R.id.action_myvideos) {
|
||||||
Intent intent = new Intent(MainActivity.this, VideosTimelineActivity.class);
|
Intent intent = new Intent(MainActivity.this, VideosTimelineActivity.class);
|
||||||
Bundle bundle = new Bundle();
|
Bundle bundle = new Bundle();
|
||||||
bundle.putSerializable("type", TimelineVM.TimelineType.MY_VIDEOS);
|
bundle.putSerializable("type", TimelineVM.TimelineType.MY_VIDEOS);
|
||||||
intent.putExtras(bundle);
|
intent.putExtras(bundle);
|
||||||
startActivity(intent);
|
startActivity(intent);
|
||||||
return true;
|
type = HelperAcadInstance.MYVIDEOS;
|
||||||
} else if (item.getItemId() == R.id.action_history) {
|
} else if (item.getItemId() == R.id.action_history) {
|
||||||
Intent intent = new Intent(MainActivity.this, VideosTimelineActivity.class);
|
Intent intent = new Intent(MainActivity.this, VideosTimelineActivity.class);
|
||||||
Bundle bundle = new Bundle();
|
Bundle bundle = new Bundle();
|
||||||
bundle.putSerializable("type", TimelineVM.TimelineType.HISTORY);
|
bundle.putSerializable("type", TimelineVM.TimelineType.HISTORY);
|
||||||
intent.putExtras(bundle);
|
intent.putExtras(bundle);
|
||||||
startActivity(intent);
|
startActivity(intent);
|
||||||
return true;
|
type = HelperAcadInstance.HISTORY;
|
||||||
} else if (item.getItemId() == R.id.action_most_liked) {
|
} else if (item.getItemId() == R.id.action_most_liked) {
|
||||||
Intent intent = new Intent(MainActivity.this, VideosTimelineActivity.class);
|
Intent intent = new Intent(MainActivity.this, VideosTimelineActivity.class);
|
||||||
Bundle bundle = new Bundle();
|
Bundle bundle = new Bundle();
|
||||||
bundle.putSerializable("type", TimelineVM.TimelineType.MOST_LIKED);
|
bundle.putSerializable("type", TimelineVM.TimelineType.MOST_LIKED);
|
||||||
intent.putExtras(bundle);
|
intent.putExtras(bundle);
|
||||||
startActivity(intent);
|
startActivity(intent);
|
||||||
return true;
|
type = HelperAcadInstance.MOSTLIKED;
|
||||||
} else if (item.getItemId() == R.id.action_playlist) {
|
} else if (item.getItemId() == R.id.action_playlist) {
|
||||||
Intent intent;
|
Intent intent;
|
||||||
if (Helper.isLoggedIn(MainActivity.this)) {
|
if (Helper.isLoggedIn(MainActivity.this)) {
|
||||||
@ -594,15 +841,12 @@ public class MainActivity extends AppCompatActivity {
|
|||||||
intent = new Intent(MainActivity.this, AllLocalPlaylistsActivity.class);
|
intent = new Intent(MainActivity.this, AllLocalPlaylistsActivity.class);
|
||||||
}
|
}
|
||||||
startActivity(intent);
|
startActivity(intent);
|
||||||
return true;
|
|
||||||
} else if (item.getItemId() == R.id.action_sepia_search) {
|
} else if (item.getItemId() == R.id.action_sepia_search) {
|
||||||
Intent intent = new Intent(MainActivity.this, SepiaSearchActivity.class);
|
Intent intent = new Intent(MainActivity.this, SepiaSearchActivity.class);
|
||||||
startActivity(intent);
|
startActivity(intent);
|
||||||
return true;
|
|
||||||
} else if (item.getItemId() == R.id.action_about) {
|
} else if (item.getItemId() == R.id.action_about) {
|
||||||
Intent intent = new Intent(MainActivity.this, AboutActivity.class);
|
Intent intent = new Intent(MainActivity.this, AboutActivity.class);
|
||||||
startActivity(intent);
|
startActivity(intent);
|
||||||
return true;
|
|
||||||
} else if (item.getItemId() == R.id.action_incognito) {
|
} else if (item.getItemId() == R.id.action_incognito) {
|
||||||
item.setChecked(!item.isChecked());
|
item.setChecked(!item.isChecked());
|
||||||
final SharedPreferences sharedpreferences = getSharedPreferences(Helper.APP_PREFS, Context.MODE_PRIVATE);
|
final SharedPreferences sharedpreferences = getSharedPreferences(Helper.APP_PREFS, Context.MODE_PRIVATE);
|
||||||
@ -621,8 +865,10 @@ public class MainActivity extends AppCompatActivity {
|
|||||||
}).start();
|
}).start();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
if (type != null) {
|
||||||
return super.onOptionsItemSelected(item);
|
Matomo.sendScreen(MainActivity.this, action, type);
|
||||||
|
}
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -648,16 +894,25 @@ public class MainActivity extends AppCompatActivity {
|
|||||||
AlertDialog.Builder alt_bld = new AlertDialog.Builder(this);
|
AlertDialog.Builder alt_bld = new AlertDialog.Builder(this);
|
||||||
alt_bld.setTitle(R.string.instance_choice);
|
alt_bld.setTitle(R.string.instance_choice);
|
||||||
final SharedPreferences sharedpreferences = getSharedPreferences(Helper.APP_PREFS, Context.MODE_PRIVATE);
|
final SharedPreferences sharedpreferences = getSharedPreferences(Helper.APP_PREFS, Context.MODE_PRIVATE);
|
||||||
String acad = Helper.getLiveInstance(MainActivity.this);
|
String acad = HelperInstance.getLiveInstance(MainActivity.this);
|
||||||
int i = 0;
|
int i = 0;
|
||||||
for (String item : academies) {
|
HashMap<String, String> instancesMap = new HashMap<>(HelperAcadInstance.instances_themes);
|
||||||
if (Helper.getPeertubeUrl(item).compareTo(acad) == 0) {
|
Iterator<Map.Entry<String, String>> it = instancesMap.entrySet().iterator();
|
||||||
break;
|
String[] academiesKey = new String[HelperAcadInstance.instances_themes.size()];
|
||||||
|
String[] academiesValue = new String[HelperAcadInstance.instances_themes.size()];
|
||||||
|
int position = 0;
|
||||||
|
while (it.hasNext()) {
|
||||||
|
Map.Entry<String, String> pair = it.next();
|
||||||
|
academiesKey[i] = pair.getKey();
|
||||||
|
academiesValue[i] = pair.getValue();
|
||||||
|
if (pair.getValue().compareTo(acad) == 0) {
|
||||||
|
position = i;
|
||||||
}
|
}
|
||||||
|
it.remove();
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
alt_bld.setSingleChoiceItems(academies, i, (dialog, item) -> {
|
alt_bld.setSingleChoiceItems(academiesKey, position, (dialog, item) -> {
|
||||||
String newInstance = academies[item];
|
String newInstance = academiesValue[item];
|
||||||
SharedPreferences.Editor editor = sharedpreferences.edit();
|
SharedPreferences.Editor editor = sharedpreferences.edit();
|
||||||
editor.putString(Helper.PREF_INSTANCE, newInstance);
|
editor.putString(Helper.PREF_INSTANCE, newInstance);
|
||||||
editor.commit();
|
editor.commit();
|
||||||
@ -679,11 +934,18 @@ public class MainActivity extends AppCompatActivity {
|
|||||||
SharedPreferences.Editor editor = sharedpreferences.edit();
|
SharedPreferences.Editor editor = sharedpreferences.edit();
|
||||||
editor.putString(Helper.PREF_INSTANCE, String.valueOf(data.getData()));
|
editor.putString(Helper.PREF_INSTANCE, String.valueOf(data.getData()));
|
||||||
editor.commit();
|
editor.commit();
|
||||||
finish();
|
recreate();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public enum TypeOfConnection {
|
||||||
|
UNKNOWN,
|
||||||
|
NORMAL,
|
||||||
|
SURFING,
|
||||||
|
REMOTE_ACCOUNT,
|
||||||
|
}
|
||||||
|
|
||||||
private class ScreenSlidePagerAdapter extends FragmentStatePagerAdapter {
|
private class ScreenSlidePagerAdapter extends FragmentStatePagerAdapter {
|
||||||
|
|
||||||
ScreenSlidePagerAdapter(FragmentManager fm) {
|
ScreenSlidePagerAdapter(FragmentManager fm) {
|
||||||
@ -720,7 +982,7 @@ public class MainActivity extends AppCompatActivity {
|
|||||||
return locaFragment;
|
return locaFragment;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return null;
|
return overviewFragment;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@ -728,10 +990,4 @@ public class MainActivity extends AppCompatActivity {
|
|||||||
return 5;
|
return 5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum TypeOfConnection {
|
|
||||||
UNKNOWN,
|
|
||||||
NORMAL,
|
|
||||||
SURFING
|
|
||||||
}
|
|
||||||
}
|
}
|
@ -0,0 +1,194 @@
|
|||||||
|
/* Copyright 2020 Thomas Schneider
|
||||||
|
*
|
||||||
|
* This file is a part of TubeLab
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under the terms of the
|
||||||
|
* GNU General Public License as published by the Free Software Foundation; either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
|
||||||
|
* the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
|
||||||
|
* Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License along with TubeLab; if not,
|
||||||
|
* see <http://www.gnu.org/licenses>. */
|
||||||
|
|
||||||
|
package app.fedilab.fedilabtube;
|
||||||
|
|
||||||
|
|
||||||
|
import android.annotation.SuppressLint;
|
||||||
|
import android.content.Context;
|
||||||
|
import android.content.Intent;
|
||||||
|
import android.content.SharedPreferences;
|
||||||
|
import android.net.Uri;
|
||||||
|
import android.os.Build;
|
||||||
|
import android.os.Bundle;
|
||||||
|
import android.view.MenuItem;
|
||||||
|
import android.webkit.CookieManager;
|
||||||
|
import android.webkit.CookieSyncManager;
|
||||||
|
import android.webkit.WebChromeClient;
|
||||||
|
import android.webkit.WebView;
|
||||||
|
import android.webkit.WebViewClient;
|
||||||
|
import android.widget.ProgressBar;
|
||||||
|
import android.widget.Toast;
|
||||||
|
|
||||||
|
import androidx.appcompat.app.AlertDialog;
|
||||||
|
import androidx.appcompat.app.AppCompatActivity;
|
||||||
|
|
||||||
|
import app.fedilab.fedilabtube.client.mastodon.RetrofitMastodonAPI;
|
||||||
|
import app.fedilab.fedilabtube.client.entities.Error;
|
||||||
|
import app.fedilab.fedilabtube.client.entities.OauthParams;
|
||||||
|
import app.fedilab.fedilabtube.client.entities.Token;
|
||||||
|
import app.fedilab.fedilabtube.helper.Helper;
|
||||||
|
import es.dmoral.toasty.Toasty;
|
||||||
|
|
||||||
|
|
||||||
|
public class MastodonWebviewConnectActivity extends AppCompatActivity {
|
||||||
|
|
||||||
|
|
||||||
|
private WebView webView;
|
||||||
|
private AlertDialog alert;
|
||||||
|
private String clientId, clientSecret;
|
||||||
|
private String instance, software;
|
||||||
|
|
||||||
|
@SuppressWarnings("deprecation")
|
||||||
|
public static void clearCookies(Context context) {
|
||||||
|
|
||||||
|
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP_MR1) {
|
||||||
|
CookieManager.getInstance().removeAllCookies(null);
|
||||||
|
CookieManager.getInstance().flush();
|
||||||
|
} else {
|
||||||
|
CookieSyncManager cookieSyncMngr = CookieSyncManager.createInstance(context);
|
||||||
|
cookieSyncMngr.startSync();
|
||||||
|
CookieManager cookieManager = CookieManager.getInstance();
|
||||||
|
cookieManager.removeAllCookie();
|
||||||
|
cookieManager.removeSessionCookie();
|
||||||
|
cookieSyncMngr.stopSync();
|
||||||
|
cookieSyncMngr.sync();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private static String redirectUserToAuthorizeAndLogin(String clientId, String instance) {
|
||||||
|
String queryString = Helper.CLIENT_ID + "=" + clientId;
|
||||||
|
queryString += "&" + Helper.REDIRECT_URI + "=" + Uri.encode(Helper.REDIRECT_CONTENT_WEB);
|
||||||
|
queryString += "&response_type=code";
|
||||||
|
queryString += "&scope=read write follow";
|
||||||
|
return "https://" + instance + "/oauth/authorize?" + queryString;
|
||||||
|
}
|
||||||
|
|
||||||
|
@SuppressLint("SetJavaScriptEnabled")
|
||||||
|
public void onCreate(Bundle savedInstanceState) {
|
||||||
|
super.onCreate(savedInstanceState);
|
||||||
|
|
||||||
|
setContentView(R.layout.activity_webview_connect);
|
||||||
|
Bundle b = getIntent().getExtras();
|
||||||
|
if (b != null) {
|
||||||
|
instance = b.getString("instance");
|
||||||
|
clientId = b.getString("client_id");
|
||||||
|
clientSecret = b.getString("client_secret");
|
||||||
|
software = b.getString("software");
|
||||||
|
}
|
||||||
|
if (instance == null)
|
||||||
|
finish();
|
||||||
|
if (getSupportActionBar() != null)
|
||||||
|
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||||
|
setTitle(R.string.login);
|
||||||
|
webView = findViewById(R.id.webviewConnect);
|
||||||
|
clearCookies(MastodonWebviewConnectActivity.this);
|
||||||
|
webView.getSettings().setJavaScriptEnabled(true);
|
||||||
|
|
||||||
|
if (Build.VERSION.SDK_INT >= 21) {
|
||||||
|
CookieManager.getInstance().setAcceptThirdPartyCookies(webView, true);
|
||||||
|
} else {
|
||||||
|
CookieManager.getInstance().setAcceptCookie(true);
|
||||||
|
}
|
||||||
|
|
||||||
|
final ProgressBar pbar = findViewById(R.id.progress_bar);
|
||||||
|
webView.setWebChromeClient(new WebChromeClient() {
|
||||||
|
@Override
|
||||||
|
public void onProgressChanged(WebView view, int progress) {
|
||||||
|
if (progress < 100 && pbar.getVisibility() == ProgressBar.GONE) {
|
||||||
|
pbar.setVisibility(ProgressBar.VISIBLE);
|
||||||
|
}
|
||||||
|
pbar.setProgress(progress);
|
||||||
|
if (progress == 100) {
|
||||||
|
pbar.setVisibility(ProgressBar.GONE);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
if (instance == null) {
|
||||||
|
finish();
|
||||||
|
}
|
||||||
|
webView.setWebViewClient(new WebViewClient() {
|
||||||
|
@Override
|
||||||
|
public boolean shouldOverrideUrlLoading(WebView view, String url) {
|
||||||
|
super.shouldOverrideUrlLoading(view, url);
|
||||||
|
if (url.contains(Helper.REDIRECT_CONTENT_WEB)) {
|
||||||
|
String[] val = url.split("code=");
|
||||||
|
if (val.length < 2) {
|
||||||
|
Toasty.error(MastodonWebviewConnectActivity.this, getString(R.string.toast_code_error), Toast.LENGTH_LONG).show();
|
||||||
|
Intent myIntent = new Intent(MastodonWebviewConnectActivity.this, LoginActivity.class);
|
||||||
|
startActivity(myIntent);
|
||||||
|
finish();
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
String code = val[1];
|
||||||
|
OauthParams oauthParams = new OauthParams();
|
||||||
|
oauthParams.setClient_id(clientId);
|
||||||
|
oauthParams.setClient_secret(clientSecret);
|
||||||
|
oauthParams.setGrant_type("authorization_code");
|
||||||
|
oauthParams.setCode(code);
|
||||||
|
oauthParams.setRedirect_uri(Helper.REDIRECT_CONTENT_WEB);
|
||||||
|
|
||||||
|
new Thread(() -> {
|
||||||
|
try {
|
||||||
|
Token token = new RetrofitMastodonAPI(MastodonWebviewConnectActivity.this, instance, null).manageToken(oauthParams);
|
||||||
|
SharedPreferences sharedpreferences = getSharedPreferences(Helper.APP_PREFS, Context.MODE_PRIVATE);
|
||||||
|
SharedPreferences.Editor editor = sharedpreferences.edit();
|
||||||
|
editor.putString(Helper.PREF_KEY_OAUTH_TOKEN, token.getAccess_token());
|
||||||
|
editor.apply();
|
||||||
|
new RetrofitMastodonAPI(MastodonWebviewConnectActivity.this, instance, token.getAccess_token()).updateCredential(MastodonWebviewConnectActivity.this, clientId, clientSecret, token.getRefresh_token(), software);
|
||||||
|
} catch (Exception | Error ignored) {
|
||||||
|
}
|
||||||
|
}).start();
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
});
|
||||||
|
webView.loadUrl(redirectUserToAuthorizeAndLogin(clientId, instance));
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean onOptionsItemSelected(MenuItem item) {
|
||||||
|
int itemId = item.getItemId();
|
||||||
|
if (itemId == android.R.id.home) {
|
||||||
|
finish();
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
return super.onOptionsItemSelected(item);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onBackPressed() {
|
||||||
|
if (webView != null && webView.canGoBack()) {
|
||||||
|
webView.goBack();
|
||||||
|
} else {
|
||||||
|
super.onBackPressed();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onDestroy() {
|
||||||
|
super.onDestroy();
|
||||||
|
if (alert != null) {
|
||||||
|
alert.dismiss();
|
||||||
|
alert = null;
|
||||||
|
}
|
||||||
|
if (webView != null) {
|
||||||
|
webView.destroy();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -455,6 +455,10 @@ public class PeertubeEditUploadActivity extends AppCompatActivity {
|
|||||||
videoParams.setChannelId(channelToSendId);
|
videoParams.setChannelId(channelToSendId);
|
||||||
videoParams.setPrivacy(finalPrivacyToSend.getId());
|
videoParams.setPrivacy(finalPrivacyToSend.getId());
|
||||||
List<String> tags = binding.pVideoTags.getTags();
|
List<String> tags = binding.pVideoTags.getTags();
|
||||||
|
if (tags.size() > 5) {
|
||||||
|
Toasty.error(PeertubeEditUploadActivity.this, getString(R.string.max_tag_size), Toast.LENGTH_LONG).show();
|
||||||
|
return;
|
||||||
|
}
|
||||||
videoParams.setTags(tags);
|
videoParams.setTags(tags);
|
||||||
binding.setUploadSubmit.setEnabled(false);
|
binding.setUploadSubmit.setEnabled(false);
|
||||||
MyVideoVM myVideoVM = new ViewModelProvider(PeertubeEditUploadActivity.this).get(MyVideoVM.class);
|
MyVideoVM myVideoVM = new ViewModelProvider(PeertubeEditUploadActivity.this).get(MyVideoVM.class);
|
||||||
|
@ -38,7 +38,8 @@ import app.fedilab.fedilabtube.client.APIResponse;
|
|||||||
import app.fedilab.fedilabtube.client.RetrofitPeertubeAPI;
|
import app.fedilab.fedilabtube.client.RetrofitPeertubeAPI;
|
||||||
import app.fedilab.fedilabtube.client.entities.AccountCreation;
|
import app.fedilab.fedilabtube.client.entities.AccountCreation;
|
||||||
import app.fedilab.fedilabtube.databinding.ActivityRegisterPeertubeBinding;
|
import app.fedilab.fedilabtube.databinding.ActivityRegisterPeertubeBinding;
|
||||||
import app.fedilab.fedilabtube.helper.Helper;
|
import app.fedilab.fedilabtube.helper.HelperAcadInstance;
|
||||||
|
import app.fedilab.fedilabtube.helper.HelperInstance;
|
||||||
import es.dmoral.toasty.Toasty;
|
import es.dmoral.toasty.Toasty;
|
||||||
|
|
||||||
import static app.fedilab.fedilabtube.MainActivity.PICK_INSTANCE;
|
import static app.fedilab.fedilabtube.MainActivity.PICK_INSTANCE;
|
||||||
@ -49,6 +50,7 @@ public class PeertubeRegisterActivity extends AppCompatActivity {
|
|||||||
private String instance;
|
private String instance;
|
||||||
private ActivityRegisterPeertubeBinding binding;
|
private ActivityRegisterPeertubeBinding binding;
|
||||||
|
|
||||||
|
@SuppressLint("SetTextI18n")
|
||||||
@Override
|
@Override
|
||||||
protected void onCreate(Bundle savedInstanceState) {
|
protected void onCreate(Bundle savedInstanceState) {
|
||||||
super.onCreate(savedInstanceState);
|
super.onCreate(savedInstanceState);
|
||||||
@ -61,7 +63,7 @@ public class PeertubeRegisterActivity extends AppCompatActivity {
|
|||||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||||
|
|
||||||
|
|
||||||
if (BuildConfig.full_instances) {
|
if (BuildConfig.full_instances && BuildConfig.instance_switcher) {
|
||||||
binding.loginInstanceContainer.setVisibility(View.VISIBLE);
|
binding.loginInstanceContainer.setVisibility(View.VISIBLE);
|
||||||
binding.titleLoginInstance.setVisibility(View.VISIBLE);
|
binding.titleLoginInstance.setVisibility(View.VISIBLE);
|
||||||
} else {
|
} else {
|
||||||
@ -69,6 +71,10 @@ public class PeertubeRegisterActivity extends AppCompatActivity {
|
|||||||
binding.titleLoginInstance.setVisibility(View.GONE);
|
binding.titleLoginInstance.setVisibility(View.GONE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (BuildConfig.FLAVOR.compareTo("queermotion") == 0) {
|
||||||
|
binding.loginInstance.setText("queermotion.org");
|
||||||
|
}
|
||||||
|
|
||||||
binding.username.setOnFocusChangeListener((view, focused) -> {
|
binding.username.setOnFocusChangeListener((view, focused) -> {
|
||||||
if (!focused && binding.username.getText() != null) {
|
if (!focused && binding.username.getText() != null) {
|
||||||
Pattern patternUsername = Pattern.compile("^[a-z0-9._]{1,50}$");
|
Pattern patternUsername = Pattern.compile("^[a-z0-9._]{1,50}$");
|
||||||
@ -129,7 +135,7 @@ public class PeertubeRegisterActivity extends AppCompatActivity {
|
|||||||
}
|
}
|
||||||
String[] emailArray = binding.email.getText().toString().split("@");
|
String[] emailArray = binding.email.getText().toString().split("@");
|
||||||
if (!BuildConfig.full_instances) {
|
if (!BuildConfig.full_instances) {
|
||||||
if (emailArray.length > 1 && !Arrays.asList(Helper.valideEmails).contains(emailArray[1])) {
|
if (emailArray.length > 1 && !Arrays.asList(HelperAcadInstance.valideEmails).contains(emailArray[1])) {
|
||||||
Toasty.error(PeertubeRegisterActivity.this, getString(R.string.email_error_domain, emailArray[1])).show();
|
Toasty.error(PeertubeRegisterActivity.this, getString(R.string.email_error_domain, emailArray[1])).show();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@ -157,8 +163,7 @@ public class PeertubeRegisterActivity extends AppCompatActivity {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
String host = emailArray[1];
|
instance = HelperInstance.getLiveInstance(PeertubeRegisterActivity.this);
|
||||||
instance = Helper.getPeertubeUrl(host);
|
|
||||||
}
|
}
|
||||||
if (instance != null) {
|
if (instance != null) {
|
||||||
instance = instance.toLowerCase().trim();
|
instance = instance.toLowerCase().trim();
|
||||||
|
@ -37,7 +37,6 @@ import androidx.core.content.ContextCompat;
|
|||||||
import androidx.documentfile.provider.DocumentFile;
|
import androidx.documentfile.provider.DocumentFile;
|
||||||
import androidx.lifecycle.ViewModelProvider;
|
import androidx.lifecycle.ViewModelProvider;
|
||||||
|
|
||||||
|
|
||||||
import net.gotev.uploadservice.data.UploadNotificationAction;
|
import net.gotev.uploadservice.data.UploadNotificationAction;
|
||||||
import net.gotev.uploadservice.data.UploadNotificationConfig;
|
import net.gotev.uploadservice.data.UploadNotificationConfig;
|
||||||
import net.gotev.uploadservice.data.UploadNotificationStatusConfig;
|
import net.gotev.uploadservice.data.UploadNotificationStatusConfig;
|
||||||
@ -59,6 +58,7 @@ import app.fedilab.fedilabtube.client.data.ChannelData;
|
|||||||
import app.fedilab.fedilabtube.client.entities.UserMe;
|
import app.fedilab.fedilabtube.client.entities.UserMe;
|
||||||
import app.fedilab.fedilabtube.databinding.ActivityPeertubeUploadBinding;
|
import app.fedilab.fedilabtube.databinding.ActivityPeertubeUploadBinding;
|
||||||
import app.fedilab.fedilabtube.helper.Helper;
|
import app.fedilab.fedilabtube.helper.Helper;
|
||||||
|
import app.fedilab.fedilabtube.helper.HelperInstance;
|
||||||
import app.fedilab.fedilabtube.viewmodel.ChannelsVM;
|
import app.fedilab.fedilabtube.viewmodel.ChannelsVM;
|
||||||
import es.dmoral.toasty.Toasty;
|
import es.dmoral.toasty.Toasty;
|
||||||
|
|
||||||
@ -100,7 +100,7 @@ public class PeertubeUploadActivity extends AppCompatActivity {
|
|||||||
long instanceVideoQuota = userMe.getVideoQuota();
|
long instanceVideoQuota = userMe.getVideoQuota();
|
||||||
long instanceDailyQuota = userMe.getVideoQuotaDaily();
|
long instanceDailyQuota = userMe.getVideoQuotaDaily();
|
||||||
|
|
||||||
if (instanceVideoQuota != -1) {
|
if (instanceVideoQuota != -1 && instanceVideoQuota != 0) {
|
||||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) {
|
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) {
|
||||||
binding.totalQuota.setProgress((int) (videoQuota * 100 / instanceVideoQuota), true);
|
binding.totalQuota.setProgress((int) (videoQuota * 100 / instanceVideoQuota), true);
|
||||||
} else {
|
} else {
|
||||||
@ -114,7 +114,7 @@ public class PeertubeUploadActivity extends AppCompatActivity {
|
|||||||
binding.totalQuota.setProgress(progress);
|
binding.totalQuota.setProgress(progress);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (instanceDailyQuota != -1) {
|
if (instanceDailyQuota != -1 && instanceDailyQuota != 0) {
|
||||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) {
|
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) {
|
||||||
binding.dailyQuota.setProgress((int) (dailyQuota * 100 / instanceDailyQuota), true);
|
binding.dailyQuota.setProgress((int) (dailyQuota * 100 / instanceDailyQuota), true);
|
||||||
} else {
|
} else {
|
||||||
@ -321,9 +321,9 @@ public class PeertubeUploadActivity extends AppCompatActivity {
|
|||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
SharedPreferences sharedpreferences = getSharedPreferences(Helper.APP_PREFS, Context.MODE_PRIVATE);
|
SharedPreferences sharedpreferences = getSharedPreferences(Helper.APP_PREFS, Context.MODE_PRIVATE);
|
||||||
String token = sharedpreferences.getString(Helper.PREF_KEY_OAUTH_TOKEN, null);
|
String token = Helper.getToken(PeertubeUploadActivity.this);
|
||||||
|
|
||||||
new MultipartUploadRequest(PeertubeUploadActivity.this, "https://" + Helper.getLiveInstance(PeertubeUploadActivity.this) + "/api/v1/videos/upload")
|
new MultipartUploadRequest(PeertubeUploadActivity.this, "https://" + HelperInstance.getLiveInstance(PeertubeUploadActivity.this) + "/api/v1/videos/upload")
|
||||||
.setMethod("POST")
|
.setMethod("POST")
|
||||||
.setBearerAuth(token)
|
.setBearerAuth(token)
|
||||||
.addHeader("User-Agent", getString(R.string.app_name) + "/" + BuildConfig.VERSION_NAME)
|
.addHeader("User-Agent", getString(R.string.app_name) + "/" + BuildConfig.VERSION_NAME)
|
||||||
|
@ -157,18 +157,21 @@ public class ShowChannelActivity extends AppCompatActivity {
|
|||||||
account_follow.setOnClickListener(v -> {
|
account_follow.setOnClickListener(v -> {
|
||||||
AlertDialog.Builder builderSingle = new AlertDialog.Builder(ShowChannelActivity.this);
|
AlertDialog.Builder builderSingle = new AlertDialog.Builder(ShowChannelActivity.this);
|
||||||
builderSingle.setTitle(getString(R.string.list_of_accounts));
|
builderSingle.setTitle(getString(R.string.list_of_accounts));
|
||||||
if (accounts != null) {
|
if (accounts != null && accounts.size() > 0) {
|
||||||
|
if (accounts.size() > 1) {
|
||||||
final OwnAccountsAdapter accountsListAdapter = new OwnAccountsAdapter(ShowChannelActivity.this, accounts);
|
final OwnAccountsAdapter accountsListAdapter = new OwnAccountsAdapter(ShowChannelActivity.this, accounts);
|
||||||
builderSingle.setAdapter(accountsListAdapter, (dialog, which) -> {
|
builderSingle.setAdapter(accountsListAdapter, (dialog, which) -> new Thread(() -> {
|
||||||
new Thread(() -> {
|
|
||||||
try {
|
try {
|
||||||
RetrofitPeertubeAPI peertubeAPI = new RetrofitPeertubeAPI(ShowChannelActivity.this, accounts.get(which).getHost(), accounts.get(which).getToken());
|
RetrofitPeertubeAPI peertubeAPI = new RetrofitPeertubeAPI(ShowChannelActivity.this, accounts.get(which).getHost(), accounts.get(which).getToken());
|
||||||
peertubeAPI.post(FOLLOW, channel.getAcct(), null);
|
peertubeAPI.post(FOLLOW, channel.getAcct(), null);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
}).start();
|
}).start());
|
||||||
});
|
} else {
|
||||||
|
RetrofitPeertubeAPI peertubeAPI = new RetrofitPeertubeAPI(ShowChannelActivity.this, accounts.get(0).getHost(), accounts.get(0).getToken());
|
||||||
|
peertubeAPI.post(FOLLOW, channel.getAcct(), null);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
builderSingle.setNegativeButton(R.string.cancel, (dialog, which) -> dialog.dismiss());
|
builderSingle.setNegativeButton(R.string.cancel, (dialog, which) -> dialog.dismiss());
|
||||||
builderSingle.show();
|
builderSingle.show();
|
||||||
@ -357,7 +360,11 @@ public class ShowChannelActivity extends AppCompatActivity {
|
|||||||
public void manageVIewRelationship(APIResponse apiResponse) {
|
public void manageVIewRelationship(APIResponse apiResponse) {
|
||||||
|
|
||||||
if (apiResponse.getError() != null) {
|
if (apiResponse.getError() != null) {
|
||||||
|
if (apiResponse.getError().getError().length() > 500) {
|
||||||
|
Toasty.info(ShowChannelActivity.this, getString(R.string.remote_account), Toast.LENGTH_LONG).show();
|
||||||
|
} else {
|
||||||
Toasty.error(ShowChannelActivity.this, apiResponse.getError().getError(), Toast.LENGTH_LONG).show();
|
Toasty.error(ShowChannelActivity.this, apiResponse.getError().getError(), Toast.LENGTH_LONG).show();
|
||||||
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this.relationship = apiResponse.getRelationships();
|
this.relationship = apiResponse.getRelationships();
|
||||||
|
@ -19,6 +19,7 @@ import android.content.Context;
|
|||||||
import android.content.SharedPreferences;
|
import android.content.SharedPreferences;
|
||||||
import android.os.Build;
|
import android.os.Build;
|
||||||
import android.os.Bundle;
|
import android.os.Bundle;
|
||||||
|
import android.view.MenuItem;
|
||||||
import android.webkit.CookieManager;
|
import android.webkit.CookieManager;
|
||||||
import android.webkit.CookieSyncManager;
|
import android.webkit.CookieSyncManager;
|
||||||
import android.webkit.WebChromeClient;
|
import android.webkit.WebChromeClient;
|
||||||
@ -91,7 +92,9 @@ public class WebviewConnectActivity extends AppCompatActivity {
|
|||||||
} else {
|
} else {
|
||||||
CookieManager.getInstance().setAcceptCookie(true);
|
CookieManager.getInstance().setAcceptCookie(true);
|
||||||
}
|
}
|
||||||
|
if (getSupportActionBar() != null)
|
||||||
|
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||||
|
setTitle(R.string.login);
|
||||||
|
|
||||||
final ProgressBar pbar = findViewById(R.id.progress_bar);
|
final ProgressBar pbar = findViewById(R.id.progress_bar);
|
||||||
webView.setWebChromeClient(new WebChromeClient() {
|
webView.setWebChromeClient(new WebChromeClient() {
|
||||||
@ -122,8 +125,11 @@ public class WebviewConnectActivity extends AppCompatActivity {
|
|||||||
oauthParams.setClient_id(sharedpreferences.getString(Helper.CLIENT_ID, null));
|
oauthParams.setClient_id(sharedpreferences.getString(Helper.CLIENT_ID, null));
|
||||||
oauthParams.setClient_secret(sharedpreferences.getString(Helper.CLIENT_SECRET, null));
|
oauthParams.setClient_secret(sharedpreferences.getString(Helper.CLIENT_SECRET, null));
|
||||||
oauthParams.setGrant_type("password");
|
oauthParams.setGrant_type("password");
|
||||||
|
oauthParams.setScope("upload");
|
||||||
|
oauthParams.setResponse_type("code");
|
||||||
oauthParams.setUsername(username);
|
oauthParams.setUsername(username);
|
||||||
oauthParams.setExternalAuthToken(externalAuthToken);
|
oauthParams.setExternalAuthToken(externalAuthToken);
|
||||||
|
oauthParams.setPassword(externalAuthToken);
|
||||||
String instance = new URL(url).getHost();
|
String instance = new URL(url).getHost();
|
||||||
Token token = null;
|
Token token = null;
|
||||||
try {
|
try {
|
||||||
@ -134,9 +140,11 @@ public class WebviewConnectActivity extends AppCompatActivity {
|
|||||||
if (token != null) {
|
if (token != null) {
|
||||||
SharedPreferences.Editor editor = sharedpreferences.edit();
|
SharedPreferences.Editor editor = sharedpreferences.edit();
|
||||||
editor.putString(Helper.PREF_KEY_OAUTH_TOKEN, token.getAccess_token());
|
editor.putString(Helper.PREF_KEY_OAUTH_TOKEN, token.getAccess_token());
|
||||||
|
editor.putString(Helper.PREF_SOFTWARE, null);
|
||||||
|
editor.putString(Helper.PREF_REMOTE_INSTANCE, null);
|
||||||
editor.putString(Helper.PREF_INSTANCE, instance);
|
editor.putString(Helper.PREF_INSTANCE, instance);
|
||||||
editor.apply();
|
editor.apply();
|
||||||
updateCredential(WebviewConnectActivity.this, token.getAccess_token(), clientId, clientSecret, token.getRefresh_token(), new URL(url).getHost());
|
updateCredential(WebviewConnectActivity.this, token.getAccess_token(), clientId, clientSecret, token.getRefresh_token(), new URL(url).getHost(), null);
|
||||||
finish();
|
finish();
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
@ -151,6 +159,17 @@ public class WebviewConnectActivity extends AppCompatActivity {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean onOptionsItemSelected(MenuItem item) {
|
||||||
|
int itemId = item.getItemId();
|
||||||
|
if (itemId == android.R.id.home) {
|
||||||
|
finish();
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
return super.onOptionsItemSelected(item);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onBackPressed() {
|
public void onBackPressed() {
|
||||||
if (webView != null && webView.canGoBack()) {
|
if (webView != null && webView.canGoBack()) {
|
||||||
|
@ -25,6 +25,7 @@ import app.fedilab.fedilabtube.client.data.CommentData;
|
|||||||
import app.fedilab.fedilabtube.client.data.InstanceData;
|
import app.fedilab.fedilabtube.client.data.InstanceData;
|
||||||
import app.fedilab.fedilabtube.client.data.NotificationData;
|
import app.fedilab.fedilabtube.client.data.NotificationData;
|
||||||
import app.fedilab.fedilabtube.client.data.PlaylistData;
|
import app.fedilab.fedilabtube.client.data.PlaylistData;
|
||||||
|
import app.fedilab.fedilabtube.client.data.PluginData;
|
||||||
import app.fedilab.fedilabtube.client.data.VideoData;
|
import app.fedilab.fedilabtube.client.data.VideoData;
|
||||||
import app.fedilab.fedilabtube.client.data.VideoPlaylistData;
|
import app.fedilab.fedilabtube.client.data.VideoPlaylistData;
|
||||||
import app.fedilab.fedilabtube.client.entities.CaptionsParams;
|
import app.fedilab.fedilabtube.client.entities.CaptionsParams;
|
||||||
@ -60,12 +61,19 @@ import retrofit2.http.QueryMap;
|
|||||||
public interface PeertubeService {
|
public interface PeertubeService {
|
||||||
|
|
||||||
@GET("instances")
|
@GET("instances")
|
||||||
Call<InstanceData> getInstances(@QueryMap Map<String, String> params, @Query("nsfwPolicy[]") String nsfwPolicy, @Query("categoriesOr[]") List<Integer> categories, @Query("languagesOr[]") List<String> languages);
|
Call<InstanceData> getInstances(
|
||||||
|
@QueryMap Map<String, String> params,
|
||||||
|
@Query("nsfwPolicy[]") String nsfwPolicy,
|
||||||
|
@Query("categoriesOr[]") List<Integer> categories,
|
||||||
|
@Query("languagesOr[]") List<String> languages);
|
||||||
|
|
||||||
//Server settings
|
//Server settings
|
||||||
@GET(".well-known/nodeinfo")
|
@GET(".well-known/nodeinfo")
|
||||||
Call<WellKnownNodeinfo> getWellKnownNodeinfo();
|
Call<WellKnownNodeinfo> getWellKnownNodeinfo();
|
||||||
|
|
||||||
|
@GET("plugins/peertube-plugin-player-watermark/public-settings")
|
||||||
|
Call<PluginData.WaterMark> waterMark();
|
||||||
|
|
||||||
//Instance info
|
//Instance info
|
||||||
@GET("config/about")
|
@GET("config/about")
|
||||||
Call<InstanceData.InstanceInfo> configAbout();
|
Call<InstanceData.InstanceInfo> configAbout();
|
||||||
@ -99,6 +107,21 @@ public interface PeertubeService {
|
|||||||
@GET("client/locales/{local}/server.json")
|
@GET("client/locales/{local}/server.json")
|
||||||
Call<Map<String, String>> getTranslations(@Path("local") String local);
|
Call<Map<String, String>> getTranslations(@Path("local") String local);
|
||||||
|
|
||||||
|
|
||||||
|
//TOKEN
|
||||||
|
//Refresh
|
||||||
|
@FormUrlEncoded
|
||||||
|
@POST("users/token")
|
||||||
|
Call<Token> createOpenIdToken(
|
||||||
|
@Field("client_id") String client_id,
|
||||||
|
@Field("client_secret") String client_secret,
|
||||||
|
@Field("response_type") String response_type,
|
||||||
|
@Field("grant_type") String grant_type,
|
||||||
|
@Field("scope") String scope,
|
||||||
|
@Field("username") String username,
|
||||||
|
@Field("password") String password,
|
||||||
|
@Field("externalAuthToken") String externalAuthToken);
|
||||||
|
|
||||||
//TOKEN
|
//TOKEN
|
||||||
//Refresh
|
//Refresh
|
||||||
@FormUrlEncoded
|
@FormUrlEncoded
|
||||||
@ -165,27 +188,55 @@ public interface PeertubeService {
|
|||||||
//Timelines Authenticated
|
//Timelines Authenticated
|
||||||
//Subscriber timeline
|
//Subscriber timeline
|
||||||
@GET("users/me/subscriptions/videos?sort=-publishedAt")
|
@GET("users/me/subscriptions/videos?sort=-publishedAt")
|
||||||
Call<VideoData> getSubscriptionVideos(@Header("Authorization") String credentials, @Query("start") String maxId, @Query("count") String count, @Query("languageOneOf") List<String> languageOneOf);
|
Call<VideoData> getSubscriptionVideos(
|
||||||
|
@Header("Authorization") String credentials,
|
||||||
|
@Query("start") String maxId,
|
||||||
|
@Query("count") String coun,
|
||||||
|
@Query("languageOneOf") List<String> languageOneOf);
|
||||||
|
|
||||||
//Overview videos
|
//Overview videos
|
||||||
@GET("overviews/videos")
|
@GET("overviews/videos")
|
||||||
Call<OverviewVideo> getOverviewVideos(@Header("Authorization") String credentials, @Query("page") String page, @Query("languageOneOf") List<String> languageOneOf);
|
Call<OverviewVideo> getOverviewVideos(
|
||||||
|
@Header("Authorization") String credentials,
|
||||||
|
@Query("page") String page,
|
||||||
|
@Query("nsfw") String nsfw,
|
||||||
|
@Query("languageOneOf") List<String> languageOneOf);
|
||||||
|
|
||||||
//Most liked videos
|
//Most liked videos
|
||||||
@GET("videos?sort=-likes")
|
@GET("videos?sort=-likes")
|
||||||
Call<VideoData> getMostLikedVideos(@Header("Authorization") String credentials, @Query("start") String maxId, @Query("count") String count, @Query("languageOneOf") List<String> languageOneOf);
|
Call<VideoData> getMostLikedVideos(
|
||||||
|
@Header("Authorization") String credentials,
|
||||||
|
@Query("start") String maxId,
|
||||||
|
@Query("count") String count,
|
||||||
|
@Query("nsfw") String nsfw,
|
||||||
|
@Query("languageOneOf") List<String> languageOneOf);
|
||||||
|
|
||||||
//Trending videos
|
//Trending videos
|
||||||
@GET("videos?sort=-trending")
|
@GET("videos?sort=-trending")
|
||||||
Call<VideoData> getTrendingVideos(@Header("Authorization") String credentials, @Query("start") String maxId, @Query("count") String count, @Query("languageOneOf") List<String> languageOneOf);
|
Call<VideoData> getTrendingVideos(
|
||||||
|
@Header("Authorization") String credentials,
|
||||||
|
@Query("start") String maxId,
|
||||||
|
@Query("count") String count,
|
||||||
|
@Query("nsfw") String nsfw,
|
||||||
|
@Query("languageOneOf") List<String> languageOneOf);
|
||||||
|
|
||||||
//Recently added videos
|
//Recently added videos
|
||||||
@GET("videos?sort=-publishedAt")
|
@GET("videos?sort=-publishedAt")
|
||||||
Call<VideoData> getRecentlyAddedVideos(@Header("Authorization") String credentials, @Query("start") String maxId, @Query("count") String count, @Query("languageOneOf") List<String> languageOneOf);
|
Call<VideoData> getRecentlyAddedVideos(
|
||||||
|
@Header("Authorization") String credentials,
|
||||||
|
@Query("start") String maxId,
|
||||||
|
@Query("count") String count,
|
||||||
|
@Query("nsfw") String nsfw,
|
||||||
|
@Query("languageOneOf") List<String> languageOneOf);
|
||||||
|
|
||||||
//Local videos
|
//Local videos
|
||||||
@GET("videos?sort=-publishedAt&filter=local")
|
@GET("videos?sort=-publishedAt&filter=local")
|
||||||
Call<VideoData> getLocalVideos(@Header("Authorization") String credentials, @Query("start") String maxId, @Query("count") String count, @Query("languageOneOf") List<String> languageOneOf);
|
Call<VideoData> getLocalVideos(
|
||||||
|
@Header("Authorization") String credentials,
|
||||||
|
@Query("start") String maxId,
|
||||||
|
@Query("count") String count,
|
||||||
|
@Query("nsfw") String nsfw,
|
||||||
|
@Query("languageOneOf") List<String> languageOneOf);
|
||||||
|
|
||||||
//History
|
//History
|
||||||
@GET("users/me/history/videos")
|
@GET("users/me/history/videos")
|
||||||
@ -193,6 +244,7 @@ public interface PeertubeService {
|
|||||||
@Header("Authorization") String credentials,
|
@Header("Authorization") String credentials,
|
||||||
@Query("start") String maxId,
|
@Query("start") String maxId,
|
||||||
@Query("count") String count,
|
@Query("count") String count,
|
||||||
|
@Query("nsfw") String nsfw,
|
||||||
@Query("startDate") String startDate,
|
@Query("startDate") String startDate,
|
||||||
@Query("endDate") String endDate
|
@Query("endDate") String endDate
|
||||||
);
|
);
|
||||||
@ -207,7 +259,8 @@ public interface PeertubeService {
|
|||||||
@Header("Authorization") String credentials,
|
@Header("Authorization") String credentials,
|
||||||
@Query("search") String search,
|
@Query("search") String search,
|
||||||
@Query("start") String maxId,
|
@Query("start") String maxId,
|
||||||
@Query("count") String count);
|
@Query("count") String count,
|
||||||
|
@Query("nsfw") String nsfw);
|
||||||
|
|
||||||
//Search channels
|
//Search channels
|
||||||
@GET("search/video-channels")
|
@GET("search/video-channels")
|
||||||
@ -224,7 +277,8 @@ public interface PeertubeService {
|
|||||||
@Header("Authorization") String credentials,
|
@Header("Authorization") String credentials,
|
||||||
@Query("tagsOneOf") List<String> tagsOneOf,
|
@Query("tagsOneOf") List<String> tagsOneOf,
|
||||||
@Query("start") String maxId,
|
@Query("start") String maxId,
|
||||||
@Query("count") String count);
|
@Query("count") String count,
|
||||||
|
@Query("nsfw") String nsfw);
|
||||||
|
|
||||||
//Get notifications
|
//Get notifications
|
||||||
@GET("users/me/notifications")
|
@GET("users/me/notifications")
|
||||||
@ -250,9 +304,17 @@ public interface PeertubeService {
|
|||||||
@GET("users/me/videos?sort=-publishedAt")
|
@GET("users/me/videos?sort=-publishedAt")
|
||||||
Call<VideoData> getMyVideos(@Header("Authorization") String credentials, @Query("start") String maxId, @Query("count") String count);
|
Call<VideoData> getMyVideos(@Header("Authorization") String credentials, @Query("start") String maxId, @Query("count") String count);
|
||||||
|
|
||||||
//Get my video
|
//Get user videos
|
||||||
@GET("accounts/{name}/videos?sort=-publishedAt")
|
@GET("accounts/{name}/videos?sort=-publishedAt")
|
||||||
Call<VideoData> getVideosForAccount(@Path("name") String name, @Query("start") String maxId, @Query("count") String count);
|
Call<VideoData> getVideosForAccount(
|
||||||
|
@Path("name") String name,
|
||||||
|
@Query("start") String maxId,
|
||||||
|
@Query("count") String count,
|
||||||
|
@Query("nsfw") String nsfw
|
||||||
|
);
|
||||||
|
|
||||||
|
@POST("videos/{id}/views")
|
||||||
|
Call<String> postView(@Path("id") String id);
|
||||||
|
|
||||||
@Multipart
|
@Multipart
|
||||||
@PUT("videos/{id}")
|
@PUT("videos/{id}")
|
||||||
@ -299,7 +361,11 @@ public interface PeertubeService {
|
|||||||
Call<ChannelData> getAllChannels();
|
Call<ChannelData> getAllChannels();
|
||||||
|
|
||||||
@GET("video-channels/{channelHandle}/videos")
|
@GET("video-channels/{channelHandle}/videos")
|
||||||
Call<VideoData> getChannelVideos(@Path("channelHandle") String channelHandle, @Query("start") String maxId, @Query("count") String count);
|
Call<VideoData> getChannelVideos(
|
||||||
|
@Path("channelHandle") String channelHandle,
|
||||||
|
@Query("start") String maxId,
|
||||||
|
@Query("count") String count,
|
||||||
|
@Query("nsfw") String nsfw);
|
||||||
|
|
||||||
@POST("video-channels")
|
@POST("video-channels")
|
||||||
Call<ChannelData.ChannelCreation> addChannel(@Header("Authorization") String credentials, @Body ChannelParams channelParams);
|
Call<ChannelData.ChannelCreation> addChannel(@Header("Authorization") String credentials, @Body ChannelParams channelParams);
|
||||||
|
@ -23,6 +23,7 @@ import android.net.Uri;
|
|||||||
import android.os.Handler;
|
import android.os.Handler;
|
||||||
import android.os.Looper;
|
import android.os.Looper;
|
||||||
import android.webkit.MimeTypeMap;
|
import android.webkit.MimeTypeMap;
|
||||||
|
import android.webkit.URLUtil;
|
||||||
|
|
||||||
import androidx.documentfile.provider.DocumentFile;
|
import androidx.documentfile.provider.DocumentFile;
|
||||||
|
|
||||||
@ -54,6 +55,7 @@ import app.fedilab.fedilabtube.client.data.CommentData;
|
|||||||
import app.fedilab.fedilabtube.client.data.InstanceData;
|
import app.fedilab.fedilabtube.client.data.InstanceData;
|
||||||
import app.fedilab.fedilabtube.client.data.NotificationData;
|
import app.fedilab.fedilabtube.client.data.NotificationData;
|
||||||
import app.fedilab.fedilabtube.client.data.PlaylistData;
|
import app.fedilab.fedilabtube.client.data.PlaylistData;
|
||||||
|
import app.fedilab.fedilabtube.client.data.PluginData;
|
||||||
import app.fedilab.fedilabtube.client.data.VideoData;
|
import app.fedilab.fedilabtube.client.data.VideoData;
|
||||||
import app.fedilab.fedilabtube.client.data.VideoPlaylistData;
|
import app.fedilab.fedilabtube.client.data.VideoPlaylistData;
|
||||||
import app.fedilab.fedilabtube.client.entities.AccountCreation;
|
import app.fedilab.fedilabtube.client.entities.AccountCreation;
|
||||||
@ -74,6 +76,7 @@ import app.fedilab.fedilabtube.client.entities.UserSettings;
|
|||||||
import app.fedilab.fedilabtube.client.entities.VideoParams;
|
import app.fedilab.fedilabtube.client.entities.VideoParams;
|
||||||
import app.fedilab.fedilabtube.client.entities.WellKnownNodeinfo;
|
import app.fedilab.fedilabtube.client.entities.WellKnownNodeinfo;
|
||||||
import app.fedilab.fedilabtube.helper.Helper;
|
import app.fedilab.fedilabtube.helper.Helper;
|
||||||
|
import app.fedilab.fedilabtube.helper.HelperInstance;
|
||||||
import app.fedilab.fedilabtube.sqlite.AccountDAO;
|
import app.fedilab.fedilabtube.sqlite.AccountDAO;
|
||||||
import app.fedilab.fedilabtube.sqlite.Sqlite;
|
import app.fedilab.fedilabtube.sqlite.Sqlite;
|
||||||
import app.fedilab.fedilabtube.viewmodel.ChannelsVM;
|
import app.fedilab.fedilabtube.viewmodel.ChannelsVM;
|
||||||
@ -89,22 +92,31 @@ import retrofit2.Response;
|
|||||||
import retrofit2.Retrofit;
|
import retrofit2.Retrofit;
|
||||||
import retrofit2.converter.gson.GsonConverterFactory;
|
import retrofit2.converter.gson.GsonConverterFactory;
|
||||||
|
|
||||||
@SuppressWarnings({"unused", "RedundantSuppression"})
|
@SuppressWarnings({"unused", "RedundantSuppression", "ConstantConditions"})
|
||||||
public class RetrofitPeertubeAPI {
|
public class RetrofitPeertubeAPI {
|
||||||
|
|
||||||
private final String finalUrl;
|
private final String finalUrl;
|
||||||
private final Context _context;
|
private final Context _context;
|
||||||
private final String instance;
|
private final String instance;
|
||||||
private final String count;
|
private final String count;
|
||||||
|
private final String showNSFWVideos;
|
||||||
private String token;
|
private String token;
|
||||||
private Set<String> selection;
|
private Set<String> selection;
|
||||||
|
|
||||||
public RetrofitPeertubeAPI(Context context) {
|
public RetrofitPeertubeAPI(Context context) {
|
||||||
_context = context;
|
_context = context;
|
||||||
instance = Helper.getLiveInstance(context);
|
instance = HelperInstance.getLiveInstance(context);
|
||||||
finalUrl = "https://" + Helper.getLiveInstance(context) + "/api/v1/";
|
finalUrl = "https://" + HelperInstance.getLiveInstance(context) + "/api/v1/";
|
||||||
SharedPreferences sharedpreferences = _context.getSharedPreferences(Helper.APP_PREFS, Context.MODE_PRIVATE);
|
SharedPreferences sharedpreferences = _context.getSharedPreferences(Helper.APP_PREFS, Context.MODE_PRIVATE);
|
||||||
count = String.valueOf(sharedpreferences.getInt(Helper.SET_VIDEOS_PER_PAGE, Helper.VIDEOS_PER_PAGE));
|
count = String.valueOf(sharedpreferences.getInt(Helper.SET_VIDEOS_PER_PAGE, Helper.VIDEOS_PER_PAGE));
|
||||||
|
String currentSensitive = sharedpreferences.getString(_context.getString(R.string.set_video_sensitive_choice), Helper.BLUR);
|
||||||
|
if (currentSensitive.compareTo(Helper.DO_NOT_LIST) == 0) {
|
||||||
|
showNSFWVideos = "false";
|
||||||
|
} else if (currentSensitive.compareTo(Helper.BLUR) == 0) {
|
||||||
|
showNSFWVideos = "both";
|
||||||
|
} else {
|
||||||
|
showNSFWVideos = "true";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public RetrofitPeertubeAPI(Context context, String instance, String token) {
|
public RetrofitPeertubeAPI(Context context, String instance, String token) {
|
||||||
@ -114,18 +126,21 @@ public class RetrofitPeertubeAPI {
|
|||||||
finalUrl = "https://" + instance + "/api/v1/";
|
finalUrl = "https://" + instance + "/api/v1/";
|
||||||
SharedPreferences sharedpreferences = _context.getSharedPreferences(Helper.APP_PREFS, Context.MODE_PRIVATE);
|
SharedPreferences sharedpreferences = _context.getSharedPreferences(Helper.APP_PREFS, Context.MODE_PRIVATE);
|
||||||
count = String.valueOf(sharedpreferences.getInt(Helper.SET_VIDEOS_PER_PAGE, Helper.VIDEOS_PER_PAGE));
|
count = String.valueOf(sharedpreferences.getInt(Helper.SET_VIDEOS_PER_PAGE, Helper.VIDEOS_PER_PAGE));
|
||||||
|
String currentSensitive = sharedpreferences.getString(_context.getString(R.string.set_video_sensitive_choice), Helper.BLUR);
|
||||||
|
if (currentSensitive.compareTo(Helper.DO_NOT_LIST) == 0) {
|
||||||
|
showNSFWVideos = "false";
|
||||||
|
} else if (currentSensitive.compareTo(Helper.BLUR) == 0) {
|
||||||
|
showNSFWVideos = "both";
|
||||||
|
} else {
|
||||||
|
showNSFWVideos = "true";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public static void updateCredential(Activity activity, String token, String client_id, String client_secret, String refresh_token, String host) {
|
public static void updateCredential(Activity activity, String token, String client_id, String client_secret, String refresh_token, String host, String software) {
|
||||||
new Thread(() -> {
|
new Thread(() -> {
|
||||||
AccountData.Account account;
|
AccountData.Account account;
|
||||||
String instance;
|
String instance = host;
|
||||||
if (host.startsWith("tube") || BuildConfig.full_instances) {
|
|
||||||
instance = host;
|
|
||||||
} else {
|
|
||||||
instance = Helper.getPeertubeUrl(host);
|
|
||||||
}
|
|
||||||
try {
|
try {
|
||||||
UserMe userMe = new RetrofitPeertubeAPI(activity, instance, token).verifyCredentials();
|
UserMe userMe = new RetrofitPeertubeAPI(activity, instance, token).verifyCredentials();
|
||||||
account = userMe.getAccount();
|
account = userMe.getAccount();
|
||||||
@ -150,7 +165,8 @@ public class RetrofitPeertubeAPI {
|
|||||||
SharedPreferences.Editor editor = sharedpreferences.edit();
|
SharedPreferences.Editor editor = sharedpreferences.edit();
|
||||||
editor.putString(Helper.PREF_KEY_ID, account.getId());
|
editor.putString(Helper.PREF_KEY_ID, account.getId());
|
||||||
editor.putString(Helper.PREF_KEY_NAME, account.getUsername());
|
editor.putString(Helper.PREF_KEY_NAME, account.getUsername());
|
||||||
if (!host.startsWith("tube")) {
|
boolean remote_account = software != null && software.toUpperCase().trim().compareTo("PEERTUBE") != 0;
|
||||||
|
if (!remote_account) {
|
||||||
editor.putString(Helper.PREF_INSTANCE, host);
|
editor.putString(Helper.PREF_INSTANCE, host);
|
||||||
}
|
}
|
||||||
editor.apply();
|
editor.apply();
|
||||||
@ -158,7 +174,7 @@ public class RetrofitPeertubeAPI {
|
|||||||
new AccountDAO(activity, db).updateAccountCredential(account);
|
new AccountDAO(activity, db).updateAccountCredential(account);
|
||||||
else {
|
else {
|
||||||
if (account.getUsername() != null && account.getCreatedAt() != null)
|
if (account.getUsername() != null && account.getCreatedAt() != null)
|
||||||
new AccountDAO(activity, db).insertAccount(account);
|
new AccountDAO(activity, db).insertAccount(account, software);
|
||||||
}
|
}
|
||||||
Handler mainHandler = new Handler(Looper.getMainLooper());
|
Handler mainHandler = new Handler(Looper.getMainLooper());
|
||||||
Runnable myRunnable = () -> {
|
Runnable myRunnable = () -> {
|
||||||
@ -186,13 +202,16 @@ public class RetrofitPeertubeAPI {
|
|||||||
.build();
|
.build();
|
||||||
SharedPreferences sharedpreferences = _context.getSharedPreferences(Helper.APP_PREFS, Context.MODE_PRIVATE);
|
SharedPreferences sharedpreferences = _context.getSharedPreferences(Helper.APP_PREFS, Context.MODE_PRIVATE);
|
||||||
if (token == null) {
|
if (token == null) {
|
||||||
token = sharedpreferences.getString(Helper.PREF_KEY_OAUTH_TOKEN, null);
|
token = Helper.getToken(_context);
|
||||||
}
|
}
|
||||||
selection = sharedpreferences.getStringSet(_context.getString(R.string.set_video_language_choice), null);
|
selection = sharedpreferences.getStringSet(_context.getString(R.string.set_video_language_choice), null);
|
||||||
return retrofit.create(PeertubeService.class);
|
return retrofit.create(PeertubeService.class);
|
||||||
}
|
}
|
||||||
|
|
||||||
private PeertubeService initTranslation() {
|
private PeertubeService initTranslation() {
|
||||||
|
if (!URLUtil.isValidUrl("https://" + instance)) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
Retrofit retrofit = new Retrofit.Builder()
|
Retrofit retrofit = new Retrofit.Builder()
|
||||||
.baseUrl("https://" + instance)
|
.baseUrl("https://" + instance)
|
||||||
.addConverterFactory(GsonConverterFactory.create())
|
.addConverterFactory(GsonConverterFactory.create())
|
||||||
@ -207,7 +226,9 @@ public class RetrofitPeertubeAPI {
|
|||||||
public Token manageToken(OauthParams oauthParams) throws Error {
|
public Token manageToken(OauthParams oauthParams) throws Error {
|
||||||
PeertubeService peertubeService = init();
|
PeertubeService peertubeService = init();
|
||||||
Call<Token> refreshTokenCall = null;
|
Call<Token> refreshTokenCall = null;
|
||||||
if (oauthParams.getGrant_type().compareTo("password") == 0) {
|
if (oauthParams.getExternalAuthToken() != null) {
|
||||||
|
refreshTokenCall = peertubeService.createOpenIdToken(oauthParams.getClient_id(), oauthParams.getClient_secret(), oauthParams.getResponse_type(), oauthParams.getGrant_type(), oauthParams.getScope(), oauthParams.getUsername(), oauthParams.getPassword(), oauthParams.getExternalAuthToken());
|
||||||
|
} else if (oauthParams.getGrant_type().compareTo("password") == 0) {
|
||||||
refreshTokenCall = peertubeService.createToken(oauthParams.getClient_id(), oauthParams.getClient_secret(), oauthParams.getGrant_type(), oauthParams.getUsername(), oauthParams.getPassword());
|
refreshTokenCall = peertubeService.createToken(oauthParams.getClient_id(), oauthParams.getClient_secret(), oauthParams.getGrant_type(), oauthParams.getUsername(), oauthParams.getPassword());
|
||||||
} else if (oauthParams.getGrant_type().compareTo("refresh_token") == 0) {
|
} else if (oauthParams.getGrant_type().compareTo("refresh_token") == 0) {
|
||||||
refreshTokenCall = peertubeService.refreshToken(oauthParams.getClient_id(), oauthParams.getClient_secret(), oauthParams.getRefresh_token(), oauthParams.getGrant_type());
|
refreshTokenCall = peertubeService.refreshToken(oauthParams.getClient_id(), oauthParams.getClient_secret(), oauthParams.getRefresh_token(), oauthParams.getGrant_type());
|
||||||
@ -221,6 +242,8 @@ public class RetrofitPeertubeAPI {
|
|||||||
SharedPreferences sharedpreferences = _context.getSharedPreferences(Helper.APP_PREFS, Context.MODE_PRIVATE);
|
SharedPreferences sharedpreferences = _context.getSharedPreferences(Helper.APP_PREFS, Context.MODE_PRIVATE);
|
||||||
SharedPreferences.Editor editor = sharedpreferences.edit();
|
SharedPreferences.Editor editor = sharedpreferences.edit();
|
||||||
editor.putString(Helper.PREF_KEY_OAUTH_TOKEN, tokenReply.getAccess_token());
|
editor.putString(Helper.PREF_KEY_OAUTH_TOKEN, tokenReply.getAccess_token());
|
||||||
|
editor.putString(Helper.PREF_SOFTWARE, null);
|
||||||
|
editor.putString(Helper.PREF_REMOTE_INSTANCE, null);
|
||||||
editor.apply();
|
editor.apply();
|
||||||
SQLiteDatabase db = Sqlite.getInstance(_context.getApplicationContext(), Sqlite.DB_NAME, null, Sqlite.DB_VERSION).open();
|
SQLiteDatabase db = Sqlite.getInstance(_context.getApplicationContext(), Sqlite.DB_NAME, null, Sqlite.DB_VERSION).open();
|
||||||
new AccountDAO(_context, db).updateAccountToken(tokenReply);
|
new AccountDAO(_context, db).updateAccountToken(tokenReply);
|
||||||
@ -244,6 +267,22 @@ public class RetrofitPeertubeAPI {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* POST a view count for a video
|
||||||
|
*/
|
||||||
|
public void postView(String videoUuid) {
|
||||||
|
if (videoUuid == null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
PeertubeService peertubeService = init();
|
||||||
|
Call<String> postViewCall = peertubeService.postView(videoUuid);
|
||||||
|
try {
|
||||||
|
Response<String> dd = postViewCall.execute();
|
||||||
|
} catch (IOException ignored) {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Retrieve notifications
|
* Retrieve notifications
|
||||||
*
|
*
|
||||||
@ -334,7 +373,7 @@ public class RetrofitPeertubeAPI {
|
|||||||
public APIResponse getVideosForChannel(String channelId, String max_id) {
|
public APIResponse getVideosForChannel(String channelId, String max_id) {
|
||||||
APIResponse apiResponse = new APIResponse();
|
APIResponse apiResponse = new APIResponse();
|
||||||
PeertubeService peertubeService = init();
|
PeertubeService peertubeService = init();
|
||||||
Call<VideoData> videoCall = peertubeService.getChannelVideos(channelId, max_id, count);
|
Call<VideoData> videoCall = peertubeService.getChannelVideos(channelId, max_id, count, showNSFWVideos);
|
||||||
if (videoCall != null) {
|
if (videoCall != null) {
|
||||||
try {
|
try {
|
||||||
Response<VideoData> response = videoCall.execute();
|
Response<VideoData> response = videoCall.execute();
|
||||||
@ -379,7 +418,7 @@ public class RetrofitPeertubeAPI {
|
|||||||
public APIResponse getHistory(String max_id, String startDate, String endDate) {
|
public APIResponse getHistory(String max_id, String startDate, String endDate) {
|
||||||
APIResponse apiResponse = new APIResponse();
|
APIResponse apiResponse = new APIResponse();
|
||||||
PeertubeService peertubeService = init();
|
PeertubeService peertubeService = init();
|
||||||
Call<VideoData> videoCall = peertubeService.getHistory(getToken(), max_id, count, startDate, endDate);
|
Call<VideoData> videoCall = peertubeService.getHistory(getToken(), max_id, count, showNSFWVideos, startDate, endDate);
|
||||||
if (videoCall != null) {
|
if (videoCall != null) {
|
||||||
try {
|
try {
|
||||||
Response<VideoData> response = videoCall.execute();
|
Response<VideoData> response = videoCall.execute();
|
||||||
@ -408,29 +447,29 @@ public class RetrofitPeertubeAPI {
|
|||||||
videoCall = peertubeService.getMyVideos(getToken(), max_id, count);
|
videoCall = peertubeService.getMyVideos(getToken(), max_id, count);
|
||||||
break;
|
break;
|
||||||
case ACCOUNT_VIDEOS:
|
case ACCOUNT_VIDEOS:
|
||||||
videoCall = peertubeService.getVideosForAccount(forAccount, max_id, count);
|
videoCall = peertubeService.getVideosForAccount(forAccount, max_id, count, showNSFWVideos);
|
||||||
break;
|
break;
|
||||||
case SUBSCRIBTIONS:
|
case SUBSCRIBTIONS:
|
||||||
if (forAccount == null) {
|
if (forAccount == null) {
|
||||||
videoCall = peertubeService.getSubscriptionVideos(getToken(), max_id, count, filter);
|
videoCall = peertubeService.getSubscriptionVideos(getToken(), max_id, count, filter);
|
||||||
} else {
|
} else {
|
||||||
videoCall = peertubeService.getChannelVideos(forAccount, max_id, count);
|
videoCall = peertubeService.getChannelVideos(forAccount, max_id, count, showNSFWVideos);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case MOST_LIKED:
|
case MOST_LIKED:
|
||||||
videoCall = peertubeService.getMostLikedVideos(getToken(), max_id, count, filter);
|
videoCall = peertubeService.getMostLikedVideos(getToken(), max_id, count, showNSFWVideos, filter);
|
||||||
break;
|
break;
|
||||||
case LOCAL:
|
case LOCAL:
|
||||||
videoCall = peertubeService.getLocalVideos(getToken(), max_id, count, filter);
|
videoCall = peertubeService.getLocalVideos(getToken(), max_id, count, showNSFWVideos, filter);
|
||||||
break;
|
break;
|
||||||
case TRENDING:
|
case TRENDING:
|
||||||
videoCall = peertubeService.getTrendingVideos(getToken(), max_id, count, filter);
|
videoCall = peertubeService.getTrendingVideos(getToken(), max_id, count, showNSFWVideos, filter);
|
||||||
break;
|
break;
|
||||||
case HISTORY:
|
case HISTORY:
|
||||||
videoCall = peertubeService.getHistory(getToken(), max_id, count, null, null);
|
videoCall = peertubeService.getHistory(getToken(), max_id, count, showNSFWVideos, null, null);
|
||||||
break;
|
break;
|
||||||
case RECENT:
|
case RECENT:
|
||||||
videoCall = peertubeService.getRecentlyAddedVideos(getToken(), max_id, count, filter);
|
videoCall = peertubeService.getRecentlyAddedVideos(getToken(), max_id, count, showNSFWVideos, filter);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (videoCall != null) {
|
if (videoCall != null) {
|
||||||
@ -461,7 +500,7 @@ public class RetrofitPeertubeAPI {
|
|||||||
APIResponse apiResponse = new APIResponse();
|
APIResponse apiResponse = new APIResponse();
|
||||||
PeertubeService peertubeService = init();
|
PeertubeService peertubeService = init();
|
||||||
ArrayList<String> filter = selection != null ? new ArrayList<>(selection) : null;
|
ArrayList<String> filter = selection != null ? new ArrayList<>(selection) : null;
|
||||||
Call<OverviewVideo> overviewVideoCall = peertubeService.getOverviewVideos(getToken(), page, filter);
|
Call<OverviewVideo> overviewVideoCall = peertubeService.getOverviewVideos(getToken(), page, showNSFWVideos, filter);
|
||||||
try {
|
try {
|
||||||
Response<OverviewVideo> response = overviewVideoCall.execute();
|
Response<OverviewVideo> response = overviewVideoCall.execute();
|
||||||
if (response.isSuccessful() && response.body() != null) {
|
if (response.isSuccessful() && response.body() != null) {
|
||||||
@ -697,6 +736,26 @@ public class RetrofitPeertubeAPI {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get watermark info
|
||||||
|
*
|
||||||
|
* @return PluginData.WaterMark
|
||||||
|
*/
|
||||||
|
public PluginData.WaterMark getWaterMark() {
|
||||||
|
|
||||||
|
PeertubeService peertubeService = init();
|
||||||
|
Call<PluginData.WaterMark> waterMarkCall = peertubeService.waterMark();
|
||||||
|
try {
|
||||||
|
Response<PluginData.WaterMark> response = waterMarkCall.execute();
|
||||||
|
if (response.isSuccessful() && response.body() != null) {
|
||||||
|
return response.body();
|
||||||
|
}
|
||||||
|
} catch (IOException e) {
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get video quota
|
* Get video quota
|
||||||
*
|
*
|
||||||
@ -870,7 +929,7 @@ public class RetrofitPeertubeAPI {
|
|||||||
params.put("count", "250");
|
params.put("count", "250");
|
||||||
params.put("healthy", "true");
|
params.put("healthy", "true");
|
||||||
params.put("signup", "true");
|
params.put("signup", "true");
|
||||||
params.put("minUserQuota", instanceParams.getMinUserQuota());
|
params.put("sort", "-totalUsers");
|
||||||
Call<InstanceData> instancesCall = peertubeService.getInstances(params, instanceParams.getNsfwPolicy(), instanceParams.getCategoriesOr(), instanceParams.getLanguagesOr());
|
Call<InstanceData> instancesCall = peertubeService.getInstances(params, instanceParams.getNsfwPolicy(), instanceParams.getCategoriesOr(), instanceParams.getLanguagesOr());
|
||||||
APIResponse apiResponse = new APIResponse();
|
APIResponse apiResponse = new APIResponse();
|
||||||
try {
|
try {
|
||||||
@ -901,7 +960,7 @@ public class RetrofitPeertubeAPI {
|
|||||||
*/
|
*/
|
||||||
public APIResponse searchNextVideos(List<String> tags) {
|
public APIResponse searchNextVideos(List<String> tags) {
|
||||||
PeertubeService peertubeService = init();
|
PeertubeService peertubeService = init();
|
||||||
Call<VideoData> searchVideosCall = peertubeService.searchNextVideo(getToken(), tags, "0", "20");
|
Call<VideoData> searchVideosCall = peertubeService.searchNextVideo(getToken(), tags, "0", "20", showNSFWVideos);
|
||||||
APIResponse apiResponse = new APIResponse();
|
APIResponse apiResponse = new APIResponse();
|
||||||
try {
|
try {
|
||||||
Response<VideoData> response = searchVideosCall.execute();
|
Response<VideoData> response = searchVideosCall.execute();
|
||||||
@ -927,7 +986,7 @@ public class RetrofitPeertubeAPI {
|
|||||||
*/
|
*/
|
||||||
public APIResponse searchPeertube(String query, String max_id) {
|
public APIResponse searchPeertube(String query, String max_id) {
|
||||||
PeertubeService peertubeService = init();
|
PeertubeService peertubeService = init();
|
||||||
Call<VideoData> searchVideosCall = peertubeService.searchVideos(getToken(), query, max_id, count);
|
Call<VideoData> searchVideosCall = peertubeService.searchVideos(getToken(), query, max_id, count, showNSFWVideos);
|
||||||
APIResponse apiResponse = new APIResponse();
|
APIResponse apiResponse = new APIResponse();
|
||||||
try {
|
try {
|
||||||
Response<VideoData> response = searchVideosCall.execute();
|
Response<VideoData> response = searchVideosCall.execute();
|
||||||
@ -1587,6 +1646,9 @@ public class RetrofitPeertubeAPI {
|
|||||||
error.setStatusCode(responseCode);
|
error.setStatusCode(responseCode);
|
||||||
error.setError(_context.getString(R.string.toast_error));
|
error.setError(_context.getString(R.string.toast_error));
|
||||||
}
|
}
|
||||||
|
if (responseCode == 404 || responseCode == 502) {
|
||||||
|
error.setError(_context.getString(R.string.instance_not_availabe));
|
||||||
|
}
|
||||||
apiResponse.setError(error);
|
apiResponse.setError(error);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -77,7 +77,7 @@ public class AccountData {
|
|||||||
private String client_id;
|
private String client_id;
|
||||||
private String client_secret;
|
private String client_secret;
|
||||||
private String refresh_token;
|
private String refresh_token;
|
||||||
|
private String software;
|
||||||
|
|
||||||
public Account() {
|
public Account() {
|
||||||
}
|
}
|
||||||
@ -241,6 +241,14 @@ public class AccountData {
|
|||||||
this.userId = userId;
|
this.userId = userId;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String getSoftware() {
|
||||||
|
return software;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setSoftware(String software) {
|
||||||
|
this.software = software;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int describeContents() {
|
public int describeContents() {
|
||||||
return 0;
|
return 0;
|
||||||
|
@ -1,4 +1,18 @@
|
|||||||
package app.fedilab.fedilabtube.client.data;
|
package app.fedilab.fedilabtube.client.data;
|
||||||
|
/* Copyright 2020 Thomas Schneider
|
||||||
|
*
|
||||||
|
* This file is a part of TubeLab
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under the terms of the
|
||||||
|
* GNU General Public License as published by the Free Software Foundation; either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
|
||||||
|
* the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
|
||||||
|
* Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License along with TubeLab; if not,
|
||||||
|
* see <http://www.gnu.org/licenses>. */
|
||||||
|
|
||||||
import android.os.Parcel;
|
import android.os.Parcel;
|
||||||
import android.os.Parcelable;
|
import android.os.Parcelable;
|
||||||
@ -64,6 +78,7 @@ public class InstanceData {
|
|||||||
@SerializedName("isNSFW")
|
@SerializedName("isNSFW")
|
||||||
private boolean isNSFW;
|
private boolean isNSFW;
|
||||||
private SpannableStringBuilder spannableStringBuilder;
|
private SpannableStringBuilder spannableStringBuilder;
|
||||||
|
private boolean truncatedDescription = true;
|
||||||
|
|
||||||
public boolean isAutoBlacklistUserVideosEnabled() {
|
public boolean isAutoBlacklistUserVideosEnabled() {
|
||||||
return autoBlacklistUserVideosEnabled;
|
return autoBlacklistUserVideosEnabled;
|
||||||
@ -240,6 +255,14 @@ public class InstanceData {
|
|||||||
public void setCategories(List<Integer> categories) {
|
public void setCategories(List<Integer> categories) {
|
||||||
this.categories = categories;
|
this.categories = categories;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public boolean isTruncatedDescription() {
|
||||||
|
return truncatedDescription;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setTruncatedDescription(boolean truncatedDescription) {
|
||||||
|
this.truncatedDescription = truncatedDescription;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static class InstanceInfo {
|
public static class InstanceInfo {
|
||||||
@ -277,6 +300,7 @@ public class InstanceData {
|
|||||||
@SerializedName("terms")
|
@SerializedName("terms")
|
||||||
private String terms;
|
private String terms;
|
||||||
private String host;
|
private String host;
|
||||||
|
private boolean truncatedDescription = true;
|
||||||
|
|
||||||
public AboutInstance() {
|
public AboutInstance() {
|
||||||
}
|
}
|
||||||
@ -329,6 +353,14 @@ public class InstanceData {
|
|||||||
this.host = host;
|
this.host = host;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public boolean isTruncatedDescription() {
|
||||||
|
return truncatedDescription;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setTruncatedDescription(boolean truncatedDescription) {
|
||||||
|
this.truncatedDescription = truncatedDescription;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int describeContents() {
|
public int describeContents() {
|
||||||
return 0;
|
return 0;
|
||||||
@ -348,6 +380,16 @@ public class InstanceData {
|
|||||||
public static class InstanceConfig {
|
public static class InstanceConfig {
|
||||||
@SerializedName("user")
|
@SerializedName("user")
|
||||||
private User user;
|
private User user;
|
||||||
|
@SerializedName("plugin")
|
||||||
|
private PluginData.Plugin plugin;
|
||||||
|
|
||||||
|
public PluginData.Plugin getPlugin() {
|
||||||
|
return plugin;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setPlugin(PluginData.Plugin plugin) {
|
||||||
|
this.plugin = plugin;
|
||||||
|
}
|
||||||
|
|
||||||
public User getUser() {
|
public User getUser() {
|
||||||
return user;
|
return user;
|
||||||
@ -358,6 +400,7 @@ public class InstanceData {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public static class User {
|
public static class User {
|
||||||
@SerializedName("videoQuota")
|
@SerializedName("videoQuota")
|
||||||
private long videoQuota;
|
private long videoQuota;
|
||||||
|
@ -0,0 +1,125 @@
|
|||||||
|
package app.fedilab.fedilabtube.client.data;
|
||||||
|
|
||||||
|
import com.google.gson.annotations.SerializedName;
|
||||||
|
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
/* Copyright 2020 Thomas Schneider
|
||||||
|
*
|
||||||
|
* This file is a part of TubeLab
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under the terms of the
|
||||||
|
* GNU General Public License as published by the Free Software Foundation; either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
|
||||||
|
* the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
|
||||||
|
* Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License along with TubeLab; if not,
|
||||||
|
* see <http://www.gnu.org/licenses>. */
|
||||||
|
@SuppressWarnings("ALL")
|
||||||
|
public class PluginData {
|
||||||
|
|
||||||
|
public static class Plugin {
|
||||||
|
@SerializedName("registered")
|
||||||
|
private List<PluginInfo> registered;
|
||||||
|
@SerializedName("registeredExternalAuths")
|
||||||
|
private List<PluginInfo> registeredExternalAuths;
|
||||||
|
@SerializedName("registeredIdAndPassAuths")
|
||||||
|
private List<PluginInfo> registeredIdAndPassAuths;
|
||||||
|
|
||||||
|
public List<PluginInfo> getRegistered() {
|
||||||
|
return registered;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setRegistered(List<PluginInfo> registered) {
|
||||||
|
this.registered = registered;
|
||||||
|
}
|
||||||
|
|
||||||
|
public List<PluginInfo> getRegisteredExternalAuths() {
|
||||||
|
return registeredExternalAuths;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setRegisteredExternalAuths(List<PluginInfo> registeredExternalAuths) {
|
||||||
|
this.registeredExternalAuths = registeredExternalAuths;
|
||||||
|
}
|
||||||
|
|
||||||
|
public List<PluginInfo> getRegisteredIdAndPassAuths() {
|
||||||
|
return registeredIdAndPassAuths;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setRegisteredIdAndPassAuths(List<PluginInfo> registeredIdAndPassAuths) {
|
||||||
|
this.registeredIdAndPassAuths = registeredIdAndPassAuths;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public static class WaterMark {
|
||||||
|
@SerializedName("publicSettings")
|
||||||
|
private PublicSettings description;
|
||||||
|
|
||||||
|
public PublicSettings getDescription() {
|
||||||
|
return description;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setDescription(PublicSettings description) {
|
||||||
|
this.description = description;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public static class PublicSettings {
|
||||||
|
@SerializedName("watermark-image-url")
|
||||||
|
private String watermarkImageUrl;
|
||||||
|
@SerializedName("watermark-target-url")
|
||||||
|
private String watermarkTargetUrl;
|
||||||
|
|
||||||
|
public String getWatermarkImageUrl() {
|
||||||
|
return watermarkImageUrl;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setWatermarkImageUrl(String watermarkImageUrl) {
|
||||||
|
this.watermarkImageUrl = watermarkImageUrl;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getWatermarkTargetUrl() {
|
||||||
|
return watermarkTargetUrl;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setWatermarkTargetUrl(String watermarkTargetUrl) {
|
||||||
|
this.watermarkTargetUrl = watermarkTargetUrl;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public static class PluginInfo {
|
||||||
|
@SerializedName("description")
|
||||||
|
private String description;
|
||||||
|
@SerializedName("name")
|
||||||
|
private String name;
|
||||||
|
@SerializedName("version")
|
||||||
|
private String version;
|
||||||
|
|
||||||
|
public String getDescription() {
|
||||||
|
return description;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setDescription(String description) {
|
||||||
|
this.description = description;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getName() {
|
||||||
|
return name;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setName(String name) {
|
||||||
|
this.name = name;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getVersion() {
|
||||||
|
return version;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setVersion(String version) {
|
||||||
|
this.version = version;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -88,6 +88,8 @@ public class VideoData {
|
|||||||
private List<File> files;
|
private List<File> files;
|
||||||
@SerializedName("id")
|
@SerializedName("id")
|
||||||
private String id;
|
private String id;
|
||||||
|
@SerializedName("isLive")
|
||||||
|
private boolean isLive = false;
|
||||||
@SerializedName("isLocal")
|
@SerializedName("isLocal")
|
||||||
private boolean isLocal;
|
private boolean isLocal;
|
||||||
@SerializedName("language")
|
@SerializedName("language")
|
||||||
@ -163,6 +165,7 @@ public class VideoData {
|
|||||||
this.files = new ArrayList<>();
|
this.files = new ArrayList<>();
|
||||||
in.readList(this.files, File.class.getClassLoader());
|
in.readList(this.files, File.class.getClassLoader());
|
||||||
this.id = in.readString();
|
this.id = in.readString();
|
||||||
|
this.isLive = in.readByte() != 0;
|
||||||
this.isLocal = in.readByte() != 0;
|
this.isLocal = in.readByte() != 0;
|
||||||
this.language = in.readParcelable(ItemStr.class.getClassLoader());
|
this.language = in.readParcelable(ItemStr.class.getClassLoader());
|
||||||
this.licence = in.readParcelable(Item.class.getClassLoader());
|
this.licence = in.readParcelable(Item.class.getClassLoader());
|
||||||
@ -194,7 +197,30 @@ public class VideoData {
|
|||||||
public String getFileUrl(String resolution, Context context) {
|
public String getFileUrl(String resolution, Context context) {
|
||||||
SharedPreferences sharedpreferences = context.getSharedPreferences(Helper.APP_PREFS, Context.MODE_PRIVATE);
|
SharedPreferences sharedpreferences = context.getSharedPreferences(Helper.APP_PREFS, Context.MODE_PRIVATE);
|
||||||
int mode = sharedpreferences.getInt(Helper.SET_VIDEO_MODE, Helper.VIDEO_MODE_NORMAL);
|
int mode = sharedpreferences.getInt(Helper.SET_VIDEO_MODE, Helper.VIDEO_MODE_NORMAL);
|
||||||
|
List<File> files = getAllFile(context);
|
||||||
if (files != null && files.size() > 0) {
|
if (files != null && files.size() > 0) {
|
||||||
|
return getFile(context, files, resolution, mode);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
public List<File> getAllFile(Context context) {
|
||||||
|
SharedPreferences sharedpreferences = context.getSharedPreferences(Helper.APP_PREFS, Context.MODE_PRIVATE);
|
||||||
|
int mode = sharedpreferences.getInt(Helper.SET_VIDEO_MODE, Helper.VIDEO_MODE_NORMAL);
|
||||||
|
if (files != null && files.size() > 0) {
|
||||||
|
return files;
|
||||||
|
} else if (streamingPlaylists != null) {
|
||||||
|
List<File> files = new ArrayList<>();
|
||||||
|
for (StreamingPlaylists streamingPlaylists : streamingPlaylists) {
|
||||||
|
files.addAll(streamingPlaylists.getFiles());
|
||||||
|
}
|
||||||
|
return files;
|
||||||
|
}
|
||||||
|
return files;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
private String getFile(Context context, List<File> files, String resolution, int mode) {
|
||||||
if (resolution != null) {
|
if (resolution != null) {
|
||||||
for (File file : files) {
|
for (File file : files) {
|
||||||
if (file.getResolutions().getLabel().compareTo(resolution) == 0) {
|
if (file.getResolutions().getLabel().compareTo(resolution) == 0) {
|
||||||
@ -220,10 +246,6 @@ public class VideoData {
|
|||||||
} else {
|
} else {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
} else if (streamingPlaylists != null && streamingPlaylists.size() > 0) {
|
|
||||||
return streamingPlaylists.get(0).getPlaylistUrl();
|
|
||||||
}
|
|
||||||
return null;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getTorrentUrl(String resolution, Context context) {
|
public String getTorrentUrl(String resolution, Context context) {
|
||||||
@ -254,7 +276,7 @@ public class VideoData {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return files.get(0).getFileDownloadUrl();
|
return files != null && files.size() > 0 ? files.get(0).getFileDownloadUrl() : null;
|
||||||
}
|
}
|
||||||
|
|
||||||
public Account getAccount() {
|
public Account getAccount() {
|
||||||
@ -385,6 +407,14 @@ public class VideoData {
|
|||||||
this.id = id;
|
this.id = id;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public boolean isLive() {
|
||||||
|
return isLive;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setLive(boolean live) {
|
||||||
|
isLive = live;
|
||||||
|
}
|
||||||
|
|
||||||
public boolean isLocal() {
|
public boolean isLocal() {
|
||||||
return isLocal;
|
return isLocal;
|
||||||
}
|
}
|
||||||
@ -640,6 +670,7 @@ public class VideoData {
|
|||||||
dest.writeString(this.embedUrl);
|
dest.writeString(this.embedUrl);
|
||||||
dest.writeList(this.files);
|
dest.writeList(this.files);
|
||||||
dest.writeString(this.id);
|
dest.writeString(this.id);
|
||||||
|
dest.writeByte(this.isLive ? (byte) 1 : (byte) 0);
|
||||||
dest.writeByte(this.isLocal ? (byte) 1 : (byte) 0);
|
dest.writeByte(this.isLocal ? (byte) 1 : (byte) 0);
|
||||||
dest.writeParcelable(this.language, flags);
|
dest.writeParcelable(this.language, flags);
|
||||||
dest.writeParcelable(this.licence, flags);
|
dest.writeParcelable(this.licence, flags);
|
||||||
|
@ -23,7 +23,6 @@ import com.google.gson.annotations.SerializedName;
|
|||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@SuppressWarnings({"unused", "RedundantSuppression"})
|
@SuppressWarnings({"unused", "RedundantSuppression"})
|
||||||
public class VideoPlaylistData {
|
public class VideoPlaylistData {
|
||||||
|
|
||||||
|
@ -38,7 +38,12 @@ public class OauthParams {
|
|||||||
private String refresh_token;
|
private String refresh_token;
|
||||||
@SerializedName("access_token")
|
@SerializedName("access_token")
|
||||||
private String access_token;
|
private String access_token;
|
||||||
|
@SerializedName("response_type")
|
||||||
|
private String response_type;
|
||||||
|
@SerializedName("code")
|
||||||
|
private String code;
|
||||||
|
@SerializedName("redirect_uri")
|
||||||
|
private String redirect_uri;
|
||||||
|
|
||||||
public String getClient_secret() {
|
public String getClient_secret() {
|
||||||
return client_secret;
|
return client_secret;
|
||||||
@ -111,4 +116,28 @@ public class OauthParams {
|
|||||||
public void setAccess_token(String access_token) {
|
public void setAccess_token(String access_token) {
|
||||||
this.access_token = access_token;
|
this.access_token = access_token;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String getResponse_type() {
|
||||||
|
return response_type;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setResponse_type(String response_type) {
|
||||||
|
this.response_type = response_type;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getCode() {
|
||||||
|
return code;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setCode(String code) {
|
||||||
|
this.code = code;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getRedirect_uri() {
|
||||||
|
return redirect_uri;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setRedirect_uri(String redirect_uri) {
|
||||||
|
this.redirect_uri = redirect_uri;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|