This repository has been archived by the owner on Feb 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
final bug fixes and changes before compile
- Loading branch information
1 parent
7812df7
commit 296f35b
Showing
13 changed files
with
111 additions
and
217 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ | |
export default { | ||
//--- VueTube Stuff ---// | ||
env: { | ||
release: "Unstable", | ||
appVersion: "dev-local", | ||
}, | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
{ | ||
"appId": "com.Frontesque.vuetube", | ||
"appName": "VueTube", | ||
"webDir": "dist", | ||
"bundledWebRuntime": false, | ||
"server": { | ||
"hostname": "youtube.com", | ||
"androidScheme": "https" | ||
}, | ||
"android": { | ||
"backgroundColor": "#000000" | ||
}, | ||
"ios": { | ||
"backgroundColor": "#000000" | ||
}, | ||
"plugins": { | ||
"SplashScreen": { | ||
"launchShowDuration": 0, | ||
"backgroundColor": "#000000", | ||
"splashFullScreen": false, | ||
"splashImmersive": false, | ||
"launchAutoHide": true, | ||
"showSpinner": false | ||
} | ||
} | ||
"appId": "com.Frontesque.vuetube", | ||
"appName": "VueTube", | ||
"webDir": "dist", | ||
"bundledWebRuntime": false, | ||
"server": { | ||
"hostname": "youtube.com", | ||
"androidScheme": "https" | ||
}, | ||
"android": { | ||
"backgroundColor": "#000000" | ||
}, | ||
"ios": { | ||
"backgroundColor": "#000000" | ||
}, | ||
"plugins": { | ||
"SplashScreen": { | ||
"launchShowDuration": 0, | ||
"backgroundColor": "#000000", | ||
"splashFullScreen": false, | ||
"splashImmersive": false, | ||
"launchAutoHide": true, | ||
"showSpinner": false | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,46 @@ | ||
[ | ||
{ | ||
"pkg": "@capacitor-community/http", | ||
"classpath": "com.getcapacitor.plugin.http.Http" | ||
}, | ||
{ | ||
"pkg": "@capacitor/app", | ||
"classpath": "com.capacitorjs.plugins.app.AppPlugin" | ||
}, | ||
{ | ||
"pkg": "@capacitor/browser", | ||
"classpath": "com.capacitorjs.plugins.browser.BrowserPlugin" | ||
}, | ||
{ | ||
"pkg": "@capacitor/device", | ||
"classpath": "com.capacitorjs.plugins.device.DevicePlugin" | ||
}, | ||
{ | ||
"pkg": "@capacitor/filesystem", | ||
"classpath": "com.capacitorjs.plugins.filesystem.FilesystemPlugin" | ||
}, | ||
{ | ||
"pkg": "@capacitor/haptics", | ||
"classpath": "com.capacitorjs.plugins.haptics.HapticsPlugin" | ||
}, | ||
{ | ||
"pkg": "@capacitor/share", | ||
"classpath": "com.capacitorjs.plugins.share.SharePlugin" | ||
}, | ||
{ | ||
"pkg": "@capacitor/splash-screen", | ||
"classpath": "com.capacitorjs.plugins.splashscreen.SplashScreenPlugin" | ||
}, | ||
{ | ||
"pkg": "@capacitor/status-bar", | ||
"classpath": "com.capacitorjs.plugins.statusbar.StatusBarPlugin" | ||
}, | ||
{ | ||
"pkg": "@capacitor/toast", | ||
"classpath": "com.capacitorjs.plugins.toast.ToastPlugin" | ||
}, | ||
{ | ||
"pkg": "@hugotomazi/capacitor-navigation-bar", | ||
"classpath": "br.com.tombus.capacitor.plugin.navigationbar.NavigationBarPlugin" | ||
} | ||
{ | ||
"pkg": "@capacitor-community/http", | ||
"classpath": "com.getcapacitor.plugin.http.Http" | ||
}, | ||
{ | ||
"pkg": "@capacitor/app", | ||
"classpath": "com.capacitorjs.plugins.app.AppPlugin" | ||
}, | ||
{ | ||
"pkg": "@capacitor/browser", | ||
"classpath": "com.capacitorjs.plugins.browser.BrowserPlugin" | ||
}, | ||
{ | ||
"pkg": "@capacitor/device", | ||
"classpath": "com.capacitorjs.plugins.device.DevicePlugin" | ||
}, | ||
{ | ||
"pkg": "@capacitor/filesystem", | ||
"classpath": "com.capacitorjs.plugins.filesystem.FilesystemPlugin" | ||
}, | ||
{ | ||
"pkg": "@capacitor/haptics", | ||
"classpath": "com.capacitorjs.plugins.haptics.HapticsPlugin" | ||
}, | ||
{ | ||
"pkg": "@capacitor/share", | ||
"classpath": "com.capacitorjs.plugins.share.SharePlugin" | ||
}, | ||
{ | ||
"pkg": "@capacitor/splash-screen", | ||
"classpath": "com.capacitorjs.plugins.splashscreen.SplashScreenPlugin" | ||
}, | ||
{ | ||
"pkg": "@capacitor/status-bar", | ||
"classpath": "com.capacitorjs.plugins.statusbar.StatusBarPlugin" | ||
}, | ||
{ | ||
"pkg": "@capacitor/toast", | ||
"classpath": "com.capacitorjs.plugins.toast.ToastPlugin" | ||
}, | ||
{ | ||
"pkg": "@hugotomazi/capacitor-navigation-bar", | ||
"classpath": "br.com.tombus.capacitor.plugin.navigationbar.NavigationBarPlugin" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
98 changes: 0 additions & 98 deletions
98
...rdova-android-plugins/src/main/java/cordova/plugins/screenorientation/CDVOrientation.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
{ | ||
"appId": "com.Frontesque.vuetube", | ||
"appName": "VueTube", | ||
"webDir": "dist", | ||
"bundledWebRuntime": false, | ||
"server": { | ||
"hostname": "youtube.com", | ||
"androidScheme": "https" | ||
}, | ||
"android": { | ||
"backgroundColor": "#000000" | ||
}, | ||
"ios": { | ||
"backgroundColor": "#000000" | ||
}, | ||
"plugins": { | ||
"SplashScreen": { | ||
"launchShowDuration": 0, | ||
"backgroundColor": "#000000", | ||
"splashFullScreen": false, | ||
"splashImmersive": false, | ||
"launchAutoHide": true, | ||
"showSpinner": false | ||
} | ||
} | ||
"appId": "com.Frontesque.vuetube", | ||
"appName": "VueTube", | ||
"webDir": "dist", | ||
"bundledWebRuntime": false, | ||
"server": { | ||
"hostname": "youtube.com", | ||
"androidScheme": "https" | ||
}, | ||
"android": { | ||
"backgroundColor": "#000000" | ||
}, | ||
"ios": { | ||
"backgroundColor": "#000000" | ||
}, | ||
"plugins": { | ||
"SplashScreen": { | ||
"launchShowDuration": 0, | ||
"backgroundColor": "#000000", | ||
"splashFullScreen": false, | ||
"splashImmersive": false, | ||
"launchAutoHide": true, | ||
"showSpinner": false | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.