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-06-01 09:25:29 +02:00
|
|
|
|
2010-06-05 12:42:41 +02:00
|
|
|
// TODO ANDROID
|
2010-06-15 11:33:49 +02:00
|
|
|
// 42. Revise UI (icons/layouts). Support different devices. Add inactive/focus(!) icon versions.
|
2010-06-19 19:01:40 +02:00
|
|
|
// Some icons are not fine (as back menu from map - it is blured).
|
2010-06-12 17:08:59 +02:00
|
|
|
|
2010-06-15 11:33:49 +02:00
|
|
|
|
2010-06-19 11:41:01 +02:00
|
|
|
// FUTURE RELEASES
|
2010-06-21 13:44:59 +02:00
|
|
|
// 46. Implement downloading strategy for tiles : select max zoom to download [16,15,14,...]
|
|
|
|
// That means you can save internet because from [16 -> zoom -> 18], [14 -> zoom -> 16 - suitable for speed > 40], ...
|
2010-06-21 00:15:47 +02:00
|
|
|
// 50. Invent opening hours editor in order to edit POI hours better on device
|
2010-06-23 13:35:26 +02:00
|
|
|
// 53. Add progress bars : to internet communication activities [editing/commiting/deleting poi], do not hide edit poi dialog if operation failed
|
2010-06-22 09:55:24 +02:00
|
|
|
// [move close buttons from alertdialog to own view]
|
|
|
|
// 55. Update POI data from internet for selected area [suggest to create new POI index or extend exising of none exist]
|
2010-06-20 17:31:20 +02:00
|
|
|
// 43. Enable poi filter by name
|
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-06-22 10:27:10 +02:00
|
|
|
// 56. Investigate usage CloudMade API for calculating route.
|
|
|
|
// 33. Build transport locations. Create transport index (transport-stops) (investigate)
|
|
|
|
// DONE: Load transport routes in swing.
|
|
|
|
// IDEA TO HAVE :
|
|
|
|
// 47. Internet connectivity could be checked before trying to use (?)
|
2010-06-17 10:07:39 +02:00
|
|
|
// 40. Support simple vector road rendering (require new index file) (?)
|
|
|
|
// 26. Show the whole street on map (when it is chosen in search activity). Possibly extend that story to show layer with streets. (?)
|
2010-06-19 19:01:40 +02:00
|
|
|
|
2010-05-31 20:48:18 +02:00
|
|
|
|
2010-06-07 20:07:04 +02:00
|
|
|
// BUGS Android
|
|
|
|
|
|
|
|
// 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 !
|
|
|
|
// Current result : for big file (1 - task 60-80% time, 90% memory)
|
2010-06-20 17:31:20 +02:00
|
|
|
// 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
|
|
|
|
|
|
|
// DONE ANDROID :
|
2010-06-23 13:35:26 +02:00
|
|
|
// 54. Invent screen to update index from internet (from osmand.googlecode.com)
|
2010-06-22 21:08:34 +02:00
|
|
|
// 32. Introduce POI predefined filters (car filter(other-fuel, transportation-car_wash, show-car) and others)
|
2010-06-22 09:55:24 +02:00
|
|
|
// 48. Enable change favorite point : (for example fav - "car") means last point you left car. It is not static point,
|
|
|
|
// you can always use the same name for different locations.
|
|
|
|
// 52. Make good distribution of POI on map (when POI a lot they are coupling in one place on the south)
|
|
|
|
// 51. Implement console application that prepare indexes to upload on server...
|
|
|
|
// 0) run in background 1) download from internet 2) generates indices for Europe (take care about memory) 3) upload?
|
2010-06-20 00:13:45 +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
|
|
|
}
|