version:1.1
update:2021-10-19 17:27:09 fix:更换包名,自更新 add:加入极光推送,发送正在运行的app信息
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package com.android.uiuios.config;
|
||||
package com.android.colorfulos.config;
|
||||
|
||||
import android.content.Context;
|
||||
|
||||
|
||||
@@ -14,16 +14,16 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package com.android.uiuios.model;
|
||||
package com.android.colorfulos.model;
|
||||
|
||||
import com.android.uiuios.AllAppsList;
|
||||
import com.android.uiuios.LauncherAppState;
|
||||
import com.android.uiuios.LauncherModel.Callbacks;
|
||||
import com.android.colorfulos.AllAppsList;
|
||||
import com.android.colorfulos.LauncherAppState;
|
||||
import com.android.colorfulos.LauncherModel.Callbacks;
|
||||
|
||||
import java.lang.ref.WeakReference;
|
||||
|
||||
/**
|
||||
* Helper class to handle results of {@link com.android.uiuios.model.LoaderTask}.
|
||||
* Helper class to handle results of {@link com.android.colorfulos.model.LoaderTask}.
|
||||
*/
|
||||
public class LoaderResults extends BaseLoaderResults {
|
||||
|
||||
|
||||
@@ -14,15 +14,15 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package com.android.uiuios.model;
|
||||
package com.android.colorfulos.model;
|
||||
|
||||
import android.content.Context;
|
||||
import android.os.UserHandle;
|
||||
|
||||
import com.android.uiuios.icons.ComponentWithLabel;
|
||||
import com.android.uiuios.LauncherAppState;
|
||||
import com.android.uiuios.util.PackageUserKey;
|
||||
import com.android.uiuios.widget.WidgetListRowEntry;
|
||||
import com.android.colorfulos.icons.ComponentWithLabel;
|
||||
import com.android.colorfulos.LauncherAppState;
|
||||
import com.android.colorfulos.util.PackageUserKey;
|
||||
import com.android.colorfulos.widget.WidgetListRowEntry;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Collections;
|
||||
@@ -43,9 +43,9 @@ public class WidgetsModel {
|
||||
* Returns a list of {@link WidgetListRowEntry}. All {@link WidgetItem} in a single row
|
||||
* are sorted (based on label and user), but the overall list of {@link WidgetListRowEntry}s
|
||||
* is not sorted. This list is sorted at the UI when using
|
||||
* {@link com.android.uiuios.widget.WidgetsDiffReporter}
|
||||
* {@link com.android.colorfulos.widget.WidgetsDiffReporter}
|
||||
*
|
||||
* @see com.android.uiuios.widget.WidgetsListAdapter#setWidgets(ArrayList)
|
||||
* @see com.android.colorfulos.widget.WidgetsListAdapter#setWidgets(ArrayList)
|
||||
*/
|
||||
public synchronized ArrayList<WidgetListRowEntry> getWidgetsList(Context context) {
|
||||
return EMPTY_WIDGET_LIST;
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package com.android.uiuios.shortcuts;
|
||||
package com.android.colorfulos.shortcuts;
|
||||
|
||||
import android.content.ComponentName;
|
||||
import android.content.Context;
|
||||
@@ -24,7 +24,7 @@ import android.graphics.drawable.Drawable;
|
||||
import android.os.Bundle;
|
||||
import android.os.UserHandle;
|
||||
|
||||
import com.android.uiuios.ItemInfo;
|
||||
import com.android.colorfulos.ItemInfo;
|
||||
|
||||
import java.util.Collections;
|
||||
import java.util.List;
|
||||
|
||||
Reference in New Issue
Block a user