fix:
update:更换为酷信
This commit is contained in:
2023-10-11 19:19:52 +08:00
parent 625a121cbb
commit 8799e85443
723 changed files with 4158 additions and 4041 deletions

View File

@@ -16,5 +16,5 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.aoleyun.os.icons">
package="com.uiuipad.os.icons">
</manifest>

View File

@@ -13,12 +13,20 @@ android {
}
buildTypes {
U807Debug {}
U807Release {}
G10PDebug {}
G10PRelease {}
zhanRuiDebug {}
zhanRuiRelease {}
zhanRui12Debug {}
zhanRui12Release {}
alldocubeDebug {}
alldocubeDebugReleas {}
TeclastP20SDebug {}
TeclastP20SRelease {}
zhanruiG10ZDebug {}
zhanruiG10ZRelease {}
debug {}
release {}
}

View File

@@ -17,6 +17,6 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/legacy_icon_background"/>
<foreground>
<com.aoleyun.os.icons.FixedScaleDrawable />
<com.uiuipad.os.icons.FixedScaleDrawable />
</foreground>
</adaptive-icon>

View File

@@ -1,4 +1,4 @@
package com.aoleyun.os.icons;
package com.uiuipad.os.icons;
import static android.graphics.Paint.DITHER_FLAG;
import static android.graphics.Paint.FILTER_BITMAP_FLAG;
@@ -20,7 +20,7 @@ import android.os.Build;
import android.os.Process;
import android.os.UserHandle;
import com.aoleyun.os.icons.R;
import com.uiuipad.os.icons.R;
/**
* This class will be moved to androidx library. There shouldn't be any dependency outside

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aoleyun.os.icons;
package com.uiuipad.os.icons;
import android.graphics.Bitmap;
import android.graphics.Bitmap.Config;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aoleyun.os.icons;
package com.uiuipad.os.icons;
import android.annotation.TargetApi;
import android.graphics.Bitmap;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aoleyun.os.icons;
package com.uiuipad.os.icons;
import android.graphics.Bitmap;
import android.graphics.Color;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package com.aoleyun.os.icons;
package com.uiuipad.os.icons;
import static android.graphics.Paint.ANTI_ALIAS_FLAG;
import static android.graphics.Paint.FILTER_BITMAP_FLAG;

View File

@@ -1,4 +1,4 @@
package com.aoleyun.os.icons;
package com.uiuipad.os.icons;
import android.content.res.Resources;
import android.content.res.Resources.Theme;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aoleyun.os.icons;
package com.uiuipad.os.icons;
import android.graphics.Bitmap;
import android.graphics.Rect;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package com.aoleyun.os.icons;
package com.uiuipad.os.icons;
import android.annotation.TargetApi;
import android.content.Context;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package com.aoleyun.os.icons;
package com.uiuipad.os.icons;
import android.graphics.Bitmap;
import android.graphics.Bitmap.Config;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aoleyun.os.icons.cache;
package com.uiuipad.os.icons.cache;
import android.content.ComponentName;
import android.content.ContentValues;
@@ -38,12 +38,12 @@ import android.os.UserHandle;
import android.text.TextUtils;
import android.util.Log;
import com.aoleyun.os.icons.BaseIconFactory;
import com.aoleyun.os.icons.BitmapInfo;
import com.aoleyun.os.icons.BitmapRenderer;
import com.aoleyun.os.icons.GraphicsUtils;
import com.aoleyun.os.util.ComponentKey;
import com.aoleyun.os.util.SQLiteCacheHelper;
import com.uiuipad.os.icons.BaseIconFactory;
import com.uiuipad.os.icons.BitmapInfo;
import com.uiuipad.os.icons.BitmapRenderer;
import com.uiuipad.os.icons.GraphicsUtils;
import com.uiuipad.os.util.ComponentKey;
import com.uiuipad.os.util.SQLiteCacheHelper;
import java.util.AbstractMap;
import java.util.Collections;

View File

@@ -13,13 +13,13 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aoleyun.os.icons.cache;
package com.uiuipad.os.icons.cache;
import android.content.ComponentName;
import android.content.Context;
import android.os.UserHandle;
import com.aoleyun.os.icons.BitmapInfo;
import com.uiuipad.os.icons.BitmapInfo;
public interface CachingLogic<T> {

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aoleyun.os.icons.cache;
package com.uiuipad.os.icons.cache;
import android.os.Handler;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aoleyun.os.icons.cache;
package com.uiuipad.os.icons.cache;
import android.content.ComponentName;
import android.content.pm.ApplicationInfo;
@@ -27,7 +27,7 @@ import android.text.TextUtils;
import android.util.Log;
import android.util.SparseBooleanArray;
import com.aoleyun.os.icons.cache.BaseIconCache.IconDB;
import com.uiuipad.os.icons.cache.BaseIconCache.IconDB;
import java.util.Collections;
import java.util.HashMap;

View File

@@ -1,4 +1,4 @@
package com.aoleyun.os.util;
package com.uiuipad.os.util;
/**
* Copyright (C) 2015 The Android Open Source Project

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package com.aoleyun.os.util;
package com.uiuipad.os.util;
import static android.database.sqlite.SQLiteDatabase.NO_LOCALIZED_COLLATORS;

View File

@@ -1,4 +1,4 @@
package com.aoleyun.os.util;
package com.uiuipad.os.util;
import android.content.ContentValues;
import android.content.Context;

View File

@@ -14,11 +14,11 @@
* limitations under the License.
*/
package com.aoleyun.os.icons;
package com.uiuipad.os.icons;
import android.content.Context;
import com.aoleyun.os.icons.R;
import com.uiuipad.os.icons.R;
/**
* Wrapper class to provide access to {@link BaseIconFactory} and also to provide pool of this class

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aoleyun.os.icons;
package com.uiuipad.os.icons;
import static android.content.Intent.ACTION_MANAGED_PROFILE_ADDED;
import static android.content.Intent.ACTION_MANAGED_PROFILE_REMOVED;
@@ -32,8 +32,8 @@ import android.os.UserHandle;
import android.os.UserManager;
import android.util.SparseLongArray;
import com.aoleyun.os.icons.R;
import com.aoleyun.os.icons.cache.BaseIconCache;
import com.uiuipad.os.icons.R;
import com.uiuipad.os.icons.cache.BaseIconCache;
/**
* Wrapper class to provide access to {@link BaseIconFactory} and also to provide pool of this class