Difference between revisions of "Tristan-cs345-log"

From Earlham CS Department
Jump to navigation Jump to search
(apr 3 added)
Line 20: Line 20:
 
**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.
 
**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.
 
**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.

Revision as of 22:34, 3 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.