forked from vpnhood/VpnHood
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
570 changed files
with
1,468 additions
and
1,492 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
51 changes: 0 additions & 51 deletions
51
Src/AppFramework/VpnHood.AppFramework/VpnHood.AppFramework.csproj
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Set the root directory | ||
$rootDir = "VpnHood.AppFramework.Android.Common" | ||
|
||
# Rename folders | ||
Get-ChildItem -Path $rootDir -Recurse -Directory -Force | ForEach-Object { | ||
if ($_.Name -like "*AppFramework*") { | ||
$newName = $_.Name -replace "AppFramework", "AppLibs" | ||
Rename-Item -Path $_.FullName -NewName $newName | ||
} | ||
} | ||
|
||
# Rename files | ||
Get-ChildItem -Path $rootDir -Recurse -File -Force | ForEach-Object { | ||
if ($_.Name -like "*AppFramework*") { | ||
$newName = $_.Name -replace "AppFramework", "AppLibs" | ||
Rename-Item -Path $_.FullName -NewName $newName | ||
} | ||
} | ||
|
||
Write-Host "Renaming completed!" |
2 changes: 1 addition & 1 deletion
2
...d.AppFramework.Abstractions/AppAccount.cs → ...pnHood.AppLibs.Abstractions/AppAccount.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...od.AppFramework.Abstractions/AppAdType.cs → ...VpnHood.AppLibs.Abstractions/AppAdType.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace VpnHood.AppFramework.Abstractions; | ||
namespace VpnHood.AppLibs.Abstractions; | ||
|
||
public enum AppAdType | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
...work.Abstractions/BillingPurchaseState.cs → ...Libs.Abstractions/BillingPurchaseState.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ework.Abstractions/IAppAccountProvider.cs → ...pLibs.Abstractions/IAppAccountProvider.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...pFramework.Abstractions/IAppAdProvider.cs → ...od.AppLibs.Abstractions/IAppAdProvider.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ons/IAppAuthenticationExternalProvider.cs → ...ons/IAppAuthenticationExternalProvider.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...bstractions/IAppAuthenticationProvider.cs → ...bstractions/IAppAuthenticationProvider.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ework.Abstractions/IAppBillingProvider.cs → ...pLibs.Abstractions/IAppBillingProvider.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ework.Abstractions/IAppCultureProvider.cs → ...pLibs.Abstractions/IAppCultureProvider.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...pFramework.Abstractions/IAppUiProvider.cs → ...od.AppLibs.Abstractions/IAppUiProvider.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ework.Abstractions/IAppUpdaterProvider.cs → ...pLibs.Abstractions/IAppUpdaterProvider.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ramework.Abstractions/SubscriptionPlan.cs → ....AppLibs.Abstractions/SubscriptionPlan.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
18 changes: 9 additions & 9 deletions
18
...droid.Ads.AdMob/AdMobAppOpenAdProvider.cs → ...droid.Ads.AdMob/AdMobAppOpenAdProvider.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 8 additions & 8 deletions
16
....Ads.AdMob/AdMobInterstitialAdProvider.cs → ....Ads.AdMob/AdMobInterstitialAdProvider.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 8 additions & 8 deletions
16
...roid.Ads.AdMob/AdMobRewardedAdProvider.cs → ...roid.Ads.AdMob/AdMobRewardedAdProvider.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...pFramework.Android.Ads.AdMob/AdMobUtil.cs → ...od.AppLibs.Android.Ads.AdMob/AdMobUtil.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.