Loading .idea/caches/build_file_checksums.ser (549 B) File changed.No diff preview for this file type. View original file View changed file app/build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -6,8 +6,8 @@ android { applicationId "com.gsnathan.pdfviewer" minSdkVersion 21 targetSdkVersion 26 versionCode 8 versionName "1.7" versionCode 9 versionName "1.8" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true Loading app/src/main/java/com/gsnathan/pdfviewer/AboutActivity.java +2 −2 Original line number Diff line number Diff line Loading @@ -136,9 +136,9 @@ public class AboutActivity extends AppCompatActivity{ ) .addAttributions( new Attribution.Builder("Material Design Icons") .addCopyrightNotice("Copyright 2016 Arleu Cezar Vansuita Júnior") .addCopyrightNotice("Copyright 2014, Austin Andrews") .addLicense("SIL Open Font", "https://github.com/Templarian/MaterialDesign/blob/master/LICENSE") .setWebsite("https://github.com/jrvansuita/MaterialAbout") .setWebsite("https://materialdesignicons.com/") .build() ) .addAttributions( Loading app/src/main/res/raw/changelog.xml +4 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <changelog bulletedList="true"> <changelogversion versionName="1.8" changeDate="May 18, 2018"> <changelogtext>[b]Fix![/b] Bug fixes</changelogtext> </changelogversion> <changelogversion versionName="1.7" changeDate="May 16, 2018"> <changelogtext>[b]New![/b] Share the pdf</changelogtext> <changelogtext>[b]New![/b] About page</changelogtext> Loading app/src/main/res/values/strings.xml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ <string name="action_about">About</string> <string name="version">Version</string> <string name="intro">Replay Intro</string> <string name="author">Author</string> <string name="author">Gokul Swaminathan</string> <string name="email">Email</string> <string name="description_open">Of course this app is open source. You always have the privilege to make your own modifications to this app. The source code link is in the about section.</string> <string name="title_open">Freedom</string> Loading Loading
.idea/caches/build_file_checksums.ser (549 B) File changed.No diff preview for this file type. View original file View changed file
app/build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -6,8 +6,8 @@ android { applicationId "com.gsnathan.pdfviewer" minSdkVersion 21 targetSdkVersion 26 versionCode 8 versionName "1.7" versionCode 9 versionName "1.8" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true Loading
app/src/main/java/com/gsnathan/pdfviewer/AboutActivity.java +2 −2 Original line number Diff line number Diff line Loading @@ -136,9 +136,9 @@ public class AboutActivity extends AppCompatActivity{ ) .addAttributions( new Attribution.Builder("Material Design Icons") .addCopyrightNotice("Copyright 2016 Arleu Cezar Vansuita Júnior") .addCopyrightNotice("Copyright 2014, Austin Andrews") .addLicense("SIL Open Font", "https://github.com/Templarian/MaterialDesign/blob/master/LICENSE") .setWebsite("https://github.com/jrvansuita/MaterialAbout") .setWebsite("https://materialdesignicons.com/") .build() ) .addAttributions( Loading
app/src/main/res/raw/changelog.xml +4 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <changelog bulletedList="true"> <changelogversion versionName="1.8" changeDate="May 18, 2018"> <changelogtext>[b]Fix![/b] Bug fixes</changelogtext> </changelogversion> <changelogversion versionName="1.7" changeDate="May 16, 2018"> <changelogtext>[b]New![/b] Share the pdf</changelogtext> <changelogtext>[b]New![/b] About page</changelogtext> Loading
app/src/main/res/values/strings.xml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ <string name="action_about">About</string> <string name="version">Version</string> <string name="intro">Replay Intro</string> <string name="author">Author</string> <string name="author">Gokul Swaminathan</string> <string name="email">Email</string> <string name="description_open">Of course this app is open source. You always have the privilege to make your own modifications to this app. The source code link is in the about section.</string> <string name="title_open">Freedom</string> Loading