dbuechel
|
f4631a1a3d
|
SEBWIN-221: Fixed issues with the operation model by separating repeatable from non-repeatable operations and solved conundrum with session operation sequence.
|
2018-10-10 09:19:03 +02:00 |
|
dbuechel
|
7a57cdf93b
|
SEBWIN-221: Changed IProgressIndicator implementation to automatically show busy indication after a delay. All application controllers now create new splash screens before executing an operation sequence.
|
2018-10-04 11:24:16 +02:00 |
|
dbuechel
|
ed43534e5b
|
SEBWIN-220: Renamed "ProgressIndicator_..." text keys to "OperationStatus_...".
|
2018-10-03 15:42:50 +02:00 |
|
dbuechel
|
3cea7ee7c9
|
SEBWIN-220: Added missing unit test for OperationSequence.
|
2018-10-03 15:25:09 +02:00 |
|
dbuechel
|
6acd40eb74
|
SEBWIN-220: Extracted user interface dependencies from all IOperations by introducing ActionRequired, ProgressChanged and StatusChanged events.
|
2018-10-03 14:35:27 +02:00 |
|
dbuechel
|
86d6949a6f
|
SEBWIN-220: Fixed race condition caused by the client stopping its communication host before the runtime had a chance to disconnect from it.
|
2018-09-28 11:05:49 +02:00 |
|
dbuechel
|
67ba5fcce3
|
SEBWIN-220: Re-integrated system event hooks, now also running in separate threads. Decreased logging for EndpointNotFoundException in BaseProxy.
|
2018-09-27 11:24:13 +02:00 |
|
dbuechel
|
bedfc5eac0
|
SEBWIN-220: Added functionality to suspend / resume the explorer shell process for kiosk mode Create New Desktop, since setting of the working area does not succeed as long as the shell is running.
|
2018-09-21 11:33:32 +02:00 |
|
dbuechel
|
8280ac3a92
|
SEBWIN-220: Implemented basic logging for browser modules.
|
2018-08-31 15:29:36 +02:00 |
|
dbuechel
|
ec3f2b7ff2
|
SEBWIN-220: Extracted concerns from core namespace (communication, i18n, logging) and removed behaviour namespace.
|
2018-08-31 10:06:27 +02:00 |
|
dbuechel
|
ef31db9920
|
SEBWIN-220: Replaced guid with abstact InstanceIdentifier for application instances and started to implement logging for browser component.
|
2018-08-31 07:49:41 +02:00 |
|
dbuechel
|
d521e2d3c0
|
SEBWIN-220: Re-integrated kiosk mode "Disable Explorer Shell".
|
2018-08-17 14:48:50 +02:00 |
|
dbuechel
|
729133ac78
|
SEBWIN-220: Implemented kiosk mode "Create New Desktop".
|
2018-08-16 11:23:37 +02:00 |
|
dbuechel
|
02d69005c0
|
SEBWIN-220: Moved SEB URI schemes to global application configuration.
|
2018-08-14 09:06:35 +02:00 |
|
dbuechel
|
c32028d3dd
|
SEBWIN-220: Moved exception handling to proxy implementations by introducing the CommunicationResult.
|
2018-08-10 13:23:24 +02:00 |
|
dbuechel
|
70f68abc8f
|
SEBWIN-220: Moved all event handlers to separate files and namespaces.
|
2018-07-06 15:57:38 +02:00 |
|
dbuechel
|
f8e5a4bedf
|
SEBWIN-220: Implemented password input mechanism and dialog.
|
2018-07-04 09:53:33 +02:00 |
|
dbuechel
|
9a12bbdb7d
|
SEBWIN-220: Finally renamed RuntimeInfo to AppConfig.
|
2018-06-29 09:50:20 +02:00 |
|
dbuechel
|
9014a6e6be
|
SEBWIN-220: Completed basic set of unit tests for ConfigurationOperation.
|
2018-06-28 13:40:30 +02:00 |
|
dbuechel
|
eb47cb362b
|
SEBWIN-220: Finished draft of (re-)configuration mechanism.
|
2018-06-27 14:02:16 +02:00 |
|
dbuechel
|
a74609eb46
|
SEBWIN-220: Letting ConfigurationOperationTests fail until mechanism is finished.
|
2018-06-21 09:14:14 +02:00 |
|
dbuechel
|
cd5bbfcb47
|
SEBWIN-220: Implemented mechanism to prevent (accidental) closing of taskbar by ALT+F4.
|
2018-06-21 08:54:43 +02:00 |
|
dbuechel
|
50dcb7502a
|
SEBWIN-220: Scaffolding for new (re-)configuration procedure.
|
2018-06-21 07:56:25 +02:00 |
|
dbuechel
|
eb5fc50fea
|
SEBWIN-219: Extended unit test coverage of runtime operations.
|
2018-03-21 15:28:59 +01:00 |
|
dbuechel
|
6efa7bed81
|
SEBWIN-219: Found better solution for session operation sequence (got rid of session controller and sequence start resp. end operations).
|
2018-03-21 10:23:15 +01:00 |
|
dbuechel
|
3a4f189916
|
SEBWIN-219: Extracted creation of proxy and host objects from base implementations and started implementing unit tests for hosts.
|
2018-03-16 15:46:53 +01:00 |
|
dbuechel
|
ec588e50bc
|
SEBWIN-219: Tidied up communication namespace.
|
2018-03-15 14:32:07 +01:00 |
|
dbuechel
|
17c068de6f
|
SEBWIN-219: Decoupled proxy object creation from BaseProxy and implemented unit tests for the latter.
|
2018-03-15 09:55:04 +01:00 |
|
dbuechel
|
49d9b03d7a
|
SEBWIN-219: Extracted message box from UI factory and tidied up user interface contracts.
|
2018-03-14 12:07:20 +01:00 |
|
dbuechel
|
be761fd72c
|
SEBWIN-219: Implemented logging of component and session IDs and introduced IProxyFactory for client proxy instantiation during session startup.
|
2018-03-14 11:04:28 +01:00 |
|
dbuechel
|
993329bd71
|
SEBWIN-219: Finished basic implementation of reconfiguration mechanism.
|
2018-03-08 15:27:12 +01:00 |
|
dbuechel
|
5bd1d9dea4
|
SEBWIN-219: Found acceptable solution for interception of configuration requests.
|
2018-03-08 07:35:58 +01:00 |
|
dbuechel
|
a9306754d0
|
SEBWIN-219: Documented types of core library.
|
2018-03-06 14:35:10 +01:00 |
|
dbuechel
|
f1c21cf530
|
SEBWIN-219: Renamed namespace SafeExamBrowser.Contracts.Behaviour.Operations to SafeExamBrowser.Contracts.Behaviour.OperationModel.
|
2018-03-06 11:49:51 +01:00 |
|
dbuechel
|
e0bc11fe79
|
SEBWIN-219: Added missing API documentation on type level.
|
2018-03-06 11:38:12 +01:00 |
|
dbuechel
|
4ce5677ecf
|
SEBWIN-219: Started implementing reconfiguration mechanism.
|
2018-03-02 15:41:04 +01:00 |
|
dbuechel
|
f2e3b35730
|
SEBWIN-219: Implemented simple loading state indicator for browser window.
|
2018-03-01 08:50:08 +01:00 |
|
dbuechel
|
40fd49126f
|
SEBWIN-219: Introduced OperationResult to be able to determine cause of operation procedure failures.
|
2018-02-28 15:49:06 +01:00 |
|
dbuechel
|
f5ef7fa859
|
SEBWIN-219: Cleaned up remaining TODOs.
|
2018-02-28 09:45:29 +01:00 |
|
dbuechel
|
8a06a0fe98
|
SEBWIN-219: Extended IPC mechanics with ping mechanism.
|
2018-02-27 15:28:54 +01:00 |
|
dbuechel
|
268eda9f90
|
SEBWIN-219: Started refining communication API & mechanics.
|
2018-02-22 16:15:06 +01:00 |
|
dbuechel
|
2ab48cda09
|
SEBWIN-219: Unified WPF application shutdown for runtime & client (and fixed window visibility issue by doing so).
|
2018-02-21 14:01:21 +01:00 |
|
dbuechel
|
2424f2f1ed
|
SEBWIN-219: Implemented basic shutdown mechanism.
|
2018-02-20 15:15:26 +01:00 |
|
dbuechel
|
d3dea29ecd
|
SEBWIN-219: Basic startup sequence is now working.
|
2018-02-16 13:15:16 +01:00 |
|
dbuechel
|
d935407ecb
|
SEBWIN-219: Working on IPC mechanics.
|
2018-02-15 15:42:54 +01:00 |
|
dbuechel
|
dda1b78ec5
|
SEBWIN-219: Finished scaffolding for application startup sequence.
|
2018-02-14 15:26:05 +01:00 |
|
dbuechel
|
10202a807f
|
SEBWIN-219: Adapted startup procedure for client component by introducing the DelayedInitializationOperation.
|
2018-02-12 12:21:55 +01:00 |
|
dbuechel
|
66e9078a4c
|
SEBWIN-219: Implemented draft of session mechanism.
|
2018-02-08 13:32:48 +01:00 |
|
dbuechel
|
001c262158
|
SEBWIN-219: Extracted text dependency from user interface factory methods.
|
2018-02-07 13:25:49 +01:00 |
|
dbuechel
|
8cd0659a22
|
SEBWIN-219: Implemented draft of communication operation and runtime communication host.
|
2018-02-06 15:12:11 +01:00 |
|
dbuechel
|
c10e141e7f
|
SEBWIN-219: Renamed text keys for operations.
|
2018-02-02 09:30:41 +01:00 |
|
dbuechel
|
5b57734406
|
SEBWIN-219: Finally found appropriate solution for handling bootstrap- and session-operations.
|
2018-02-02 09:18:35 +01:00 |
|
dbuechel
|
196836b7eb
|
SEBWIN-219: Changed and simplified implementation of operation mechanism to allow reconfiguration (i.e. repeating operations).
|
2018-02-01 08:37:12 +01:00 |
|
dbuechel
|
18b8f66300
|
SEBWIN-219: Continued implementing kiosk operation and realized that further changes to startup/runtime/shutdown-mechanism are necessary...
|
2018-01-30 14:41:36 +01:00 |
|
dbuechel
|
b22093e6a2
|
SEBWIN-219: Started implementing kiosk mode operation.
|
2018-01-26 12:33:36 +01:00 |
|
dbuechel
|
1e8eb858de
|
SEBWIN-219: Added ignore flag for service proxy.
|
2018-01-25 09:50:46 +01:00 |
|
dbuechel
|
ebc12934bf
|
SEBWIN-219: Implemented basic service operation.
|
2018-01-24 12:34:32 +01:00 |
|
dbuechel
|
7d5c6a1b0b
|
SEBWIN-219: Changed startup procedure for runtime component in order to be able to re-configure during application execution.
|
2018-01-24 07:46:22 +01:00 |
|
dbuechel
|
c56b4a0251
|
SEBWIN-219: Started defining & implementing communication contracts and functionality.
|
2018-01-23 15:33:54 +01:00 |
|
dbuechel
|
f321496815
|
SEBWIN-219: Finished basic version of configuration operation.
|
2018-01-19 14:04:12 +01:00 |
|
dbuechel
|
57c3afdaa5
|
SEBWIN-219: Introduced configuration mode and continued with configuration operation.
|
2018-01-19 09:23:09 +01:00 |
|
dbuechel
|
39261f5222
|
SEBWIN-219: Started implementing the configuration operation.
|
2018-01-18 15:14:05 +01:00 |
|
dbuechel
|
0b52095453
|
SEBWIN-219: Separated immutable, application-wide configuration values from settings.
|
2018-01-17 14:08:39 +01:00 |
|
dbuechel
|
e1a0e9b3d6
|
SEBWIN-219: Separated existing functionality between runtime and client.
|
2018-01-17 08:26:44 +01:00 |
|
dbuechel
|
ff956daf39
|
SEBWIN-219: Updated assembly information and copyright year.
|
2018-01-16 08:24:00 +01:00 |
|
dbuechel
|
5b46dc1258
|
SEBWIN-110: Implemented basic version of wireless network system control.
|
2017-11-14 15:43:13 +01:00 |
|
dbuechel
|
396aa56bd5
|
Working on the wireless network component (IMPORTANT: The commited code is not yet working, I have to find a way to check whether the Wi-Fi is turned off via hard- or software!).
|
2017-11-13 10:26:30 +01:00 |
|
dbuechel
|
a118f52ee3
|
SEBWIN-110: Refactored configuration so that all taskbar-related settings are in the same interface.
|
2017-11-09 10:27:55 +01:00 |
|
dbuechel
|
f952904cf0
|
SEBWIN-183: Extended unit testing for logging components (and fixed issues encountered while doing so).
|
2017-10-10 15:44:04 +02:00 |
|
dbuechel
|
8be4fdda29
|
SEBWIN-183: Refactored I18n components and extended their unit tests.
|
2017-10-10 10:17:28 +02:00 |
|
dbuechel
|
da7e65e7e8
|
SEBWIN-110: Implemented a basic version of the keyboard layout system control.
|
2017-09-13 08:33:12 +02:00 |
|
dbuechel
|
0184eb0fe1
|
Implemented basic battery system control.
|
2017-08-17 12:17:58 +02:00 |
|
dbuechel
|
7baf826e5a
|
Refactored taskbar components (moved contracts to separate namespace and introduced XAML control templates) and started implementing system components.
|
2017-08-15 15:30:31 +02:00 |
|
dbuechel
|
1c26d54e34
|
Removed unused assembly references.
|
2017-08-15 08:39:10 +02:00 |
|
Damian Büchel
|
a5d44e1ef8
|
Started implementing system controls. Introduced sytem information module...
|
2017-08-14 17:44:16 +02:00 |
|
dbuechel
|
0dcbe9e5b6
|
Moved sleep mode prevention to separate method of IDisplayMonitor.
|
2017-08-11 11:16:44 +02:00 |
|
dbuechel
|
a8025ad2a1
|
Added coloration to log window and removed URI format check in browser control.
|
2017-08-11 10:22:09 +02:00 |
|
dbuechel
|
939bc7f79a
|
Implemented basic display / sleep mode handling and added logging to taskbar.
|
2017-08-11 08:28:17 +02:00 |
|
Damian Büchel
|
7c4d443764
|
Implemented basic clipboard operation and made loading of icons failsafe (i.e. a red "X" will be displayed if an icon cannot be loaded).
|
2017-08-07 18:08:55 +02:00 |
|
Damian Büchel
|
e959c8cb39
|
Implemented very basic log window.
|
2017-08-07 12:23:56 +02:00 |
|
Damian Büchel
|
be49058e8c
|
Split keyboard and mouse interceptor to separate operations to avoid mouse lagg during startup / shutdown.
|
2017-08-07 09:42:12 +02:00 |
|
dbuechel
|
0807b5f5f9
|
Implemented basic mouse interception.
|
2017-08-04 15:20:33 +02:00 |
|
dbuechel
|
a79f0c6d77
|
Implemented basic keyboard monitoring.
|
2017-08-04 12:19:56 +02:00 |
|
dbuechel
|
32980f9f97
|
Abstracted type RECT used by native Windows API.
|
2017-08-04 08:25:49 +02:00 |
|
dbuechel
|
c9a53397a4
|
Renamed Key to TextKey and started implementing keyboard monitoring.
|
2017-08-03 15:35:22 +02:00 |
|
dbuechel
|
12246bd0f5
|
Renamed EventController to RuntimeController, added F5 key handling to browser window / control and enhanced about window.
|
2017-08-02 14:01:20 +02:00 |
|
dbuechel
|
6861353b64
|
Implemented draft of the about window.
|
2017-08-02 10:13:23 +02:00 |
|
dbuechel
|
75f104f136
|
Renamed events and event handlers according to C# naming convention.
|
2017-08-02 08:31:12 +02:00 |
|
Damian Büchel
|
5c365f02b0
|
Continued implementation of browser window, i.e. added basic browser functionality like address bar, refresh and navigation.
|
2017-07-31 20:22:53 +02:00 |
|
dbuechel
|
714d300758
|
Working on browser configuration.
|
2017-07-28 14:52:15 +02:00 |
|
dbuechel
|
af7e1e6a6e
|
Completed instance handling for browser and taskbar button implementation.
|
2017-07-28 09:12:17 +02:00 |
|
dbuechel
|
9125b41361
|
Minor refactoring (renamed UI factory).
|
2017-07-27 14:45:54 +02:00 |
|
dbuechel
|
8c32d3bc4a
|
Improved window handling and replaced whitespaces in log file names with underscores.
|
2017-07-27 13:57:12 +02:00 |
|
dbuechel
|
25105d61b1
|
Completed basic implementation of window and process monitoring.
|
2017-07-27 11:46:31 +02:00 |
|
dbuechel
|
9ab04ecc77
|
Implemented basic monitoring of Windows explorer and added event controller module.
|
2017-07-26 14:36:20 +02:00 |
|
dbuechel
|
8e4f818159
|
Implemented basic browser window and moved log file paths to settings.
|
2017-07-26 08:50:36 +02:00 |
|
Damian Büchel
|
386d0e7a7a
|
Added post-build event to copy browser libraries to output directory of the main executable.
|
2017-07-25 09:02:32 +02:00 |
|
Damian Büchel
|
429685463b
|
Started implementing the browser component.
|
2017-07-24 17:31:28 +02:00 |
|
Damian Büchel
|
94f356b77a
|
Implemented basic window handling.
|
2017-07-24 15:29:17 +02:00 |
|
Damian Büchel
|
f5d76980d0
|
Started working on window monitoring.
|
2017-07-24 08:56:39 +02:00 |
|