From 8f506c0b0b047d2510f60fa3d73327a2cb3f7e58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Thu, 20 Feb 2014 00:25:14 +0100 Subject: [PATCH] Add maxage issue to TODO --- TODO-before-release.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/TODO-before-release.md b/TODO-before-release.md index 1677a8bee..d499bf676 100644 --- a/TODO-before-release.md +++ b/TODO-before-release.md @@ -1,11 +1,14 @@ These issues are a must-fix before the next stable release: -* Right after updating a repo, "Recently Updated" shows the apps correctly but +* Fix updating of `TABLE_REPO` from a very old version, also known as the + `duplicate column name: maxage` issue. + +* Right after updating a repo, `Recently Updated` shows the apps correctly but the new apks don't show up on App Details until the whole app is restarted (or until the repos are wiped and re-downloaded) -* App.curVersion is now used in some places where before we used - App.curApk.version, which means that e.g. app lists now show the current +* `App.curVersion` is now used in some places where before we used + `App.curApk.version`, which means that e.g. app lists now show the current version at upstream and not the latest stable version in the repository (highly misleading to users, who might end up looking for versions not in the repo yet)