Compare commits
	
		
			11 Commits
		
	
	
		
			appbase-v1
			...
			numtable-v
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| b2c5607eca | |||
|   | 22dd286d29 | ||
| e9bb789daa | |||
| dbff19e7f4 | |||
|   | 44679d0c8a | ||
| 6656161903 | |||
|   | edc63c750b | ||
| b170085482 | |||
| 6e8ba3394d | |||
| b91fe3c16b | |||
| e30b7acfdb | 
							
								
								
									
										16
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										16
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -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 | ||||
|   | ||||
| @@ -1,8 +1,8 @@ | ||||
| #Created by .winboll/winboll_app_build.gradle | ||||
| #Mon Sep 22 02:46:13 HKT 2025 | ||||
| stageCount=6 | ||||
| #Sat Sep 27 21:03:20 HKT 2025 | ||||
| stageCount=10 | ||||
| libraryProject=libappbase | ||||
| baseVersion=15.10 | ||||
| publishVersion=15.10.5 | ||||
| publishVersion=15.10.9 | ||||
| buildCount=0 | ||||
| baseBetaVersion=15.10.6 | ||||
| baseBetaVersion=15.10.10 | ||||
|   | ||||
							
								
								
									
										1
									
								
								keystore
									
									
									
									
									
								
							
							
								
								
								
								
								
							
						
						
									
										1
									
								
								keystore
									
									
									
									
									
								
							 Submodule keystore deleted from e7f70226c1
									
								
							| @@ -1,8 +1,8 @@ | ||||
| #Created by .winboll/winboll_app_build.gradle | ||||
| #Mon Sep 22 02:46:13 HKT 2025 | ||||
| stageCount=6 | ||||
| #Sat Sep 27 21:03:08 HKT 2025 | ||||
| stageCount=10 | ||||
| libraryProject=libappbase | ||||
| baseVersion=15.10 | ||||
| publishVersion=15.10.5 | ||||
| publishVersion=15.10.9 | ||||
| buildCount=0 | ||||
| baseBetaVersion=15.10.6 | ||||
| baseBetaVersion=15.10.10 | ||||
|   | ||||
| @@ -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() { | ||||
|   | ||||
| @@ -1,8 +1,8 @@ | ||||
| #Created by .winboll/winboll_app_build.gradle | ||||
| #Thu Jul 24 10:16:27 HKT 2025 | ||||
| stageCount=2 | ||||
| #Sun Sep 28 13:24:09 HKT 2025 | ||||
| stageCount=3 | ||||
| libraryProject= | ||||
| baseVersion=15.1 | ||||
| publishVersion=15.1.1 | ||||
| publishVersion=15.1.2 | ||||
| buildCount=0 | ||||
| baseBetaVersion=15.1.2 | ||||
| baseBetaVersion=15.1.3 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user