version:
fix: update:更换为酷信
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -13,12 +13,20 @@ android {
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
U807Debug {}
|
||||
U807Release {}
|
||||
G10PDebug {}
|
||||
G10PRelease {}
|
||||
zhanRuiDebug {}
|
||||
zhanRuiRelease {}
|
||||
zhanRui12Debug {}
|
||||
zhanRui12Release {}
|
||||
alldocubeDebug {}
|
||||
alldocubeDebugReleas {}
|
||||
TeclastP20SDebug {}
|
||||
TeclastP20SRelease {}
|
||||
zhanruiG10ZDebug {}
|
||||
zhanruiG10ZRelease {}
|
||||
debug {}
|
||||
release {}
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
@@ -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;
|
||||
@@ -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;
|
||||
@@ -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;
|
||||
@@ -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;
|
||||
@@ -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;
|
||||
@@ -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;
|
||||
@@ -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;
|
||||
@@ -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;
|
||||
@@ -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;
|
||||
@@ -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> {
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.aoleyun.os.util;
|
||||
package com.uiuipad.os.util;
|
||||
|
||||
/**
|
||||
* Copyright (C) 2015 The Android Open Source Project
|
||||
@@ -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;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.aoleyun.os.util;
|
||||
package com.uiuipad.os.util;
|
||||
|
||||
import android.content.ContentValues;
|
||||
import android.content.Context;
|
||||
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user