General aspect:
Despite your web page claiming to fix the deprecation warnings, I still see them in TestProjectServiceImpl.java.
Updated and removed deprecation warnings from TestProjectServiceImpl.java. .
You also have unchecked cast warnings in TaskProxy and UserProxy. I don't think that you should have these, but I might be wrong. Either fix them or put @SuppressWarnings and a thorough comment.
Updated and removed all warning from the code.
Attempting to sign-up crashes due to NPE in RegisterActivity.onPostExecute.
Updated and fixed Null pointer exception in RegisterActivity.onPostExecute
Your databases are not accessible from outside the JHU network.
Fixing.
Your client folder is called ETGDClient, not EGTDClient
Updated.
Test aspect:
Added more JUnit test. Specifically in Task Server Implementation
Check out current implemented functions on our server.
100% completed.
125% completed.
Function:
Functioning Project implementation on both server and client side.
Functioning Dashboard with working dependent task,including add User.
Completed independent task creation on client side.
Completed independent task creation on server side.
Functioning Task function implementation on both server and client side.
Started scenario test
Anticipate alpha stage