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.
Этот коммит содержится в:
Peter Serwylo 2017-04-05 13:26:56 +10:00
родитель b5341efff9
Коммит 0b7dc64fb6
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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
); );
} }
} }