2010-08-17 00:36:24 +02:00
|
|
|
package net.osmand;
|
2010-06-07 20:07:04 +02:00
|
|
|
|
2010-08-18 00:32:22 +02:00
|
|
|
|
2010-06-07 20:07:04 +02:00
|
|
|
|
2010-05-02 01:35:00 +02:00
|
|
|
/**
|
|
|
|
* This class is designed to put all to do's and link them with code.
|
|
|
|
*/
|
|
|
|
public class ToDoConstants {
|
2010-06-07 20:07:04 +02:00
|
|
|
|
2010-11-01 14:54:52 +01:00
|
|
|
// TODO max 101
|
2010-11-05 13:11:09 +01:00
|
|
|
// introduce bidforfix on site
|
2010-11-10 23:16:42 +01:00
|
|
|
// 1. Verify to use query
|
2010-11-07 11:02:33 +01:00
|
|
|
|
2010-11-11 21:12:31 +01:00
|
|
|
// !!! Fix phone, site information for POI INDEX
|
|
|
|
// Move poi index to 1 version and remove backward support (save int coordinates and save for name_en)
|
|
|
|
// Show in message and test for some indexes !!!
|
|
|
|
|
2010-09-28 00:25:53 +02:00
|
|
|
|
2010-11-07 11:02:33 +01:00
|
|
|
// For 0.5 release
|
|
|
|
// 101. 1) Introduce shell script to print information about indexes 2)Introduce activity to show active indexes
|
|
|
|
// 3) Split BinaryMapIndexReader to Adapters
|
|
|
|
// 102. Refactoring rendering schema serializing to xml and prepare script to create fast java builder (support pure xml)
|
|
|
|
// Requires
|
2010-10-02 22:22:19 +02:00
|
|
|
// 86. Allow to add/edit custom tags to POI objects (Issue)
|
2010-09-17 08:24:18 +02:00
|
|
|
// 92. Replace poi index with standard map index and unify POI categories
|
2010-11-07 11:02:33 +01:00
|
|
|
// 69. Add phone and site information to POI (enable call to POI and open site)
|
2010-10-12 20:27:34 +02:00
|
|
|
// 97. For voice navigation consider current speed of vehicle. Especially when speed > 50 pronounce more than 200 m
|
|
|
|
// 98. Implement rendering of different app mode. For Car render streets name with large font.
|
2010-10-02 22:22:19 +02:00
|
|
|
// 96. Introduce settings for MPH, imperial units
|
2010-11-07 11:02:33 +01:00
|
|
|
|
2010-09-22 01:41:21 +02:00
|
|
|
|
2010-10-02 22:22:19 +02:00
|
|
|
// _19. colors for road trunk and motorway
|
|
|
|
// _12. Fix : find proper location for streets ! centralize them (when create index)?
|
2010-10-02 14:45:17 +02:00
|
|
|
|
2010-09-27 00:37:21 +02:00
|
|
|
///////////////////////////// UNKNOWN STATE ////////////////////
|
2010-08-06 10:19:19 +02:00
|
|
|
// Unscheduled (complex)
|
|
|
|
// 65. Intermediate points - for better control routing, to avoid traffic jams ...(?)
|
2010-09-27 00:37:21 +02:00
|
|
|
// 63. Support simple offline routing(require index file with turn restrictions etc) (?)
|
2010-08-02 00:44:02 +02:00
|
|
|
|
2010-07-09 13:15:50 +02:00
|
|
|
// Not clear if it is really needed
|
2010-07-24 23:26:42 +02:00
|
|
|
// 66. Transport routing (show next stop, total distance, show stop get out, voice) (needed ?).
|
2010-07-30 00:03:53 +02:00
|
|
|
// 85. Enable on/off screen for bike navigation (?)
|
2010-07-29 15:17:09 +02:00
|
|
|
// 83. Add monitoring service to send locations to internet (?)
|
2010-07-15 11:48:48 +02:00
|
|
|
|
2010-10-02 14:45:17 +02:00
|
|
|
|
|
|
|
/////////////////////////// DONE //////////////////////////////
|
2010-07-24 23:26:42 +02:00
|
|
|
// DONE ANDROID :
|
2010-10-13 01:21:22 +02:00
|
|
|
// 99. Implement better file downloader for big files
|
2010-10-19 22:18:23 +02:00
|
|
|
// 100. Show impoted gpx points (as favorites), sort the by distance
|
2010-11-01 14:54:52 +01:00
|
|
|
// 91. Invent binary format (minimize disk space, maximize speed)
|
2010-11-07 11:02:33 +01:00
|
|
|
// 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)
|
2010-05-23 22:59:55 +02:00
|
|
|
// DONE SWING
|
2010-10-12 21:24:11 +02:00
|
|
|
|
2010-09-30 20:58:18 +02:00
|
|
|
|
2010-08-23 13:59:03 +02:00
|
|
|
|
2010-05-02 01:35:00 +02:00
|
|
|
}
|