资讯模块、整理完成

This commit is contained in:
huangzhuanghua
2016-07-08 14:10:45 +08:00
parent 6c3e042edc
commit 3c83b4ad5c
21 changed files with 1060 additions and 937 deletions

View File

@ -173,7 +173,7 @@ public class DownloadDialog {
gameName = game.getName();
gameIcon = game.getIcon();
gameId = game.getIcon();
gameId = game.getId();
if (game.getTag() == null || game.getTag().isEmpty()) {
gameType = "normal";
} else {
@ -350,7 +350,7 @@ public class DownloadDialog {
}
private ArrayList<ApkEntity> sortApk(String gameId, List<ApkEntity> apkList) {
DownloadEntry downloadEntry = null;
DownloadEntry downloadEntry;
ArrayList<ApkEntity> list = new ArrayList<ApkEntity>();
List<ApkEntity> installedList = new ArrayList<ApkEntity>();
List<ApkEntity> doneList = new ArrayList<ApkEntity>();
@ -786,8 +786,7 @@ public class DownloadDialog {
HashMap<String, String> meta = new HashMap<String, String>();
meta.put("ETag", apkEntity.getEtag());
meta.put("icon", gameIcon);
meta.put(
"platform", apkEntity.getPlatform());
meta.put("platform", apkEntity.getPlatform());
meta.put("gameId", gameId);
meta.put("entrance", entrance);
meta.put("location", mlocation);