thomasfinch / GammaThingy

Changes screen gamma on iOS, no jailbreak required
777 stars 94 forks source link

Added a Today Widget with an enable and disable button #33

Open fretn opened 9 years ago

ANGOmarcello commented 9 years ago

Hey that is nice. :) It would be cool to check if it is time to enable according to schedule every time the widget is refreshed.

fretn commented 9 years ago

Problem is that it has to open the Main Application so it basicly leaves the widget panel

fretn commented 9 years ago

Unless its possible to change the colors from inside the widget

ANGOmarcello commented 9 years ago

It could be possible to just call the gamma filter from within the widget

ANGOmarcello commented 9 years ago

This could also help with reboot persistence as it would be reapplied once the notification view is opened

ylor commented 9 years ago

Super happy that somebody started work on it, but I feel like a UISlider or maybe a -/+ buttons that can increase/decrease orangeness could be super useful.

ANGOmarcello commented 9 years ago

If this is merged I would constribute to it

fretn commented 9 years ago

An uislider will not work, swiping in one direction means moving to the notifications view

arthurhammer commented 9 years ago

It looks like this commit is missing TodayViewController.h? It doesn't build at this point.

fretn commented 9 years ago

indeed, xcode failed on me, I'll fix it

ANGOmarcello commented 9 years ago

An UI Slider would also be against the Human Interface Guidlines. It's not like we are forced to obey them but they have a solid reason to exist.