Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e60dbee2 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Change link of source code from upstream to our gitlab

parent 60979374
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ public class AboutActivity extends AppCompatActivity {
    }

    public void showLicense(View v) {
        startActivity(Utils.linkIntent("https://github.com/JavaCafe01/PdfViewer/blob/master/LICENSE"));
        startActivity(Utils.linkIntent(getString(R.string.e_pdfviewer_license)));
    }

    public void showLibraries(View v) {
@@ -157,11 +157,11 @@ public class AboutActivity extends AppCompatActivity {
    }

    public void navToGit(View v) {
        startActivity(Utils.linkIntent("https://github.com/JavaCafe01"));
        startActivity(Utils.linkIntent(getString(R.string.e_gitlab)));
    }

    public void navToSourceCode(View v) {
        startActivity(Utils.linkIntent("https://github.com/JavaCafe01/PdfViewer"));
        startActivity(Utils.linkIntent(getString(R.string.e_pdfviewer)));
    }

    @Override
+4 −0
Original line number Diff line number Diff line
@@ -122,4 +122,8 @@
    <string name="dark_pdf">Dark theme for PDF</string>
    <string name="keep_screen_on">Keep the screen on</string>
    <string name="privacy_info">This app does not collect any data.\nThe following permissions are required to provide specific features in the app:\n- <b>Internet</b>: open PDFs through links\n- <b>Storage</b>: open files from storage, save PDFs opened through links</string>

    <string name="e_gitlab" translatable="false">https://gitlab.e.foundation/</string>
    <string name="e_pdfviewer" translatable="false">https://gitlab.e.foundation/e/os/pdfviewer/</string>
    <string name="e_pdfviewer_license" translatable="false">https://gitlab.e.foundation/e/os/pdfviewer/-/blob/main/LICENSE</string>
</resources>
 No newline at end of file