mirror of
http://gitea.winboll.cc/Studio/WinBoLL.git
synced 2026-07-05 14:39:33 +08:00
Compare commits
5 Commits
04b5d062aa
...
d13c44c666
| Author | SHA1 | Date | |
|---|---|---|---|
| d13c44c666 | |||
| f786d06682 | |||
| 168d2e2d60 | |||
| f303a77e28 | |||
|
|
f3d723fbee |
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Sun May 24 10:48:58 HKT 2026
|
#Wed May 27 07:12:47 GMT 2026
|
||||||
stageCount=10
|
stageCount=10
|
||||||
libraryProject=libaes
|
libraryProject=libaes
|
||||||
baseVersion=15.20
|
baseVersion=15.20
|
||||||
publishVersion=15.20.9
|
publishVersion=15.20.9
|
||||||
buildCount=0
|
buildCount=1
|
||||||
baseBetaVersion=15.20.10
|
baseBetaVersion=15.20.10
|
||||||
|
|||||||
@@ -84,11 +84,12 @@ public class MainActivity extends DrawerFragmentActivity {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean onCreateOptionsMenu(Menu menu) {
|
public boolean onCreateOptionsMenu(Menu menu) {
|
||||||
|
super.onCreateOptionsMenu(menu);
|
||||||
getMenuInflater().inflate(R.menu.toolbar_main, menu);
|
getMenuInflater().inflate(R.menu.toolbar_main, menu);
|
||||||
// if(App.isDebugging()) {
|
// if(App.isDebugging()) {
|
||||||
// getMenuInflater().inflate(cc.winboll.studio.libaes.R.menu.toolbar_studio_debug, menu);
|
// getMenuInflater().inflate(cc.winboll.studio.libaes.R.menu.toolbar_studio_debug, menu);
|
||||||
// }
|
// }
|
||||||
return super.onCreateOptionsMenu(menu);
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ dependencies {
|
|||||||
//annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
|
//annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
|
||||||
|
|
||||||
// WinBoLL库 nexus.winboll.cc 地址
|
// WinBoLL库 nexus.winboll.cc 地址
|
||||||
api 'cc.winboll.studio:libappbase:15.20.21'
|
api 'cc.winboll.studio:libappbase:15.20.22'
|
||||||
// 备用库 jitpack.io 地址
|
// 备用库 jitpack.io 地址
|
||||||
//api 'com.github.ZhanGSKen:libappbase:appbase-v15.15.21'
|
//api 'com.github.ZhanGSKen:libappbase:appbase-v15.15.21'
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Sun May 24 10:48:48 HKT 2026
|
#Wed May 27 07:12:47 GMT 2026
|
||||||
stageCount=10
|
stageCount=10
|
||||||
libraryProject=libaes
|
libraryProject=libaes
|
||||||
baseVersion=15.20
|
baseVersion=15.20
|
||||||
publishVersion=15.20.9
|
publishVersion=15.20.9
|
||||||
buildCount=0
|
buildCount=1
|
||||||
baseBetaVersion=15.20.10
|
baseBetaVersion=15.20.10
|
||||||
|
|||||||
@@ -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