peterhajas / MobileNotifier

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

[IMPROVEMENT] keyboard #255

Closed neelo closed 13 years ago

neelo commented 13 years ago

nothing major, just something cosmetic, shouldnt be too hard to do, instead of using the grey keyboard, make quickreply bring up the transparent black keyboard that bitesms and irealsms bring up in quickreply. will make the design look much neater on the whole.

Drudoo commented 13 years ago

Added
textBox.keyboardAppearance = UIKeyboardAppearanceAlert;

to

MNAlertViewController.m

As said before. I cant test it yet. Will keep you updated when i can.

neelo commented 13 years ago

thanks, where do i find that?

Drudoo commented 13 years ago

You cant do that without recompiling the whole project and manually installing a new .deb file.

neelo commented 13 years ago

ohh :( guess its up to Peter

Drudoo commented 13 years ago

I got good and bad news! I have compiled and tested the new keyboard and it works! Check it out here http://cl.ly/0j3G2N2o0n462t0M1m0f

neelo commented 13 years ago

Yes that looks much better

timnovinger commented 13 years ago

The keyboard style was updated in this commit, and will be rolled out to users at some point.