mirror of
http://gitea.winboll.cc/Studio/WinBoLL.git
synced 2026-06-30 04:22:25 +08:00
Compare commits
9 Commits
appbase-v1
...
appbase-v1
| Author | SHA1 | Date | |
|---|---|---|---|
| bf9a89dc7a | |||
| b28054cf57 | |||
| 102aae8e66 | |||
| 9e52dc29a7 | |||
| dc622003bd | |||
| 91841962f1 | |||
|
|
ab4cef21f0 | ||
| 9071d3abd0 | |||
| 2754a2ad7c |
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Sun May 24 09:53:05 HKT 2026
|
#Wed May 27 14:51:29 HKT 2026
|
||||||
stageCount=22
|
stageCount=23
|
||||||
libraryProject=libappbase
|
libraryProject=libappbase
|
||||||
baseVersion=15.20
|
baseVersion=15.20
|
||||||
publishVersion=15.20.21
|
publishVersion=15.20.22
|
||||||
buildCount=0
|
buildCount=0
|
||||||
baseBetaVersion=15.20.22
|
baseBetaVersion=15.20.23
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Sun May 24 09:53:05 HKT 2026
|
#Wed May 27 14:51:29 HKT 2026
|
||||||
stageCount=22
|
stageCount=23
|
||||||
libraryProject=libappbase
|
libraryProject=libappbase
|
||||||
baseVersion=15.20
|
baseVersion=15.20
|
||||||
publishVersion=15.20.21
|
publishVersion=15.20.22
|
||||||
buildCount=0
|
buildCount=0
|
||||||
baseBetaVersion=15.20.22
|
baseBetaVersion=15.20.23
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ public class DebugSwitchInfoImageView extends ImageView {
|
|||||||
final AlertDialog dialog = new AlertDialog.Builder(getContext()).create();
|
final AlertDialog dialog = new AlertDialog.Builder(getContext()).create();
|
||||||
dialog.setTitle("调试Token");
|
dialog.setTitle("调试Token");
|
||||||
dialog.setMessage(getDebugToken());
|
dialog.setMessage(getDebugToken());
|
||||||
dialog.setCanceledOnTouchOutside(true);
|
dialog.setCanceledOnTouchOutside(false);
|
||||||
dialog.setButton(DialogInterface.BUTTON_POSITIVE, "复制到剪贴板", (DialogInterface.OnClickListener) null);
|
dialog.setButton(DialogInterface.BUTTON_POSITIVE, "复制到剪贴板", (DialogInterface.OnClickListener) null);
|
||||||
dialog.setButton(DialogInterface.BUTTON_NEUTRAL, "重置", (DialogInterface.OnClickListener) null);
|
dialog.setButton(DialogInterface.BUTTON_NEUTRAL, "重置", (DialogInterface.OnClickListener) null);
|
||||||
dialog.setButton(DialogInterface.BUTTON_NEGATIVE, "关闭", (DialogInterface.OnClickListener) null);
|
dialog.setButton(DialogInterface.BUTTON_NEGATIVE, "关闭", (DialogInterface.OnClickListener) null);
|
||||||
|
|||||||
Reference in New Issue
Block a user