Compare commits
4 Commits
powerbell-
...
powerbell-
| Author | SHA1 | Date | |
|---|---|---|---|
| ca2323f534 | |||
| 851800e39a | |||
| f17624048c | |||
| 724fce895f |
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Sun Dec 14 17:48:59 HKT 2025
|
#Sun Dec 14 18:30:51 HKT 2025
|
||||||
stageCount=4
|
stageCount=6
|
||||||
libraryProject=
|
libraryProject=
|
||||||
baseVersion=15.14
|
baseVersion=15.14
|
||||||
publishVersion=15.14.3
|
publishVersion=15.14.5
|
||||||
buildCount=0
|
buildCount=0
|
||||||
baseBetaVersion=15.14.4
|
baseBetaVersion=15.14.6
|
||||||
|
|||||||
@@ -74,11 +74,6 @@
|
|||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:launchMode="singleTask">
|
android:launchMode="singleTask">
|
||||||
<!-- 补充:默认启动页 intent-filter(原有在 alias,主 Activity 可加可不加,增强稳定性) -->
|
|
||||||
<intent-filter>
|
|
||||||
<action android:name="android.intent.action.MAIN"/>
|
|
||||||
<category android:name="android.intent.category.LAUNCHER"/>
|
|
||||||
</intent-filter>
|
|
||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
|
|||||||
@@ -235,7 +235,7 @@ public class BackgroundSourceUtils {
|
|||||||
String fileSuffix = UriUtils.getSuffixFromUri(mContext, uri);
|
String fileSuffix = UriUtils.getSuffixFromUri(mContext, uri);
|
||||||
LogUtils.d(TAG, String.format("createAndUpdatePreviewEnvironmentForCropping: fileSuffix = %s", fileSuffix));
|
LogUtils.d(TAG, String.format("createAndUpdatePreviewEnvironmentForCropping: fileSuffix = %s", fileSuffix));
|
||||||
String newCropFileName = genNewCropFileName();
|
String newCropFileName = genNewCropFileName();
|
||||||
mCropSourceFile = new File(fCropCacheDir, newCropFileName + File.separator + fileSuffix);
|
mCropSourceFile = new File(fCropCacheDir, newCropFileName + "." + fileSuffix);
|
||||||
mCropResultFile = new File(fCropCacheDir, "SelectCompress_" + newCropFileName + ".png");
|
mCropResultFile = new File(fCropCacheDir, "SelectCompress_" + newCropFileName + ".png");
|
||||||
|
|
||||||
if (FileUtils.isFileExists(oldPreviewBackgroundBean.getBackgroundScaledCompressFilePath())) {
|
if (FileUtils.isFileExists(oldPreviewBackgroundBean.getBackgroundScaledCompressFilePath())) {
|
||||||
|
|||||||
Reference in New Issue
Block a user