|
25d28da6d8
|
Rework browsers list and PostCSS management
|
2018-09-04 14:38:32 +02:00 |
|
|
012c6fd1be
|
Bump version
|
2018-08-29 18:59:22 +02:00 |
|
|
168f1b122c
|
Fix a bug with mock GPX traces and delay
`Date.parse` returns milliseconds timestamp, not a `Date` object.
|
2018-08-29 18:57:55 +02:00 |
|
|
f0fc8f287d
|
Drop Moment.JS, use custom small lib for relative dates and formatting
|
2018-08-29 12:08:18 +02:00 |
|
|
2ccc4110d6
|
Restore the correct spaces before double punctuation
|
2018-08-28 20:48:50 +02:00 |
|
|
61828e9ef2
|
Bump dependencies, use Babel 7 useBuiltIns usage to reduce size of chunks
|
2018-08-28 17:49:54 +02:00 |
|
|
948962987c
|
Move GPX export function and matching node_modules to the same chunk as the map
|
2018-08-28 16:50:57 +02:00 |
|
|
718791e95f
|
Use a loader when lazy loading Map view, to ensure a direct feedback is given to the user
|
2018-08-28 16:31:03 +02:00 |
|
|
b06ba60816
|
Use singleclick event listener on map, fix #35
|
2018-08-28 14:49:21 +02:00 |
|
|
11aa82b310
|
Fix a bug with upvote / downvote icons sometimes overflowing. Close #28
|
2018-08-26 20:34:04 +02:00 |
|
|
59f7f153ea
|
Fix map sometimes too high
|
2018-08-26 20:31:00 +02:00 |
|
|
5d84c6a0e6
|
Fix a bug when position cannot be fetched
|
2018-08-26 17:48:07 +02:00 |
|
|
9fc2128679
|
Don't mock location
|
2018-08-26 17:48:07 +02:00 |
|
|
b8ae8e9fa3
|
Add a way to report a bug, close #34
|
2018-08-26 17:48:07 +02:00 |
|
|
6f8b3ada2c
|
Autorotate mode when clicking the compass icon
Also fix a bug with sharing current position.
|
2018-08-26 17:48:07 +02:00 |
|
|
4c527ac280
|
Invert logic to set isProgrammaticMove on user actions instead, making it more reliable
|
2018-08-26 17:48:07 +02:00 |
|
|
ec9380ca2f
|
Fix map resizing
|
2018-08-26 17:48:07 +02:00 |
|
|
d24c326b01
|
Fix a bug in automatic refetch of reports after a given distance
|
2018-08-26 17:48:07 +02:00 |
|
|
60f041f5a6
|
Move map from Leaflet to OpenLayers
Also add a way to use a mock GPX trace as geolocation provider.
|
2018-08-26 17:48:03 +02:00 |
|
|
316527b575
|
Fix a bug with sharing map view
|
2018-08-25 16:09:38 +02:00 |
|
|
7a7cd21376
|
Add a way to playback GPX tracks as mock locations
|
2018-08-23 15:03:47 +02:00 |
|
|
3685c4bf92
|
Fix an issue with icons in the app manifest
|
2018-08-22 14:54:21 +02:00 |
|
|
b1bee5c308
|
Bump README, close #33
|
2018-08-20 16:49:48 +02:00 |
|
|
acaed37f3b
|
Fix a bug with GPX export
|
2018-08-20 13:57:14 +02:00 |
|
|
017bf34ca5
|
Fix a bug with markers
|
2018-08-20 12:03:55 +02:00 |
|
|
490725cb7f
|
Update oc translation
|
2018-08-17 20:00:36 +02:00 |
|
|
f5517b292d
|
Fix a missing translation in Onboarding
|
2018-08-16 11:41:20 +02:00 |
|
|
d9ec9219f9
|
Restore accuracy
|
2018-08-15 12:38:03 +02:00 |
|
|
2ca1cc56ed
|
Undo mock_location commit
|
2018-08-14 15:33:41 +02:00 |
|
|
060c4a29f4
|
Fix a bug with Vue2LeafletTrackSymbol not updating heading
|
2018-08-13 22:07:34 +02:00 |
|
|
77433bcab5
|
Vibrate at opening of the Map rather than upon leaving Onboarding, ensure the notification should be displayed and seen by user
|
2018-08-13 20:18:14 +02:00 |
|
|
0b086c2fce
|
Bump deps
|
2018-08-13 19:56:43 +02:00 |
|
|
d0b2946352
|
Bump oc translation
|
2018-08-09 23:46:44 +02:00 |
|
|
072eec69c8
|
Update NPM deps and export GPX with more details
|
2018-08-09 23:46:01 +02:00 |
|
|
2cce5e9dba
|
Avoid emitting empty <ele> items in GPX
|
2018-08-06 23:29:27 +02:00 |
|
|
6a70deec70
|
Upgrade to Webpack 4 + improve the build system
|
2018-08-06 23:29:17 +02:00 |
|
|
95ef4d2c4d
|
Update translations
|
2018-08-05 22:12:26 +02:00 |
|
|
7ccf427685
|
Upgrade dependencies and group all polyfills in a dedicated file
|
2018-08-05 15:47:28 +02:00 |
|
|
d5dcf96af8
|
Let user download GPX trace from menu
|
2018-08-03 17:15:03 +02:00 |
|
|
05cb92d8e3
|
Store complete GPX data
Rework the store to keep track of everything useful for building a full
GPX trace.
|
2018-08-03 17:15:03 +02:00 |
|
|
7800621c5f
|
Update README
|
2018-08-03 17:14:53 +02:00 |
|
|
cb6dafcf83
|
Mention demo instance in README
|
2018-08-03 15:36:15 +02:00 |
|
|
f83f66a353
|
Store datetime as naive UTC datetimes (no TZ info) in db, to avoid issues with SQLite
|
2018-08-02 11:19:44 +02:00 |
|
|
343143e8e7
|
Ensure server always return proper ISO encoded dates with timezone
|
2018-08-02 11:14:38 +02:00 |
|
|
bb926abbc4
|
Fix broken chained catch in Promises
|
2018-08-02 10:49:47 +02:00 |
|
|
530184a817
|
Scroll back to top between onboarding steps. Fix #27.
|
2018-08-02 10:21:30 +02:00 |
|
|
194c4cf3d7
|
Misc fixes with vibrate and sound
|
2018-08-01 19:29:39 +02:00 |
|
|
0f9544bf16
|
Update locales
|
2018-08-01 18:07:44 +02:00 |
|
|
a6808d6d07
|
Fix a bug with locale setting loading from localStorage
|
2018-08-01 17:55:33 +02:00 |
|
|
d2bae9e532
|
Add statistics about the instance under the About section.
|
2018-08-01 17:54:48 +02:00 |
|