Commit Logs

jhallard
2015-01-14
Worked on completing the backend API and abstracting some of the more complicated functionality to the BackEndNode class instead of the public BackEndNodeEndPoint class
jhallard
2015-01-12
Probably final push for the night, I''ve officially been up for 48 hours, and I''m not even that tired although I should go to bed before I start hallucinating
jhallard
2015-01-12
Beginning to integrate API calls into the application, it''s throwing exceptions but they''re there
jhallard
2015-01-12
Changed around file structure significantly, created separate libTutr module to contain all of the common data structures
Andrew H. Pometta
2015-01-11
Merge..
Andrew H. Pometta
2015-01-11
Pur in skeleton of making ListView items clickable.
scm2217
2015-01-11
location basics we should test this
Andrew H. Pometta
2015-01-11
Made ListView visibility. Items not yet clickable.
Andrew H. Pometta
2015-01-11
Modified HomeActivityTutr to ty to add ListView showing.
scm2217
2015-01-11
location wip
Andrew H. Pometta
2015-01-11
Started on getting ListView populated.
Andrew H. Pometta
2015-01-11
Added list_item layout resorce to be used for listView.
Andrew H. Pometta
2015-01-11
Added method to get top three classes of a Tutor.
jhallard
2015-01-11
Still don''t have the backend up and working. Built a AsyncTask class to communicate through the API I built but it won''t recognize the functions correctly like in the tutorials
jhallard
2015-01-11
Still researching back end stuff, I fixed a dependency error relating to the objectify libraries and my server code is running through the google app engine but I can''t figure out how to built the Client API library and deploy it on the front end for the client.
jhallard
2015-01-11
Merge branch ''master'' of https://github.com/jhallard/Tutr Merging changes to UI functionality in APP with backend functionality
jhallard
2015-01-11
Finished working backend prototype. Delete/update functions don''t work but create/confirm/retrieve functions should. Still haven''t been able to get the server code running so it isn''t tested, but there are no syntax errors at least
Andrew H. Pometta
2015-01-11
Overhauls of Member, Student, Tutor classes.
Andrew H. Pometta
2015-01-11
Minor changes to previous overhauls.
jhallard
2015-01-11
Fixed merge conflict in Member class