01a584e43a
git-svn-id: https://osmand.googlecode.com/svn/trunk@729 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
55 lines
2.5 KiB
Java
55 lines
2.5 KiB
Java
package net.osmand;
|
|
|
|
|
|
|
|
/**
|
|
* This class is designed to put all to do's and link them with code.
|
|
*/
|
|
public class ToDoConstants {
|
|
|
|
// TODO max 105
|
|
|
|
|
|
// For 0.5 release
|
|
// 97. For voice navigation consider current speed of vehicle. Especially when speed > 50 pronounce more than 200 m
|
|
// 104. Add activity to show current loaded indexes and information about them
|
|
|
|
// Outside base 0.5 release
|
|
// 86. Allow to add/edit custom tags to POI objects (Issue)
|
|
// 92. Support poi index with standard map index and unify POI categories (unify done +)
|
|
// 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)?
|
|
|
|
///////////////////////////// UNKNOWN STATE ////////////////////
|
|
// Unscheduled (complex)
|
|
// 65. Intermediate points - for better control routing, to avoid traffic jams ...(?)
|
|
// 63. Support simple offline routing(require index file with turn restrictions etc) (?)
|
|
|
|
// Not clear if it is really needed
|
|
// 66. Transport routing (show next stop, total distance, show stop get out, voice) (needed ?).
|
|
// 83. Add monitoring service to send location to internet immediately (?)
|
|
|
|
|
|
/////////////////////////// DONE //////////////////////////////
|
|
// DONE ANDROID :
|
|
// 105. Input MAP_ZOOMS and MapRenderingTypes xml as parameter for index creator
|
|
// 99. Implement better file downloader for big files
|
|
// 100. Show impoted gpx points (as favorites), sort the by distance
|
|
// 91. Invent binary format (minimize disk space, maximize speed)
|
|
// 94. Revise index to decrease their size (especially address) - replace to float lat/lon and remove for POI
|
|
// remove en_names from POI (possibly from address)
|
|
// 85. Enable on/off screen for bike navigation (?)[not needed replace for continuous gps logging]
|
|
// 101. Introduce shell script to print information about indexes and to modify them
|
|
// 69. Add phone and site information to POI (enable call to POI and open site)
|
|
// 103. Allow add poi with multiple tags (different types/subtypes for one object). Fix for constructing and updating on mobile. (Issue)
|
|
// 102. Refactoring rendering schema serializing to xml and prepare script to create fast java builder (support pure xml)
|
|
// Refactoring MapRenderingTypes to xml either
|
|
// 98. Implement rendering of different app mode. For Car render streets name with large font.
|
|
|
|
// DONE SWING
|
|
|
|
|
|
|
|
}
|