Skip to content

Commit

Permalink
EAM v3.0.0
Browse files Browse the repository at this point in the history
Complete overhaul, Muledump Replica: Vault Peeker and more

COMPLETE OVERHAUL
- Completely changed the UI.
- Re-Wrote most of the Code.
- Improved Account-Handling.

ACCOUNTS
- Added a new Filter & Grouping Option.
- Mass-toggle the "Daily Login" or "Show in Vault Peeker" option.
      Vault Peeker is limited to 50 accounts.
- Improved performance a lot.

MODULES
- Simple collection of all important tools.

IMPORT & EXPORT
- Added a custom Importer for text-based formats.
- Added a custom Exporter, to export your accounts as needed.
- Improved UI
- Improved Performance

VAULT PEEKER MODULE
- Basically a Muledump replica with less functionality.
      Please give me feedback on what to change / add.

DAILY LOGIN SERVICE
- Re-done most of it from scratch.
- Run manually with a "refresh all token" option via the menu.
- Get accountname if it's empty.
- Added the game-updater.
- Improved performance.
- Improved reliability.
- Improved statistics data collection.
- Improved logging.

NOTIFICATION CENTER  | former known as Tasktray-tool.
- Improved UI.
- Fixed all known bugs.

STATISTICS MODULE
- Smaller UI improvements.
- Added support for the Kensei-class.

PING CHECKER MODULE
- Ping-Speed improved.
- Smaller UI improvements.
- Added support for the Kensei-class.

MISCELLANEOUS
- New Logo & Icon!
- Added an option to change the snackbar position.
  • Loading branch information
