Skip to content

Commit

Permalink
Preparing for release 99
Browse files Browse the repository at this point in the history
  • Loading branch information
goxr3plus committed Apr 11, 2018
1 parent 3f8ee85 commit a9ea3f6
Show file tree
Hide file tree
Showing 4 changed files with 186 additions and 9 deletions.
7 changes: 4 additions & 3 deletions New Update Prototype.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
<b> What's new ?</b> :
</p>
<p class="new"> <!-- what's new ? -->
<br>* Alphabetical-bars on every playlist (soon to support multiple languages)
<br>* WebBrowser Tabs Audio Playing , Audio Muted/Unmuted buttons
<br>* WebBrowser Loading Indicator for websites
<br>* New Logo Designed by Yasujizr ( Github )
<br>* Rotate Disc option on settings
<br>* WebBrowser Loading Indicator for websites
<br>* Disc Image Rotation Option
</p>
<p>
<b>What has been improved ?</b> :
Expand All @@ -26,6 +26,7 @@
<br>* Player Filters Design reworked
<br>* Export Files window layout improved
<br>* Settings layout improvements on all sections
<br>* Update Window layout improvement
</p>
<p>
<b>What has been fixed ?</b> :
Expand Down
185 changes: 180 additions & 5 deletions XR3Player New Release Files/XR3Player Install4J.install4j
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<install4j version="7.0.3" transformSequenceNumber="7">
<directoryPresets config="C:/Users/GOXR3PLUSSTUDIO/Desktop/XR3P Install 4J/Images" />
<application name="XR3Player" distributionSourceDir="" applicationId="8282-0762-8339-5307" mediaDir="C:/Users/GOXR3PLUSSTUDIO/Desktop/XR3P Install 4J" mediaFilePattern="${compiler:sys.shortName}_${compiler:sys.platform}_${compiler:sys.version}" compression="6" lzmaCompression="false" pack200Compression="true" excludeSignedFromPacking="true" commonExternalFiles="false" createMd5Sums="true" shrinkRuntime="true" shortName="XR3Player" publisher="GOXR3PLUS STUDIO" publisherWeb="http://www.goxr3plus.co.nf" version="3.0.0" allPathsRelative="false" backupOnSave="false" autoSave="true" convertDotsToUnderscores="true" macSignature="????" macVolumeId="e75eb469510ca3ab" javaMinVersion="1.8.0.141" javaMaxVersion="1.8.0.900" allowBetaVM="false" jdkMode="runtimeJre" jdkName="">
<install4j version="7.0.4" transformSequenceNumber="7">
<directoryPresets config="C:/Users/GOXR3PLUSSTUDIO/Desktop/XR3P Install 4J/XR3Player" />
<application name="XR3Player" distributionSourceDir="" applicationId="8282-0762-8339-5307" mediaDir="C:/Users/GOXR3PLUSSTUDIO/Desktop/XR3P Install 4J" mediaFilePattern="${compiler:sys.shortName}_${compiler:sys.platform}_${compiler:sys.version}" compression="6" lzmaCompression="false" pack200Compression="true" excludeSignedFromPacking="true" commonExternalFiles="false" createMd5Sums="true" shrinkRuntime="true" shortName="XR3Player" publisher="GOXR3PLUS STUDIO" publisherWeb="http://www.goxr3plus.co.nf" version="V.3.99" allPathsRelative="false" backupOnSave="false" autoSave="true" convertDotsToUnderscores="true" macSignature="????" macVolumeId="e75eb469510ca3ab" javaMinVersion="1.8.0.141" javaMaxVersion="1.8.0.900" allowBetaVM="false" jdkMode="runtimeJre" jdkName="">
<languages skipLanguageSelection="false" languageSelectionInPrincipalLanguage="false">
<principalLanguage id="en" customLocalizationFile="" />
<additionalLanguages />
Expand Down Expand Up @@ -30,7 +30,7 @@
</files>
<launchers>
<launcher name="XR3Player Launcher" id="152" customizedId="ID999" external="false" excludeFromMenu="false" unixMode="755" unixAutoStart="true" menuName="" icnsFile="" customMacBundleIdentifier="false" macBundleIdentifier="" swtApp="false" fileset="" macBundleBinary="JavaApplicationStub" addMacEntitlements="false" macEntitlementsFile="" useCustomMacosExecutableName="false" customMacosExecutableName="" useJavaMinVersionOverride="false" javaMinVersionOverride="1.8.0_141" useJavaMaxVersionOverride="false" javaMaxVersionOverride="1.8.0_900" checkUpdater="false" updateExecutionMode="unattendedProgress" unattendedUpdateTitle="${i18n:updater.WindowTitle(&quot;${compiler:sys.fullName}&quot;)}">
<executable name="XR3Player" type="1" iconSet="true" iconFile="C:/Users/GOXR3PLUSSTUDIO/Desktop/XR3P Install 4J/Images/xr3player.ico" executableDir="." redirectStderr="true" stderrFile="error.log" stderrMode="overwrite" redirectStdout="false" stdoutFile="output.log" stdoutMode="overwrite" failOnStderrOutput="true" executableMode="1" changeWorkingDirectory="true" workingDirectory="." singleInstance="true" serviceStartType="2" serviceDependencies="" serviceDescription="" jreLocation="" executionLevel="highestAvailable" checkConsoleParameter="true" globalSingleInstance="false" singleInstanceActivate="true" dpiAware="true">
<executable name="XR3Player" type="1" iconSet="true" iconFile="C:/Users/GOXR3PLUSSTUDIO/Desktop/XR3P Install 4J/Images/xr3player.ico" executableDir="." redirectStderr="true" stderrFile="error.log" stderrMode="overwrite" redirectStdout="false" stdoutFile="output.log" stdoutMode="overwrite" failOnStderrOutput="true" executableMode="1" changeWorkingDirectory="true" workingDirectory="." singleInstance="true" serviceStartType="2" serviceDependencies="" serviceDescription="" jreLocation="" executionLevel="requireAdministrator" checkConsoleParameter="true" globalSingleInstance="false" singleInstanceActivate="true" dpiAware="true">
<versionInfo include="true" fileVersion="3.0.0.0" fileDescription="XR3Player" legalCopyright="Open Source JavaFX Project" internalName="XR3Player" productName="XR3Player" />
</executable>
<splashScreen show="true" width="0" height="0" bitmapFile="C:/Users/GOXR3PLUSSTUDIO/Desktop/XR3P Install 4J/Images/splash.png" textOverlay="false">
Expand Down Expand Up @@ -198,6 +198,66 @@ return console.askOkCancel(message, true);
</formComponent>
</formComponents>
</screen>
<screen name="" id="341" customizedId="" beanClass="com.install4j.runtime.beans.screens.LicenseScreen" enabled="true" commentSet="false" comment="" actionElevationType="inherit" styleId="" rollbackBarrier="false" rollbackBarrierExitCode="0" backButton="2" finishScreen="false" wizardIndexChangeType="unchanged" wizardIndexKey="">
<serializedBean>
<java class="java.beans.XMLDecoder">
<object class="com.install4j.runtime.beans.screens.LicenseScreen" />
</java>
</serializedBean>
<styleOverrides />
<condition />
<validation />
<preActivation />
<postActivation />
<actions />
<formComponents>
<formComponent name="" id="342" customizedId="" beanClass="com.install4j.runtime.beans.formcomponents.MultilineLabelComponent" enabled="true" commentSet="false" comment="" insetTop="" insetLeft="" insetBottom="" insetRight="" resetInitOnPrevious="false" useExternalParametrization="false" externalParametrizationName="" externalParametrizationMode="all">
<serializedBean>
<java class="java.beans.XMLDecoder">
<object class="com.install4j.runtime.beans.formcomponents.MultilineLabelComponent">
<void property="labelText">
<string>${i18n:LicenseLabel3}</string>
</void>
</object>
</java>
</serializedBean>
<initScript />
<visibilityScript />
<externalParametrizationPropertyNames />
</formComponent>
<formComponent name="" id="343" customizedId="" beanClass="com.install4j.runtime.beans.formcomponents.LicenseComponent" enabled="true" commentSet="false" comment="" insetTop="" insetLeft="" insetBottom="" insetRight="" resetInitOnPrevious="false" useExternalParametrization="true" externalParametrizationName="License Agreement" externalParametrizationMode="include">
<serializedBean>
<java class="java.beans.XMLDecoder">
<object class="com.install4j.runtime.beans.formcomponents.LicenseComponent" id="LicenseComponent0">
<void id="LocalizedExternalFile0" property="displayedTextFile">
<void property="languageIdToExternalFile">
<void method="put">
<string>en</string>
<object class="com.install4j.api.beans.ExternalFile">
<string>C:/Users/GOXR3PLUSSTUDIO/Desktop/XR3P Install 4J/XR3Player/license.txt</string>
</object>
</void>
</void>
</void>
<void property="fillVertical">
<boolean>true</boolean>
</void>
</object>
</java>
</serializedBean>
<initScript />
<visibilityScript />
<externalParametrizationPropertyNames>
<propertyName>textSource</propertyName>
<propertyName>displayedText</propertyName>
<propertyName>displayedTextFile</propertyName>
<propertyName>variableName</propertyName>
<propertyName>acceptInitiallySelected</propertyName>
<propertyName>readAllRequired</propertyName>
</externalParametrizationPropertyNames>
</formComponent>
</formComponents>
</screen>
<screen name="" id="8" customizedId="" beanClass="com.install4j.runtime.beans.screens.InstallationDirectoryScreen" enabled="true" commentSet="false" comment="" actionElevationType="inherit" styleId="" rollbackBarrier="false" rollbackBarrierExitCode="0" backButton="2" finishScreen="false" wizardIndexChangeType="unchanged" wizardIndexKey="">
<serializedBean>
<java class="java.beans.XMLDecoder">
Expand Down Expand Up @@ -327,6 +387,14 @@ return console.askOkCancel(message, true);
<preActivation />
<postActivation />
<actions>
<action name="" id="352" customizedId="" beanClass="com.install4j.runtime.beans.actions.UninstallPreviousAction" enabled="true" commentSet="false" comment="" actionElevationType="none" rollbackBarrier="false" rollbackBarrierExitCode="0" multiExec="false" failureStrategy="1" errorMessage="">
<serializedBean>
<java class="java.beans.XMLDecoder">
<object class="com.install4j.runtime.beans.actions.UninstallPreviousAction" />
</java>
</serializedBean>
<condition />
</action>
<action name="" id="17" customizedId="" beanClass="com.install4j.runtime.beans.actions.InstallFilesAction" enabled="true" commentSet="false" comment="" actionElevationType="elevated" rollbackBarrier="false" rollbackBarrierExitCode="0" multiExec="false" failureStrategy="2" errorMessage="${i18n:FileCorrupted}">
<serializedBean>
<java class="java.beans.XMLDecoder">
Expand Down Expand Up @@ -444,7 +512,74 @@ return console.askOkCancel(message, true);
<validation />
<preActivation />
<postActivation />
<actions />
<actions>
<action name="" id="344" customizedId="" beanClass="com.install4j.runtime.beans.actions.finish.ExecuteLauncherAction" enabled="true" commentSet="false" comment="" actionElevationType="none" rollbackBarrier="false" rollbackBarrierExitCode="0" multiExec="false" failureStrategy="1" errorMessage="">
<serializedBean>
<java class="java.beans.XMLDecoder">
<object class="com.install4j.runtime.beans.actions.finish.ExecuteLauncherAction">
<void property="launcherId">
<string>152</string>
</void>
</object>
</java>
</serializedBean>
<condition>context.getBooleanVariable("executeLauncherAction") &amp;&amp; (!context.isUnattended())</condition>
</action>
<action name="" id="346" customizedId="" beanClass="com.install4j.runtime.beans.actions.desktop.CreateDesktopLinkAction" enabled="true" commentSet="false" comment="" actionElevationType="elevated" rollbackBarrier="false" rollbackBarrierExitCode="0" multiExec="false" failureStrategy="1" errorMessage="">
<serializedBean>
<java class="java.beans.XMLDecoder">
<object class="com.install4j.runtime.beans.actions.desktop.CreateDesktopLinkAction">
<void property="description">
<string>Create a shortcut on desktop for XR3Player</string>
</void>
<void property="file">
<object class="java.io.File">
<string>XR3Player</string>
</object>
</void>
<void property="name">
<string>${compiler:sys.fullName}</string>
</void>
</object>
</java>
</serializedBean>
<condition>context.getBooleanVariable("createDesktopLinkAction")</condition>
</action>
<action name="" id="349" customizedId="" beanClass="com.install4j.runtime.beans.actions.desktop.CreateStartMenuEntryAction" enabled="true" commentSet="false" comment="" actionElevationType="elevated" rollbackBarrier="false" rollbackBarrierExitCode="0" multiExec="false" failureStrategy="1" errorMessage="">
<serializedBean>
<java class="java.beans.XMLDecoder">
<object class="com.install4j.runtime.beans.actions.desktop.CreateStartMenuEntryAction">
<void property="entryName">
<string>XR3Player</string>
</void>
<void property="file">
<object class="java.io.File">
<string>XR3Player</string>
</object>
</void>
</object>
</java>
</serializedBean>
<condition>!context.getBooleanVariable("sys.programGroupDisabled")</condition>
</action>
<action name="" id="357" customizedId="" beanClass="com.install4j.runtime.beans.actions.desktop.CreateStartMenuEntryAction" enabled="true" commentSet="false" comment="" actionElevationType="elevated" rollbackBarrier="false" rollbackBarrierExitCode="0" multiExec="false" failureStrategy="1" errorMessage="">
<serializedBean>
<java class="java.beans.XMLDecoder">
<object class="com.install4j.runtime.beans.actions.desktop.CreateStartMenuEntryAction">
<void property="entryName">
<string>XR3Player</string>
</void>
<void property="file">
<object class="java.io.File">
<string>XR3Player</string>
</object>
</void>
</object>
</java>
</serializedBean>
<condition>!context.getBooleanVariable("sys.programGroupDisabled")</condition>
</action>
</actions>
<formComponents>
<formComponent name="" id="21" customizedId="" beanClass="com.install4j.runtime.beans.formcomponents.MultilineLabelComponent" enabled="true" commentSet="false" comment="" insetTop="" insetLeft="" insetBottom="10" insetRight="" resetInitOnPrevious="false" useExternalParametrization="false" externalParametrizationName="" externalParametrizationMode="all">
<serializedBean>
Expand All @@ -460,6 +595,46 @@ return console.askOkCancel(message, true);
<visibilityScript />
<externalParametrizationPropertyNames />
</formComponent>
<formComponent name="Execute launcher" id="345" customizedId="" beanClass="com.install4j.runtime.beans.formcomponents.CheckboxComponent" enabled="true" commentSet="false" comment="" insetTop="" insetLeft="" insetBottom="" insetRight="" resetInitOnPrevious="false" useExternalParametrization="false" externalParametrizationName="" externalParametrizationMode="all">
<serializedBean>
<java class="java.beans.XMLDecoder">
<object class="com.install4j.runtime.beans.formcomponents.CheckboxComponent">
<void property="checkboxText">
<string>${i18n:RunEntryExec("${compiler:sys.fullName}")}</string>
</void>
<void property="initiallySelected">
<boolean>true</boolean>
</void>
<void property="variableName">
<string>executeLauncherAction</string>
</void>
</object>
</java>
</serializedBean>
<initScript />
<visibilityScript />
<externalParametrizationPropertyNames />
</formComponent>
<formComponent name="Add a desktop link" id="347" customizedId="" beanClass="com.install4j.runtime.beans.formcomponents.CheckboxComponent" enabled="true" commentSet="false" comment="" insetTop="" insetLeft="" insetBottom="" insetRight="" resetInitOnPrevious="false" useExternalParametrization="false" externalParametrizationName="" externalParametrizationMode="all">
<serializedBean>
<java class="java.beans.XMLDecoder">
<object class="com.install4j.runtime.beans.formcomponents.CheckboxComponent">
<void property="checkboxText">
<string>${i18n:CreateDesktopIcon}</string>
</void>
<void property="initiallySelected">
<boolean>true</boolean>
</void>
<void property="variableName">
<string>createDesktopLinkAction</string>
</void>
</object>
</java>
</serializedBean>
<initScript />
<visibilityScript />
<externalParametrizationPropertyNames />
</formComponent>
</formComponents>
</screen>
</screens>
Expand Down
1 change: 1 addition & 0 deletions XR3PlayerUpdatePage.html
Original file line number Diff line number Diff line change
Expand Up @@ -1759,6 +1759,7 @@
<section id="Upcoming Features">
<p id="most important">
<!-- TODO ASSAP -->
<br>* New Logo Designed by Yasujizr ( Github )
<br>* More enhancement User Mode Section [ Show more information for the logged in user]
<br>* New Library Information Viewer
<br>* Browser Tabs have mute/unmute button
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public class Main extends Application {
public static final PropertiesDb applicationProperties = new PropertiesDb(InfoTool.getAbsoluteDatabasePathWithSeparator() + "ApplicationProperties.properties", true);
public static final Logger logger = Logger.getGlobal();
public static final Properties internalInformation = new Properties();
public static final int APPLICATION_VERSION = 12;
public static final int APPLICATION_VERSION = 99;
static {
//Important for Web Browser allowing xss
//System.setProperty("sun.net.http.allowRestrictedHeaders", "true")
Expand Down

0 comments on commit a9ea3f6

Please sign in to comment.