8d9c77cc44
Directions in the BW graphs were mixed up. Fixed. Thanks ReturningNovice.
2011-07-26 16:39:12 +00:00
7bee72c204
Disabled a line of debug.
2011-07-26 16:28:21 +00:00
b7cfcccf59
Changed Transl._ to allow for plurality via Translate.
...
Changed method and classname to be more descriptive.
Recieve RouterInfo netstatus via enumerator rather than strings for increased translatability.
2011-07-26 14:35:30 +00:00
a29f115664
Removed debug variable.
2011-07-25 13:25:27 +00:00
c615def9e6
Disabled forced swedish locale.
2011-07-25 13:23:14 +00:00
b7188f0fea
Added more translateable strings and their translations.
2011-07-25 13:22:15 +00:00
7073bd1914
Translation work...
2011-07-25 12:26:09 +00:00
5140b9769e
Changed error message of saves failing due to connection errors to reflect that.
2011-07-25 09:00:14 +00:00
2899018c9c
Changed itoopie to write configuration files to ./itoopie/ or AppData/Roaming/itoopie/.
2011-07-25 08:47:59 +00:00
f46b1e6966
Fixed issue with multiple 'Overwrite stored cert' popups.
2011-07-25 08:10:53 +00:00
0f64c4d40c
Fixed spelling.
2011-07-25 08:07:38 +00:00
1603db3355
Moved API to only exist in the Authenticate message.
...
Added new graph trackers for using the new RouterInfo features for more resent bw/part. tunnels stats.
Added class handling versions.
2011-07-22 13:39:11 +00:00
581f273142
Added support for new features in the RouterInfo API method.
...
Added support for API versioning.
2011-07-22 12:20:12 +00:00
b2caa5c64a
Added an about tab, containing a thank you note to relakks&ipredator as well as Jan-Erik Fiske & Peter Sunde.
2011-07-22 09:03:59 +00:00
26cba32a91
Added missing class.
2011-07-21 15:43:10 +00:00
4d0911eff2
Added missing class. D'oh!!!
2011-07-21 14:36:29 +00:00
c3c01004bf
Changed graph update intervals.
2011-07-20 14:04:52 +00:00
e9071b5cf1
Implemented support for changing password and port of I2PControl in the settings frame.
2011-07-20 09:45:19 +00:00
d1ea42932f
Implemented support for new I2PControl API features. Password/Port of a remote I2PControl server can now be set.
2011-07-19 14:11:21 +00:00
10b91cd5a7
Moved RegisteredFrame.
...
Fixed ssl certificate ui to only be shown once.
Added a special rate tracker for bandwidth (rate / 1024).
Fixed some repaint() issues with labels and buttons.
Enabled updating router info.
2011-07-19 11:35:08 +00:00
6592ae110a
Imported MultiLineLabel, Swing Component.
...
Added static general information labels to the overview tab.
2011-07-16 08:31:13 +00:00
6b398fcd1f
Added support for the RouterInfo API call.
...
Added support for the RouterRunner API call.
2011-07-15 12:48:14 +00:00
e6a9514bd8
Added a Base64 implementation as to not rely on the one provided by Sun as it was marked 'internal'.
2011-07-15 11:25:43 +00:00
2a704af52e
Refactoring.
2011-07-15 09:59:25 +00:00
5a88b7b412
Changed name of the settings frame to SettingsFrame.
2011-07-15 09:52:27 +00:00
d2d3e1ba48
Changed Main window to popup on start.
2011-07-15 09:50:05 +00:00
891c40e402
Changed MouseListener into MouseAdapter.
2011-07-15 09:47:53 +00:00
d4209a3ae5
Moved TrayManager to appropriate package.
2011-07-15 09:46:24 +00:00
988541e736
Added support to update tabs when selected.
...
Completed current revision of the ConfigurationTab.
2011-07-15 09:22:23 +00:00
664dc83d70
Added an initial and pre alpha implementation of the the configuration panel.
2011-07-14 14:55:24 +00:00
c6d1e3f0ea
Added a few interesting classes for recording the state of objects.
2011-07-14 09:09:12 +00:00
3872802ed3
Changed GUI to do some of the heavy lifting in seperate threads.
...
Fixed LogoPanel not loading a logo on first paint(), by issuing JPanel.validate() after logo has been loaded.
2011-07-14 09:08:30 +00:00
865f762858
Changed WindowHandler methods to have consequent method names.
2011-07-14 07:47:10 +00:00
a52a711647
Changed Main frame to force a repaint, preventing images in LogoPanels to stay hidden.
...
Changed Settings GUI to remove separator.
2011-07-14 07:40:25 +00:00
255e67f016
Removed unnecessary private exception class.
2011-07-14 07:29:51 +00:00
c33b6c1188
Changed certificates to be specific not only to host but also to port.
...
Rewrote settings dialog to verify settings in a more sane way.
2011-07-14 07:29:07 +00:00
568d2ab389
Changed border colors for graphs.
2011-07-13 14:40:51 +00:00
c58e21b61c
Added graphing support. Complete (?) but disabled and replaced by mocked data.
2011-07-13 14:36:37 +00:00
1bceb433d3
Renamed JSONInterface to the more correct JSONRPC2Interface.
2011-07-13 06:29:14 +00:00
a2bd2409b2
Restructured JSONRPC2 Methods
2011-07-13 06:28:01 +00:00
15b4d572ee
Removed for the time being.
2011-07-12 18:59:35 +00:00
971235272d
Rebased art assets away from dr|z3d's art.
...
Major gui work.
2011-07-12 18:56:49 +00:00
3fa6f3ddad
Rewrote JSONInterface to reflect new features provided by the I2PControl API.
...
Added new API test to Main, maybe time to extract them to testclass.
Refactored JSONInterface to (more) gracefully handle connection issues.
2011-07-08 09:52:09 +00:00
dd5481f216
Enabled saving of config files.
2011-07-05 14:10:19 +00:00
24f8197964
Removed debug.
2011-07-05 12:33:29 +00:00
9ede0ad2c0
Implemented supprto for authorization tokens in the client.
2011-07-05 12:32:08 +00:00
dfadb0c9db
Improved ConfigurationManager.
2011-07-01 13:23:15 +00:00
587622405d
Moved the configurationManager.
...
Added support for reading/writing conf to file.
Change how config queries without values are handled. Now the defaultValue provided will be saved if no value existed before.
2011-07-01 08:19:14 +00:00
22931dc3d5
Improved TrayManager to always read icon (even if not run from jar).
2011-07-01 07:10:09 +00:00
a1546b7027
Renamed translator ItoopieTranslator -> Transl.
...
Changed http into https.
Added support storing ssl certs.
Added a GUI for confirming/denying/overwriting certs.
2011-07-01 06:34:21 +00:00