2011-05-04 12:57:11 +02:00
package net.osmand ;
/ * *
* This class is designed to put all to do ' s and link them with code .
* /
public class ToDoConstants {
// == Osmand application (TODO 127) ==
2011-10-04 21:43:39 +02:00
// TODO replace icon for default mode (???)
2011-10-02 21:04:35 +02:00
// TODO prepare C++ version of routing algorithm
2011-10-03 00:45:53 +02:00
// TODO make transport search faster (cancellable.. )
2011-05-04 12:57:11 +02:00
2011-10-04 21:43:39 +02:00
// TODO Test Voice activity
2011-05-23 01:37:44 +02:00
// Map Refactoring
2011-05-25 01:16:32 +02:00
// Remove notification from OsmAndMapTileView (?)
2011-05-24 23:19:31 +02:00
2011-05-23 01:37:44 +02:00
2011-05-04 12:57:11 +02:00
// === Refactoring issues ===
// !|| 125 || Introduce service layer rather than singletons and put all related into new package (services). Review architecture. Split some big classes. ||
2011-05-23 01:37:44 +02:00
2011-05-04 12:57:11 +02:00
// === Common issues ===
// || 110 || Use android voice for pronounce command (could be used in future to pronounce street) (Issue 70) ||
// || 111 || Investigate showing street name while driving (Issue 286) ||
// || 86 || Allow to add/edit custom tags to POI objects (Issue 44) ||
// || 113 || Calculate speed cameras/bumps on the road (announce about them) (Issue 418) ||
// === Not clear if really needed (Means golden ratio complexity/necessity) ===
// || 66 || Transport routing (show next stop, total distance, show stop get out, voice) ||
// || 85 || Enable on/off screen for bike navigation ||
// || 83 || Add monitoring service to send locations to internet ||
// === Unscheduled (complex) ===
// || 65 || Intermediate points - for better control routing, to avoid traffic jams ...(?) ||
/////////////////////////// DONE //////////////////////////////
// DONE ANDROID :
2011-10-04 21:43:39 +02:00
2011-05-04 12:57:11 +02:00
// DONE SWING
}