Skip to content

Commit

Permalink
beta version of the legacy android fix. currently very slow
Browse files Browse the repository at this point in the history
  • Loading branch information
T0biasCZe committed Feb 9, 2024
1 parent b2262aa commit c8f0967
Show file tree
Hide file tree
Showing 5 changed files with 533 additions and 531 deletions.
2 changes: 1 addition & 1 deletion AdbFileManager/CurrentCommit.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8bfad3e
b2262aa
2 changes: 2 additions & 0 deletions AdbFileManager/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion AdbFileManager/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ public Form1() {
load_lang_combobox();
load_settings();


checkBox_android6fix.Enabled = true;

this.Controls.Add(panel2);
panel1.Controls.Remove(panel2);
panel2.BringToFront();
Expand All @@ -62,7 +65,7 @@ public Form1() {
Console.WindowHeight = 20;
var handle = GetConsoleWindow();
ShowWindow(handle, SW_HIDE);
string versionn = $"{AdbFileManager.Properties.Resources.CurrentCommit.Trim()} 23.01.24";
string versionn = $"{AdbFileManager.Properties.Resources.CurrentCommit.Trim()} B 09.02.24";
version.Text = versionn;
Console.WriteLine(versionn);
}
Expand Down
5 changes: 1 addition & 4 deletions AdbFileManager/Form1.en.resx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing"">Blue</data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
Expand Down Expand Up @@ -242,9 +242,6 @@
AA/+AAAA/8AAH/4AAAA=
</value>
</data>
<data name="$this.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>Inherit</value>
</data>
<data name="$this.MaximumSize" type="System.Drawing.Size, System.Drawing">
<value>1200, 2000</value>
</data>
Expand Down
Loading

0 comments on commit c8f0967

Please sign in to comment.