1
0
mirror of https://github.com/dmsl/anyplace.git synced 2021-06-25 09:21:17 +03:00

548 Commits

Author SHA1 Message Date
geoloc-user
4898954735 Added code for dashboard and revisited configs 2019-06-06 10:46:52 +05:30
geoloc-user
c676162004 Merge branch 'develop' of https://github.com/geoloc-user/anyplace into develop 2019-06-04 13:45:58 +05:30
geoloc-user
bc05b5333c Updates to Alstom code 2019-06-04 13:37:29 +05:30
constambeys
083bf91b6f update to support new android studio 2019-03-10 19:55:06 +02:00
Demetris Zeinalipour
4a43229e93 Update README.md 2019-02-26 13:53:09 +02:00
Demetris Zeinalipour
a2e29f1e28 Raw Fingerprints for ACM TOIT18 Paper
Raw Fingerprints for ACM TOIT18 Paper
2019-02-18 13:36:24 +02:00
Demetris Zeinalipour
5585173791 Raw Data used for the ACM TOIT18 Paper
Raw Data used for the ACM TOIT18 Paper
2019-02-18 13:25:58 +02:00
costantinos
e12ef647b2 Add the custom attributions and change the default map type 2018-12-02 18:14:44 +02:00
Costantinos Costa
b690a1a263 Merge pull request #271 from stweil/lgtm
Fix some errors reported by LGTM
2018-11-01 15:37:17 +02:00
Stefan Weil
eb1330e0d6 Add missing variable declarations
This fixes several errors reported by LGTM.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2018-10-24 14:47:34 +02:00
Stefan Weil
aba5157fd4 Fix uninitialized value caused by typo in variable name
It was reported by LGTM:

    The value assigned to local variable 'rasRatio' is never used.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2018-10-24 14:47:34 +02:00
Stefan Weil
74157c9fe1 Fix syntax error
It was introduced by commit dc94162d56.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2018-10-24 14:47:34 +02:00
Stefan Weil
5ac6a6fa11 Add missing semicolons
This fixes recommendations from LGTM:

    Avoid automated semicolon insertion (92% of all statements
    in the enclosing script have an explicit semicolon).

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2018-10-24 14:47:34 +02:00
Costantinos Costa
c10be62bc9 Merge pull request #270 from stweil/lgtm
Fix some errors reported by LGTM
2018-10-24 00:24:12 +03:00
Stefan Weil
b04b0adb61 _utf8_decode: Add missing variable declarations
This fixes errors reported by LGTM:

    Variable c2 is used like a local variable,
    but is missing a declaration.

    Variable c3 is used like a local variable,
    but is missing a declaration.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2018-10-23 09:15:14 +02:00
Stefan Weil
cc0a8c9082 DeviceProxy: Add missing variable declaration
This fixes an error reported by LGTM:

    Variable offset is used like a local variable,
    but is missing a declaration.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2018-10-23 09:06:20 +02:00
Stefan Weil
b4fb17040d anyplace_architect: Add missing variable declarations
This fixes errors reported by LGTM:

    Variable strResize is used like a local variable,
    but is missing a declaration.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2018-10-23 09:03:45 +02:00
Stefan Weil
da8231e914 CanvasOverlay: Add missing variable declarations
This fixes errors reported by LGTM:

    Variable ndx is used like a local variable,
    but is missing a declaration.

    Variable ndy is used like a local variable,
    but is missing a declaration.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2018-10-23 09:01:27 +02:00
Stefan Weil
6f0f1a38dc WiFiController: Add missing variable declarations
This fixes errors reported by LGTM:

    Variable i is used like a local variable,
    but is missing a declaration.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2018-10-23 09:00:24 +02:00
Stefan Weil
81a5e25e51 Fix error reported by LGTM
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2018-10-23 08:42:31 +02:00
Costantinos Costa
e1e2fdd288 Merge pull request #266 from stweil/lgtm
Fix several warnings from LGTM
2018-10-14 22:46:51 +03:00
Stefan Weil
dc94162d56 anyplace_architect: Fix declarations of local variables
This fixes warnings from LGTM:

    Variable 'c' is used before its declaration.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2018-10-14 21:30:42 +02:00
