diff --git a/DataExtractionOSM/src/net/osmand/ToDoConstants.java b/DataExtractionOSM/src/net/osmand/ToDoConstants.java index 950aa31935..829ce9584c 100644 --- a/DataExtractionOSM/src/net/osmand/ToDoConstants.java +++ b/DataExtractionOSM/src/net/osmand/ToDoConstants.java @@ -14,14 +14,14 @@ public class ToDoConstants { // ! 89. Transport redesign UI (enable run from context menu, switch go to goal/not) ! // ! 95. Show progress while map rendered and loaded (Issue) + // +!_1 . VELCOM animation // !_25. Add all attributes needed for routing (highway attributes, turn_restrictions) // !_22. Verify all POI has a point_type (in order to search them) - // !_1 . VELCOM // !_28. Rotate crash (progress dialog) - // !_29. Fix memory for netherlands map creator + // !_29. Fix memory for netherlands map creator + // _30. About screen (Issue) // _18. Fix loading map data in rotated mode (check properly boundaries) +/- - // _30. About screen /// PROFILE AND REVIEW Rendering !!! // - Review Ref on the road on low zooms @@ -31,10 +31,12 @@ public class ToDoConstants { // highway (?), traffic_calming (?), barrier(?), military(?-), landuse (?), office(?), man_made(?), power(?), // railway( station, subway?) - issue 17 // ! 87. Use network availability for defining loading tiles from internet. + // 96. Introduce settings for MPH, imperial units // _19. colors for road trunk and motorway // _12. Fix : find proper location for streets ! centralize them (when create index)? // _28. Fix freeze while map downloading (?) + // Outside base 0.4 release // 86. Allow to add/edit custom tags to POI objects. diff --git a/DataExtractionOSM/src/net/osmand/Version.java b/DataExtractionOSM/src/net/osmand/Version.java index e4ef690b0e..01a377e478 100644 --- a/DataExtractionOSM/src/net/osmand/Version.java +++ b/DataExtractionOSM/src/net/osmand/Version.java @@ -6,5 +6,7 @@ public class Version { public static final String APP_NAME = "OsmAnd"; //$NON-NLS-1$ public static final String APP_NAME_VERSION = APP_NAME + " " + APP_VERSION; //$NON-NLS-1$ + + public static final boolean VELCOM_EDITION = true; } diff --git a/DataExtractionOSM/src/net/osmand/osm/MapRenderingTypes.java b/DataExtractionOSM/src/net/osmand/osm/MapRenderingTypes.java index dca88c9da0..f1da0639f8 100644 --- a/DataExtractionOSM/src/net/osmand/osm/MapRenderingTypes.java +++ b/DataExtractionOSM/src/net/osmand/osm/MapRenderingTypes.java @@ -51,7 +51,7 @@ public class MapRenderingTypes { public final static int MASK_10 = (1 << 10) - 1; public final static char REF_CHAR = ((char)0x0019); - public final static char DELIM_CHAR = ((char)0x0020); + public final static char DELIM_CHAR = ((char)0x0018); public final static int HIGHWAY = 1; diff --git a/OsmAnd/res/drawable/velcom_line.png b/OsmAnd/res/drawable/velcom_line.png new file mode 100644 index 0000000000..105735927d Binary files /dev/null and b/OsmAnd/res/drawable/velcom_line.png differ diff --git a/OsmAnd/res/drawable/velcom_mini.png b/OsmAnd/res/drawable/velcom_mini.png new file mode 100644 index 0000000000..7926560be1 Binary files /dev/null and b/OsmAnd/res/drawable/velcom_mini.png differ diff --git a/OsmAnd/res/layout/menu_velcom.xml b/OsmAnd/res/layout/menu_velcom.xml new file mode 100644 index 0000000000..670ad53b79 --- /dev/null +++ b/OsmAnd/res/layout/menu_velcom.xml @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + +