Chris Adler
Chris Adler
What I will have to do to fix this issue is: in Constants.js add: maxFlagged flaggedType in ObjComments.js add status and numCurrFlags in ObjAppData.js add numCurrFlags create MFlags.js and build...
Sorry the status update is so late. I have made the initial code for the app flagging, however I have had some trouble getting the testing tab to function correctly....
I have got the flagging code for apps working, and the code for flagging comments in development. Currently the code is having trouble identifying an already created comment, and sending...
The comment flagging has been implemented in addition to the app flagging and is in the flagIt branch on my github. I currently have the return value set to the...
I implemented the changes and sent a pull request, however it appears that in the time between fetching upstream and merging flagIt and swedev derrell has made some changes to...
I got the code functional to ensure a user only flags an app or comment once. I implemented the flag it button to use the flagIt rpc call, however the...
in order to implement the emails where should the java includes be placed? Alternatively what other files could I use as an example of implementing java code.
does Package have access to the javax library, because when the code is executed it throws a server error saying Async(undefined) exception: Server error -1: Method threw an error: TypeError:...
I pulled from upstream swedev and now whenever I try to run the make file for the app emulator it gives me the error **\* No rule to make target...
currently the database seems to be executing the java mailing code correctly, however I have it being sent to my gmail account and it does not seem to be showing...