7a7f6ad6eb
git-svn-id: https://osmand.googlecode.com/svn/trunk@342 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
72 lines
3.1 KiB
Java
72 lines
3.1 KiB
Java
package com.osmand;
|
|
|
|
|
|
/**
|
|
* This class is designed to put all to do's and link them with code.
|
|
* The whole methods could be paste or just constants.
|
|
* Do not worry to put ugly code here (just a little piece)
|
|
*/
|
|
public class ToDoConstants {
|
|
|
|
/**
|
|
* Write activity to show something about authors / donation ....
|
|
*/
|
|
public int DESCRIBE_ABOUT_AUTHORS = 8;
|
|
|
|
|
|
// TODO ANDROID
|
|
// for 0.3
|
|
// 60. Audio guidance for routing !
|
|
// 68. Implement service to app work with screen offline
|
|
// (introduce special settings how often update location to monitoring & audio guidance)
|
|
// Improvement : Show stops in the transport route on the map
|
|
// Improvement : redesign poi selecting (show on map )
|
|
/// Better : improve zooming (better zoom out)
|
|
// Add menu mute for voice
|
|
// BUG with search area for poi/transport bounds region
|
|
// BUG with foot navigation (unavailable for cloudmade)
|
|
// BUG animated move more precise check final location
|
|
// BUG turn concatenation
|
|
/// BUG Settings for osm bug creator name (save)
|
|
// BUG 9
|
|
|
|
// 69. Add phone information to POI
|
|
|
|
// Not clear if it is really needed
|
|
// 43. Enable poi filter by name (find lake by name or shop) - case sensitive search DB - make only search filter (on UI)!
|
|
// 45. Get clear <Use internet> settings. Move that setting on top settings screen.
|
|
// That setting should rule all activities that use internet. It should ask whenever internet is used
|
|
// (would you like to use internet for that operation - if using internet is not checked).
|
|
// Internet using now for : edit POI osm, show osm bugs layer, download tiles.
|
|
|
|
// Unscheduled (complex)
|
|
// 66. Transport routing (show next stop, total distance, show stop get out) (?).
|
|
// 64. Traffic information (?)
|
|
// 65. Intermediate points - for better control routing, to avoid traffic jams ...(?)
|
|
// 40. Support simple vector road rendering (require new index file) (?)
|
|
// 63. Support simple offline routing(require new index file) (?)
|
|
|
|
|
|
// BUGS Android
|
|
|
|
// TODO swing
|
|
// 9. Fix issues with big files (such as netherlands) - save memory (!) - very slow due to transport index !
|
|
// Current result : for big file (1 - task 60-80% time, 90% memory) (?)
|
|
// 1. Download tiles without using dir tiles (?)
|
|
// 10. Improve address indexing (use relations). (?)
|
|
// use relation "a6" (to accumulate streets!), "a3" to read all cities & define boundaries for city (& define that street in city).
|
|
|
|
// BUGS Swing
|
|
|
|
// DONE ANDROID :
|
|
// 61. Provide route information for YOURS (calclate turns/angle/expected time)
|
|
// Fix some missing turns in CloudMade (for secondary roads wo name). Add them (if dist to prev/next turn > 150m) [dacha] !
|
|
// 33. Build transport locations. Create transport index (transport-stops) (investigate)
|
|
// Not implemented : show key/transit stops on map, follow mode (show next stop)
|
|
// 58. Upload/Download zip-index from site & unzip them on phone
|
|
// 69. Multitouch zoom, animated zoom, animate map shift (when select some point to see)!
|
|
|
|
|
|
// DONE SWING
|
|
|
|
}
|