Open GoogleCodeExporter opened 9 years ago
This issue was updated by revision r65.
DB version: 15
added Location to the ProjectSite to save the last known location of the user
in this project
Update issue #9
refactored PopupDrawable code, so the Popup itself can handle, if it should be
shown or not. Helps make our life easier, because we won't have to implement
isActive in every superDrawable. This is something which belongs to the Popup,
so we implement it there.
changed the MeasuringDrawable icon to be a little bigger, to be easier
touchable. The icon itself wasn't scaled, only the transparent area arround
Original comment by paul.woe...@gmail.com
on 11 Mar 2012 at 2:25
Original comment by paul.woe...@gmail.com
on 11 Mar 2012 at 2:29
Updated in r72
AccessPoint had no Location data, added now
Original comment by paul.woe...@gmail.com
on 11 Mar 2012 at 7:51
This issue was updated by revision r93.
Added calculated to AccessPoint and adapted databaseHandler
changed DBActivity to use DatabaseHandler, so database versions could be handled
Original comment by paul.woe...@gmail.com
on 14 Mar 2012 at 5:47
This issue was updated by revision r102.
Added gridSpacingX,gridSpacingY and north to ProjectSite
these fields are added with alter table statements
database version now: 19
Original comment by paul.woe...@gmail.com
on 19 Mar 2012 at 4:41
This issue was updated by revision r133.
added BssidSelection to Database
Original comment by paul.woe...@gmail.com
on 8 May 2012 at 12:43
updated by r138
Deleted BssidSelection, and added unselected BSSIDs to ProjectSite.
unselectedBssids is an ArrayList of BSSIDs, which are unselected. We only save
the unselected BSSIDs, because by default all BSSIDs should be selected.
this reverts the change by DB version 20.
database version now: 23
Original comment by paul.woe...@gmail.com
on 8 May 2012 at 3:58
This issue was updated by revision r140.
Added triangulationAlgorithm and fiexed alter table for unselected Bssids
Original comment by paul.woe...@gmail.com
on 10 May 2012 at 4:13
Original issue reported on code.google.com by
paul.woe...@gmail.com
on 11 Mar 2012 at 2:19