diff --git a/build.xml b/build.xml
index 05be048..a188387 100755
--- a/build.xml
+++ b/build.xml
@@ -327,7 +327,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det
-
+
diff --git a/docs/BUILD.html b/docs/BUILD.html
index b8ab78d..cd8e05a 100644
--- a/docs/BUILD.html
+++ b/docs/BUILD.html
@@ -49,7 +49,7 @@
diff --git a/docs/I2PBrowser.md b/docs/I2PBrowser.md
index 26aee70..63d8646 100644
--- a/docs/I2PBrowser.md
+++ b/docs/I2PBrowser.md
@@ -7,7 +7,7 @@ Description:
> I2PBrowser.java Copyright C 2022 idk This program is free software: you can redistribute it and/or modify it under the terms of the MIT License. See LICENSE.md for details. This program 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. @description I2PBrowser is a that is used to open a browser window to the I2P network. It automatically detects the operating system and available browsers and selects the best one to use with Tor Browser at the top for Firefox and Brave at the top for Chrome.
Author: idk
-Parent class: I2PCommonBrowser
+Parent class: I2PGenericUnsafeBrowser
package: net.i2p.i2pfirefox
## Dependencies
@@ -197,14 +197,12 @@ package: net.i2p.i2pfirefox
>
+ Access: private
-+ Modifiers: static
#### boolean useSystray [[src]](src/java/net/i2p/i2pfirefox/I2PBrowser.java#L)
>
+ Access: private
-+ Modifiers: static
## Methods
@@ -255,7 +253,7 @@ package: net.i2p.i2pfirefox
| browserPath | String | |
-### hasChromium [[src]](src/java/net/i2p/i2pfirefox/I2PBrowser.java#L131)
+### hasChromium [[src]](src/java/net/i2p/i2pfirefox/I2PBrowser.java#L129)
+ Description: Return true if there is a Chromium available
+ Access: public
@@ -264,7 +262,7 @@ package: net.i2p.i2pfirefox
This method has no parameters.
-### hasFirefox [[src]](src/java/net/i2p/i2pfirefox/I2PBrowser.java#L148)
+### hasFirefox [[src]](src/java/net/i2p/i2pfirefox/I2PBrowser.java#L146)
+ Description: Return true if there is a Firefox variant available
+ Access: public
@@ -273,7 +271,7 @@ This method has no parameters.
This method has no parameters.
-### launch [[src]](src/java/net/i2p/i2pfirefox/I2PBrowser.java#L168)
+### launch [[src]](src/java/net/i2p/i2pfirefox/I2PBrowser.java#L166)
+ Description: Populates a profile directory with a proxy configuration. Waits for an HTTP proxy on the port 4444 to be ready. Launches either Firefox or Chromium with the profile directory.
+ Access: public
@@ -285,7 +283,7 @@ This method has no parameters.
| url | String[] | |
-### launch [[src]](src/java/net/i2p/i2pfirefox/I2PBrowser.java#L213)
+### launch [[src]](src/java/net/i2p/i2pfirefox/I2PBrowser.java#L211)
+ Description: Populates a profile directory with a proxy configuration. Waits for an HTTP proxy on the port 4444 to be ready. Launches either Firefox or Chromium with the profile directory.
+ Access: public
@@ -296,7 +294,7 @@ This method has no parameters.
| privateWindow | boolean | |
-### launch [[src]](src/java/net/i2p/i2pfirefox/I2PBrowser.java#L227)
+### launch [[src]](src/java/net/i2p/i2pfirefox/I2PBrowser.java#L225)
+ Description: Populates a profile directory with a proxy configuration. Waits for an HTTP proxy on the port 4444 to be ready. Launches either Firefox or Chromium with the profile directory.
+ Access: public
@@ -305,11 +303,10 @@ This method has no parameters.
This method has no parameters.
-### ValidURL [[src]](src/java/net/i2p/i2pfirefox/I2PBrowser.java#L229)
+### ValidURL [[src]](src/java/net/i2p/i2pfirefox/I2PBrowser.java#L227)
+ Description:
+ Access: private
-+ Modifiers: static
+ return: String
| Name | Type | Description |
@@ -317,7 +314,7 @@ This method has no parameters.
| inUrl | String | |
-### main [[src]](src/java/net/i2p/i2pfirefox/I2PBrowser.java#L239)
+### main [[src]](src/java/net/i2p/i2pfirefox/I2PBrowser.java#L237)
+ Description:
+ Access: public
@@ -329,7 +326,7 @@ This method has no parameters.
| args | String[] | |
-### parseArgs [[src]](src/java/net/i2p/i2pfirefox/I2PBrowser.java#L243)
+### parseArgs [[src]](src/java/net/i2p/i2pfirefox/I2PBrowser.java#L241)
+ Description:
+ Access: public
@@ -340,7 +337,7 @@ This method has no parameters.
| args | String[] | |
-### startup [[src]](src/java/net/i2p/i2pfirefox/I2PBrowser.java#L290)
+### startup [[src]](src/java/net/i2p/i2pfirefox/I2PBrowser.java#L288)
+ Description:
+ Access: public
@@ -351,27 +348,25 @@ This method has no parameters.
| args | String[] | |
-### createSystrayRunningFile [[src]](src/java/net/i2p/i2pfirefox/I2PBrowser.java#L309)
+### createSystrayRunningFile [[src]](src/java/net/i2p/i2pfirefox/I2PBrowser.java#L307)
+ Description:
+ Access: protected
-+ Modifiers: static
+ return: boolean
This method has no parameters.
-### systrayRunningExternally [[src]](src/java/net/i2p/i2pfirefox/I2PBrowser.java#L325)
+### systrayRunningExternally [[src]](src/java/net/i2p/i2pfirefox/I2PBrowser.java#L323)
+ Description:
+ Access: protected
-+ Modifiers: static
+ return: boolean
This method has no parameters.
-### initTray [[src]](src/java/net/i2p/i2pfirefox/I2PBrowser.java#L336)
+### initTray [[src]](src/java/net/i2p/i2pfirefox/I2PBrowser.java#L334)
+ Description:
+ Access: private
@@ -380,7 +375,7 @@ This method has no parameters.
This method has no parameters.
-### initMenu [[src]](src/java/net/i2p/i2pfirefox/I2PBrowser.java#L347)
+### initMenu [[src]](src/java/net/i2p/i2pfirefox/I2PBrowser.java#L345)
+ Description:
+ Access: private
@@ -389,7 +384,7 @@ This method has no parameters.
This method has no parameters.
-### initIconFile [[src]](src/java/net/i2p/i2pfirefox/I2PBrowser.java#L352)
+### initIconFile [[src]](src/java/net/i2p/i2pfirefox/I2PBrowser.java#L350)
+ Description:
+ Access: private
@@ -398,7 +393,7 @@ This method has no parameters.
This method has no parameters.
-### initIcon [[src]](src/java/net/i2p/i2pfirefox/I2PBrowser.java#L366)
+### initIcon [[src]](src/java/net/i2p/i2pfirefox/I2PBrowser.java#L364)
+ Description:
+ Access: private
@@ -407,7 +402,7 @@ This method has no parameters.
This method has no parameters.
-### startupSystray [[src]](src/java/net/i2p/i2pfirefox/I2PBrowser.java#L379)
+### startupSystray [[src]](src/java/net/i2p/i2pfirefox/I2PBrowser.java#L377)
+ Description:
+ Access: protected
@@ -416,7 +411,7 @@ This method has no parameters.
This method has no parameters.
-### shutdownSystray [[src]](src/java/net/i2p/i2pfirefox/I2PBrowser.java#L406)
+### shutdownSystray [[src]](src/java/net/i2p/i2pfirefox/I2PBrowser.java#L404)
+ Description:
+ Access: protected
@@ -425,7 +420,7 @@ This method has no parameters.
This method has no parameters.
-### systray [[src]](src/java/net/i2p/i2pfirefox/I2PBrowser.java#L415)
+### systray [[src]](src/java/net/i2p/i2pfirefox/I2PBrowser.java#L413)
+ Description:
+ Access: public
diff --git a/docs/I2PBrowserPlugin.html b/docs/I2PBrowserPlugin.html
index 639b4d6..f5a332c 100644
--- a/docs/I2PBrowserPlugin.html
+++ b/docs/I2PBrowserPlugin.html
@@ -37,6 +37,11 @@
diff --git a/docs/I2PChromium.md b/docs/I2PChromium.md
index 744c01f..b529fc6 100644
--- a/docs/I2PChromium.md
+++ b/docs/I2PChromium.md
@@ -7,7 +7,7 @@ Description:
> I2PChromium.java Copyright C 2022 idk This program is free software: you can redistribute it and/or modify it under the terms of the MIT License. See LICENSE.md for details. This program 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.
Author: idk
-Parent class: I2PCommonBrowser
+Parent class: I2PChromiumProfileUnpacker
package: net.i2p.i2pfirefox
## Dependencies
@@ -52,7 +52,6 @@ package: net.i2p.i2pfirefox
+ Description:
+ Access: public
-+ Modifiers: static
+ return: void
This method has no parameters.
@@ -62,7 +61,6 @@ This method has no parameters.
+ Description:
+ Access: private
-+ Modifiers: static
+ return: String[]
This method has no parameters.
@@ -72,7 +70,6 @@ This method has no parameters.
+ Description:
+ Access: private
-+ Modifiers: static
+ return: String[]
This method has no parameters.
@@ -82,7 +79,6 @@ This method has no parameters.
+ Description:
+ Access: private
-+ Modifiers: static
+ return: String[]
This method has no parameters.
@@ -92,7 +88,6 @@ This method has no parameters.
+ Description:
+ Access: private
-+ Modifiers: static
+ return: String[]
This method has no parameters.
@@ -102,7 +97,6 @@ This method has no parameters.
+ Description:
+ Access: private
-+ Modifiers: static
+ return: String[]
This method has no parameters.
@@ -112,7 +106,6 @@ This method has no parameters.
+ Description:
+ Access: private
-+ Modifiers: static
+ return: String[]
This method has no parameters.
@@ -122,7 +115,6 @@ This method has no parameters.
+ Description:
+ Access: private
-+ Modifiers: static
+ return: String[]
This method has no parameters.
@@ -132,7 +124,6 @@ This method has no parameters.
+ Description:
+ Access: private
-+ Modifiers: static
+ return: String[]
This method has no parameters.
@@ -142,7 +133,6 @@ This method has no parameters.
+ Description:
+ Access: private
-+ Modifiers: static
+ return: String[]
This method has no parameters.
@@ -152,7 +142,6 @@ This method has no parameters.
+ Description:
+ Access: private
-+ Modifiers: static
+ return: String[]
This method has no parameters.
@@ -162,7 +151,6 @@ This method has no parameters.
+ Description:
+ Access: private
-+ Modifiers: static
+ return: String[]
This method has no parameters.
@@ -172,7 +160,6 @@ This method has no parameters.
+ Description:
+ Access: private
-+ Modifiers: static
+ return: String[]
This method has no parameters.
@@ -278,7 +265,7 @@ This method has no parameters.
| args | String[] | the extended arguments to pass to the Chromium binary. |
-### launchAndDetatch [[src]](src/java/net/i2p/i2pfirefox/I2PChromium.java#L666)
+### launchAndDetatch [[src]](src/java/net/i2p/i2pfirefox/I2PChromium.java#L662)
+ Description:
+ Access: public
@@ -290,7 +277,7 @@ This method has no parameters.
| url | String[] | |
-### launchAndDetatch [[src]](src/java/net/i2p/i2pfirefox/I2PChromium.java#L673)
+### launchAndDetatch [[src]](src/java/net/i2p/i2pfirefox/I2PChromium.java#L669)
+ Description:
+ Access: public
@@ -302,20 +289,20 @@ This method has no parameters.
| url | String[] | |
+### launch [[src]](src/java/net/i2p/i2pfirefox/I2PChromium.java#L725)
+
++ Description: Populates a profile directory with a proxy configuration. Waits for an HTTP proxy on the port 4444 to be ready. Launches Chromium with the profile directory.
++ Access: public
++ return: void
+
+| Name | Type | Description |
+| ----- | ----- | ----- |
+| privateWindow | boolean | |
+| url | String[] | |
+
+
### launch [[src]](src/java/net/i2p/i2pfirefox/I2PChromium.java#L731)
-+ Description: Populates a profile directory with a proxy configuration. Waits for an HTTP proxy on the port 4444 to be ready. Launches Chromium with the profile directory.
-+ Access: public
-+ return: void
-
-| Name | Type | Description |
-| ----- | ----- | ----- |
-| privateWindow | boolean | |
-| url | String[] | |
-
-
-### launch [[src]](src/java/net/i2p/i2pfirefox/I2PChromium.java#L737)
-
+ Description:
+ Access: public
+ return: void
@@ -326,7 +313,7 @@ This method has no parameters.
| url | String[] | |
-### launch [[src]](src/java/net/i2p/i2pfirefox/I2PChromium.java#L762)
+### launch [[src]](src/java/net/i2p/i2pfirefox/I2PChromium.java#L756)
+ Description: Populates a profile directory with a proxy configuration. Waits for an HTTP proxy on the port 4444 to be ready. Launches Chromium with the profile directory.
+ Access: public
@@ -337,7 +324,7 @@ This method has no parameters.
| privateWindow | boolean | |
-### launch [[src]](src/java/net/i2p/i2pfirefox/I2PChromium.java#L771)
+### launch [[src]](src/java/net/i2p/i2pfirefox/I2PChromium.java#L765)
+ Description: Populates a profile directory with a proxy configuration. Waits for an HTTP proxy on the port 4444 to be ready. Launches Chromium with the profile directory.
+ Access: public
@@ -346,11 +333,10 @@ This method has no parameters.
This method has no parameters.
-### ValidURL [[src]](src/java/net/i2p/i2pfirefox/I2PChromium.java#L773)
+### ValidURL [[src]](src/java/net/i2p/i2pfirefox/I2PChromium.java#L767)
+ Description:
+ Access: private
-+ Modifiers: static
+ return: String
| Name | Type | Description |
@@ -358,7 +344,7 @@ This method has no parameters.
| inUrl | String | |
-### main [[src]](src/java/net/i2p/i2pfirefox/I2PChromium.java#L783)
+### main [[src]](src/java/net/i2p/i2pfirefox/I2PChromium.java#L777)
+ Description:
+ Access: public
diff --git a/docs/I2PChromiumProfileBuilder.html b/docs/I2PChromiumProfileBuilder.html
index 9356ee2..342b20c 100644
--- a/docs/I2PChromiumProfileBuilder.html
+++ b/docs/I2PChromiumProfileBuilder.html
@@ -49,7 +49,7 @@
return: boolean
diff --git a/docs/I2PChromiumProfileBuilder.md b/docs/I2PChromiumProfileBuilder.md
index b6ecef4..e0e9bb9 100644
--- a/docs/I2PChromiumProfileBuilder.md
+++ b/docs/I2PChromiumProfileBuilder.md
@@ -7,7 +7,7 @@ Description:
> I2PChromiumProfileBuilder.java Copyright C 2022 idk This program is free software: you can redistribute it and/or modify it under the terms of the MIT License. See LICENSE.md for details. This program 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. I2PChromiumProfileBuilder is a that builds a profile directory which contains the I2P browser profile for the Chromium browser family. It manages the base profile directory and copies it's contents to the active profile directory which is actually used by Chromium.
Author: idk
-Parent class: I2PCommonBrowser
+Parent class: I2PChromiumProfileChecker
package: net.i2p.i2pfirefox
## Dependencies
@@ -28,27 +28,13 @@ package: net.i2p.i2pfirefox
>
+ Access: public
-+ Modifiers: static
## Methods
-### profileDirectory [[src]](src/java/net/i2p/i2pfirefox/I2PChromiumProfileBuilder.java#L31)
-
-+ Description: get the profile directory creating it if necessary
-+ Access: public
-+ Modifiers: static
-+ return: String
-
-| Name | Type | Description |
-| ----- | ----- | ----- |
-| base | String | |
-
-
-### baseProfileDir [[src]](src/java/net/i2p/i2pfirefox/I2PChromiumProfileBuilder.java#L35)
+### baseProfileDir [[src]](src/java/net/i2p/i2pfirefox/I2PChromiumProfileBuilder.java#L26)
+ Description:
+ Access: private
-+ Modifiers: static
+ return: String
| Name | Type | Description |
@@ -57,11 +43,10 @@ package: net.i2p.i2pfirefox
| mode | String | |
-### baseProfileDirectory [[src]](src/java/net/i2p/i2pfirefox/I2PChromiumProfileBuilder.java#L59)
+### baseProfileDirectory [[src]](src/java/net/i2p/i2pfirefox/I2PChromiumProfileBuilder.java#L50)
+ Description:
+ Access: public
-+ Modifiers: static
+ return: String
| Name | Type | Description |
@@ -69,11 +54,10 @@ package: net.i2p.i2pfirefox
| mode | String | |
-### runtimeDirectory [[src]](src/java/net/i2p/i2pfirefox/I2PChromiumProfileBuilder.java#L83)
+### runtimeDirectory [[src]](src/java/net/i2p/i2pfirefox/I2PChromiumProfileBuilder.java#L74)
+ Description: get the runtime directory creating it if create=true
+ Access: public
-+ Modifiers: static
+ return: the runtime directory or null if it could not be created
| Name | Type | Description |
@@ -81,31 +65,28 @@ package: net.i2p.i2pfirefox
| create | boolean | if true create the runtime directory if it does not exist |
-### runtimeDirectory [[src]](src/java/net/i2p/i2pfirefox/I2PChromiumProfileBuilder.java#L94)
+### runtimeDirectory [[src]](src/java/net/i2p/i2pfirefox/I2PChromiumProfileBuilder.java#L85)
+ Description: get the correct runtime directory
+ Access: public
-+ Modifiers: static
+ return: the runtime directory or null if it could not be created or found
This method has no parameters.
-### usabilityMode [[src]](src/java/net/i2p/i2pfirefox/I2PChromiumProfileBuilder.java#L109)
+### usabilityMode [[src]](src/java/net/i2p/i2pfirefox/I2PChromiumProfileBuilder.java#L100)
+ Description:
+ Access: public
-+ Modifiers: static
+ return: String
This method has no parameters.
-### copyBaseProfiletoProfile [[src]](src/java/net/i2p/i2pfirefox/I2PChromiumProfileBuilder.java#L120)
+### copyBaseProfiletoProfile [[src]](src/java/net/i2p/i2pfirefox/I2PChromiumProfileBuilder.java#L111)
+ Description: Copy the inert base profile directory to the runtime profile directory
+ Access: public
-+ Modifiers: static
+ return: boolean
This method has no parameters.
diff --git a/docs/I2PChromiumProfileChecker.html b/docs/I2PChromiumProfileChecker.html
index 5f5d680..63a6212 100644
--- a/docs/I2PChromiumProfileChecker.html
+++ b/docs/I2PChromiumProfileChecker.html
@@ -49,7 +49,7 @@
diff --git a/docs/I2PChromiumProfileUnpacker.md b/docs/I2PChromiumProfileUnpacker.md
index 71ae9b6..4b80c88 100644
--- a/docs/I2PChromiumProfileUnpacker.md
+++ b/docs/I2PChromiumProfileUnpacker.md
@@ -7,7 +7,7 @@ Description:
> I2PChromiumProfileUnpacker.java Copyright C 2022 idk This program is free software: you can redistribute it and/or modify it under the terms of the MIT License. See LICENSE.md for details. This program 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. I2PChromiumProfileUnpacker is a that unpacks the Chromium profile zip file into the Chromium base profile directory. This is not used by the Chromium browser instance it's unpacked to the disk to be copied to the active profile directory.
Author: idk
-Parent class: I2PCommonBrowser
+Parent class: I2PChromiumProfileBuilder
package: net.i2p.i2pfirefox
## Dependencies
diff --git a/docs/I2PCommonBrowser.html b/docs/I2PCommonBrowser.html
index 1313c85..0f24537 100644
--- a/docs/I2PCommonBrowser.html
+++ b/docs/I2PCommonBrowser.html
@@ -49,7 +49,7 @@
return: File
diff --git a/docs/I2PCommonBrowser.md b/docs/I2PCommonBrowser.md
index 5866291..9b5b620 100644
--- a/docs/I2PCommonBrowser.md
+++ b/docs/I2PCommonBrowser.md
@@ -42,36 +42,72 @@ package: net.i2p.i2pfirefox
>
+ Access: public
-+ Modifiers: static
#### Logger logger [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L)
>
+ Access: public
-+ Modifiers: static
-#### [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L39)
+#### FileHandler fh [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L)
- > static FileHandler fh;
+ >
+ Access: private
-+ Modifiers: final
-
-#### [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L40)
-
- > // private final int DEFAULT_TIMEOUT = 200;
-
-+ Access: private
-+ Modifiers: static
## Methods
-### runtimeDirectory [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L180)
+### loadPropertiesFile [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L58)
+
++ Description:
++ Access: public
++ return: void
+
+| Name | Type | Description |
+| ----- | ----- | ----- |
+| props | File | |
+
+
+### validateUserDir [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L68)
+
++ Description:
++ Access: public
++ return: void
+
+This method has no parameters.
+
+
+### getOperatingSystem [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L113)
+
++ Description:
++ Access: public
++ return: String
+
+This method has no parameters.
+
+
+### isWindows [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L127)
+
++ Description:
++ Access: protected
++ return: boolean
+
+This method has no parameters.
+
+
+### isOSX [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L139)
+
++ Description:
++ Access: protected
++ return: boolean
+
+This method has no parameters.
+
+
+### runtimeDirectory [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L179)
+ Description: get the runtime directory creating it if create=true
+ Access: protected
-+ Modifiers: static
+ return: the runtime directory or null if it could not be created
| Name | Type | Description |
@@ -80,11 +116,10 @@ package: net.i2p.i2pfirefox
| override | String | |
-### runtimeDirectory [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L197)
+### runtimeDirectory [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L196)
+ Description: get the correct runtime directory
+ Access: protected
-+ Modifiers: static
+ return: the runtime directory or null if it could not be created or found
| Name | Type | Description |
@@ -92,11 +127,10 @@ package: net.i2p.i2pfirefox
| override | String | |
-### profileDirectory [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L245)
+### profileDirectory [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L244)
+ Description: get the profile directory creating it if necessary
+ Access: protected
-+ Modifiers: static
+ return: the profile directory or null if it could not be created
| Name | Type | Description |
@@ -107,11 +141,10 @@ package: net.i2p.i2pfirefox
| app | boolean | |
-### profileDir [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L258)
+### profileDir [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L257)
+ Description:
+ Access: protected
-+ Modifiers: static
+ return: String
| Name | Type | Description |
@@ -122,7 +155,7 @@ package: net.i2p.i2pfirefox
| app | boolean | |
-### unpackProfile [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L269)
+### unpackProfile [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L268)
+ Description:
+ Access: protected
@@ -135,11 +168,10 @@ package: net.i2p.i2pfirefox
| base | String | |
-### copyDirectory [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L315)
+### copyDirectory [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L313)
+ Description:
+ Access: protected
-+ Modifiers: static
+ return: void
| Name | Type | Description |
@@ -150,11 +182,10 @@ package: net.i2p.i2pfirefox
| base | String | |
-### copyDirectoryCompatibilityMode [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L330)
+### copyDirectoryCompatibilityMode [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L328)
+ Description:
+ Access: private
-+ Modifiers: static
+ return: void
| Name | Type | Description |
@@ -165,11 +196,10 @@ package: net.i2p.i2pfirefox
| base | String | |
-### copy [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L339)
+### copy [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L336)
+ Description:
+ Access: public
-+ Modifiers: static
+ return: void
| Name | Type | Description |
@@ -178,11 +208,10 @@ package: net.i2p.i2pfirefox
| target | OutputStream | |
-### copyFile [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L348)
+### copyFile [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L345)
+ Description:
+ Access: private
-+ Modifiers: static
+ return: void
| Name | Type | Description |
@@ -191,11 +220,10 @@ package: net.i2p.i2pfirefox
| destinationFile | File | |
-### validateProfileFirstRun [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L359)
+### validateProfileFirstRun [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L356)
+ Description:
+ Access: public
-+ Modifiers: static
+ return: boolean
| Name | Type | Description |
@@ -203,7 +231,7 @@ package: net.i2p.i2pfirefox
| profileDirectory | String | |
-### waitForProxy [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L385)
+### waitForProxy [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L382)
+ Description: Waits for an HTTP proxy on port 4444 to be ready. Returns false on timeout of 200 seconds.
+ Access: public
@@ -212,7 +240,7 @@ package: net.i2p.i2pfirefox
This method has no parameters.
-### waitForProxy [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L395)
+### waitForProxy [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L392)
+ Description: Waits for an HTTP proxy on port 4444 to be ready. Returns false on timeout of the specified number of seconds.
+ Access: public
@@ -223,7 +251,7 @@ This method has no parameters.
| timeout | int | the number of seconds to wait for the proxy to be ready. |
-### waitForProxy [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L407)
+### waitForProxy [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L404)
+ Description: Waits for an HTTP proxy on the specified port to be ready. Returns false on timeout of the specified number of seconds.
+ Access: public
@@ -235,7 +263,7 @@ This method has no parameters.
| port | int | the port to wait for the proxy to be ready on. |
-### waitForProxy [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L422)
+### waitForProxy [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L419)
+ Description: Waits for an HTTP proxy on the specified port to be ready. Returns false on timeout of the specified number of seconds. If the timeout is zero or less the check is disabled and always returns true.
+ Access: public
@@ -248,7 +276,7 @@ This method has no parameters.
| host | String | the host to wait for the proxy to be ready on. |
-### checkifPortIsOccupied [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L440)
+### checkifPortIsOccupied [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L437)
+ Description:
+ Access: public
@@ -260,7 +288,7 @@ This method has no parameters.
| host | String | |
-### setProxyTimeoutTime [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L455)
+### setProxyTimeoutTime [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L452)
+ Description: Alters the proxy timeout to customized value time in seconds. May be zero.
+ Access: public
@@ -271,11 +299,10 @@ This method has no parameters.
| time | int | |
-### join [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L460)
+### join [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L457)
+ Description:
+ Access: protected
-+ Modifiers: static
+ return: String
| Name | Type | Description |
@@ -283,11 +310,10 @@ This method has no parameters.
| arr | String[] | |
-### sleep [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L469)
+### sleep [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L466)
+ Description:
+ Access: public
-+ Modifiers: static
+ return: void
| Name | Type | Description |
@@ -295,11 +321,10 @@ This method has no parameters.
| millis | int | |
-### searchFile [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L477)
+### searchFile [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L474)
+ Description:
+ Access: public
-+ Modifiers: static
+ return: File
| Name | Type | Description |
diff --git a/docs/I2PFirefox.html b/docs/I2PFirefox.html
index 19e9c96..f0d85e1 100644
--- a/docs/I2PFirefox.html
+++ b/docs/I2PFirefox.html
@@ -49,7 +49,7 @@
diff --git a/docs/I2PFirefox.md b/docs/I2PFirefox.md
index d9c1d94..31c024e 100644
--- a/docs/I2PFirefox.md
+++ b/docs/I2PFirefox.md
@@ -7,7 +7,7 @@ Description:
> I2PFirefox.java Copyright C 2022 idk This program is free software: you can redistribute it and/or modify it under the terms of the MIT License. See LICENSE.md for details. This program 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.
Author: idk
-Parent class: I2PCommonBrowser
+Parent class: I2PFirefoxProfileUnpacker
package: net.i2p.i2pfirefox
## Dependencies
@@ -52,7 +52,6 @@ package: net.i2p.i2pfirefox
>
+ Access: public
-+ Modifiers: static
## Methods
@@ -60,7 +59,6 @@ package: net.i2p.i2pfirefox
+ Description:
+ Access: private
-+ Modifiers: static
+ return: String
This method has no parameters.
@@ -70,7 +68,6 @@ This method has no parameters.
+ Description:
+ Access: public
-+ Modifiers: static
+ return: void
This method has no parameters.
@@ -80,7 +77,6 @@ This method has no parameters.
+ Description:
+ Access: public
-+ Modifiers: static
+ return: String[]
This method has no parameters.
@@ -90,7 +86,6 @@ This method has no parameters.
+ Description:
+ Access: public
-+ Modifiers: static
+ return: String[]
This method has no parameters.
@@ -100,7 +95,6 @@ This method has no parameters.
+ Description:
+ Access: private
-+ Modifiers: static
+ return: String[]
This method has no parameters.
@@ -110,7 +104,6 @@ This method has no parameters.
+ Description:
+ Access: public
-+ Modifiers: static
+ return: String[]
This method has no parameters.
@@ -120,7 +113,6 @@ This method has no parameters.
+ Description:
+ Access: private
-+ Modifiers: static
+ return: String[]
This method has no parameters.
@@ -130,7 +122,6 @@ This method has no parameters.
+ Description:
+ Access: public
-+ Modifiers: static
+ return: String[]
This method has no parameters.
@@ -140,7 +131,6 @@ This method has no parameters.
+ Description:
+ Access: private
-+ Modifiers: static
+ return: String[]
This method has no parameters.
@@ -150,7 +140,6 @@ This method has no parameters.
+ Description:
+ Access: private
-+ Modifiers: static
+ return: String[]
This method has no parameters.
@@ -160,7 +149,6 @@ This method has no parameters.
+ Description:
+ Access: private
-+ Modifiers: static
+ return: String[]
This method has no parameters.
@@ -170,7 +158,6 @@ This method has no parameters.
+ Description:
+ Access: private
-+ Modifiers: static
+ return: String[]
This method has no parameters.
@@ -180,23 +167,21 @@ This method has no parameters.
+ Description:
+ Access: private
-+ Modifiers: static
+ return: String[]
This method has no parameters.
-### FIREFOX_FINDER [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L335)
+### FIREFOX_FINDER [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L337)
+ Description:
+ Access: private
-+ Modifiers: static
+ return: String[]
This method has no parameters.
-### onlyValidFirefoxes [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L356)
+### onlyValidFirefoxes [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L358)
+ Description: Check our list of firefox paths for a valid firefox binary. Just an existence check for now but should check versions in the future.
+ Access: public
@@ -205,7 +190,7 @@ This method has no parameters.
This method has no parameters.
-### topFirefox [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L377)
+### topFirefox [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L379)
+ Description: Return the best available Firefox from the list of Firefoxes we have.
+ Access: public
@@ -214,7 +199,7 @@ This method has no parameters.
This method has no parameters.
-### topFirefox [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L407)
+### topFirefox [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L409)
+ Description: Return the best available Firefox from the list of Firefoxes we have. if override is passed it will be validated and if it validates it will be used.
+ Access: public
@@ -225,7 +210,7 @@ This method has no parameters.
| overrideFirefox | String | |
-### defaultProcessBuilder [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L425)
+### defaultProcessBuilder [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L427)
+ Description: Build a ProcessBuilder for the top Firefox binary and the default profile.
+ Access: public
@@ -234,7 +219,7 @@ This method has no parameters.
This method has no parameters.
-### defaultProcessBuilder [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L437)
+### defaultProcessBuilder [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L439)
+ Description: Build a ProcessBuilder for the top Firefox binary and the default profile.
+ Access: public
@@ -245,7 +230,7 @@ This method has no parameters.
| args | String[] | the args to pass to the Firefox binary |
-### privateProcessBuilder [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L451)
+### privateProcessBuilder [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L453)
+ Description: Build a ProcessBuilder for the top Firefox binary and the default profile. Pass the --private-window flag to open a window.
+ Access: public
@@ -254,7 +239,7 @@ This method has no parameters.
This method has no parameters.
-### privateProcessBuilder [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L464)
+### privateProcessBuilder [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L466)
+ Description: Build a ProcessBuilder for the top Firefox binary and the default profile. Pass the --private-window flag to open a window.
+ Access: public
@@ -265,7 +250,7 @@ This method has no parameters.
| args | String[] | the arguments to pass to the Firefox binary |
-### appProcessBuilder [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L487)
+### appProcessBuilder [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L489)
+ Description: Build a ProcessBuilder for the top Firefox binary and the default profile. Pass the --private-window flag to open a window.
+ Access: public
@@ -274,7 +259,7 @@ This method has no parameters.
This method has no parameters.
-### appProcessBuilder [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L500)
+### appProcessBuilder [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L502)
+ Description: Build a ProcessBuilder for the top Firefox binary and the default profile. Pass the --private-window flag to open a window.
+ Access: public
@@ -285,7 +270,7 @@ This method has no parameters.
| args | String[] | the arguments to pass to the Firefox binary |
-### headlessProcessBuilder [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L521)
+### headlessProcessBuilder [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L523)
+ Description: Build a ProcessBuilder for the top Firefox binary and the default profile. Pass the --headless flag to open without a window.
+ Access: public
@@ -296,7 +281,7 @@ This method has no parameters.
| args | String[] | the arguments to pass to the Firefox binary |
-### processBuilder [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L549)
+### processBuilder [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L551)
+ Description:
+ Access: public
@@ -308,7 +293,7 @@ This method has no parameters.
| app | boolean | |
-### usabilityMode [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L614)
+### usabilityMode [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L682)
+ Description:
+ Access: private
@@ -317,7 +302,7 @@ This method has no parameters.
This method has no parameters.
-### launchAndDetatch [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L620)
+### launchAndDetatch [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L688)
+ Description:
+ Access: public
@@ -329,7 +314,7 @@ This method has no parameters.
| url | String[] | |
-### launchAndDetatch [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L626)
+### launchAndDetatch [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L694)
+ Description:
+ Access: public
@@ -341,7 +326,7 @@ This method has no parameters.
| url | String[] | |
-### launch [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L720)
+### launch [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L786)
+ Description: Populates a profile directory with a proxy configuration. Waits for an HTTP proxy on the port 4444 to be ready. Launches Firefox with the profile directory.
+ Access: public
@@ -353,7 +338,7 @@ This method has no parameters.
| url | String[] | |
-### launch [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L726)
+### launch [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L792)
+ Description:
+ Access: public
@@ -365,7 +350,7 @@ This method has no parameters.
| url | String[] | |
-### launch [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L752)
+### launch [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L818)
+ Description: Populates a profile directory with a proxy configuration. Waits for an HTTP proxy on the port 4444 to be ready. Launches Firefox with the profile directory.
+ Access: public
@@ -376,7 +361,7 @@ This method has no parameters.
| privateWindow | boolean | |
-### launch [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L762)
+### launch [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L828)
+ Description: Populates a profile directory with a proxy configuration. Waits for an HTTP proxy on the port 4444 to be ready. Launches Firefox with the profile directory. Uses a semi-permanent profile.
+ Access: public
@@ -385,11 +370,10 @@ This method has no parameters.
This method has no parameters.
-### ValidURL [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L764)
+### ValidURL [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L830)
+ Description:
+ Access: private
-+ Modifiers: static
+ return: String
| Name | Type | Description |
@@ -397,7 +381,7 @@ This method has no parameters.
| inUrl | String | |
-### main [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L775)
+### main [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L841)
+ Description:
+ Access: public
diff --git a/docs/I2PFirefoxProfileBuilder.html b/docs/I2PFirefoxProfileBuilder.html
index 1ce7c7b..eaaf903 100644
--- a/docs/I2PFirefoxProfileBuilder.html
+++ b/docs/I2PFirefoxProfileBuilder.html
@@ -49,7 +49,7 @@
return: void
diff --git a/docs/I2PFirefoxProfileBuilder.md b/docs/I2PFirefoxProfileBuilder.md
index e3b394a..6edb272 100644
--- a/docs/I2PFirefoxProfileBuilder.md
+++ b/docs/I2PFirefoxProfileBuilder.md
@@ -7,7 +7,7 @@ Description:
> I2PFirefoxProfileBuilder.java Copyright C 2022 idk This program is free software: you can redistribute it and/or modify it under the terms of the MIT License. See LICENSE.md for details. This program 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. I2PFirefoxProfileBuilder is a that builds a profile directory which contains the I2P browser profile for the Firefox browser family. It manages the base profile directory and copies it's contents to the active profile directory which is actually used by Firefox.
Author: idk
-Parent class: I2PCommonBrowser
+Parent class: I2PFirefoxProfileChecker
package: net.i2p.i2pfirefox
## Dependencies
@@ -31,7 +31,6 @@ package: net.i2p.i2pfirefox
>
+ Access: private
-+ Modifiers: static
## Methods
@@ -39,43 +38,15 @@ package: net.i2p.i2pfirefox
+ Description:
+ Access: private
-+ Modifiers: static
+ return: String
This method has no parameters.
-### profileDirectory [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileBuilder.java#L110)
-
-+ Description: get the profile directory creating it if necessary
-+ Access: public
-+ Modifiers: static
-+ return: String
-
-| Name | Type | Description |
-| ----- | ----- | ----- |
-| app | boolean | |
-| base | String | |
-
-
-### baseProfileDir [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileBuilder.java#L114)
-
-+ Description:
-+ Access: private
-+ Modifiers: static
-+ return: String
-
-| Name | Type | Description |
-| ----- | ----- | ----- |
-| file | String | |
-| base | String | |
-
-
-### baseProfileDirectory [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileBuilder.java#L134)
+### baseProfileDirectory [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileBuilder.java#L125)
+ Description: get the base profile directory creating it if necessary
+ Access: public
-+ Modifiers: static
+ return: String
| Name | Type | Description |
@@ -83,11 +54,10 @@ This method has no parameters.
| base | String | |
-### runtimeDirectory [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileBuilder.java#L158)
+### runtimeDirectory [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileBuilder.java#L149)
+ Description: get the runtime directory creating it if create=true
+ Access: public
-+ Modifiers: static
+ return: the runtime directory or null if it could not be created
| Name | Type | Description |
@@ -95,21 +65,19 @@ This method has no parameters.
| create | boolean | if true create the runtime directory if it does not exist |
-### runtimeDirectory [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileBuilder.java#L169)
+### runtimeDirectory [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileBuilder.java#L160)
+ Description: get the correct runtime directory
+ Access: public
-+ Modifiers: static
+ return: the runtime directory or null if it could not be created or found
This method has no parameters.
-### copyBaseProfiletoProfile [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileBuilder.java#L189)
+### copyBaseProfiletoProfile [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileBuilder.java#L180)
+ Description: Copy the inert base profile directory to the runtime profile directory
+ Access: public
-+ Modifiers: static
+ return: boolean
| Name | Type | Description |
@@ -118,11 +86,10 @@ This method has no parameters.
| app | boolean | |
-### writeAppChrome [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileBuilder.java#L222)
+### writeAppChrome [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileBuilder.java#L213)
+ Description:
+ Access: protected
-+ Modifiers: static
+ return: boolean
| Name | Type | Description |
@@ -130,11 +97,10 @@ This method has no parameters.
| profile | String | |
-### deleteAppChrome [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileBuilder.java#L235)
+### deleteAppChrome [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileBuilder.java#L226)
+ Description:
+ Access: protected
-+ Modifiers: static
+ return: boolean
| Name | Type | Description |
@@ -142,11 +108,10 @@ This method has no parameters.
| profile | String | |
-### copyStrictOptions [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileBuilder.java#L250)
+### copyStrictOptions [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileBuilder.java#L241)
+ Description: Copy the strict options from the base profile to the profile
+ Access: public
-+ Modifiers: static
+ return: true if successful false otherwise
| Name | Type | Description |
@@ -155,11 +120,10 @@ This method has no parameters.
| app | boolean | |
-### setupUserChrome [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileBuilder.java#L285)
+### setupUserChrome [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileBuilder.java#L276)
+ Description:
+ Access: public
-+ Modifiers: static
+ return: void
| Name | Type | Description |
diff --git a/docs/I2PFirefoxProfileChecker.html b/docs/I2PFirefoxProfileChecker.html
index fab8582..7792495 100644
--- a/docs/I2PFirefoxProfileChecker.html
+++ b/docs/I2PFirefoxProfileChecker.html
@@ -49,7 +49,7 @@
diff --git a/docs/I2PFirefoxProfileUnpacker.md b/docs/I2PFirefoxProfileUnpacker.md
index 6c51c76..b59893e 100644
--- a/docs/I2PFirefoxProfileUnpacker.md
+++ b/docs/I2PFirefoxProfileUnpacker.md
@@ -7,7 +7,7 @@ Description:
> I2PFirefoxProfileUnpacker.java Copyright C 2022 idk This program is free software: you can redistribute it and/or modify it under the terms of the MIT License. See LICENSE.md for details. This program 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. I2PFirefoxProfileUnpacker is a that unpacks the I2P Firefox profile from a zip file embedded in the `jar` file. The zip is unpacked to a base directory where it is left untouched and the base profile is copied to the active profile directory.
Author: idk
-Parent class: I2PCommonBrowser
+Parent class: I2PFirefoxProfileBuilder
package: net.i2p.i2pfirefox
## Dependencies
diff --git a/docs/I2PGenericUnsafeBrowser.html b/docs/I2PGenericUnsafeBrowser.html
index 5022710..d78aad1 100644
--- a/docs/I2PGenericUnsafeBrowser.html
+++ b/docs/I2PGenericUnsafeBrowser.html
@@ -49,7 +49,7 @@
diff --git a/docs/I2PGenericUnsafeBrowser.md b/docs/I2PGenericUnsafeBrowser.md
index d827cc6..bae423e 100644
--- a/docs/I2PGenericUnsafeBrowser.md
+++ b/docs/I2PGenericUnsafeBrowser.md
@@ -44,7 +44,6 @@ package: net.i2p.i2pfirefox
>
+ Access: public
-+ Modifiers: static
#### Process p [[src]](src/java/net/i2p/i2pfirefox/I2PGenericUnsafeBrowser.java#L)
@@ -58,7 +57,6 @@ package: net.i2p.i2pfirefox
+ Description: Obtains the default browser for the Windows platform which by now should be Edgium in the worst-case scenario but in case it isn't we can use this function to figure it out. It can find: 1. The current user's HTTPS default browser if they configured it to be non-default 2. The current user's HTTP default browser if they configured it to be non-default 3. Edgium if it's available 4. iexplore if it's not and it will return the first one we find in exactly that order. Adapted from:
+ Access: public
-+ Modifiers: static
+ return: path to command[0] and target URL[1] to the default browser ready for execution or null if not found
This method has no parameters.
@@ -68,7 +66,6 @@ This method has no parameters.
+ Description: obtains a value matching a key contained in the windows registry at a path represented by hkeyquery
+ Access: private
-+ Modifiers: static
+ return: either a registry "Default" value or null if one does not exist/is empty
| Name | Type | Description |
@@ -81,7 +78,6 @@ This method has no parameters.
+ Description: If following a query back to the Default value doesn't work then what we have is a "ProgID" which will be registered in \HKEY_CLASSES_ROOT\%ProgId% and will have an entry \shell\open\command where \shell\open\command yields the value that contains the command it needs. This function takes a registry query in the same format as getDefaultOutOfRegistry but instead of looking for the default entry
+ Access: private
-+ Modifiers: static
+ return: the command required to run the application referenced in hkeyquery or null
| Name | Type | Description |
@@ -93,7 +89,6 @@ This method has no parameters.
+ Description: Cross-references a progId obtained by followUserConfiguredBrowserToCommand against HKEY_CLASSES_ROOT\%ProgId%\shell\open\command which holds the value of the command which we need to run to launch the default browser.
+ Access: private
-+ Modifiers: static
+ return: the command required to run the application referenced in hkeyquery or null
| Name | Type | Description |
@@ -105,7 +100,6 @@ This method has no parameters.
+ Description: obtains a default browsing command out of the Windows registry.
+ Access: private
-+ Modifiers: static
+ return: either a registry "Default" value or null if one does not exist/is empty
| Name | Type | Description |
@@ -117,7 +111,6 @@ This method has no parameters.
+ Description:
+ Access: private
-+ Modifiers: static
+ return: String
| Name | Type | Description |
@@ -129,7 +122,6 @@ This method has no parameters.
+ Description: Find any browser in our list within a UNIX path
+ Access: public
-+ Modifiers: static
+ return: String
This method has no parameters.
@@ -139,7 +131,6 @@ This method has no parameters.
+ Description: Find any usable browser and output the whole path
+ Access: public
-+ Modifiers: static
+ return: String
This method has no parameters.
@@ -149,7 +140,6 @@ This method has no parameters.
+ Description: delete the runtime directory
+ Access: public
-+ Modifiers: static
+ return: boolean
This method has no parameters.
@@ -159,7 +149,6 @@ This method has no parameters.
+ Description: get the runtime directory creating it if create=true
+ Access: public
-+ Modifiers: static
+ return: the runtime directory or null if it could not be created
| Name | Type | Description |
@@ -171,7 +160,6 @@ This method has no parameters.
+ Description: get the correct runtime directory
+ Access: public
-+ Modifiers: static
+ return: the runtime directory or null if it could not be created or found
This method has no parameters.
@@ -205,7 +193,6 @@ This method has no parameters.
+ Description:
+ Access: private
-+ Modifiers: static
+ return: String
| Name | Type | Description |
@@ -213,3 +200,15 @@ This method has no parameters.
| inUrl | String | |
+### main [[src]](src/java/net/i2p/i2pfirefox/I2PGenericUnsafeBrowser.java#L419)
+
++ Description:
++ Access: public
++ Modifiers: static
++ return: void
+
+| Name | Type | Description |
+| ----- | ----- | ----- |
+| args | String[] | |
+
+
diff --git a/docs/I2PLibreWolf.html b/docs/I2PLibreWolf.html
index ed1e076..b39c50b 100644
--- a/docs/I2PLibreWolf.html
+++ b/docs/I2PLibreWolf.html
@@ -1,190 +1,245 @@
-
-
- i2p.plugins.fire...
-
-
-
-
-
-
-
-
-
- Access: public
-
- Description:
-
- > I2PLibreWolf.java Copyright C 2022 idk
-
- hankhill19580@gmail.com
-
- This program is free software: you can redistribute it and/or modify it under the terms of the MIT License. See LICENSE.md for details. This program 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. I2PLibreWolf adds the LibreWolf Updater browser extension if the browser detected by the Firefox variant launcher is LibreWolf specifically.
-
+ Access: public
+
+ Description:
+
+ > I2PLibreWolf.java Copyright C 2022 idk
+
+ hankhill19580@gmail.com
+
+ This program is free software: you can redistribute it and/or modify it under the terms of the MIT License. See LICENSE.md for details. This program 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. I2PLibreWolf adds the LibreWolf Updater browser extension if the browser detected by the Firefox variant launcher is LibreWolf specifically.
+
Copyright 2022 idk (hankhill19580@gmail.com)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -1027,20 +1082,18 @@ consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Library General
Public License instead of this License.
\ No newline at end of file
diff --git a/docs/LINUX.html b/docs/LINUX.html
index 2940ec4..f451c31 100644
--- a/docs/LINUX.html
+++ b/docs/LINUX.html
@@ -49,7 +49,7 @@
mkdir ~/tmp-i2pfirefox && cd ~/tmp-i2pfirefox
-wget https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/1.0.6/i2pfirefox.zip
+wget https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/1.0.7/i2pfirefox.zip
unzip i2pfirefox.zip
./i2pfirefox.cmd
diff --git a/scripts/build.number b/scripts/build.number
index 3a6a991..fb61eb6 100644
--- a/scripts/build.number
+++ b/scripts/build.number
@@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit!
-#Sun Jan 01 02:50:42 UTC 2023
-build.number=441
+#Sun Jan 01 02:57:18 UTC 2023
+build.number=442