0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 9 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
move gps initialization earlier. the recent addition of clearing the listeners array caused the track listener to be clobbered.
pgf
More... over 12 years ago
clean up a bunch of needless build warnings
pgf
More... over 12 years ago
if libgps isn't being used (no ROADMAP_USES_LIBGPS), arrange for gpsd3: protocol to ask gpsd to emit NMEA sentences, and use those instead.
pgf
More... over 12 years ago
don't build android by default
pgf
More... over 12 years ago
All this work is prompted by the Android implementation that requires _shutdown functions in several modules. More... over 13 years ago
Fix problem with a way counting only one node. One area of France, when pulled through splitter, had this. More... over 13 years ago
Clarify comment More... over 13 years ago
Fix date calculation error. More... over 13 years ago
Trivial fix, found the right syntax for one constant. More... over 13 years ago
Make the right Makefile target depend on files in the resource directory. More... over 13 years ago
Add XML file to customize layout of list items. More... over 13 years ago
Found out some more, fix accordingly. More... over 13 years ago
Work in progress. Much of the user interface is starting to work, too long since last commit of this stuff. More... over 13 years ago
Remove duplicate option (is also in the AndroidManifest.xml). More... over 13 years ago
Another round of small cleanup More... over 13 years ago
Remove some dead code. More... over 13 years ago
Add stuff to be more compliant with the standard Android build process. More... over 13 years ago
Build updates for the Android 2.3 based SDK/NDK. More... over 13 years ago
Add a test : a plugin can only register once. More... over 13 years ago
Enable font sizes on Android. More... over 13 years ago
Add copyright More... over 13 years ago
Initialisation of this variable was forgotten (only impacts Android), resulting in colours that were wrong. More... over 13 years ago
Remove (part of) the platform dependency in the code by providing a poor man's implementation of ftw(3). Replace some tabs by spaces. More... over 13 years ago
Oops, too much debug output More... over 13 years ago
Comment out a check for way consistency (are all its nodes present) because splitter output triggers it, see the comments introduced by this patch. More... over 13 years ago
Perform the documentation change about building OSM based maps for larger countries (using splitter) as recently announced. More... over 13 years ago
Deal with comma separated path. More... over 13 years ago
Add sample files More... over 13 years ago
Implement better error handling, remove the file being written into if an error occurred. More... over 13 years ago
This works around a problem with continuation lines in the XML (see the comment in the changed code). This caused 7 of the chunks of England to fail, until now. More... over 13 years ago