-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS 7 Support #39
iOS 7 Support #39
Conversation
aparedes
commented
Sep 20, 2013
- GIDAAlertView update for iOS 7
- Layout and tint colors for iOS 7
* GIDAAlertView update for iOS 7 * Layout and tint colors for iOS 7
Great work @aparedes!! This is looking good! Only funny thing I could found was the about screen with that little gap at the bottom. I have yet to test it on a real device (xcode is being nasty about profiles, etc). |
Also, testing now on device and everything is looking good so far. |
|
1.- Thanks. 2.- that's fine. 3.- Yeah Jonathan Ive is a crazy motherfucker. Lol. Thanks! Yoshiki Vázquez-Baeza
|
I really don't wanna "be that guy", but it seems our design guidelines are not in compliance with Ive's. Why don't we make a quick attempt on white BG, black fonts and "wire" elements (for example only the black outline of the resistor). |
Sounds good Yoshiki Vázquez-Baeza
|
I'll give it a go with a sketch for the resistor decoder and see how it goes |
Thanks. On Sep 24, 2013, at 7:55 PM, SantiagoTorres [email protected] wrote:
|
The home screen seems like an easy fix, you've started it just right. Do you think you would be able to get the icons replaced? Do we want black on white? I was thinking it should stay white but be one of those "Ive" gradients. I'm not too sure about the color decoder, though @alexwalls thoughts? Thanks for putting this together On Sep 25, 2013, at 12:03 AM, SantiagoTorres [email protected] wrote:
|
I'll give it a go tonight also, replacing the icons is an easy fix... does any of you know why the XIB breaks? I'll take a look at the Ive gradients and post the looks |
Thanks so much this will be a very cool thing to have in place. As for the xib breaking, I don't know, are you using the latest Xcode? Do you get an error message or something? Thanks! Yoshiki. On Sep 25, 2013, at 9:02 AM, SantiagoTorres [email protected] wrote:
|
No, Elements of the GUI (mostly images and background) start dissapearing On 09/25/2013 11:27 AM, Yoshiki Vázquez Baeza wrote:
|
Try updating then. On Sep 25, 2013, at 10:15 AM, SantiagoTorres [email protected] wrote:
|
Already latest version, no kidding... On 09/25/2013 12:35 PM, Yoshiki Vázquez Baeza wrote:
|
On Wed, Sep 25, 2013 at 5:13 PM, SantiagoTorres [email protected]
|
Your idea for 2) sounds amazing. On Sep 25, 2013, at 11:01 AM, Alejandro Paredes Alva [email protected] wrote:
|
|
On Sep 25, 2013, at 11:14 AM, SantiagoTorres [email protected] wrote:
|
Tomorrow 11 est works for me. Also next week. Will try to make some views to compare :) On Wed, Sep 25, 2013 at 7:14 PM, SantiagoTorres [email protected]
|
It doesn't work for me tomorrow, but I don't need to be on that call, I trust you guys :D Yoshiki. On Sep 25, 2013, at 2:00 PM, Alejandro Paredes Alva [email protected] wrote:
|
That looks amazing, few thoughts: Changing the font of the text entries from Courier to whatever the font is used all over the OS. If we are changing these few bits we will have to do the same thing with the base converter and with the res calc. Though both of them should be fairly simple once we adopt a theme. Yoshiki. On Sep 25, 2013, at 2:45 PM, SantiagoTorres [email protected] wrote:
|
I'll try inverting the gradients and testing it from there. |
Crash for iOS 6.1 and lower where the caputred text was not correctly accessed
Numberpad keyboard and updated range of matrix size
Fixes for XIB and code. Images are now done programmatically to avoid Xcode corruption
tested, good to go on iOS 6 on device |
iOS 6? what about iOS 7? On Sep 26, 2013, at 8:48 PM, SantiagoTorres [email protected] wrote:
|
not on my device at least. I think walls did some, he should report results from there. But hey! it's something!. |
It is indeed something. On Sep 26, 2013, at 10:20 PM, SantiagoTorres [email protected] wrote:
|
I did check it on ios 7 on a 4in device. It works well but there is a bug and I think it's on both ios that when you solve a linear equation and go back there is 2 matrices. It looks really strange if you want to work with your previous matrix but if you are just going home is nothing to worry. Didn't check that much about as I got a bit inspired about GIDACalculateString. I can look it over in a couple of hours if no one did On Fri, Sep 27, 2013 at 6:25 AM, Yoshiki Vázquez Baeza
|
The matrix was being re-added to the view in `-viewDidAppear:(BOOL)animated` Use of a flag to avoid addint the matrix again
I didn't get the bug, but on a second check I found the base-selection string said "ocatal" instead of "octal" for both languages. |
So, I guess it's time to merge #37 If it is not done yet. |
Hmm that seems like a really annoying bug. Any idea on what might be going on? On Sep 27, 2013, at 10:13 AM, Alejandro Paredes Alva [email protected] wrote:
|
It's fixed On Sat, Sep 28, 2013 at 12:48 AM, Yoshiki Vázquez Baeza
|
Ah sorry, totally missed that! Kewl! Yoshiki. On Sep 27, 2013, at 4:52 PM, Alejandro Paredes Alva [email protected] wrote:
|
So, guess we should merge and release this weekend 💯 |
If everything is working then merge away and I'll work on the release over the weekend. On Sep 27, 2013, at 5:51 PM, SantiagoTorres [email protected] wrote:
|