Compare commits

..

No commits in common. "49ae869df1da58ea64d27d0b3b15d08c300bf6dc" and "8d29d110786d94ad74749934393cdf5c8f2b4d74" have entirely different histories.

4 changed files with 6 additions and 7 deletions

View File

@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle #Created by .winboll/winboll_app_build.gradle
#Sun Jun 01 12:47:36 GMT 2025 #Sun Jun 01 08:26:46 GMT 2025
stageCount=1 stageCount=1
libraryProject=libaes libraryProject=libaes
baseVersion=15.8 baseVersion=15.8
publishVersion=15.8.0 publishVersion=15.8.0
buildCount=9 buildCount=2
baseBetaVersion=15.8.1 baseBetaVersion=15.8.1

View File

@ -83,7 +83,7 @@ public class AboutActivity extends AppCompatActivity implements IWinBoLLActivity
appInfo.setAppGitOwner("Studio"); appInfo.setAppGitOwner("Studio");
appInfo.setAppGitAPPBranch(szBranchName); appInfo.setAppGitAPPBranch(szBranchName);
appInfo.setAppGitAPPSubProjectFolder(szBranchName); appInfo.setAppGitAPPSubProjectFolder(szBranchName);
appInfo.setAppHomePage("https://discuz.winboll.cc/forum.php?mod=viewthread&tid=2&fromuid=1"); appInfo.setAppHomePage("https://www.winboll.cc/studio/details.php?app=AES");
appInfo.setAppAPKName("AES"); appInfo.setAppAPKName("AES");
appInfo.setAppAPKFolderName("AES"); appInfo.setAppAPKFolderName("AES");
//appInfo.setIsAddDebugTools(false); //appInfo.setIsAddDebugTools(false);

View File

@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle #Created by .winboll/winboll_app_build.gradle
#Sun Jun 01 12:47:36 GMT 2025 #Sun Jun 01 08:26:46 GMT 2025
stageCount=1 stageCount=1
libraryProject=libaes libraryProject=libaes
baseVersion=15.8 baseVersion=15.8
publishVersion=15.8.0 publishVersion=15.8.0
buildCount=9 buildCount=2
baseBetaVersion=15.8.1 baseBetaVersion=15.8.1

View File

@ -115,8 +115,7 @@ public class AboutView extends LinearLayout {
LogUtils.d(TAG, e, Thread.currentThread().getStackTrace()); LogUtils.d(TAG, e, Thread.currentThread().getStackTrace());
} }
mszCurrentAppPackageName = mszAppAPKName + "_" + mszAppVersionName + ".apk"; mszCurrentAppPackageName = mszAppAPKName + "_" + mszAppVersionName + ".apk";
mszHomePage = mAPPInfo.getAppHomePage(); mszHomePage = mszWinBoLLServerHost + "/studio/details.php?app=" + mszAppAPKFolderName;
//mszHomePage = mszWinBoLLServerHost + "/studio/details.php?app=" + mszAppAPKFolderName;
if (mAPPInfo.getAppGitAPPBranch().equals("")) { if (mAPPInfo.getAppGitAPPBranch().equals("")) {
mszGitea = "https://gitea.winboll.cc/" + mAPPInfo.getAppGitOwner() + "/" + mszAppGitName; mszGitea = "https://gitea.winboll.cc/" + mAPPInfo.getAppGitOwner() + "/" + mszAppGitName;
} else { } else {