Skip to content

Commit

Permalink
Change package menu icon and more
Browse files Browse the repository at this point in the history
  • Loading branch information
msartore committed Jun 21, 2021
1 parent 9f26a31 commit 5ca5370
Show file tree
Hide file tree
Showing 7 changed files with 127 additions and 127 deletions.
2 changes: 1 addition & 1 deletion ATA GUI/Forms/About.Designer.cs

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

4 changes: 2 additions & 2 deletions ATA GUI/Forms/BloatwareDetecter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ public string RemoveWhitespace(string input)
private void BloatwareDetecter_Shown(object sender, EventArgs e)
{
AppFinder();
MainForm.MessageShowBox("Warning: Be careful before uninstalling any system app or service. You must ensure that the package is not used by system " +
"to function. Uninstalling a critical system app may result in bricking your phone. So always double check before uninstalling any system app.", 1);
MainForm.MessageShowBox("Warning: Be careful before disabling any system app or service. You must ensure that the package is not used by system " +
"to function. Disabling a critical system app may result in bricking your phone. So always double check before disabling any system app.", 1);
}

private void buttonDisable_Click(object sender, EventArgs e)
Expand Down
2 changes: 1 addition & 1 deletion ATA GUI/Forms/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public partial class MainForm : Form
public static extern int SendMessage(IntPtr hWnd, int Msg, int wParam, int lParam);
[DllImportAttribute("user32.dll")]
public static extern bool ReleaseCapture();
private const string CURRENTVERSION = "v.1.7.5";
private const string CURRENTVERSION = "v.1.7.6";
private static readonly Regex regex = new Regex(@"\s+");

public static string RemoveWhiteSpaces(string str)
Expand Down
238 changes: 119 additions & 119 deletions ATA GUI/Forms/PackageMenu.resx

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ATA GUI/Forms/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace ATA_GUI
public partial class Settings : Form
{
private string changelog = string.Empty;
private const string CURRENTVERSION = "v1.7.5";
private const string CURRENTVERSION = "v1.7.6";
private bool runningCheck;
private bool starting = true;

Expand Down
4 changes: 2 additions & 2 deletions ATA GUI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.7.5")]
[assembly: AssemblyFileVersion("1.7.5")]
[assembly: AssemblyVersion("1.7.6")]
[assembly: AssemblyFileVersion("1.7.6")]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## 💡Introduction
ATA GUI is a project to port ATA to all the users. ATA GUI is an Advance Tool for Android™ powered by SDK Platform Tools.

> **Last version:** v1.7.5
> **Last version:** v1.7.6
## ✨Interface

Expand Down

0 comments on commit 5ca5370

Please sign in to comment.