mossroy
ea4d62c7de
Use dependency-style requireJs (manually merged from peter-x commit : 24c02dc791
)
...
This fixes #92 (application not working on Flatfish)
2014-07-23 17:10:51 +02:00
mossroy
9d27296a3c
Remove unnecessary icon
2014-04-15 13:50:55 +02:00
mossroy
cd869db81c
Add an index.html at the root of directories, to redirect to www/index.html
2014-04-12 20:29:10 +02:00
mossroy
0ce738f02d
Small fixes to comply with Mozilla rules for the Marketplace
v1.1.0
2014-04-12 19:28:26 +02:00
mossroy
5ad6fabf51
Change version number to 1.1.0
2014-04-12 15:02:31 +02:00
mossroy
e1d06eddf4
Fix a few glitches in the history.back() behavior. Fixes #88
2014-04-12 14:59:20 +02:00
mossroy
9168da2c37
Enable history.back() on search results (that come from prefix search OR nearby search). Fixes #86 and fixes #82 . It also speeds up the time to reduce/enlarge the nearby search zone (by using the previously saved current location, instead of asking for it again)
2014-04-11 18:02:57 +02:00
mossroy
9c602d0ead
Cleanup the way we use x/y coordinates : longitude is x and latitude is y. There was a mix of different conventions in the code. Now we only use cartesian coordinate system : x goes right, y goes up. Fixes #84
2014-04-11 13:58:21 +02:00
mossroy
1a9a2aaac8
Merge branch 'master' of https://github.com/mossroy/evopedia-html5
2014-04-11 10:03:37 +02:00
mossroy
e61164fb50
Disable articles nearby feature on archives that have no coordinate files. Fixes #87
2014-04-11 10:02:52 +02:00
mossroy
29d64f59b4
Minor optimization in bearing algorithm
2014-04-11 09:32:06 +02:00
mossroy
7f35248c5b
Make a first access to device storage before looking for archives, in order to ask the user for confirmation only once. This avoids a very annoying behavior on first startup of the application. Fixes #85
2014-04-10 22:02:43 +02:00
mossroy
0367e60674
Merge branch 'master' of https://github.com/mossroy/evopedia-html5
...
Conflicts:
www/js/app.js
2014-04-10 14:22:37 +02:00
mossroy
8d69bdb692
Fix Line Feed in geometry.js
2014-04-10 14:19:30 +02:00
mossroy
5d354dbd71
Add the cardinal direction to articles (nearby article search). Fixes #83
2014-04-10 14:17:54 +02:00
mossroy
06fee6174a
Small fix in distance to articles calculation, to be a bit more accurate
2014-04-08 23:00:46 +02:00
mossroy
8bff5cd843
Remove backward compatibility with FxOS 1.0, to simplify the use of DeviceStorage API. Fixes #79
2014-04-07 13:48:45 +02:00
mossroy
e138844a99
#12 : Store the list of archives in a cookie, to avoid re-scanning the SD-card at every startup
2014-04-04 13:59:23 +02:00
mossroy
39650a33af
Fix history.back() on random articles
2014-04-03 14:00:45 +02:00
mossroy
f7b5327096
When geolocation takes some time, inform the user that it he can cancel it. Fixes #80
2014-04-03 13:55:05 +02:00
mossroy
b240932b14
Treat images and archive data files as binary in git
2014-04-03 12:57:35 +02:00
mossroy
f5753977ef
Fix the distance to each title. It had to be divided by 60. Fixes #81
2014-04-01 22:59:04 +02:00
mossroy
91e9c451f9
In nearby search, sort titles on their distance from here, in order to have the closest first. Fixes #73
2014-04-01 17:44:51 +02:00
mossroy
c1527f2afd
When titles are listed, display their distance from here, if this information is known
2014-04-01 17:23:39 +02:00
mossroy
b29968fbce
When titles are searched nearby, keep the geolocation of each title
2014-04-01 17:01:30 +02:00
mossroy
75c7c8a218
It happens that bzip2 decompression fails with "No magic number found". It's known bug, not yet solved. When this happens, we should not ask the user to report it, but instead invite him to see the corresponding issue on Github. Fixes #77
...
+ slightly improve the way we report other decompression errors to the user
2014-04-01 11:40:23 +02:00
mossroy
4cb3486cd7
Nearby article search : allow the user to enlarge or reduce the maximum distance, depending on the number of results
...
Closes #9
2014-03-28 14:02:13 +01:00
mossroy
a47c8fa7f3
Remove debug messages in the articles nearby algorithm
2014-03-25 16:20:39 +01:00
mossroy
7ec7117ba8
Remove the code that used the "expert mode" fields for geolocation
2014-03-25 16:18:38 +01:00
mossroy
edec092256
Remove the "expert mode" for geolocation, and enhance the visual appearance of home page
2014-03-25 16:16:52 +01:00
mossroy
0674f36d05
Fix in cleaning the page when switching to another section of the app
2014-03-25 16:15:16 +01:00
mossroy
b996b74a6f
Fix a small regression due to prefixing private members
2014-03-25 16:13:07 +01:00
mossroy
c43d966a2c
Mention the "articles nearby" feature in the README
2014-03-25 11:02:09 +01:00
mossroy
c1afd61c45
Slightly improve the way we display the number of results found
2014-03-24 14:47:43 +01:00
mossroy
db6f770385
A few additions & updates in the "About" section
2014-03-24 14:26:20 +01:00
mossroy
cc7e009b33
Attempt to fix EOL issues by setting them to LF all the time
2014-03-22 11:23:56 +01:00
mossroy
963f160291
Change line endings to Unix style
2014-03-21 21:35:00 +01:00
mossroy
9e9d9ea45b
Prefix private variables with an underscore. Fixes #72
2014-03-21 13:46:57 +01:00
mossroy
2d4e949367
Give more info to the user about the progress of the articles nearby search : geolocation, then looking for titles around
...
+ better handling if the user canceled the operation (simply by starting doing something else). In this case, we have to ignore the callback of geolocation
2014-03-20 16:37:29 +01:00
mossroy
df77cfdf67
Fix inverted latitude/longitude with geolocation and articles nearby search
2014-03-19 18:47:59 +01:00
mossroy
d84e8df225
Line endings...
2014-03-18 16:56:42 +01:00
mossroy
4c1decb334
Small visual improvements on the home page
2014-03-18 16:56:26 +01:00
mossroy
058533ae94
Add a unit test for maximum number of articles in nearby search
2014-03-18 15:56:28 +01:00
mossroy
c874814a24
Another line-ending pseudo-modification...
2014-03-18 15:45:27 +01:00
mossroy
7503d40378
Fixes to make nearby search work when coordinate files were found in a directory (instead of passed by the browser)
...
+ small ergonomic improvements
2014-03-18 15:40:19 +01:00
mossroy
d7fe45cf0b
Improvement in nearby article search, to limit the number of results, and display this number to the user
2014-03-18 14:37:02 +01:00
mossroy
ee101bced8
Several fixes for the nearby article search algorithm + some more unit tests + some debug logs in the console (to be removed afterwards)
2014-03-12 19:46:45 +01:00
mossroy
a2ecf1f3a7
Uncomment the unit test on geolocation that currently fails + some minor changes
2014-03-07 17:29:13 +01:00
mossroy
0334d5e3a6
Uncomment the unit test on geolocation that currently fails + some minor changes
2014-03-07 17:28:26 +01:00
mossroy
33794f7aeb
Fix line endings
2014-03-07 15:54:06 +01:00