angenieux / wificompass

Automatically exported from code.google.com/p/wificompass
0 stars 0 forks source link

Database schema #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Describe the task:

Document changes to the database schema. 
This issue should be updated, every time a change to the database schema is 
made, so it's easy to track the changes.

Original issue reported on code.google.com by paul.woe...@gmail.com on 11 Mar 2012 at 2:19

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago

Original comment by paul.woe...@gmail.com on 11 Mar 2012 at 2:29

GoogleCodeExporter commented 9 years ago
Updated in r72
AccessPoint had no Location data, added now

Original comment by paul.woe...@gmail.com on 11 Mar 2012 at 7:51

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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