-
Notifications
You must be signed in to change notification settings - Fork 1
Let’s style this thing! #37
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
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Aron Cedercrantz <[email protected]>
Signed-off-by: Aron Cedercrantz <[email protected]>
Signed-off-by: Aron Cedercrantz <[email protected]>
* master: Some more UI improvements UI improvements in the built in web browser Change bio cell's height. Add mockup form, return to login view on signup. UI improvements to logout buutton and links in user bio is now opened in built in web browser Add registration option to login view and load from storyboard in container. Add static table view to storyboard and change controllers for signup. Fixed a bug in OPFProfileContainerController which made the view to large for iPhone1-iPhone4s
* master: UI Improvements in signupview
* master: Add note about two methods which must not be called from main thread. Commented out the PostQuestion view in master while I'm fixing a bug Added view and controllers for posting questions. Functionality is not fully implemented yet.
- Answer header background. - Vote up/down highlighted buttons. - Also fixes a few minor visual issues with the question metadata backgrounds. Signed-off-by: Aron Cedercrantz <[email protected]>
- Also tweaks the other images a bit. Signed-off-by: Aron Cedercrantz <[email protected]>
* master: Fixed a bug in the postQuestionView. Will fix a nice animation later
Signed-off-by: Aron Cedercrantz <[email protected]>
Signed-off-by: Aron Cedercrantz <[email protected]>
Signed-off-by: Aron Cedercrantz <[email protected]>
Signed-off-by: Aron Cedercrantz <[email protected]>
Signed-off-by: Aron Cedercrantz <[email protected]>
Signed-off-by: Aron Cedercrantz <[email protected]>
* master: Added db access for PostQuestionController
- Why U give me so much trouble UILabel/UITextView! Signed-off-by: Aron Cedercrantz <[email protected]>
Signed-off-by: Aron Cedercrantz <[email protected]>
Signed-off-by: Aron Cedercrantz <[email protected]>
Signed-off-by: Aron Cedercrantz <[email protected]>
- Such a view is not part of the hierarchical view “chain” but rather a separate mode. Thus a modal presentation is the right way to go. By utilizing. - Known issue: the runtime is complaining that we are dismissing something while we present this. I honestly do not know or understand what the something else should be as it’s only one view controller being presented… Signed-off-by: Aron Cedercrantz <[email protected]>
- Just change the `0` to a `1` in the macro define statement (@jesjos). Signed-off-by: Aron Cedercrantz <[email protected]>
- DLog will only output info in DEBUG mode and will also automatically state in which method it’s being called from. Signed-off-by: Aron Cedercrantz <[email protected]>
* master: Added a check so all required fields inkl. email is correctly filled in the sign up view Keyboard is now is now dismissed when return key is pressed in the login view User can now register in DB Added update query to update DB with a new user. Still need to change the sign-up user interface Database is now updated when user post comments The database is now updated when writing answers to specific posts Added answer button to the QuestionView All tags are now parsed and tranformed to the correct format in OPFPostQuestionViewController Added animation to/from the postQuestionView Functionality added to update the database with questions. Deleted duplicates of OPFWebViewController and OPFWebView Added calculations for updates of the database with questions Added class that will insert data in database Signed-off-by: Aron Cedercrantz <[email protected]> Conflicts: Code Stream.xcodeproj/project.pbxproj Code Stream/OPFCommentsViewController.m Code Stream/OPFPostQuestionViewController.m Code Stream/OPFQuestionsViewController.m
* master: Fix all the new warnings triggered by newly turned on warnings. Turn on a bunch of warnings. Fix that +indexString warning.
Signed-off-by: Aron Cedercrantz <[email protected]>
Signed-off-by: Aron Cedercrantz <[email protected]>
Signed-off-by: Aron Cedercrantz <[email protected]>
Signed-off-by: Aron Cedercrantz <[email protected]>
Signed-off-by: Aron Cedercrantz <[email protected]>
Signed-off-by: Aron Cedercrantz <[email protected]>
Signed-off-by: Aron Cedercrantz <[email protected]>
Signed-off-by: Aron Cedercrantz <[email protected]>
Signed-off-by: Aron Cedercrantz <[email protected]>
- One step closer to the mockups. Signed-off-by: Aron Cedercrantz <[email protected]>
Signed-off-by: Aron Cedercrantz <[email protected]>
Signed-off-by: Aron Cedercrantz <[email protected]>
Signed-off-by: Aron Cedercrantz <[email protected]>
Signed-off-by: Aron Cedercrantz <[email protected]>
* master: (22 commits) Fix a major name mangling problem. Auxiliary db is now updated when new posts and users are added Remove SwipeView from Podfile. Fix hidding footer labels on missing matches. Add displaying of related tags. Add wrapper around fixed footer. Add removing tag selection functionality. Display sub-controller showing selected tags. Add sub-controller handling selected tags. Add fixed header scrollview to collection view's wrapper. Fix passing tagNames into query and externalize getTagNames. Pass query and search string into questions controller. Load questions by tags and render footer. Change tag-browser footer and add to collection-view. Add tag-browser footer to collection view. Add footer for tag-browser showing question-match-count. Add SwipeView to podfile. Overwrite setter and move IBOutlet setting to view. Add collection header for selection state. Add collection view header and change insets. ... Signed-off-by: Aron Cedercrantz <[email protected]> Conflicts: Code Stream.xcodeproj/project.pbxproj Code Stream/OPFCommentsViewController.m Code Stream/OPFPostQuestionViewController.m Code Stream/OPFQuestionViewController.m Code Stream/OPFQuestionsViewController.m
Signed-off-by: Aron Cedercrantz <[email protected]>
- Better safe than sorry. Signed-off-by: Aron Cedercrantz <[email protected]>
- Disabled right now as we would need to strip the content like crazy. Signed-off-by: Aron Cedercrantz <[email protected]>
Signed-off-by: Aron Cedercrantz <[email protected]>
Signed-off-by: Aron Cedercrantz <[email protected]>
Signed-off-by: Aron Cedercrantz <[email protected]>
Signed-off-by: Aron Cedercrantz <[email protected]>
Signed-off-by: Aron Cedercrantz <[email protected]>
Signed-off-by: Aron Cedercrantz <[email protected]>
Signed-off-by: Aron Cedercrantz <[email protected]>
* master: Fixed a compile error Added user login to OPFPostQuestionView if user is not logged in Added user login to OPFPostQuestionView if user is not logged in Signed-off-by: Aron Cedercrantz <[email protected]> Conflicts: Code Stream/OPFPostQuestionViewController.m
Signed-off-by: Aron Cedercrantz <[email protected]>
* master: Last commit was incomplete Design polishing Try to fix graphics Sorting is hooked into View View is drawn correctly Hookup of SortOrderControl with ViewController ScrollView works Both Headers inserted correctly and bouncable Encapsulate search bar and sorting controls in a view Segment control for search order Button to get to Segment Control Signed-off-by: Aron Cedercrantz <[email protected]> Conflicts: Code Stream.xcodeproj/project.pbxproj Code Stream/OPFQuestionsViewController.m Code Stream/OPFQuestionsViewController.xib
Signed-off-by: Aron Cedercrantz <[email protected]>
rastersize
added a commit
that referenced
this pull request
May 16, 2013
Style certain parts of the app (part of #35).
I’m tired of merge conflicts, so here we go merge pull request time™ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The app could look, erhm, prettier. So let’s make it prettier! One could see this issue as a part of #35.
End result should look something like:

Tasks
General
Questions
Question
#0069bf
(0x0069bf
; HSB: 207,100,75).#404040
(0x 404040
; HSB: 0,0,25).Tags browser
Activity
Users profile search
User profile
Tab bar