Hash: SHA256 RSL 2.1.3.2 + Added checkbox to enable Enter to Download+Install. = Fixed crash that occurred when user held down up arrow or down arrow on gamelist. = Fixed all issues with Install.txt path. = Clicking out of search box now closes it. -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEKjgtlwMyrpVu4TGfx/Rql1VoczcFAmDsFZ8ACgkQx/Rql1Vo czcwJg/+PFiXfh6PPZNIRf2Zeht7WN8oxuUFV907KnD5+gKD0rzNd1NzgrcPOgAh /oJakvY6ryLyaopJFZ8bm7++tQ3w6mbnzPaGweNoOF7/oLDb9NKVlK5/VjA3JPPN QtOebRgBsigoRGGTq0s7ZRZV99vtSm2R1+1z9qlEu5Fm2hEiIggLvSBdGWDhbGnZ jnvAZixeYgR+R6x4MZTsDao+qIYMio7heiVdN03gQ4hAaPbZ/I6s3cS+K33k02Nz IEATqkwoLOevmN/D773A0cMzh/ZQWs557E3aKtwB+EHo/0ucCk0WaMSt4WdH8Qqe WWF6+UT8FEEN2M76SQrg80xBj3QxzfIi92c231rVvtHMiVn5qUhTrDYb2wqx7J99 cJeMgANBmWSBZRBNW7jwhAxUVXE9vE8eqBza9MarXbJaLtq3Mf0ECLWvFPllA8dU lnBcdSuTESvZkBAokkCwEJOb7sootBpEz5BZtE268mZEfsHUGWo3/VZDrJ7lLXJW mEE2aCcHpNWysa9CsSee/QWNgLH2v+9PM3r/1SJyQ23C2hwyQI+F2lkch8Ar5Qfn YxMWnhAcYXTRtcxY0s7xuhpUr/TGc6m9QY6NeVYMvb3g1gbmGOyyN/MELNOkEF/l FXnrY4AfaNTs6EL6/id/viGcHc1MnnjgzlTNg5rgoxtFrHdVwP4= =o0TQ -----END PGP SIGNATURE-----
507 lines
19 KiB
C#
507 lines
19 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:4.0.30319.42000
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace AndroidSideloader.Properties {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.10.0.0")]
|
|
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
|
|
|
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
|
|
|
public static Settings Default {
|
|
get {
|
|
return defaultInstance;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool checkForUpdates {
|
|
get {
|
|
return ((bool)(this["checkForUpdates"]));
|
|
}
|
|
set {
|
|
this["checkForUpdates"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool enableMessageBoxes {
|
|
get {
|
|
return ((bool)(this["enableMessageBoxes"]));
|
|
}
|
|
set {
|
|
this["enableMessageBoxes"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool firstRun {
|
|
get {
|
|
return ((bool)(this["firstRun"]));
|
|
}
|
|
set {
|
|
this["firstRun"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool deleteAllAfterInstall {
|
|
get {
|
|
return ((bool)(this["deleteAllAfterInstall"]));
|
|
}
|
|
set {
|
|
this["deleteAllAfterInstall"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool autoUpdateConfig {
|
|
get {
|
|
return ((bool)(this["autoUpdateConfig"]));
|
|
}
|
|
set {
|
|
this["autoUpdateConfig"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool userJsonOnGameInstall {
|
|
get {
|
|
return ((bool)(this["userJsonOnGameInstall"]));
|
|
}
|
|
set {
|
|
this["userJsonOnGameInstall"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool CallUpgrade {
|
|
get {
|
|
return ((bool)(this["CallUpgrade"]));
|
|
}
|
|
set {
|
|
this["CallUpgrade"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("45, 45, 45")]
|
|
public global::System.Drawing.Color BackColor {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["BackColor"]));
|
|
}
|
|
set {
|
|
this["BackColor"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("ActiveCaptionText")]
|
|
public global::System.Drawing.Color ButtonColor {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["ButtonColor"]));
|
|
}
|
|
set {
|
|
this["ButtonColor"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("64, 64, 64")]
|
|
public global::System.Drawing.Color SubButtonColor {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["SubButtonColor"]));
|
|
}
|
|
set {
|
|
this["SubButtonColor"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("45, 45, 45")]
|
|
public global::System.Drawing.Color TextBoxColor {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["TextBoxColor"]));
|
|
}
|
|
set {
|
|
this["TextBoxColor"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("45, 45, 45")]
|
|
public global::System.Drawing.Color ComboBoxColor {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["ComboBoxColor"]));
|
|
}
|
|
set {
|
|
this["ComboBoxColor"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("White")]
|
|
public global::System.Drawing.Color FontColor {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["FontColor"]));
|
|
}
|
|
set {
|
|
this["FontColor"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Microsoft Sans Serif, 10pt, style=Bold")]
|
|
public global::System.Drawing.Font FontStyle {
|
|
get {
|
|
return ((global::System.Drawing.Font)(this["FontStyle"]));
|
|
}
|
|
set {
|
|
this["FontStyle"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string BackPicturePath {
|
|
get {
|
|
return ((string)(this["BackPicturePath"]));
|
|
}
|
|
set {
|
|
this["BackPicturePath"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool SpoofGames {
|
|
get {
|
|
return ((bool)(this["SpoofGames"]));
|
|
}
|
|
set {
|
|
this["SpoofGames"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string BandwithLimit {
|
|
get {
|
|
return ((string)(this["BandwithLimit"]));
|
|
}
|
|
set {
|
|
this["BandwithLimit"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Microsoft Sans Serif, 14pt")]
|
|
public global::System.Drawing.Font BigFontStyle {
|
|
get {
|
|
return ((global::System.Drawing.Font)(this["BigFontStyle"]));
|
|
}
|
|
set {
|
|
this["BigFontStyle"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool ResignAPKs {
|
|
get {
|
|
return ((bool)(this["ResignAPKs"]));
|
|
}
|
|
set {
|
|
this["ResignAPKs"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string IPAddress {
|
|
get {
|
|
return ((string)(this["IPAddress"]));
|
|
}
|
|
set {
|
|
this["IPAddress"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string InstalledApps {
|
|
get {
|
|
return ((string)(this["InstalledApps"]));
|
|
}
|
|
set {
|
|
this["InstalledApps"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string ADBPath {
|
|
get {
|
|
return ((string)(this["ADBPath"]));
|
|
}
|
|
set {
|
|
this["ADBPath"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool QUsett {
|
|
get {
|
|
return ((bool)(this["QUsett"]));
|
|
}
|
|
set {
|
|
this["QUsett"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string QuChecked {
|
|
get {
|
|
return ((string)(this["QuChecked"]));
|
|
}
|
|
set {
|
|
this["QuChecked"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public string QUhz {
|
|
get {
|
|
return ((string)(this["QUhz"]));
|
|
}
|
|
set {
|
|
this["QUhz"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public string QUres {
|
|
get {
|
|
return ((string)(this["QUres"]));
|
|
}
|
|
set {
|
|
this["QUres"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public string QUy {
|
|
get {
|
|
return ((string)(this["QUy"]));
|
|
}
|
|
set {
|
|
this["QUy"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public string QUx {
|
|
get {
|
|
return ((string)(this["QUx"]));
|
|
}
|
|
set {
|
|
this["QUx"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Change Me")]
|
|
public string QUname {
|
|
get {
|
|
return ((string)(this["QUname"]));
|
|
}
|
|
set {
|
|
this["QUname"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string QUString {
|
|
get {
|
|
return ((string)(this["QUString"]));
|
|
}
|
|
set {
|
|
this["QUString"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string MainDir {
|
|
get {
|
|
return ((string)(this["MainDir"]));
|
|
}
|
|
set {
|
|
this["MainDir"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string QUStringF {
|
|
get {
|
|
return ((string)(this["QUStringF"]));
|
|
}
|
|
set {
|
|
this["QUStringF"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool delsh {
|
|
get {
|
|
return ((bool)(this["delsh"]));
|
|
}
|
|
set {
|
|
this["delsh"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string CurrPckg {
|
|
get {
|
|
return ((string)(this["CurrPckg"]));
|
|
}
|
|
set {
|
|
this["CurrPckg"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string ADBFolder {
|
|
get {
|
|
return ((string)(this["ADBFolder"]));
|
|
}
|
|
set {
|
|
this["ADBFolder"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool WirelessADB {
|
|
get {
|
|
return ((bool)(this["WirelessADB"]));
|
|
}
|
|
set {
|
|
this["WirelessADB"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string CurrentGamename {
|
|
get {
|
|
return ((string)(this["CurrentGamename"]));
|
|
}
|
|
set {
|
|
this["CurrentGamename"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool PackageNameToCB {
|
|
get {
|
|
return ((bool)(this["PackageNameToCB"]));
|
|
}
|
|
set {
|
|
this["PackageNameToCB"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool EnterKeyInstall {
|
|
get {
|
|
return ((bool)(this["EnterKeyInstall"]));
|
|
}
|
|
set {
|
|
this["EnterKeyInstall"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool DownUpHeld {
|
|
get {
|
|
return ((bool)(this["DownUpHeld"]));
|
|
}
|
|
set {
|
|
this["DownUpHeld"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|