Skip to content
This repository was archived by the owner on Oct 16, 2023. It is now read-only.

Youtube Multi Profile log in #757

Open
wants to merge 32 commits into
base: main-branch
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
0b2066e
Performance improvement
selectee May 9, 2020
367a8e2
Merge branch 'selectee-performance-improvement' into new-exo-player
yuliskov May 9, 2020
551d2d5
bump to 6.17.563
yuliskov May 9, 2020
c8ab284
bump to 6.17.564
yuliskov May 9, 2020
a543bdc
bump to 6.17.565
yuliskov May 9, 2020
5ad01ac
Remove multiple pattern compilation
selectee May 10, 2020
5e42714
Merge branch 'selectee-remove-patterns' into new-exo-player
yuliskov May 10, 2020
79d63de
Add state of loading scripts
selectee May 10, 2020
c492c23
Merge branch 'script-load-state' of https://github.com/selectee/Smart…
yuliskov May 10, 2020
1d08086
Merge branch 'selectee-script-load-state' into new-exo-player
yuliskov May 10, 2020
d88148d
repo sync
yuliskov May 10, 2020
dcaa5d2
Update languages.xml
WaggBR May 10, 2020
8fbdd4d
Add interceptor for filtering PNG, JPG, ICO and TTF files.
selectee May 11, 2020
318bef5
experiments icon fix
yuliskov May 12, 2020
2a62954
experiments default settings
yuliskov May 12, 2020
d7ba02b
experiments icon fix2
yuliskov May 12, 2020
c92a729
experiments icon fix: fin
yuliskov May 12, 2020
e51b0d4
bump to 6.17.566
yuliskov May 12, 2020
be2e353
bump to 6.17.568
yuliskov May 12, 2020
aebae64
pull fix
yuliskov May 11, 2020
5c5c5f6
Merge branch 'experiments' of https://github.com/selectee/SmartYouTub…
yuliskov May 11, 2020
b190976
Merge branch 'selectee-experiments' into experiments
yuliskov May 11, 2020
87fbcf3
bump to 6.17.569
yuliskov May 11, 2020
bda4790
experiments icon fix
yuliskov May 12, 2020
c489180
experiments default settings
yuliskov May 12, 2020
3e0e9a3
experiments icon fix2
yuliskov May 12, 2020
8f219db
experiments icon fix: fin
yuliskov May 12, 2020
dc36e82
bump to 6.17.566
yuliskov May 12, 2020
9901274
bump to 6.17.568
yuliskov May 12, 2020
31544fe
refactor + logging
yuliskov May 11, 2020
2df3b6e
Merge branch 'experiments' of https://github.com/WaggBR/SmartYouTubeT…
yuliskov May 12, 2020
0954e9e
Merge branch 'WaggBR-experiments' into experiments
yuliskov May 12, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bump to 6.17.563
yuliskov committed May 9, 2020
commit 551d2d5881b7a7fe6000a665783bcaf486373c40
11 changes: 9 additions & 2 deletions smartyoutubetv/build.gradle
Original file line number Diff line number Diff line change
@@ -38,8 +38,8 @@ android {
minSdkVersion project.properties.minSdkVersion
targetSdkVersion project.properties.targetSdkVersion
applicationId "com.liskovsoft.videomanager"
versionCode 1142
versionName "6.17.562"
versionCode 1143
versionName "6.17.563"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"

@@ -88,6 +88,10 @@ android {
orig {
matchingFallbacks = ['lite']
}
experiments {
matchingFallbacks = ['lite']
applicationIdSuffix ".experiments"
}
// Vtesting {
// matchingFallbacks = ['lite']
// applicationIdSuffix ".testing"
@@ -170,6 +174,9 @@ android {
orig {
java.srcDirs('src/commonSrc/crashHandler/java')
}
experiments {
java.srcDirs('src/commonSrc/crashHandler/java')
}
// Vtesting {
// java.srcDirs = commonDirs
// }