Skip to content

Commit

Permalink
Final changes
Browse files Browse the repository at this point in the history
  • Loading branch information
XorTroll committed Mar 27, 2019
1 parent eae1747 commit 436f843
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 19 deletions.
17 changes: 9 additions & 8 deletions Goldleaf/Program/ExeFs/main/Source/gleaf/ui/MainApplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -865,9 +865,10 @@ namespace gleaf::ui

CopyLayout::CopyLayout()
{
this->infoText = new pu::element::TextBlock(400, 300, set::GetDictionaryEntry(140));
this->infoText = new pu::element::TextBlock(150, 320, set::GetDictionaryEntry(151));
this->infoText->SetTextAlign(pu::element::TextAlign::CenterHorizontal);
this->infoText->SetColor(gsets.CustomScheme.Text);
this->copyBar = new pu::element::ProgressBar(490, 335, 300, 50);
this->copyBar = new pu::element::ProgressBar(340, 360, 600, 30);
this->AddChild(this->infoText);
this->AddChild(this->copyBar);
}
Expand Down Expand Up @@ -906,10 +907,10 @@ namespace gleaf::ui

InstallLayout::InstallLayout() : pu::Layout()
{
this->installText = new pu::element::TextBlock(150, 325, set::GetDictionaryEntry(144));
this->installText = new pu::element::TextBlock(150, 320, set::GetDictionaryEntry(151));
this->installText->SetTextAlign(pu::element::TextAlign::CenterHorizontal);
this->installText->SetColor(gsets.CustomScheme.Text);
this->installBar = new pu::element::ProgressBar(240, 400, 800, 50);
this->installBar = new pu::element::ProgressBar(340, 360, 600, 30);
this->AddChild(this->installText);
this->AddChild(this->installBar);
}
Expand Down Expand Up @@ -1021,7 +1022,7 @@ namespace gleaf::ui
this->installText = new pu::element::TextBlock(150, 320, set::GetDictionaryEntry(151));
this->installText->SetTextAlign(pu::element::TextAlign::CenterHorizontal);
this->installText->SetColor(gsets.CustomScheme.Text);
this->installBar = new pu::element::ProgressBar(240, 400, 800, 50);
this->installBar = new pu::element::ProgressBar(340, 360, 600, 30);
this->installBar->SetVisible(false);
this->AddChild(this->installText);
this->AddChild(this->installBar);
Expand All @@ -1042,7 +1043,6 @@ namespace gleaf::ui
mainapp->CreateShowDialog(set::GetDictionaryEntry(156), set::GetDictionaryEntry(152) + "\n" + set::GetDictionaryEntry(153), { set::GetDictionaryEntry(234) }, true);
mainapp->UnloadMenuData();
mainapp->LoadLayout(mainapp->GetMainMenuLayout());
mainapp->CallForRender();
return;
}
this->installText->SetText(set::GetDictionaryEntry(155));
Expand Down Expand Up @@ -1555,9 +1555,10 @@ namespace gleaf::ui

TitleDumperLayout::TitleDumperLayout()
{
this->dumpText = new pu::element::TextBlock(300, 300, set::GetDictionaryEntry(191));
this->dumpText = new pu::element::TextBlock(150, 320, set::GetDictionaryEntry(151));
this->dumpText->SetTextAlign(pu::element::TextAlign::CenterHorizontal);
this->dumpText->SetColor(gsets.CustomScheme.Text);
this->ncaBar = new pu::element::ProgressBar(490, 335, 300, 50);
this->ncaBar = new pu::element::ProgressBar(340, 360, 600, 30);
this->ncaBar->SetVisible(false);
this->AddChild(this->dumpText);
this->AddChild(this->ncaBar);
Expand Down
4 changes: 2 additions & 2 deletions Goldtree/Goldtree/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
// Puede especificar todos los valores o utilizar los números de compilación y de revisión predeterminados
// mediante el carácter '*', como se muestra a continuación:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.4.0.0")]
[assembly: AssemblyFileVersion("0.4.0.0")]
[assembly: AssemblyVersion("0.5.0.0")]
[assembly: AssemblyFileVersion("0.5.0.0")]
[assembly: NeutralResourcesLanguage("en")]

25 changes: 16 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,17 @@
1. [Features](#features)
2. [Disclaimer](#disclaimer)
3. [Configuration](#configuration)
4. [Credits and support](#credits-and-support)
4. [Known bugs](#known-bugs)
5. [Credits and support](#credits-and-support)

## **[Download it from here!](https://github.com/XorTroll/Goldleaf/releases)**

<p>
<a href="https://www.patreon.com/xortroll"><img src="https://c5.patreon.com/external/logo/become_a_patron_button@2x.png" height="50" width="220"></a>
<br>
<b>If you like my work, consider becoming a patron and supporting all my work!</b>
</p>

## Features

Goldleaf has a very similar concept to [FBI](https://github.com/Steveice10/FBI), which is a similar tool for Nintendo 3DS homebrew.
Expand Down Expand Up @@ -94,6 +101,12 @@ Via RomFs replacement, when Goldleaf tries to locate, for instance, `romfs:/File

So, via this configurations, UI's images, resources, element sizes and even translations (using custom JSON translations) can be used, plus some more assets which will be added in future updates.

## Known bugs

- On Atmosphère and SX OS, exiting Goldleaf via HOME menu (as a NRO) seems to crash the system on 7.x firmwares.

- USB installation in general seems to have several bugs, most of them related to the UI system.

## Credits and support

### Credits
Expand Down Expand Up @@ -126,12 +139,6 @@ The main concepts of Goldleaf are and have been developed by XorTroll, but witho

- All the testers, for reporting bugs and helping a lot with the project's development.

### Support

If you would like to be more informed about my projects' status and support, you should check [H&H](https://discord.gg/3KpFyaH), my Discord server. It's a simple server for Homebrew and Hacking, focused on my projects. If you would like to be a beta-tester, you might be interested on the nightly building system we have there for testers.

If you like my work, you should take a look at my [Patreon](https://patreon.com/xortroll) page. For those who support me, you will be credited on my projects, and you'll gain some nice extras on H&H!

Special thanks to my Patreon supporters:
### Discord server

- Yurner
If you would like to be more informed about my projects' status and support, you should check [H&H](https://discord.gg/3KpFyaH), my Discord server. It's a simple server for Homebrew and Hacking, focused on my projects. If you would like to be a beta-tester, you might be interested on the nightly building system we have there for testers.

0 comments on commit 436f843

Please sign in to comment.