605f9872cd
Mac OSX Launcher: UI code updates, integration of firefox manager.
2019-01-18 16:29:12 +00:00
52125917b4
Mac OSX Launcher: Storyboard updates, added firefox button, preferences changes etc.
2019-01-18 16:28:17 +00:00
ba853a8c97
Mac OSX Launcher: The firefox manager code
2019-01-18 16:26:08 +00:00
6ad64d5b44
Mac OSX Launcher: Adding the "launcher launcher" for startup functionality.
2019-01-18 16:25:01 +00:00
36a5790b87
Mac OS X Launcher: Misc minor updates to Preferences
2018-12-08 14:37:59 +00:00
b946bb0679
Mac OS X Launcher: Webkit header + I2P version inside Info.plist
2018-12-08 09:17:09 +00:00
c3b8317edb
Mac OS X Launcher: Adding optional Dock Icon functionality
2018-12-08 09:16:28 +00:00
f90e2ee659
Mac OS X Launcher: Xcode metadata project file update
2018-12-08 09:15:33 +00:00
3bad8f33c4
Mac OS X Launcher: Remove unneeded entitlement
2018-12-08 09:15:04 +00:00
dfcc616cb3
Mac OS X Launcher: Misc changes in ObjC, forwarding sendUserNotification to Swift.
2018-12-08 09:14:33 +00:00
a0d356bc56
Mac OS X Launcher: Changes in path lookups (many via Preferences), launchd template changes and java arguments for the router itself.
2018-12-08 09:12:24 +00:00
f4496a0c4c
Mac OS X Launcher: Unfinished experimental code, adding so other people can compile the xcode project.
2018-12-08 09:10:43 +00:00
8841fed1f1
Mac OS X Launcher: Updated version.h template file to embedd i2p version as NSString in build time.
2018-12-08 09:09:37 +00:00
eca5805195
Mac OS X Launcher: Adding selectors for Preferences window launch, and for view of experimental console webview.
2018-12-08 09:08:22 +00:00
b8681ddf9d
Mac OS X Launcher: Misc updates to the Launchd code, also moved it to a own directory for cleaner source view.
2018-12-08 09:07:03 +00:00
68ad4eec14
Mac OS X Launcher: Adding user interface classes for the different Preferences views so far.
2018-12-08 09:05:55 +00:00
a192679638
Mac OS X Launcher: Adding Preferences class which works as an interface towards apple's "defaults" preferences system
2018-12-08 09:04:54 +00:00
7058bd85fa
Mac OS X Launcher: Adding Preferences button to existing storyboard view
2018-12-08 09:03:42 +00:00
92c42db787
Mac OS X Launcher: Adding Preference storyboard
2018-12-08 09:03:13 +00:00
eed8011725
OSX Launcher: dmg create script update
2018-10-13 04:06:44 +00:00
f8fb4a66dd
OSX Launcher: Remove restart button
2018-10-13 04:06:02 +00:00
4f8af55378
OSX Launcher: Storyboard update
2018-10-13 04:05:38 +00:00
530470972f
OSX Launcher: general cleanup, responsibility delegation, and fixes
2018-10-13 03:54:01 +00:00
a9bf9e0657
OSX Launcher: make deployer an property so it's not deleted in mid-extract by GC.
2018-10-13 03:52:40 +00:00
e2d22645e1
OSX Launcher:
...
* UI Bugfixes/features
* restart might work
* open console button should work
* cleanup
2018-10-13 03:51:22 +00:00
5f077891ae
OSX Launcher: Storyboard update
2018-10-13 03:47:28 +00:00
1a00f73191
OSX Launcher: Extended start/stop/load/unload to be able to set terminationHandler for more reliable execution.
2018-10-12 20:52:24 +00:00
d8cfe21e92
OSX Launcher: make some string functions inline
2018-10-12 20:07:59 +00:00
ee9976c288
OSX Launcher: Xcode UI elements update.
2018-10-12 20:07:36 +00:00
8e988c39e9
OSX Launcher: Updated build instructions in readme
2018-10-11 17:03:11 +00:00
e3ab9f8e91
OSX Launcher: Swift GUI code updates, most related to the new launch method.
2018-10-11 17:02:42 +00:00
96d31995e1
OSX Launcher: cleanup and restructuring the main swift file
2018-10-11 17:01:21 +00:00
3988a8645d
OSX Launcher: major updates to the glue between 'backend' and GUI. Implemented the use of the new LaunchAgent classes
2018-10-11 16:59:59 +00:00
b25dec12d1
OSX Launcher: some changes to the Swift<->Objective-C bridge
2018-10-11 16:58:20 +00:00
f57f8c6083
Some more xcode metadata files
2018-10-11 16:56:26 +00:00
2862be564e
XCode metadata files update
2018-10-11 16:55:36 +00:00
45b4f426a8
OSX Launcher: Big rewrite of swift code where it now has the capability of creating services.
...
The router management has been much easier with this approach as it uses launchd to do the dirty work.
This code also uses java_home as a wrapper instead of locating the java binary by itself. This also contribute to the improvements.
2018-10-11 16:55:07 +00:00
51cbd8ef87
Dropping unused swift class
2018-10-11 16:49:51 +00:00
8b2c3de795
OSX Launcher: Cleaning up DetectJava.swift
2018-10-11 16:49:19 +00:00
969bc2dee3
OSX Launcher: String extensions update
2018-10-11 16:48:10 +00:00
7dbf568212
OSX Launcher: Refactor deployment code to own file, + code cleanups.
2018-10-11 11:55:05 +00:00
7e9d1939b1
OSX Launcher: Storyboard update
2018-10-11 11:51:55 +00:00
48877079ca
OSX Launcher: Log all events for debugging
2018-10-11 11:50:00 +00:00
d6fc0adb56
Mac OSX Launcher: Removed dmgconfig.py, added public domain to sharedqueue.h and updated xcode for the dmgconfig.py removal.
2018-09-30 13:42:32 +00:00
5041883d5a
Mac OSX Launcher: Update readme regarding Oracle's downlad url.
2018-09-30 11:37:12 +00:00
5ed701dff3
Mac OSX Launcher: updates in logging, remove timestamp from Objc's MLog
2018-09-30 11:34:20 +00:00
410f9df4e4
Mac OSX Launcher: The launcher will now write the pid of the router to a file like the old wrapper did.
2018-09-30 11:29:21 +00:00
b5497ef72e
Mac OSX Launcher: Cancel stream that can cause high cpu load on router stop.
2018-09-30 11:02:28 +00:00
2233f7f47b
Mac OSX Launcher:
...
* Update readme about event manager
* RouterTask can now detect a running router by scanning processes&arguments for i2p.jar
* The logger will log to OSX's default: ~/Library/Logs/I2P/[whatever].log
2018-09-30 09:40:43 +00:00
36b758f2c0
Mac OSX Launcher: Removing unused/change-in-plans files
2018-09-30 09:37:51 +00:00