fix repo URL in about
This commit is contained in:
parent
5fd791dc67
commit
a2456d7fc5
@ -3,7 +3,7 @@
|
||||
## Reporting issues
|
||||
|
||||
If you find an issue in the client, you can use our [Issue
|
||||
Tracker](https://gitlab.com/fdroid/fdroidclient/issues). Make sure that it
|
||||
Tracker](https://gitlab.com/belos/Belmarket/issues). Make sure that it
|
||||
hasn't yet been reported by searching first.
|
||||
|
||||
Remember to include the following information:
|
||||
|
@ -1,6 +1,6 @@
|
||||
# F-Droid Client
|
||||
|
||||
[](https://gitlab.com/fdroid/fdroidclient/builds)
|
||||
[](https://gitlab.com/belos/Belmarket/builds)
|
||||
[](https://hosted.weblate.org/engage/f-droid/)
|
||||
|
||||
Client for [F-Droid](https://belmarket.ir), the Free Software repository system
|
||||
|
2
app/proguard-rules.pro
vendored
2
app/proguard-rules.pro
vendored
@ -22,7 +22,7 @@
|
||||
-keep class org.spongycastle.** {*;}
|
||||
|
||||
# This keeps class members used for SystemInstaller IPC.
|
||||
# Reference: https://gitlab.com/fdroid/fdroidclient/issues/79
|
||||
# Reference: https://gitlab.com/belos/Belmarket/issues/79
|
||||
-keepclassmembers class * implements android.os.IInterface {
|
||||
public *;
|
||||
}
|
||||
|
@ -112,7 +112,7 @@ public class FDroid extends AppCompatActivity implements SearchView.OnQueryTextL
|
||||
getContentResolver().registerContentObserver(uri, true, new AppObserver());
|
||||
|
||||
// Re-enable once it can be disabled via a setting
|
||||
// See https://gitlab.com/fdroid/fdroidclient/issues/435
|
||||
// See https://gitlab.com/belos/Belmarket/issues/435
|
||||
//
|
||||
// if (UpdateService.isNetworkAvailableForUpdate(this)) {
|
||||
// UpdateService.updateNow(this);
|
||||
|
@ -225,7 +225,7 @@ public class RepoUpdater {
|
||||
|
||||
// Due to a bug in Android 5.0 Lollipop, the inclusion of spongycastle causes
|
||||
// breakage when verifying the signature of the downloaded .jar. For more
|
||||
// details, check out https://gitlab.com/fdroid/fdroidclient/issues/111.
|
||||
// details, check out https://gitlab.com/belos/Belmarket/issues/111.
|
||||
FDroidApp.disableSpongyCastleOnLollipop();
|
||||
|
||||
JarFile jarFile = new JarFile(downloadedFile, true);
|
||||
|
@ -409,7 +409,7 @@ public class App extends ValueObject implements Comparable<App>, Parcelable {
|
||||
|
||||
// Due to a bug in android 5.0 lollipop, the inclusion of BouncyCastle causes
|
||||
// breakage when verifying the signature of most .jars. For more
|
||||
// details, check out https://gitlab.com/fdroid/fdroidclient/issues/111.
|
||||
// details, check out https://gitlab.com/belos/Belmarket/issues/111.
|
||||
try {
|
||||
FDroidApp.disableSpongyCastleOnLollipop();
|
||||
final InputStream tmpIn = apkJar.getInputStream(aSignedEntry);
|
||||
|
@ -4,7 +4,7 @@
|
||||
<string name="app_description">F-Droid is an installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform. The client makes it easy to browse, install, and keep track of updates on your device.</string>
|
||||
|
||||
<string name="site_link">https://belmarket.ir</string>
|
||||
<string name="source_link">https://gitlab.com/fdroid/fdroidclient</string>
|
||||
<string name="source_link">https://gitlab.com/belos/Belmarket</string>
|
||||
<string name="team_email">team@belmarket.ir</string>
|
||||
<string name="license_gplv3_later">GNU General Public License version\u00A03 or later</string>
|
||||
|
||||
|
@ -41,7 +41,7 @@ public class ProperMultiRepoUpdaterTest extends MultiRepoUpdaterTest {
|
||||
public @interface RepoIdentifier { }
|
||||
|
||||
/*
|
||||
*This test fails due to issue #568 (https://gitlab.com/fdroid/fdroidclient/issues/568).
|
||||
*This test fails due to issue #568 (https://gitlab.com/belos/Belmarket/issues/568).
|
||||
@Test
|
||||
public void appsRemovedFromRepo() throws RepoUpdater.UpdateException {
|
||||
assertEquals(0, AppProvider.Helper.all(context.getContentResolver()).size());
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user