7
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 09, 2024 — Jun 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use app_name and app_version as user agent for all HTTP requests. More... about 14 years ago
Attempt to resolve database locked exception (force close). More... about 14 years ago
Improve the compass bearing display (more optimal path), prefer GPS bearing over magnetic compass when in motion. More... about 14 years ago
Impose a minimum tappable area for tile attribution data / license link. More... about 14 years ago
Add attribution data and license link for the OS 1st Ed, 7th-Series and NPE-historic layers. More... about 14 years ago
Implement issue 8 (show compass / orientation sensor). Increase maximum zoom out limit. More... about 14 years ago
Display last location coordinates in BoxPicker. Update all strings.xml to handle new formatting. Incorporate Russian localization changes provided in issue 53. Add full package namespace to BoxPicker Intent names. Enhance BoxPicker to consider all available LocationProviders (not just network and GPS). More... about 14 years ago
Source tidy and extra comments. No functional changes. More... about 14 years ago
Fix issue 81 (multitouch not respecting zoom limits). Fix issue 82 (onscreen zoom controls not indicating zoom limits). More... about 14 years ago
Fix tap/click after multi-touch scaling. Keep window mode icon up-to-date. Buffer OSB database read. Remove some stale code. More... about 14 years ago
version 0.7.0 for release More... about 14 years ago
Ensure BoundingBox properties are correct. More... about 14 years ago
Implement issue 59 - multi-touch zoom. More... about 14 years ago
Add icon for split way (from Gnome http://art.gnome.org/themes/icon ). Add icon for OpenStreetBug (from OSB website). Support {zoom} as synonym for {z} in tile layer URLs. More... about 14 years ago
Correct tile definitions for the OS 1st Ed and 7th Series layers and add them to the list. More... about 14 years ago
Remove path shadow - causes an ugly fill effect. More... about 14 years ago
Catch some exceptions that force close on android-x86 (or any other platform without a GPS or network location provider). More... about 14 years ago
Comment out mock location permission. Update tag presets with a more recent copy from JOSM. More... about 14 years ago
Source tidy - delete superfluous "this.". More... about 14 years ago
Add some support for onLowMemory, by shrinking the tile cache. More... about 14 years ago
Implementation for issue 80 (button for source=survey). More... about 14 years ago
Probable fix for issue 79 (force close at startup). Refactoring and comments. More... about 14 years ago
Add support for highway=* name autocompletion. More... about 14 years ago
Rest of fix for OSB bug introduced in r185. More... about 14 years ago
Fix OSB submission bug introduced in r185. Remove code that tried to fix the showDialog/dismissDialog exception. The real fix is very much more complicated. More... about 14 years ago
Change OSB use of HttpClient to URL/URLConnection for consistency with rest of Vespucci code. More... about 14 years ago
Replace Thread-based code with AsyncTask. Idea was to try to resolve the showDialog/dismissDialog IllegalArgumentException problem (unsuccessfully), but also AsyncTask is the "Android way" of handling background tasks. Don't call dismissDialog until at least one second after showDialog - seems to resolve the IllegalArgumentException problem. More... about 14 years ago
Ensure tile cache doesn't hold more than its limit. More... about 14 years ago
Review all exception handling. More... about 14 years ago
Make cache correctly handle arbitrarily-sized tiles. More... about 14 years ago