Skip to content

Commit d65be4f

Browse files
authored
Merge branch 'builtbybel:master' into master
2 parents ab36b33 + 15ad192 commit d65be4f

File tree

47 files changed

+418
-176
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+418
-176
lines changed

latest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.50.0
1+
0.60.0

src/Privatezilla/Locales/Locale.Designer.cs

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Privatezilla/Locales/Locale.de.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,10 +378,10 @@ Sie können mir außerdem folgen auf
378378
<value>Dadurch werden alle integrierten Apps, außer der Microsoft Store, entfernt.</value>
379379
</data>
380380
<data name="settingsBloatwareRemoveUWPDefaults" xml:space="preserve">
381-
<value>Alle integrierten Apps, außer Standard-Apps, entfernen</value>
381+
<value>Nur vorinstallierte Bloatware Apps entfernen</value>
382382
</data>
383383
<data name="settingsBloatwareRemoveUWPDefaultsInfo" xml:space="preserve">
384-
<value>Dadurch werden alle integrierten Apps, außer folgenden, entfernt:\nMicrosoft Store\nApp Installer\nKalender\nMail\nRechner\nKamera\nSkype\nGroove Music\nKarte\n3D Paint\nIhr Telefon\nFotos\nNotizen\nWetter\nXbox</value>
384+
<value>Der Abgleich findet anhand einer Community Liste statt</value>
385385
</data>
386386
<data name="settingsCortanaDisableBing" xml:space="preserve">
387387
<value>Bing in Windows-Suche deaktivieren</value>

src/Privatezilla/Locales/Locale.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,11 +411,11 @@ Add translation credits here!</comment>
411411
<comment>Settings &gt; Bloatware</comment>
412412
</data>
413413
<data name="settingsBloatwareRemoveUWPDefaults" xml:space="preserve">
414-
<value>Remove all built-in apps except defaults</value>
414+
<value>Remove pre-installed bloatware apps ONLY</value>
415415
<comment>Settings &gt; Bloatware</comment>
416416
</data>
417417
<data name="settingsBloatwareRemoveUWPDefaultsInfo" xml:space="preserve">
418-
<value>This will remove all built-in apps except the following:\nMicrosoft Store\nApp Installer\nCalendar\nMail\nCalculator\nCamera\nSkype\nGroove Music\nMaps\nPaint 3D\nYour Phone\nPhotos\nSticky Notes\nWeather\nXbox</value>
418+
<value>This will search and remove pre-installed bloatware apps fully automatically.\nThe matching takes place on the basis of a community list</value>
419419
<comment>Settings &gt; Bloatware</comment>
420420
</data>
421421
<data name="settingsCortanaDisableBing" xml:space="preserve">

src/Privatezilla/MainWindow.Designer.cs

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Privatezilla/MainWindow.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ private void Reset()
296296
LvwStatus.Refresh();
297297
}
298298

299+
299300
private void IncrementProgress()
300301
{
301302
_progress += _progressIncrement;
@@ -382,7 +383,7 @@ private async void BtnSettingsAnalyze_Click(object sender, EventArgs e)
382383

383384
state.Tag = setting;
384385
LvwStatus.Items.Add(state);
385-
IncrementProgress();
386+
386387
}
387388

388389
DoProgress(100);
@@ -699,6 +700,7 @@ private void PSImport_Click(object sender, EventArgs e)
699700
try
700701
{
701702
File.Copy(fileName, strDestPath + @"\" + Path.GetFileName(fileName));
703+
File.Delete(fileName);
702704
}
703705
catch (Exception ex)
704706
{ MessageBox.Show(ex.Message, this.Text); }

0 commit comments

Comments
 (0)