fix repo URL in about

This commit is contained in:
numb95 2016-10-27 12:50:30 +03:30
parent 5fd791dc67
commit a2456d7fc5
11 changed files with 11 additions and 11 deletions

View File

@ -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:

View File

@ -1,6 +1,6 @@
# F-Droid Client
[![build status](https://gitlab.com/fdroid/fdroidclient/badges/master/build.svg)](https://gitlab.com/fdroid/fdroidclient/builds)
[![build status](https://gitlab.com/belos/Belmarket/badges/master/build.svg)](https://gitlab.com/belos/Belmarket/builds)
[![Translation status](https://hosted.weblate.org/widgets/f-droid/-/svg-badge.svg)](https://hosted.weblate.org/engage/f-droid/)
Client for [F-Droid](https://belmarket.ir), the Free Software repository system

View File

@ -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 *;
}

View File

@ -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);

View File

@ -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);

View File

@ -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);

View File

@ -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>

View File

@ -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