diff --git a/app/build.gradle b/app/build.gradle index 8530516c5..f46e6f5c4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,8 +29,8 @@ android { applicationId "com.fastaccess.github" minSdkVersion 21 targetSdkVersion 26 - versionCode 442 - versionName "4.4.2" + versionCode 450 + versionName "4.5.0" buildConfigString "GITHUB_CLIENT_ID", (buildProperties.secrets['github_client_id'] | buildProperties.notThere['github_client_id']).string buildConfigString "GITHUB_SECRET", (buildProperties.secrets['github_secret'] | buildProperties.notThere['github_secret']).string buildConfigString "IMGUR_CLIENT_ID", (buildProperties.secrets['imgur_client_id'] | buildProperties.notThere['imgur_client_id']).string diff --git a/app/src/main/java/com/fastaccess/provider/tasks/notification/NotificationSchedulerJobTask.java b/app/src/main/java/com/fastaccess/provider/tasks/notification/NotificationSchedulerJobTask.java index b46c7121b..6b8859811 100644 --- a/app/src/main/java/com/fastaccess/provider/tasks/notification/NotificationSchedulerJobTask.java +++ b/app/src/main/java/com/fastaccess/provider/tasks/notification/NotificationSchedulerJobTask.java @@ -216,7 +216,8 @@ private void getNotificationWithComment(Context context, int accentColor, Notifi } private void withComments(Comment comment, Context context, Notification thread, int accentColor) { - android.app.Notification toAdd = getNotification(comment.getUser() != null ? comment.getUser().getLogin() : "", comment.getBody(), + android.app.Notification toAdd = getNotification(comment.getUser() != null ? comment.getUser().getLogin() : "", + MarkDownProvider.stripMdText(comment.getBody()), thread.getRepository() != null ? thread.getRepository().getFullName() : "general") .setLargeIcon(BitmapFactory.decodeResource(getResources(), R.mipmap.ic_launcher)) .setSmallIcon(R.drawable.ic_notification) diff --git a/app/src/main/res/raw/changelog.html b/app/src/main/res/raw/changelog.html index d5cfaa4e4..2ce39c0ea 100644 --- a/app/src/main/res/raw/changelog.html +++ b/app/src/main/res/raw/changelog.html @@ -8,20 +8,32 @@

FastHub changelog

-

Version 4.4.2 (Some fixes) +

Version 4.5.0 (Pin Issues & PRs)

Please report the issues in FastHub repo instead, by opening the Drawer Menu and clicking on “Report an Issue” PLEASE USE IT.

-

Bugs , Enhancements & new Features (4.4.2) +

Bugs , Enhancements & new Features

diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 9a73d8e37..d60827b64 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -595,11 +595,13 @@
• How can I get a PROMO CODE?

If you are a student, you\'ll have to prove it to me. The documents listed below should be provided me via E-mail:

If you aren\'t a student and you can\'t afford purchasing PRO, you\'ll need to: