Commit Graph

5 Commits

Author SHA1 Message Date
Manuel Mayer
7ea37584c8 Add adb settings 2024-05-10 11:55:38 +02:00
Manuel Mayer
d2d311ecde Add ssl support 2023-10-17 20:50:52 +02:00
Manuel Mayer
6264ad7d7f Fix create backup button not visible (#444) 2023-09-27 17:20:17 +02:00
Manuel Mayer
cc3ab76fc8 Add new update api (#409)
* Add new update api
2023-06-08 21:28:53 +02:00
Manuel Mayer
958ee99a0d Feature/migrate net6 (#314)
* - Bump .NET to version 6.0
- Bump System.Drawing.Common to version 6.0
- Bump CefSharp to version 106.0.290
- Bump Cottle to version 2.0.8
- Bump plugin api version to 40
- Removed VariableManager.Variables
- Made VariableManager.ListVariables internal
- Removed VariableManager.SetValue(string name, object value, VariableType type, MacroDeckPlugin plugin, bool save = true)
- Removed VariableManager.SetValue(string name, object value, VariableType type, MacroDeckPlugin plugin, string[] suggestions, bool save = true)
- Removed "Macro Deck started with administrator privileges" warning
- Fixed bug: Child folders are not deleted properly when parent folder is deleted
- Optimized code

* Created ApplicationPaths class (#306)

* Gets decryption to read ALL bytes (#308)

- apprently in .net6 CryptoStream doesn't necessarily read all the bytes you tell it to
- got it workin with a loop
- then replaced that with a simple StreamReader I saw from another place

* Feature/refactor code (#311)

* Created ApplicationPaths class

* Feature/migrate net6 (#309)

* Created ApplicationPaths class (#306)

* Gets decryption to read ALL bytes (#308)

- apprently in .net6 CryptoStream doesn't necessarily read all the bytes you tell it to
- got it workin with a loop
- then replaced that with a simple StreamReader I saw from another place

Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>

* - Changed to file scoped namespace
- Cleaned up the MacroDeck class

* Clean up

* Changed repository base directory

* Removed unused files

* Delete dotnet.yml

* Update README.md

* Added Program.cs
Added Backup back

* Added Program.cs

* Clean up

Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>

* Feature/refactor code (#313)

* Created ApplicationPaths class

* Feature/migrate net6 (#309)

* Created ApplicationPaths class (#306)

* Gets decryption to read ALL bytes (#308)

- apprently in .net6 CryptoStream doesn't necessarily read all the bytes you tell it to
- got it workin with a loop
- then replaced that with a simple StreamReader I saw from another place

Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>

* - Changed to file scoped namespace
- Cleaned up the MacroDeck class

* Clean up

* Changed repository base directory

* Removed unused files

* Delete dotnet.yml

* Update README.md

* Added Program.cs
Added Backup back

* Added Program.cs

* Clean up

* Removed unused icon pack classes

* Fixed issue when Macro Deck is started without start parameters

* Fixed restart parameters

* Added fallback in the CheckRunningInstance method

* Sets up test suite, adds one test (#312)

Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>

Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>
2022-11-02 22:53:51 +01:00