MaikEight committed Feb 26, 2022
1 parent f21ecef commit 07171a7
Show file tree
Hide file tree
Showing 1,092 changed files with 127,532 additions and 29,627 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
_Releases/
bin/
StringToBase64/
StringToBase64/
EAMBackup/
Binary file modified .vs/EAM/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
51 changes: 51 additions & 0 deletions .vs/EAM/project-colors.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"Version": 1,
"ProjectMap": {
"420c5644-cb8d-4bad-a678-6cfb1a8acd92": {
"ProjectGuid": "420c5644-cb8d-4bad-a678-6cfb1a8acd92",
"DisplayName": "EAM Vault Peeker",
"ColorIndex": 0
},
"4daa2462-ce82-491d-a823-b839036566d5": {
"ProjectGuid": "4daa2462-ce82-491d-a823-b839036566d5",
"DisplayName": "ExaltAccountManager",
"ColorIndex": 1
},
"786f8d8b-1c1b-43e7-be17-50872f7720e6": {
"ProjectGuid": "786f8d8b-1c1b-43e7-be17-50872f7720e6",
"DisplayName": "StringToBase64",
"ColorIndex": 2
},
"63c8eba3-8dcd-46bd-98d0-58f3190c5b6f": {
"ProjectGuid": "63c8eba3-8dcd-46bd-98d0-58f3190c5b6f",
"DisplayName": "MK_EAM_Lib",
"ColorIndex": 3
},
"6a00bf6f-5b9b-4e77-a3c9-96cc57700d5a": {
"ProjectGuid": "6a00bf6f-5b9b-4e77-a3c9-96cc57700d5a",
"DisplayName": "EAM PingChecker",
"ColorIndex": 4
},
"a2fe74e1-b743-11d0-ae1a-00a0c90fffc3": {
"ProjectGuid": "a2fe74e1-b743-11d0-ae1a-00a0c90fffc3",
"DisplayName": "Sonstige Dateien",
"ColorIndex": -1
},
"b429bd15-3c98-4150-9f09-9a521a112997": {
"ProjectGuid": "b429bd15-3c98-4150-9f09-9a521a112997",
"DisplayName": "EAM Statistics",
"ColorIndex": 5
},
"762c7732-b9df-4ed4-b166-ed8ab0134d1d": {
"ProjectGuid": "762c7732-b9df-4ed4-b166-ed8ab0134d1d",
"DisplayName": "EAM Daily Login Service",
"ColorIndex": 6
},
"39f18f98-f955-4b55-b7bc-1d8402e279bb": {
"ProjectGuid": "39f18f98-f955-4b55-b7bc-1d8402e279bb",
"DisplayName": "EAM Tasktray Tool",
"ColorIndex": 7
}
},
"NextColorIndex": 8
}
Binary file modified .vs/EAM/v16/.suo
Binary file not shown.
Binary file added .vs/EAM/v17/.futdcache.v1
Binary file not shown.
Binary file added .vs/EAM/v17/.suo
Binary file not shown.
Binary file added .vs/EAM/v17/fileList.bin
Binary file not shown.
30 changes: 23 additions & 7 deletions EAM Daily Login Service/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,31 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Bunifu.UI.WinForms.BunifuTransition" publicKeyToken="e8e24ccd28363fe9" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.2.0.0" newVersion="5.2.0.0" />
<bindingRedirect oldVersion="0.0.0.0-5.3.0.0" newVersion="5.3.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Bunifu.UI.WinForms.BunifuPictureBox" publicKeyToken="e8e24ccd28363fe9" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.2.0.0" newVersion="5.2.0.0" />
<bindingRedirect oldVersion="0.0.0.0-5.3.0.0" newVersion="5.3.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Bunifu.UI.WinForms.BunifuScrollBar" publicKeyToken="e8e24ccd28363fe9" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.2.0.0" newVersion="5.2.0.0" />
<bindingRedirect oldVersion="0.0.0.0-5.3.0.0" newVersion="5.3.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Bunifu.UI.WinForms.BunifuShadowPanel" publicKeyToken="e8e24ccd28363fe9" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.2.0.0" newVersion="5.2.0.0" />
<bindingRedirect oldVersion="0.0.0.0-5.3.0.0" newVersion="5.3.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Bunifu.UI.WinForms.BunifuDataGridView" publicKeyToken="e8e24ccd28363fe9" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.2.0.0" newVersion="5.2.0.0" />
<bindingRedirect oldVersion="0.0.0.0-5.3.0.0" newVersion="5.3.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Bunifu.UI.WinForms.BunifuButton" publicKeyToken="e8e24ccd28363fe9" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.2.0.0" newVersion="5.2.0.0" />
<bindingRedirect oldVersion="0.0.0.0-5.3.0.0" newVersion="5.3.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Bunifu.UI.WinForms.BunifuToggleSwitch" publicKeyToken="e8e24ccd28363fe9" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.2.0.0" newVersion="5.2.0.0" />
<bindingRedirect oldVersion="0.0.0.0-5.3.0.0" newVersion="5.3.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Bunifu.UI.WinForms.BunifuSeparator" publicKeyToken="e8e24ccd28363fe9" culture="neutral" />
Expand All @@ -57,6 +57,22 @@
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Bcl.AsyncInterfaces" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.2.0.1" newVersion="4.2.0.1" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.1.1" newVersion="4.0.1.1" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
12 changes: 12 additions & 0 deletions EAM Daily Login Service/ColorScheme.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
using System.Drawing;

namespace EAM_Vault_Peeker
{
public static class ColorScheme
{
public static Color GetColorDef(bool useDarkmode) => useDarkmode ? Color.FromArgb(32, 32, 32) : Color.FromArgb(255, 255, 255);
public static Color GetColorSecond(bool useDarkmode) => useDarkmode ? Color.FromArgb(23, 23, 23) : Color.FromArgb(250, 250, 250);
public static Color GetColorThird(bool useDarkmode) => useDarkmode ? Color.FromArgb(0, 0, 0) : Color.FromArgb(230, 230, 230);
public static Color GetColorFont(bool useDarkmode) => useDarkmode ? Color.White : Color.Black;
}
}

0 comments on commit 07171a7

Please sign in to comment.