Fasthub: Can't find app on play store

Created on 19 Apr 2017  Β·  26Comments  Β·  Source: k0shk0sh/FastHub

App Version: 1.8.1

OS Version: 25

Model: HTC-Nexus 9

I would upload a pick if it would work...

Question

Most helpful comment

Well the repository_id is in the response of https://api.github.com/repos/k0shk0sh/FastHub, and the thread_id is in the response of https://api.github.com/repos/k0shk0sh/FastHub/issues/341.

The only other things you'd need are utf8 ("βœ“"), an authenticity_token, thread_class ("Issue"), and an id ("mute" or "subscribe").

All 26 comments

Please read the top header in readme file, to update your app currently please do it from the releases section. __1.9.1__ is the latest version.


Gonna keep this open to avoid duplicate issues in these few coming days.

Just curious. Why was it suspended?

It's weird because I try to go to release page but fast hub opens and clicking on the link does send me to the readme again...

@camillo777 I'm aware of that, release page is two tabs away, I'll try and fix that soon

So will you try to republish a new app with a different name @k0shk0sh ?

@felixfong227 so far nope, still waiting for my appeal. This will be my last option, I believe I didn't break any rules so I'm going to stick to my point until proven wrong

I just got notified, didn't knew the app could do that ^^

Well great news, glad you had this sorted out πŸ‘

@Younes-L neither I lol, I just included it to the last version I released to playstore, however while testing before releasing I have been informed that people received my push notifications without me including the FCM into my app, I guess it was included into the ads dependency I assume.

Thanks for ur support.

@Younes-L I'm wondering if the full message was actually received. :P

@k0shk0sh here's a screenshot of the notification

Also thanks for clarifying the notification thing x) I've seen people report notification but I hadn't received any until now.

Might want to go F-Droid.

@wxl @thermatk working hard on it, besides that, do expect that you'll find it later today in playstore as my appeal has been approved and just wrapping things for new release.

@k0shk0sh will this include the fix for #259?if so, can't wait!

@wxl you mean this 😝
FastHub Notifications

@k0shk0sh Well i mean being able to subscribe to issues so I think yes. I think I find the commit that contains the fix but I can't find the sha to refer to it. Another bug? πŸ›

Edit: I can share ➑ copy to clipboard ➑ trim the URL: f05464afb279816357e5504b0c72619723464fd8

@wxl well, there is no way for me to do currently, the API doesn't provide such call, so even to unsubscribe from an issue, you have to do it from notifications. the API missing loads of stuff & I don't really know why :D

@k0shk0sh You might be able to just do it yourself by POSTing to https://github.com/notifications/thread with the appropriate form parameters.

@arkon yup, i'm looking at this right now lol :D

Maybe we should reopen the issue then since it isn't completed after all?

@wxl @arkon the problem with that, as we can see from the form below, is that how we determine the issue ID??

<form accept-charset="UTF-8" action="/notifications/thread" class="thread-subscribe-form" data-remote="true" method="post">
    <div style="margin:0;padding:0;display:inline">
        <input name="utf8" type="hidden" value="βœ“">
        <input name="authenticity_token" type="hidden" value="token">
    </div>
    <input type="hidden" name="repository_id" value="82405191">
    <input type="hidden" name="thread_id" value="223118222">
    <input type="hidden" name="thread_class" value="Issue">
    <input type="hidden" name="id" value="unsubscribe">
    <button class="btn btn-sm" type="submit" data-disable-with="">
        <svg aria-hidden="true" class="octicon octicon-mute" height="16" version="1.1" viewBox="0 0 16 16" width="16">
            <path></path>
        </svg>
        Unsubscribe
    </button>
</form>

Well the repository_id is in the response of https://api.github.com/repos/k0shk0sh/FastHub, and the thread_id is in the response of https://api.github.com/repos/k0shk0sh/FastHub/issues/341.

The only other things you'd need are utf8 ("βœ“"), an authenticity_token, thread_class ("Issue"), and an id ("mute" or "subscribe").

@arkon owh yea, owh yea :D .. thanks man :D ..

will do it right away.

@arkon & @wxl this wont work :D, tried with even postman

Whatβ€½
Your browser did something unexpected. Please contact us if the problem persists.

@k0shk0sh what did you use for notifications? Firebase? They work pretty well.

@camillo777 yup :p . I guess I should close this issue now :D

Was this page helpful?
0 / 5 - 0 ratings

Related issues

shaboigan picture shaboigan  Β·  3Comments

adueppen picture adueppen  Β·  3Comments

wimstefan picture wimstefan  Β·  3Comments

yochananmarqos picture yochananmarqos  Β·  3Comments

dikiaap picture dikiaap  Β·  4Comments