Skip to content
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

2016 HackTX iOS #11

Open
wants to merge 54 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
547aa0b
Cleaning for new version
josebet1 Aug 30, 2016
252674e
Version 2016 boilerplate code
josebet1 Aug 30, 2016
3afb183
creating inital vcs
josebet1 Sep 1, 2016
bb09f10
Lots of changes! Realm, VCs, Models, APIs...
josebet1 Sep 18, 2016
99613e5
Updated models to correct type
josebet1 Sep 18, 2016
86d91c1
transforming RLM almost done
josebet1 Sep 24, 2016
1503604
realm thread issue on sponsors
josebet1 Sep 24, 2016
edbaec1
forgot to register our cells lol
josebet1 Sep 24, 2016
c66b982
Chameleon, it's UI time
josebet1 Sep 24, 2016
30f8278
more work on sponsor view
josebet1 Sep 28, 2016
3152a96
updating pods
josebet1 Sep 28, 2016
4bb787b
a bit more test data
josebet1 Sep 28, 2016
a465da3
time to make it look good
josebet1 Sep 29, 2016
d9e6c9c
the lighter blue was not lighter blue
josebet1 Sep 29, 2016
d80910d
Even lighter blue
josebet1 Sep 29, 2016
e06442a
Added HTX fonts
josebet1 Sep 29, 2016
e788325
fighting with Josefin
josebet1 Sep 29, 2016
4c5db22
getting that card view almost
josebet1 Sep 29, 2016
6e06df5
finally! :)
josebet1 Sep 30, 2016
17ddad4
Partners json and sponsors
josebet1 Sep 30, 2016
4c01bcb
ICONS
josebet1 Sep 30, 2016
510bab9
no gitmodules
josebet1 Sep 30, 2016
14e4761
fixed constraints again
josebet1 Sep 30, 2016
0b86052
constraints are good again
josebet1 Oct 1, 2016
fc87ddc
hello google maps
josebet1 Oct 3, 2016
9b6f077
Schedule done, Sponsor done, Keys are safe
josebet1 Oct 13, 2016
2c4e68d
updating pods
josebet1 Oct 13, 2016
b697bfd
fabric and ui fixes
josebet1 Oct 13, 2016
5dae16e
LaunchScreen + Icons
josebet1 Oct 13, 2016
7113902
constraints lol
josebet1 Oct 13, 2016
fbd011e
Sponsors UI fixes
josebet1 Oct 13, 2016
3a024d0
Finalizing checkin
josebet1 Oct 15, 2016
fedb4fb
Hacker pass
josebet1 Oct 15, 2016
2fbe43c
wrapping up ticket view
josebet1 Oct 15, 2016
1ebac00
Check in is checked in
josebet1 Oct 16, 2016
2aee9ba
Announcement view almost complete
josebet1 Oct 16, 2016
d1f1412
Fighting with Announcements
josebet1 Oct 16, 2016
ea66630
added spinner
josebet1 Oct 16, 2016
0c67287
Let it be refreshed
josebet1 Oct 16, 2016
1365d34
UI Fix for Announcement
josebet1 Oct 16, 2016
a6ce181
More UI Fixes
josebet1 Oct 16, 2016
220a954
Getting it ready for releasE
josebet1 Oct 19, 2016
e451125
Final UI fixes for Sponsor View
josebet1 Oct 19, 2016
44d192d
More UI fixes, needs to be tested
josebet1 Oct 19, 2016
46c6db8
closer to release
josebet1 Oct 19, 2016
8acacca
FIRe
josebet1 Oct 19, 2016
6f0fcec
Error checking missing 1 UI Fix
josebet1 Oct 19, 2016
f8ea181
Last couple of fixes
josebet1 Oct 20, 2016
d1edb6e
Release
josebet1 Oct 20, 2016
8a34704
Release - still some minor UI bugs that automatically get fixed
josebet1 Oct 20, 2016
2252101
UI Fixes for long text, push notifications, answers tracking, more
josebet1 Oct 21, 2016
52ac6d8
Release 1.1
josebet1 Oct 21, 2016
a79e824
I hate Firebase - Release 1.1.1
josebet1 Oct 21, 2016
1288a31
v1.1.1
josebet1 Oct 21, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
70 changes: 54 additions & 16 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# OSX files
.DS_Store

# API & Secret files
*.sh
HackTX/ApiKeys.plist
GoogleService-Info.plist

# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## Build generated
build/
DerivedData/

## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
Expand All @@ -16,13 +15,52 @@ build/
!default.mode2v3
*.perspectivev3
!default.perspectivev3
*.xcworkspace
!default.xcworkspace
xcuserdata
profile
xcuserdata/

## Other
*.moved-aside
DerivedData
.idea/
*.xcuserstate

## Obj-C/Swift specific
*.hmap
*.ipa
*.dSYM.zip
*.dSYM

# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
# Pods/

# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

Carthage/Build

# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md

fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output

# Code Injection
#
# After new code Injection tools there's a generated folder /iOSInjectionProject
# https://github.com/johnno1962/injectionforxcode

# Pods
Pods
iOSInjectionProject/
HackTX/GoogleService-Info.plist
HackTX/HTXConstants.h
HackTX/HTXConstants.m
HackTX/APIKeys.plist
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

Binary file removed Bolts.framework/Bolts
Binary file not shown.
49 changes: 0 additions & 49 deletions Bolts.framework/Headers/BFAppLink.h

This file was deleted.

93 changes: 0 additions & 93 deletions Bolts.framework/Headers/BFAppLinkNavigation.h

This file was deleted.

30 changes: 0 additions & 30 deletions Bolts.framework/Headers/BFAppLinkResolving.h

This file was deleted.

87 changes: 0 additions & 87 deletions Bolts.framework/Headers/BFAppLinkReturnToRefererController.h

This file was deleted.

Loading