Compare commits

...

15 Commits

Author SHA1 Message Date
c3472c5b31 <webpagesources>APK 15.0.8 release Publish. 2025-09-28 13:47:48 +08:00
ZhanGSKen
c4bf7dc364 项目管理操作失误,现在恢复编译参数 2025-09-28 13:45:03 +08:00
64018b4314 <webpagesources>Start New Stage Version. 2025-09-28 13:35:50 +08:00
ZhanGSKen
7707901f29 编译测试 2025-09-28 13:34:00 +08:00
ZhanGSKen
1eb77df403 Merge remote-tracking branch 'origin/webpagesources' into m2 2025-09-28 13:30:23 +08:00
e9bb789daa <libappbase>Library Release 15.10.9 2025-09-27 21:03:24 +08:00
dbff19e7f4 <appbase>APK 15.10.9 release Publish. 2025-09-27 21:03:08 +08:00
ZhanGSKen
44679d0c8a GlobalApplication函数参数类型调整 2025-09-27 21:02:02 +08:00
6656161903 <appbase>APK 15.10.8 release Publish. 2025-09-26 05:36:14 +08:00
ZhanGSKen
edc63c750b 整理git管理文件 2025-09-22 08:25:44 +08:00
ZhanGSKen
ec25013cb8 Merge remote-tracking branch 'origin/appbase' into webpagesources 2025-09-10 03:12:26 +08:00
ZhanGSKen
2f2c23a803 <webpagesources>APK 15.0.7 release Publish. 2025-08-22 02:04:20 +08:00
ZhanGSKen
17c01625be Merge branch 'appbase' into webpagesources 2025-08-22 01:59:07 +08:00
ZhanGSKen
c464f0cfa1 编译参数修复 2025-08-22 01:46:28 +08:00
ZhanGSKen
4b9d6a41bf 编译测试 2025-08-22 01:44:07 +08:00
5 changed files with 22 additions and 26 deletions

16
.gitignore vendored
View File

@@ -87,19 +87,15 @@ lint/tmp/
# Android Profiling
*.hprof
# Custom
.androidide
# 忽略 Lint 输出文件
lint-results.xml
lint-results.html
winboll.properties
local.properties
## 忽略 AndroidIDE 临时文件夹
.androidide
## 忽略模块应用编译配置
/settings.gradle
/gradle.properties
## 忽略 srv 纠结问题
/srv/
## 忽略 winboll-x 文件夹
/winboll-x/
/winboll.properties
/local.properties

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Mon Sep 22 06:01:08 HKT 2025
stageCount=8
#Sat Sep 27 21:03:20 HKT 2025
stageCount=10
libraryProject=libappbase
baseVersion=15.10
publishVersion=15.10.7
publishVersion=15.10.9
buildCount=0
baseBetaVersion=15.10.8
baseBetaVersion=15.10.10

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Mon Sep 22 02:57:06 HKT 2025
stageCount=8
#Sat Sep 27 21:03:08 HKT 2025
stageCount=10
libraryProject=libappbase
baseVersion=15.10
publishVersion=15.10.7
publishVersion=15.10.9
buildCount=0
baseBetaVersion=15.10.8
baseBetaVersion=15.10.10

View File

@@ -22,12 +22,12 @@ public class GlobalApplication extends Application {
GlobalApplication.isDebuging = isDebuging;
}
public static void saveDebugStatus(GlobalApplication application) {
APPModel.saveBeanToFile(application.getAPPModelFilePath(application), new APPModel(GlobalApplication.isDebuging));
public static void saveDebugStatus(Context context) {
APPModel.saveBeanToFile(getAPPModelFilePath(context), new APPModel(GlobalApplication.isDebuging));
}
static String getAPPModelFilePath(GlobalApplication application) {
return application.getDataDir().getPath() + "/APPModel.json";
static String getAPPModelFilePath(Context context) {
return context.getDataDir().getPath() + "/APPModel.json";
}
public static boolean isDebuging() {

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Fri Jun 13 10:04:49 HKT 2025
stageCount=7
#Sun Sep 28 13:47:48 HKT 2025
stageCount=9
libraryProject=
baseVersion=15.0
publishVersion=15.0.6
publishVersion=15.0.8
buildCount=0
baseBetaVersion=15.0.7
baseBetaVersion=15.0.9