更新应用介绍页
This commit is contained in:
@@ -45,7 +45,7 @@ android {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api fileTree(dir: 'libs', include: ['*.jar'])
|
api fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
api 'cc.winboll.studio:libaes:15.9.1'
|
api 'cc.winboll.studio:libaes:15.9.2'
|
||||||
api 'cc.winboll.studio:libapputils:15.8.4'
|
api 'cc.winboll.studio:libapputils:15.8.4'
|
||||||
api 'cc.winboll.studio:libappbase:15.8.4'
|
api 'cc.winboll.studio:libappbase:15.8.4'
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Mon Jun 23 20:07:50 HKT 2025
|
#Sun Jul 06 04:50:28 GMT 2025
|
||||||
stageCount=8
|
stageCount=8
|
||||||
libraryProject=
|
libraryProject=
|
||||||
baseVersion=15.4
|
baseVersion=15.4
|
||||||
publishVersion=15.4.7
|
publishVersion=15.4.7
|
||||||
buildCount=0
|
buildCount=2
|
||||||
baseBetaVersion=15.4.8
|
baseBetaVersion=15.4.8
|
||||||
|
|||||||
@@ -53,11 +53,11 @@ public class AboutActivity extends Activity {
|
|||||||
appInfo.setAppName(getString(R.string.app_name));
|
appInfo.setAppName(getString(R.string.app_name));
|
||||||
appInfo.setAppIcon(R.drawable.ic_launcher);
|
appInfo.setAppIcon(R.drawable.ic_launcher);
|
||||||
appInfo.setAppDescription(getString(R.string.app_description));
|
appInfo.setAppDescription(getString(R.string.app_description));
|
||||||
appInfo.setAppGitName("APP");
|
appInfo.setAppGitName("APPBase");
|
||||||
appInfo.setAppGitOwner("Studio");
|
appInfo.setAppGitOwner("Studio");
|
||||||
appInfo.setAppGitAPPBranch(szBranchName);
|
appInfo.setAppGitAPPBranch(szBranchName);
|
||||||
appInfo.setAppGitAPPSubProjectFolder(szBranchName);
|
appInfo.setAppGitAPPSubProjectFolder(szBranchName);
|
||||||
appInfo.setAppHomePage("https://www.winboll.cc/studio/details.php?app=PowerBell");
|
appInfo.setAppHomePage("https://discuz.winboll.cc/forum.php?mod=viewthread&tid=1");
|
||||||
appInfo.setAppAPKName("PowerBell");
|
appInfo.setAppAPKName("PowerBell");
|
||||||
appInfo.setAppAPKFolderName("PowerBell");
|
appInfo.setAppAPKFolderName("PowerBell");
|
||||||
return new AboutView(mContext, appInfo);
|
return new AboutView(mContext, appInfo);
|
||||||
|
|||||||
@@ -164,7 +164,7 @@ public class PixelPickerActivity extends WinBoLLActivity implements IWinBoLLActi
|
|||||||
* 显示像素对话框
|
* 显示像素对话框
|
||||||
*/
|
*/
|
||||||
private void showPixelDialog(final int pixelColor, int x, int y) {
|
private void showPixelDialog(final int pixelColor, int x, int y) {
|
||||||
Dialog dialog = new Dialog(this);
|
final Dialog dialog = new Dialog(this);
|
||||||
dialog.setContentView(R.layout.dialog_pixel);
|
dialog.setContentView(R.layout.dialog_pixel);
|
||||||
dialog.setCancelable(true);
|
dialog.setCancelable(true);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user