0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Some styling More... almost 12 years ago
Improved loading of a saved track. More... almost 12 years ago
Saving/Loading to/from server, filtering, little fixes here and there. More... almost 12 years ago
Decided to fix the selftest again anyway... More... almost 12 years ago
An implementation for graph plotting More... almost 12 years ago
Some testing stuff More... almost 12 years ago
Merge branch 'develop' of github.com:aaltowebapps/team-1 into develop More... almost 12 years ago
Simplify GpsApi unit tests by removing loads of duplicate code (new GeolocationMock). More... almost 12 years ago
Add 'GpsApi.googleMapsTrack()' that can provide the coordinates in Google's format. More... almost 12 years ago
Made (index.html) status-page updating to use a callback function More... almost 12 years ago
Test route drawing and some sort of a status page (which Amco seemed to also do with his script...) More... almost 12 years ago
A first version of loading the track from the server in the "systemtests.html". More... almost 12 years ago
Actually send the request when loading a track from the backend. More... almost 12 years ago
Add capability to load a track from the backend to Track API and the server code. Tracks are stored in a global variable. More... almost 12 years ago
Stop timer of the GeolocationMock when tracking is stopped. More... almost 12 years ago
Update the system test to use the GeolocationMock class. More... almost 12 years ago
Add a mock for the geolocation API that can be provided to the GpsApi to simulate walking in circles continuously. More... about 12 years ago
Add protection for calling the GpsApi constructor without 'new'. More... about 12 years ago
Add method to get the current status to the GpsApi, and use it in "status.html". More... about 12 years ago
Merge changes from 'amco_nodejs' branch back to develop, adding the server side component. More... about 12 years ago
Align the client 'Track' and server Track API, incl. a system test to see it works. More... about 12 years ago
Remove obsolete commented code. More... about 12 years ago
Merge changes from develop into this branch. Take "server/public/tracker.js" from the develop branch. More... about 12 years ago
Remove 'GpsApi.store()' and 'Gps.load()', instead convert the samples to base64 and store it yourself. More... about 12 years ago
Improve the unit test of the "Track", so it is a little more robust. More... about 12 years ago
Add an initial prototype object for tracks. More... about 12 years ago
Improve consistency in indentation by using spaces instead of tabs. More... about 12 years ago
Add methods to code samples to and from base64 to the GpsApi. More... about 12 years ago
Merge new GpsApi into develop. More... about 12 years ago
Add capability to store and load the GPS samples. More... about 12 years ago