fix todos
git-svn-id: https://osmand.googlecode.com/svn/trunk@148 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
This commit is contained in:
parent
6666696925
commit
3e536eb61c
1 changed files with 11 additions and 17 deletions
|
@ -18,13 +18,13 @@ public class ToDoConstants {
|
||||||
|
|
||||||
// PREPARE RELEASE OPTIONS LIST :
|
// PREPARE RELEASE OPTIONS LIST :
|
||||||
// 1. Revise UI (icons/layouts). Support different devices. Add inactive/focus(!) icon versions.
|
// 1. Revise UI (icons/layouts). Support different devices. Add inactive/focus(!) icon versions.
|
||||||
// 2. Translation (support russian)
|
// 2. Translation (support russian) +
|
||||||
// 3. POI Search ( 1) predefined filters, 2) choose subtype's, 3) filter by name, 4) opening hours (filter))
|
// 3. POI Search ( 1) predefined filters, 2) choose subtype's, 3) filter by name, 4) opening hours (filter)) +
|
||||||
// 4. Support old-versionned resources (1) odb indexes, 2) favourites table, 3) atomic settings (?))
|
// 4. Support old-versionned resources (1) odb indexes, 2) favourites table, 3) atomic settings (?))
|
||||||
// 5. Swing refactoring MapPanel (support layers)
|
// 5. Swing refactoring MapPanel (support layers) +
|
||||||
// 6. Support vector road rendering (new index file)
|
// 6. Support vector road rendering (new index file) !
|
||||||
// 7. Suppport navigation for calculated route.
|
// 7. Suppport navigation for calculated route. !
|
||||||
// 8. Editing POI on map
|
// 8. Editing POI on map +
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -35,11 +35,7 @@ public class ToDoConstants {
|
||||||
|
|
||||||
// TODO ANDROID
|
// TODO ANDROID
|
||||||
// 8. Enable change POI directly on map (requires OSM login)
|
// 8. Enable change POI directly on map (requires OSM login)
|
||||||
// 20. Implement save track/route to gpx (?)
|
|
||||||
// 26. Show the whole street on map (when it is chosen in search activity). Possibly extend that story to show layer with streets.
|
|
||||||
// 30. Performance issue with map drawing :
|
// 30. Performance issue with map drawing :
|
||||||
// introduce one place where refreshMap will be called using postMessage mechanism (delay more than > 50 ? ms).
|
|
||||||
// Introducing cache of file names that are on disk (creating new File() consumes a lot of memory)
|
|
||||||
// 31. Translation.
|
// 31. Translation.
|
||||||
// 32. Introduce POI predefined filters (car filter(other-fuel, transportation-car_wash, show-car) and others)
|
// 32. Introduce POI predefined filters (car filter(other-fuel, transportation-car_wash, show-car) and others)
|
||||||
// 33. Build transport locations (investigate)
|
// 33. Build transport locations (investigate)
|
||||||
|
@ -47,7 +43,8 @@ public class ToDoConstants {
|
||||||
// 36. Postcode search
|
// 36. Postcode search
|
||||||
// 37. Get rid of exit button (!). Think about when notification should go & how clear resources if it is necessary
|
// 37. Get rid of exit button (!). Think about when notification should go & how clear resources if it is necessary
|
||||||
// 38. Add button in search "navigate to".
|
// 38. Add button in search "navigate to".
|
||||||
|
// 20. Implement save track/route to gpx (?)
|
||||||
|
// 26. Show the whole street on map (when it is chosen in search activity). Possibly extend that story to show layer with streets.
|
||||||
|
|
||||||
// BUGS Android
|
// BUGS Android
|
||||||
// 1. Fix bug with navigation layout (less zoom controls) [fixed].
|
// 1. Fix bug with navigation layout (less zoom controls) [fixed].
|
||||||
|
@ -56,9 +53,8 @@ public class ToDoConstants {
|
||||||
// 3. Implement clear existing area with tiles (update map) [fixed]
|
// 3. Implement clear existing area with tiles (update map) [fixed]
|
||||||
// 6. Implement context menu for long press & trackball press [fixed - trackball todo]
|
// 6. Implement context menu for long press & trackball press [fixed - trackball todo]
|
||||||
// 2. Include to amenity index : historic, sport, ....
|
// 2. Include to amenity index : historic, sport, ....
|
||||||
// 5. Implement caching files existing on FS, implement specific method in RM
|
// 5. Improvement : Implement caching files existing on FS, implement specific method in RM
|
||||||
|
// Introducing cache of file names that are on disk (creating new File() consumes a lot of memory)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// TODO swing
|
// TODO swing
|
||||||
|
@ -69,8 +65,6 @@ public class ToDoConstants {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// DONE ANDROID :
|
// DONE ANDROID :
|
||||||
// 16. Support open street bugs api (supports viewing, deleting).
|
// 16. Support open street bugs api (supports viewing, deleting).
|
||||||
// 13. Save point as favorite & introduce favorite points dialog
|
// 13. Save point as favorite & introduce favorite points dialog
|
||||||
|
|
Loading…
Reference in a new issue