peterhajas / MobileNotifier

iOS Notifications. Done right.
BSD 3-Clause "New" or "Revised" License
302 stars 32 forks source link

[Bug] Can't close dashboard #228

Closed exiva closed 13 years ago

exiva commented 13 years ago

In Beta5 if you are using a activator action to display the dashboard (For example, if you're on an old 3g and don't have/want Backgrounding) you can't close the display. Clicking home doesn't close it, and the only way to do it is to clear all notifications.

marshallford commented 13 years ago

Yes, this is my only issue....

And please support textfree.

ipt 4.2.1

marshallford commented 13 years ago

Here's an idea...

IF: not in app switcher & in dashboard

THEN: when user taps home button hide dashboard

ELSE: Stop

timbob1907 commented 13 years ago

I've also encountered this

marshallford commented 13 years ago

Quick Fix!

I created a dummy app in the root applications folder. Then I made it hide the status bar to make it look pretty. Next I assigned the short lock hold to the newly made app in activator, and the swipe down on status bar to to "show dash".

You see, the dash closes whenever an app opens, so I just made an app that crashes in like a 1/4 of a second, but forces the dash to close.

Good luck!

Drudoo commented 13 years ago

I am trying to fix this. It is a problem for me too. So far i am testing a touch on the background will close the dashboard. It is not working right now.

exiva commented 13 years ago

@Drudoo go back a few revisions -- this is how it worked previously. Shouldn't be hard to find/copypasta the code in for a temporary hack.

Drudoo commented 13 years ago

I cant find any previous versions on github (i am pretty new to github). Any help would be appreciated. I am looking for the MNAlertDashboardViewController.h and MNAlertDashboardViewController.m

exiva commented 13 years ago

https://github.com/peterhajas/MobileNotifier/commits/master/MNAlertDashboardViewController.m https://github.com/peterhajas/MobileNotifier/commits/master/MNAlertDashboardViewController.h

Drudoo commented 13 years ago

I will take a look later and see if i can find some of the code that works. Right now my own version works, but the problem is that you cant press on the notifications anymore.

timnovinger commented 13 years ago

This issue was resolved in this commit.

marshallford commented 13 years ago

Now all I need is a mac to compile it...

exiva commented 13 years ago

I haven't been able to get it to build at all. I think the build directions have changed and the readme hasn't been updated.

Drudoo commented 13 years ago

This build the same way as every other release :)

Sent from a Random Apple Device

On 08/06/2011, at 09.48, exivareply@reply.github.com wrote:

I haven't been able to get it to build at all. I think the build directions have changed and the readme hasn't been updated.

Reply to this email directly or view it on GitHub: https://github.com/peterhajas/MobileNotifier/issues/228#comment_1325145

exiva commented 13 years ago

Then I can't setup Theos properly, apparently.

Drudoo commented 13 years ago

Go in to the Makefile and be sure the first line points to the Theos directory.

Sent from a Random Apple Device

On 08/06/2011, at 10.57, exivareply@reply.github.com wrote:

Then I can't setup Theos properly, apparently.

Reply to this email directly or view it on GitHub: https://github.com/peterhajas/MobileNotifier/issues/228#comment_1325422