mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-06-18 12:49:59 -04:00
Calculate whether an app is an APK or not when updating repos.
This improves performance when we need to decide whether or not apps are installed or not while scrolling through large lists. Fixes #1143. Also change Jackson tests to properly ignore App#isApk.
This commit is contained in:
committed by
Hans-Christoph Steiner
parent
ac1dce24d2
commit
595f72d5b2
@@ -304,6 +304,7 @@ public class IndexV1UpdaterTest extends FDroidProviderTest {
|
||||
"installedSig",
|
||||
"installedVersionCode",
|
||||
"installedVersionName",
|
||||
"isApk",
|
||||
"preferredSigner",
|
||||
"prefs",
|
||||
"TAG",
|
||||
@@ -335,6 +336,7 @@ public class IndexV1UpdaterTest extends FDroidProviderTest {
|
||||
"hash",
|
||||
"hashType",
|
||||
"incompatibleReasons",
|
||||
"isApk",
|
||||
"maxSdkVersion",
|
||||
"minSdkVersion",
|
||||
"nativecode",
|
||||
|
||||
Reference in New Issue
Block a user