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 { // FIXES for 0.1 versions : // 1. Map tile downloader : // while(!threadPoolExecutor.getQueue().isEmpty()){ // try { // threadPoolExecutor.getQueue().take(); // } catch (InterruptedException e) { // } // } /** * Write activity to show something about authors / donation .... */ public int DESCRIBE_ABOUT_AUTHORS = 8; // TODO ANDROID // 31. Translation. // 32. Introduce POI predefined filters (car filter(other-fuel, transportation-car_wash, show-car) and others) // ( 1) predefined filters, 2) choose subtype's, 3) filter by name, 4) opening hours (filter)) // [TODO database support] // 41. POI layer over map (shows poi by selected filter) [TODO] // 8. Enable change POI directly on map (requires OSM login) // 33. Build transport locations. Create transport index (transport-stops) (investigate) [TODO] // 39. Support old-versionned resources (1) odb indexes, 2) favourites table, 3) atomic settings (?)) [TODO] // 42. Revise UI (icons/layouts). Support different devices. Add inactive/focus(!) icon versions. // 36. Postcode search // 37. Get rid of exit button (!). Think about when notification should go & how clear resources if it is necessary // 34. Suppport navigation for calculated route (example of get route from internet is in swing app). // 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. (?) // 20. Implement save track/route to gpx (?) // BUGS Android // 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) // BUGS Swing // 1. Bug renaming region // TODO swing // 4. Fix issues with big files (such as netherlands) - save memory (!) // Current result : for big file (1 - task 60-80% time, 90% memory) // 1. Download tiles without using dir tiles (?) // DONE ANDROID : // 38. Add button in search "navigate to" // 16. Support open street bugs api (supports viewing, deleting). // 13. Save point as favorite & introduce favorite points dialog // 29. Show opened/closed amenities (in search poi). // 3. Revise osmand UI. Preparing new icons (revise UI 18, 2, ). Main application icon, back to location icon. // 14. Show zoom level on map // 35. Enable trackball navigation in android // DONE SWING // 2. Internal (Simplify MapPanel - introduce layers for it) // 3. Implement clear progress. }