Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

Commit

Permalink
releasing 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kosh committed Jul 18, 2017
1 parent 5fc1437 commit 09d1fc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,7 @@ dependencies {
implementation "com.google.firebase:firebase-database:${gms}"
implementation('com.github.b3er.rxfirebase:firebase-database-kotlin:11.2.0') { transitive = false }
implementation('com.github.b3er.rxfirebase:firebase-database:11.2.0') { transitive = false }
implementation 'com.github.k0shk0sh.firebase-jobdispatcher-android:firebase-jobdispatcher:v0.7.0'
implementation 'com.github.k0shk0sh.firebase-jobdispatcher-android:firebase-jobdispatcher-with-gcm-dep:v0.7.0'
implementation 'com.github.k0shk0sh.firebase-jobdispatcher-android:firebase-jobdispatcher-with-gcm-dep:master-SNAPSHOT'
implementation('com.crashlytics.sdk.android:crashlytics:2.6.8@aar') { transitive = true }
implementation "com.github.miguelbcr:RxBillingService:0.0.3"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
Expand Down
3 changes: 1 addition & 2 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,4 @@
-dontwarn sun.misc.Unsafe
-dontwarn com.octo.android.robospice.retrofit.RetrofitJackson**
-dontwarn retrofit.appengine.UrlFetchClient
-dontwarn icepick.**
-dontwarn retrofit.**
-dontwarn icepick.**

7 comments on commit 09d1fc0

@jochenberger
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

4.0.2 started showing notifications again though they are disabled.

@k0shk0sh
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jochenberger this only happens when you open the app FastHub will grab your notifications other than that it will remain disabled. :)

Sent from my Samsung SM-G950F using FastHub

@jochenberger
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't want the app to show notifications, so I disabled the setting. Previous versions honored that, but apparently something was changed.

@k0shk0sh
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jochenberger the notifications are still disabled, but as I said, this will only happen once every time you open the app, it was requested as FR, I'm not really sure if I can satisfy everyone, what I suggest you to do, go to ur settings/FastHub and click on notifications and click on don't show. This will ensure that you'll never see notifications from FastHub :)

Sent from my Samsung SM-G950F using FastHub

@k0shk0sh
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jochenberger side note: will remove it in next update

Sent from my Samsung SM-G950F using FastHub

@yakov116
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@k0shk0sh I agree with him. Off is off!
I think the FR was for the notifications icon to be highlighted
@jochenberger I have waged war for you and have won! We will just highlight the notification icon (in app) if there is a notification.

@jochenberger
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks guys.

Please sign in to comment.