- 12 Oct, 2017 1 commit
-
-
Sgangele21 authored
-
- 07 Oct, 2017 3 commits
-
-
Eyad Hasan authored
This is mostly because I'm testing my gpg signing
-
Eyad Hasan authored
This is mostly because I'm testing my gpg signing
-
Eyad Hasan authored
Something something something about optional properties something something
-
- 06 Oct, 2017 1 commit
-
-
Eyad Hasan authored
Mapping the JSON keys to our objects, eventually we will have it displaying. Soon^TM
-
- 01 Oct, 2017 1 commit
-
-
Eyad Hasan authored
I added object mapper since it's recommended to be used with swift. also @rhitt unban me.
-
- 30 Sep, 2017 2 commits
-
-
Eyad Hasan authored
Added conversions for some code due to storing things differently with our new object model. Have a bug with some threading issues but I might have a hotfix coming in
-
Eyad Hasan authored
Apparently we had realm 2.5 and 2.10, so i removed both and reinstalled only 2.10 to see if our error is fixed
-
- 14 Sep, 2017 1 commit
-
-
Eyad Hasan authored
This should hopefully fix some issues that we where having earlier
-
- 07 Sep, 2017 3 commits
-
-
Zach Knox authored
-
Zach Knox authored
-
Eyad Hasan authored
Made changes so the objects are accessing correctly, and changing some variable names and such.
-
- 05 Sep, 2017 4 commits
-
-
Eyad Hasan authored
We have to make some conversions to the types, especially because some things are saved as strings but used as dates in the code, either we'll just do a conversion for it, or just see if we can store things in that form without any issues
-
Eyad Hasan authored
We're aboutta get hella type errors because I changed how some of the stuff is stored, so lots of new conversion code coming to a few pushes near you. Stay tuned for more.
-
Eyad Hasan authored
-
Eyad Hasan authored
I wrote the objects wrong, now they're probably correct, they are according to the realm site
-
- 30 Aug, 2017 2 commits
-
-
Eyad Hasan authored
Had to add initializors to make xCode happy
-
Eyad Hasan authored
Started working on new objects to store our data, currently broken until I fix everything, also I had todo a pod install to get realm back in the project. I sure hope this doens't cause merg conflicts when it's done. plz no
-
- 22 Aug, 2017 2 commits
-
-
Eyad Hasan authored
The code is almost there to download and store the data, I have to write the realm objects so I can store everything correctly, but I can finally say, almost there
-
Eyad Hasan authored
Added code to parse the json in a more direct manner, breaking it up based on the objects we are givin. Work will need to be done to store things like locations/names, aka when we start working on raelm
-
- 17 Aug, 2017 2 commits
-
-
Eyad Hasan authored
-
Eyad Hasan authored
More broken than normal, Basically deleted some old stuff but didn't bother to put anything in place, hopefully I'll do that today, but I'm still half asleep so maybe not
-
- 16 Aug, 2017 1 commit
-
-
Eyad Hasan authored
I wrote a function that should hopefully take care of checking for special schedules. However, it still seems we are showing the wrong data? I'm exactly sure how or why, granted im not sure who the web api is edited for schedules
-
- 14 Aug, 2017 1 commit
-
-
Eyad Hasan authored
-
- 20 Jul, 2017 2 commits
-
-
Eyad Hasan authored
So it does look like we will need to be making some changes to the data model, I'm not sure yet, so it might be a delete it all, then start from scratch. I'll have more time to mess with this weekend, hopefully I can have this done soon
-
Eyad Hasan authored
I switched the link to pull from the test site for API v2. Looks like the API has some slight changes that I will have to do some adjusting for with the code @pat wrote. Basically will probably just rewrite @pats stuff with new stuff that incorporates realm instead of core data, just means I'll be studying and working a lot the next month.
-
- 14 Jul, 2017 3 commits
-
-
Eyad Hasan authored
-
Eyad Hasan authored
I removed all the realm stuff I did earlier, because I messed up some important things, and I think there is a better way for me to do this now.
-
Eyad Hasan authored
Going to use the file we already have that handles the JSON objects, and just change it to use realm instead, might be easier and cleaner this way
-
- 04 Jul, 2017 2 commits
-
-
Zach Knox authored
- 02 Jul, 2017 1 commit
-
- 27 Jun, 2017 3 commits
-
-
Eyad Hasan authored
-
Eyad Hasan authored
-
Eyad Hasan authored
-
- 25 Jun, 2017 5 commits
-
-
Zach Knox authored
-
Zach Knox authored
-
Zach Knox authored
Added "Last Updated" label to bottom of screen like in Mail.app, as well as a refresh button which does the same thing as pull to refresh
-
Zach Knox authored
Until there's like a 24 inch iPad or something then it'll look kind of weird
-
Zach Knox authored
I seriously have no idea what auto layout thinks its fixing because I didn't put those constraints there that it has problems with and the view displays fine. Please stop yelling at me auto layout please thank you
-