Grafico dei commit

70 commit

Autore SHA1 Messaggio Data
Mikaël Capelle
71a0085d59 Small fix for drawings. 2019-03-18 20:37:43 +01:00
Holt59
aab8743d3c New updates. 2018-03-25 14:35:15 +02:00
Holt59
bdb378c079 Remove access to underlying containers inside Graph and Node. 2018-03-22 19:47:01 +01:00
Holt59
797a4e1c8c Fix issue with small maps not being draw properly. 2018-03-21 20:46:59 +01:00
Holt59
80b4b1c7fc Fix drawing for very small graph and add new projection for fake maps. 2018-03-21 20:39:46 +01:00
Holt59
7e079df22f Fix issue with new path not being colored correctly in MapView drawing. 2018-03-14 22:07:25 +01:00
Holt59
ccd6d7d7af Merge master. 2018-03-13 23:32:35 +01:00
Holt59
e78ea25ab3 Merge master. 2018-03-13 23:07:30 +01:00
Holt59
c7d4dc8077 Merge master. 2018-03-13 22:58:27 +01:00
Mikael Capelle
38efb0ccea Update background color for BasicDrawing. 2018-03-13 18:29:21 +01:00
Mikael Capelle
3e93445e38 Move resources to class. 2018-03-12 17:32:44 +01:00
Mikael Capelle
17da90c32c Update javadoc. 2018-03-12 17:13:02 +01:00
Holt59
8200497675 Fix issue with path taking too long to be drawn due to useless syncrhonization. 2018-03-11 22:51:34 +01:00
Holt59
ca9a00ea97 Update color for BasicDrawing. 2018-03-11 16:15:30 +01:00
Holt59
f3964f1958 Use a better projection for BasicDrawing. 2018-03-11 15:50:54 +01:00
Holt59
a2d03a0857 Throw exception for non-implemented drawGraph methods. 2018-03-10 22:25:59 +01:00
Holt59
9e8457337e Remove useless method in interfaces. 2018-03-10 22:18:59 +01:00
Holt59
094a2331af Clean code. 2018-03-10 20:39:21 +01:00
Holt59
84f01ce47e Add bounding-box in GraphStatistics. 2018-03-10 20:00:27 +01:00
Mikael Capelle
04bddb0d34 Update javadoc, clean Arc implementation. 2018-03-07 16:51:03 +01:00
Holt59
e5d1b30cfd Clean code. 2018-03-06 10:30:43 +01:00
Holt59
825108d10e Improve 'clear' performance (only clear overlays if possible). 2018-03-05 22:59:47 +01:00
Holt59
0102277821 Update default path color in BasicDrawing. 2018-03-05 21:46:01 +01:00
Mikael Capelle
ddcc6dc06f Update path panel. 2018-03-05 19:27:30 +01:00
Mikael Capelle
b77a39e01b Allow modification of color for overlays. 2018-03-05 18:35:01 +01:00
Mikael Capelle
98aba8dd06 Improve arc memory management. 2018-03-05 17:58:59 +01:00
Mikael Capelle
be1176c1e3 Clean code. 2018-03-05 17:58:20 +01:00
Holt59
a1be0fc586 Fix marker size. 2018-03-04 21:24:30 +01:00
Holt59
8acc13c7f6 Change the way restrictions on arc are managed. 2018-03-04 21:22:52 +01:00
Holt59
92af449178 Create new class to have better scaling for markers with MapView. 2018-03-03 23:55:53 +01:00
Holt59
55dfcbd0fe Improve markers rendering. 2018-03-03 23:25:48 +01:00
Holt59
89b6bc5819 Fix issue with observers. 2018-03-03 18:21:16 +01:00
Holt59
bcfc8dac3d Change cursor above button. 2018-03-03 15:51:03 +01:00
Holt59
eb174d379d Move images to res/. 2018-03-03 15:46:26 +01:00
Holt59
f56d735d90 Add zoom controls to mapview drawing, avoid triggering drawingclick events with zoom control. 2018-03-03 15:36:35 +01:00
Holt59
dede97bc68 Add zoom controls to basic drawing. 2018-03-03 15:23:08 +01:00
Holt59
7827bfc63c Reorganize code. 2018-03-03 13:43:03 +01:00
Holt59
bc70c4267d Update polyline auto scaling width. 2018-03-03 12:48:55 +01:00
Holt59
6ae4e88d23 Add comments. 2018-03-03 00:43:38 +01:00
Holt59
0622f9fa83 Remove output in MapView. 2018-03-03 00:41:55 +01:00
Holt59
be94c670b7 Update graphics. 2018-03-02 23:48:57 +01:00
Mikael Capelle
d442a7e910 Update some parameters to improve performances of MapViewDrawing. 2018-03-02 11:19:00 +01:00
Mikael Capelle
8bca08f795 Synchronize overlays operations in BasicDrawing. 2018-03-01 19:51:14 +01:00
Mikael Capelle
a51e16c3dd Rename getInfo -> getInformation. 2018-03-01 13:35:11 +01:00
Mikael Capelle
0963f4a12f Use arc instead of only road type to find width and color for drawing. 2018-03-01 13:33:28 +01:00
Holt59
55e4f4dfdc Set default transform to ZoomAndPanListener to avoid bunch of exceptions. 2018-02-28 23:03:02 +01:00
Holt59
03a26ab083 Do not draw oneWay arc twice. 2018-02-28 20:57:52 +01:00
Holt59
592ef40e54 Remove debug output. 2018-02-27 23:27:29 +01:00
Holt59
7b2f3f3549 BasicDrawing now create a new image for each new graph to have better scaling. 2018-02-27 22:24:49 +01:00
Holt59
43835e4837 Remove drawPoint, switch to PointSetOverlay. 2018-02-27 22:09:57 +01:00