Commit graph

41 commits

Author SHA1 Message Date
e291948c61
Merge pull request #3 from dnutiu/uwp-testing
Implement demo UWP application
2022-04-03 19:27:41 +03:00
8808bd8ac0 Implement demo UWP application 2022-04-03 19:27:11 +03:00
1cec529c7b
Merge pull request #2 from dnutiu/uwp-testing
Overload ICompressor and IMetadataRemover and accept a Stream
2022-04-03 18:18:17 +03:00
8ec5e2cddf Rename SimpleOutputSink to DirectoryOutputSink 2022-04-03 18:16:17 +03:00
b92791f336 Change IMetadataRemover implement SaveImage for Stream 2022-04-03 18:16:00 +03:00
364c0fda02 Change ICompressor implement Compress for a Stream 2022-04-03 18:15:17 +03:00
2131edb4c8 Reformat code 2022-04-02 17:33:48 +03:00
0211ae90ce
Merge pull request #1 from dnutiu/uwp-testing
Refactor project structure
2022-04-02 17:26:02 +03:00
6a9a316424 Add ConsoleInterface.Tests.csproj project 2022-04-02 17:23:30 +03:00
81c4b13f62 Refactor project structure 2022-04-02 17:22:42 +03:00
c0251bfa75 Update TargetFramework to target only Net6.0 2022-03-23 20:07:25 +02:00
550c6bde30 Update docs 2022-02-17 23:54:43 +02:00
13552f1f96 Move image save logic from TaskExecutor to IOutputSink 2022-02-12 23:25:34 +02:00
a0f719b8df Implement configurable logging. 2022-02-12 22:25:10 +02:00
856fc63627 Refactor project structure. 2022-02-12 22:12:57 +02:00
0b3398605d Rename IFilesRetriever to IFilesBrowser 2022-02-12 21:58:57 +02:00
9bd612cde3 Don't clean already cleaned images & restructure project 2022-02-12 21:45:59 +02:00
bb7d563a08 Modify project structure & delete WPF application. 2022-02-11 23:39:34 +02:00
89fc37deba Remove ListBox_PreviewMouseWheel from MainWindow.cs 2022-02-09 22:49:14 +02:00
4177508c05 Add basic WPF application 2022-02-09 22:48:26 +02:00
0ed893229c Remove UWP/WinApplication 2022-02-09 21:24:07 +02:00
ac37350940 Migrate demo app to WinUI/WindowsSDK 2022-02-04 21:21:27 +02:00
2c40a1412b Implement simple file picker poc for UWP 2022-02-01 22:27:39 +02:00
d0e2231fb5 Add UwpApplication project. 2022-01-31 21:30:11 +02:00
101d9edb15 Handle compiler warnings. 2022-01-27 23:22:10 +02:00
b43deb9cb8 Target netstandard2.1 and net5.0 in ImageCore 2022-01-27 23:04:05 +02:00
e4bc3fafe2 Move TaskExecutor and TaskExecutorOptions in ConsoleInterface 2022-01-26 20:58:59 +02:00
a6cc6a59bb Use log in KeepFilenameFormatter 2022-01-26 20:50:02 +02:00
292d8e0dac Implement tests for MetadataRemover 2022-01-25 22:57:40 +02:00
4c90086ae1 Reformat project structure 2022-01-25 22:57:22 +02:00
6f74af0f1d Add tests for OriginalFilenameFileOutputPathFormatter 2022-01-25 22:41:02 +02:00
f6de032d84 Move create Directory from OriginalFilenameFileOutputPathFormatter to Program 2022-01-25 22:27:39 +02:00
c6f1ec0a37 Implement TestCompressor.cs 2022-01-25 22:19:56 +02:00
f3b64e28ed Add ImageCore.Tests for TestLocalSystemFilesRetriever 2022-01-24 21:14:26 +02:00
af26d29d19 Target NET5. 2022-01-24 20:33:15 +02:00
545e8d35fa Update README.md 2022-01-24 20:23:45 +02:00
9730a996ca Add code documentation. 2022-01-23 19:30:05 +02:00
8860d2ef2d Implement working cli. 2022-01-23 15:12:17 +02:00
a3c0c567f4 Update FormatOutputPath to retrieve filename without extension. 2022-01-22 20:44:50 +02:00
134f833216 Handle all exceptions inside TaskExecutor.cs. 2022-01-22 20:38:31 +02:00
8a9217aede Initial commit 2022-01-22 19:06:10 +02:00