Show apps in name order.
Prior to this, they were in whatever order they came from the metadata. This resulted in weidrness because the repo which was updated last will have its apps shown last. We are trying to move away from the repo update order being important. In the future, this sort order should take into account better heuristics, but for now this is at least deterministic.
Этот коммит содержится в:
родитель
b5341efff9
Коммит
0b7dc64fb6
@ -121,7 +121,7 @@ public class AppListActivity extends AppCompatActivity implements LoaderManager.
|
|||||||
Schema.AppMetadataTable.Cols.ALL,
|
Schema.AppMetadataTable.Cols.ALL,
|
||||||
null,
|
null,
|
||||||
null,
|
null,
|
||||||
null
|
Schema.AppMetadataTable.Cols.NAME
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -153,7 +153,7 @@ public class CategoryController extends RecyclerView.ViewHolder implements Loade
|
|||||||
},
|
},
|
||||||
null,
|
null,
|
||||||
null,
|
null,
|
||||||
null
|
Schema.AppMetadataTable.Cols.NAME
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Загрузка…
x
Ссылка в новой задаче
Block a user