Difference between revisions of "Tristan-cs345-log"

From Earlham CS Department
Jump to navigation Jump to search
(apr 3 added)
(Added Apr 10, Apr 13.)
Line 24: Line 24:
 
**Bug 232 progress: Corrected cases where find Name and Description are blank. The case where there is a picture but no Desc or Name does not pass.
 
**Bug 232 progress: Corrected cases where find Name and Description are blank. The case where there is a picture but no Desc or Name does not pass.
 
**Phone passed off the me.
 
**Phone passed off the me.
 +
*Apr 10:
 +
** Looked at how to detect plugin content.
 +
** Phone passed off to Aarron
 +
*Apr 13:
 +
** Phone passed off to me.
 +
** Briefly collaborated with Jeremy about looking at the server source code to see how we can write tests for it. Server is written in PHP and finds are sent to it via httpPost on line 227 in SyncServer.java. Need to figure out where post in PHP on server is made.
 +
** Looked at how the "View Finds" list loads (getView() on line 296 in ListFindsActivity.java) because it's starting to load slower and slower with the amount of items. Made a version that does not load Lat and Long in that particular view, new date format for time. Looks a little nicer, does not load noticeably faster.

Revision as of 21:59, 12 April 2012

  • Mar 20:
    • Tested and uploaded HelloAndroid.apk for Android 2.2.
    • Tested peer's files successfully under 2.2, Gus' and Gustavo's
  • Mar 23:
    • Followed Sean's instructions for getting Posit into Eclipse.
    • having an issue with importing correctly, does not yet run on emulator.
    • Got Posit successfully running in an Android 2.2 emulator.
    • Assigned bug #232
      • Collaborated with Aaron on finding where the bug is coming from, we think we found it in FindActivity.java on line 525
  • Mar 26:
    • 'Zorched' previous version of Posit, re-downloaded with mercurial, created local test_branch. Having troubles getting it working. Works.
    • Poked around for how to check if a text box is empty, made notes of them.
  • Mar 27:
    • Got the new phones, configured to given instructions and then some.
    • Put current build of Positx in public folder here, does not run on phone as app needs SD card to be installed and run.
    • I will be taking care of the phone at least until the next class.
  • Mar 28:
    • Got the micro SD card, got Positx on phone.
  • Mar 29:
    • We had to refind the location of the bug because the code is all different now. The function we are looking at where issue 232 is emerging is in the function retrieveContentFromView() in the file FindActivity.java on line 558.
    • Edited retrieveContentFromView() and onMenuItemSelected() so that if there is an empty field, then retrieveContentFromView() returns null, modified MenuItemSelected() to handle that.
    • Passed off phone to Aaron.
  • Apr 03:
    • Bug 232 progress: Corrected cases where find Name and Description are blank. The case where there is a picture but no Desc or Name does not pass.
    • Phone passed off the me.
  • Apr 10:
    • Looked at how to detect plugin content.
    • Phone passed off to Aarron
  • Apr 13:
    • Phone passed off to me.
    • Briefly collaborated with Jeremy about looking at the server source code to see how we can write tests for it. Server is written in PHP and finds are sent to it via httpPost on line 227 in SyncServer.java. Need to figure out where post in PHP on server is made.
    • Looked at how the "View Finds" list loads (getView() on line 296 in ListFindsActivity.java) because it's starting to load slower and slower with the amount of items. Made a version that does not load Lat and Long in that particular view, new date format for time. Looks a little nicer, does not load noticeably faster.