version:1.5

fix:迁移到奥乐云平台
add:
This commit is contained in:
2021-12-10 14:49:23 +08:00
parent 2462bafa85
commit ed8310da47
713 changed files with 6024 additions and 4805 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package com.android.colorfulos.config;
package com.aoleyun.os.config;
import android.content.Context;

View File

@@ -14,16 +14,16 @@
* limitations under the License.
*/
package com.android.colorfulos.model;
package com.aoleyun.os.model;
import com.android.colorfulos.AllAppsList;
import com.android.colorfulos.LauncherAppState;
import com.android.colorfulos.LauncherModel.Callbacks;
import com.aoleyun.os.AllAppsList;
import com.aoleyun.os.LauncherAppState;
import com.aoleyun.os.LauncherModel.Callbacks;
import java.lang.ref.WeakReference;
/**
* Helper class to handle results of {@link com.android.colorfulos.model.LoaderTask}.
* Helper class to handle results of {@link com.aoleyun.os.model.LoaderTask}.
*/
public class LoaderResults extends BaseLoaderResults {

View File

@@ -14,15 +14,15 @@
* limitations under the License.
*/
package com.android.colorfulos.model;
package com.aoleyun.os.model;
import android.content.Context;
import android.os.UserHandle;
import com.android.colorfulos.icons.ComponentWithLabel;
import com.android.colorfulos.LauncherAppState;
import com.android.colorfulos.util.PackageUserKey;
import com.android.colorfulos.widget.WidgetListRowEntry;
import com.aoleyun.os.icons.ComponentWithLabel;
import com.aoleyun.os.LauncherAppState;
import com.aoleyun.os.util.PackageUserKey;
import com.aoleyun.os.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.colorfulos.widget.WidgetsDiffReporter}
* {@link com.aoleyun.os.widget.WidgetsDiffReporter}
*
* @see com.android.colorfulos.widget.WidgetsListAdapter#setWidgets(ArrayList)
* @see com.aoleyun.os.widget.WidgetsListAdapter#setWidgets(ArrayList)
*/
public synchronized ArrayList<WidgetListRowEntry> getWidgetsList(Context context) {
return EMPTY_WIDGET_LIST;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package com.android.colorfulos.shortcuts;
package com.aoleyun.os.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.colorfulos.ItemInfo;
import com.aoleyun.os.ItemInfo;
import java.util.Collections;
import java.util.List;