Skip to content

Ensure large icon urls exist

Firstly, built and installed 0.92, last one before large index icons. Confirm all icons load properly.

Then, install v0.95-test and watch the log:

pete@epsilon:~$ adb -e logcat | grep DBHelper

I/DBHelper(  363): Upgrading database from v47 v49
I/DBHelper(  363): Adding changelogURL column to fdroid_app
I/DBHelper(  363): Adding iconUrlLarge columns to fdroid_app

Confirm that issue #282 (closed) is present (grey icons in the new AppDetails screen).

Build and install this branch:

I/DBHelper(  448): Upgrading database from v49 v50
I/DBHelper(  448): Recalculating app icon URLs so that the newly added large icons will get updated.
I/DBHelper(  448): Clearing repo etags, so next update will not be skipped with "Repos up to date".

Confirm that issue #282 (closed) is fixed. Icons in AppDetails are available (though low res, as expected). It also ensures that repos can be updated again, by setting the lastetag in the fdroid_repo table to null.

Merge request reports