Commit Graph

5806 Commits

Author SHA1 Message Date
zzz
ac845dd0f7 0.0.4 2022-02-18 14:13:54 -05:00
zzz
d5b5e72839 translation updates from Transifex 2022-02-18 14:12:37 -05:00
zzz
ea69516968 poupdate-source 2022-02-01 07:46:17 -05:00
zzz
80d74fd590 Clear the tracker data point also when clearing graphs 2022-01-20 11:03:57 -05:00
zzz
dc389b6546 Disable reseed monitor for standalone too
the router does it by itself
2022-01-12 10:01:08 -05:00
zzz
d7865d233b Fix stopping threads again 2022-01-12 09:06:59 -05:00
zzz
cdcc40e871 Can't use removeNotify 2022-01-12 08:21:28 -05:00
zzz
bef498cafe Don't start forever loop or reseed timer in plugin 2022-01-12 07:56:28 -05:00
zzz
c3ad937523 Stop some of the threads on frame destroy
Kill the main frame on plugin exit
2022-01-12 07:25:07 -05:00
zzz
e62edc04ad Prep for stopping threads 2022-01-11 16:30:22 -05:00
zzz
aa71e88958 Fixup plugin start/stop 2022-01-11 16:14:24 -05:00
zzz
eca5a15605 Un-static part 4: Logs 2022-01-11 16:00:38 -05:00
zzz
5e3878f9ad Un-static part 3: CertificateManager 2022-01-11 13:21:08 -05:00
zzz
d8c85586b0 Un-static part 2: ConfigurationManager 2022-01-11 13:08:48 -05:00
zzz
25dd896d26 Un-static part 1
Replace TrayManager.getInstance() with constructor
Pass Main to TrayManager
Create WindowHandler in TrayManager
Pass WindowHandler to RegisteredFrames
Only create ItoopieHostnameVerifier once, in gui/Main
Pass gui/Main to SettingsFrame
Pass gui/Main to ItoopieHostnameVerifier and CertificateGui
Sync on lock in ItoopieHostnameVerifier.clearRecentlyDenied()
Comment out some main() and other test code
Make some fields non-static
Remove some static initializers
Start gui/Main before the tray icon
Fixed the tray icon on Gnome with a delay in TrayManager
2022-01-11 11:05:00 -05:00
zzz
0498ea69ea IPv6 address fix 2022-01-10 13:31:35 -05:00
zzz
153922c144 Conf file location override for plugin
Change getAppConfDir() to return File
2022-01-10 10:13:59 -05:00
zzz
8aa7d51813 Spacing on settings tab 2022-01-10 06:47:30 -05:00
zzz
32baafb1fd Start of a plugin version
WIP
2022-01-09 12:12:58 -05:00
zzz
1f83e692cd Don't clear graph when user closes the window 2022-01-09 12:06:20 -05:00
zzz
7003bcbd2a Simplify ObjectRecorder
by replacing direct access of fields with a Tracker interface
Remove support for getting multiple values from a Tracker,
it was unused.
2022-01-09 08:32:52 -05:00
zzz
b554c5b647 Clear graphs when changing router hostname/port
finals
2022-01-09 07:33:50 -05:00
zzz
211583154e overview tab multiline alignment fixes 2022-01-08 15:38:42 -05:00
zzz
ab11214404 Layout fixes to make more room for translations
delete the deleteme's
2022-01-08 12:41:53 -05:00
zzz
1ca0be7158 Fix constants 2022-01-08 12:28:29 -05:00
zzz
bbfdbc2c22 Layout tweaks overview tab 2022-01-08 11:15:08 -05:00
zzz
0475a5fe4c Multiline labels on overview tab to make more room for translations 2022-01-08 10:28:54 -05:00
zzz
0a1a9285c6 Type fixes for i2pd 2022-01-08 10:03:21 -05:00
zzz
680d8a931b installer: Update app version and min JRE 2022-01-05 07:12:46 -05:00
zzz
6da991c5ab Make tunnel status multiline
Add room for multiline net status
Flip order of net and tunnel status
2022-01-04 13:43:30 -05:00
zzz
e18c811b60 Add about tab text to README 2022-01-04 13:18:52 -05:00
zzz
5f9d9f3856 Spacing on tab headers 2022-01-04 12:54:51 -05:00
zzz
cbc8852b9a Set graph values to 0 when router is gone 2022-01-04 12:51:51 -05:00
zzz
c403154130 Fix NPE saving settings
by commenting out a bunch more related to "change I2PControl" remote config
beta2
2022-01-04 12:18:36 -05:00
zzz
1291874d3d Add tab icons 2022-01-04 12:12:01 -05:00
zzz
5c7f1e12e1 Set version as 0.0.4-beta1 2022-01-04 10:42:54 -05:00
zzz
e07a9a91c6 Remove "Settings read from I2P router" message 2022-01-04 10:40:47 -05:00
zzz
2625f42479 Move Settings from a popup frame to a new tab
Remove "Change I2PControl" part of Settings
Rename Configuration tab to "I2P Control"
Remove Settings button from bottom
2022-01-04 10:39:26 -05:00
zzz
6ec9fff619 README and history updates 2022-01-02 11:00:57 -05:00
zzz
3956e57690 Update to jchart2d 3.2.2 2011-09-25
https://sourceforge.net/p/jchart2d/news/2011/09/jchart2d-322-released/

Fix javadoc target
2022-01-02 10:19:06 -05:00
zzz
7ae9651007 Charts: Localized time format
Remove X axis title
2022-01-02 10:04:25 -05:00
zzz
1a23735d8e Charts: Reduce max to 1 hour, remove seconds from x axis 2022-01-02 08:54:35 -05:00
zzz
cc4f276011 Layout fixes
Form sizes and alignments
Bottom tab
2022-01-02 08:29:40 -05:00
zzz
2c3db1eff4 Fix target for console webapp
needs a / or will redirect and fail
2022-01-01 14:37:13 -05:00
zzz
0f6dc2293e Use HTTP for port 7657
Remove debug output of every request/response to stdout
Update README
2022-01-01 13:16:23 -05:00
zzz
9fc4c2b821 Change build target to Java 8
Change translation tag from deprecated _ to _t
Add support for faster translation bundle generation
Change bundle format from java to java2
2022-01-01 09:31:42 -05:00
zzz
c1e1569681 fix source file permissions 2022-01-01 08:11:44 -05:00
zzz
b2f1bb65c8 Pull translations, add new translations
ar, az, cs, da, fa, hu, ja, ko, nb, pt_BR, ro, sl, vi, zh_TW
2021-12-31 14:50:46 -05:00
zzz
7f831c4768 Add translations: el, id, it, pt, tr
Update translations
2018-02-07 16:42:32 +00:00
zzz
6b7342dc8d update readme 2018-02-07 16:34:14 +00:00