Stefan Weil
54e62770e9 anyplace_architect: Fix wrong declaration of local variable
This fixes a warning from LGTM:

    Variable 'n' is used before its declaration.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2018-10-14 21:27:05 +02:00
Stefan Weil
56a752b767 WiFiController: Declare local variable when it is used first
This fixes a warning from LGTM:

    Variable 'i' is used before its declaration.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2018-10-14 21:17:16 +02:00
Constambeys
1a4c250836 fix runtime permissions 2018-10-04 21:34:12 +03:00
DZ
80359b4d05 Datasets for ACM TOIT Paper 2018-09-25 14:02:14 +03:00
Constambeys
1de85e77db request permissions at runtime 2018-09-22 21:41:26 +03:00
Constambeys
4ab8ff64cd change android target version to 26 2018-09-22 12:04:35 +03:00
Costantinos Costa
6b6d41efff Merge pull request #255 from dmsl/develop
Develop
2018-06-18 22:54:59 +03:00
costantinos
8324ecc893 Add a new endpoint for ACCES.Fixing the generation of radiomap. 2018-06-18 21:58:36 +03:00
costantinos
42c32b5e6e Merge remote-tracking branch 'origin/develop' into develop 2018-06-18 21:52:43 +03:00
costantinos
9164db7e54 Add a new endpoint for ACCES.Fixing the generation of radiomap. 2018-06-18 21:52:17 +03:00
Demetris Zeinalipour
c6a66d0df1 Merge pull request #250 from dmsl/develop
Anyplace v3.4 Release (June 2018)
v3.4
2018-06-08 18:10:54 +03:00
Demetris Zeinalipour
b3afc5f6b9 Update README.md 2018-06-08 18:00:38 +03:00
costantinos
bbc5a7b332 Adding new endpoints for the tiler to adapt the image size based on the zoom level. Fixing the building functionality. 2018-06-08 17:40:47 +03:00
marilenh
74b98f8793 Fix tiles zoom 2018-06-05 16:42:50 +03:00
marilenh
a12d2e1206 Fix tiles 2018-06-01 11:01:30 +03:00
marilenh
c4e34b6465 Fix ACCES module & clear edges problem 2018-05-18 13:33:38 +03:00
marilenh
23c984233a Fix the ACCES front-end 2018-05-08 23:24:03 +03:00
Artyom Nikitin
f5d090c14a Update ACCES heatmap weighting. 2018-05-07 17:20:19 +03:00
Artyom Nikitin
523b3b1531 Merge branch 'develop' of https://github.com/dmsl/anyplace into develop
* 'develop' of https://github.com/dmsl/anyplace:
  Replace google tiles with OSM
2018-05-07 15:03:54 +03:00
Artyom Nikitin
d85e7f8625 Fix ACCES, change heatmap weighting. 2018-05-07 15:01:07 +03:00
costantinos
d052ad4b3c Replace google tiles with OSM 2018-05-04 13:53:05 +03:00
marilenh
0f1cc90f42 Fix the ACCES limit & minor bugs of RSS measurements 2018-04-20 19:41:05 +03:00
marilenh
19fff3646a Fix Modal settings 2018-04-17 16:48:26 +03:00
marilenh
c0c4de84ac Fix graphical design for Wi0Fi Signal 2018-04-17 16:43:07 +03:00
Anyplace
20fce6b134 Merge pull request #233 from dmsl/develop
v3.3 Merge
v3.3
2018-04-12 13:48:03 +03:00
Anyplace
bf607e61ef Update README.md 2018-04-12 13:45:58 +03:00
Anyplace
6fd40ee8a2 Update README.md 2018-04-12 13:45:30 +03:00
costantinos
7cf61b788d Update location request 2018-04-12 12:48:15 +03:00