2010-05-02 01:35:00 +02:00
|
|
|
package com.osmand;
|
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.
|
|
|
|
* The whole methods could be paste or just constants.
|
|
|
|
* Do not worry to put ugly code here (just a little piece)
|
|
|
|
*/
|
|
|
|
public class ToDoConstants {
|
2010-06-07 20:07:04 +02:00
|
|
|
|
2010-05-05 11:31:54 +02:00
|
|
|
/**
|
2010-05-06 00:29:58 +02:00
|
|
|
* Write activity to show something about authors / donation ....
|
2010-05-05 11:31:54 +02:00
|
|
|
*/
|
2010-05-06 00:29:58 +02:00
|
|
|
public int DESCRIBE_ABOUT_AUTHORS = 8;
|
2010-07-06 20:10:17 +02:00
|
|
|
|
2010-06-26 11:22:41 +02:00
|
|
|
|
2010-07-07 13:16:02 +02:00
|
|
|
// TODO ANDROID
|
2010-07-08 22:02:01 +02:00
|
|
|
// for 0.3
|
2010-07-08 14:01:58 +02:00
|
|
|
// 60. Audio guidance for routing !
|
2010-07-08 22:02:01 +02:00
|
|
|
// 68. Implement service to app work with screen offline
|
|
|
|
// (introduce special settings how often update location to monitoring & audio guidance)
|
2010-07-09 13:15:50 +02:00
|
|
|
// Improvement : Show stops in the transport route on the map
|
2010-07-12 22:05:23 +02:00
|
|
|
// Improvement : redesign poi selecting (show on map )
|
2010-07-13 18:14:42 +02:00
|
|
|
/// Better : improve zooming (better zoom out)
|
2010-07-15 10:13:25 +02:00
|
|
|
// Add menu mute for voice
|
2010-07-13 18:14:42 +02:00
|
|
|
// BUG with search area for poi/transport bounds region
|
2010-07-15 10:13:25 +02:00
|
|
|
// 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
|
|
|
|
|
2010-07-12 22:05:23 +02:00
|
|
|
// 69. Add phone information to POI
|
2010-07-05 10:24:36 +02:00
|
|
|
|
2010-07-09 13:15:50 +02:00
|
|
|
// Not clear if it is really needed
|
2010-07-15 10:13:25 +02:00
|
|
|
// 43. Enable poi filter by name (find lake by name or shop) - case sensitive search DB - make only search filter (on UI)!
|
2010-06-19 11:41:01 +02:00
|
|
|
// 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.
|
2010-07-01 14:41:57 +02:00
|
|
|
|
2010-07-09 13:15:50 +02:00
|
|
|
// Unscheduled (complex)
|
2010-07-05 10:24:36 +02:00
|
|
|
// 66. Transport routing (show next stop, total distance, show stop get out) (?).
|
2010-07-01 14:41:57 +02:00
|
|
|
// 64. Traffic information (?)
|
2010-07-12 22:05:23 +02:00
|
|
|
// 65. Intermediate points - for better control routing, to avoid traffic jams ...(?)
|
2010-06-27 13:38:53 +02:00
|
|
|
// 40. Support simple vector road rendering (require new index file) (?)
|
|
|
|
// 63. Support simple offline routing(require new index file) (?)
|
2010-06-19 19:01:40 +02:00
|
|
|
|
2010-07-05 20:19:03 +02:00
|
|
|
|
2010-07-09 13:15:50 +02:00
|
|
|
// BUGS Android
|
2010-06-07 20:07:04 +02:00
|
|
|
|
|
|
|
// TODO swing
|
2010-06-20 00:13:45 +02:00
|
|
|
// 9. Fix issues with big files (such as netherlands) - save memory (!) - very slow due to transport index !
|
2010-07-09 13:15:50 +02:00
|
|
|
// 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). (?)
|
2010-06-20 00:13:45 +02:00
|
|
|
// use relation "a6" (to accumulate streets!), "a3" to read all cities & define boundaries for city (& define that street in city).
|
2010-06-14 13:59:30 +02:00
|
|
|
|
|
|
|
// BUGS Swing
|
2010-05-23 22:59:55 +02:00
|
|
|
|
2010-06-27 13:38:53 +02:00
|
|
|
// DONE ANDROID :
|
2010-07-08 22:02:01 +02:00
|
|
|
// 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] !
|
2010-07-05 00:07:45 +02:00
|
|
|
// 33. Build transport locations. Create transport index (transport-stops) (investigate)
|
2010-07-06 08:19:15 +02:00
|
|
|
// Not implemented : show key/transit stops on map, follow mode (show next stop)
|
2010-07-09 23:17:27 +02:00
|
|
|
// 58. Upload/Download zip-index from site & unzip them on phone
|
2010-07-11 11:06:38 +02:00
|
|
|
// 69. Multitouch zoom, animated zoom, animate map shift (when select some point to see)!
|
2010-07-06 22:53:06 +02:00
|
|
|
|
2010-06-02 20:27:14 +02:00
|
|
|
|
2010-05-23 22:59:55 +02:00
|
|
|
// DONE SWING
|
2010-06-14 12:53:07 +02:00
|
|
|
|
2010-05-02 01:35:00 +02:00
|
|
|
}
|