mossroy
a98090ffa9
if getDeviceStorages() is available (FxOS >=1.1), browse all the device storages for archives, instead of the default one (given by getDeviceStorage())
...
Fixes #62
2013-10-06 18:11:16 +02:00
mossroy
1dbfdaf5e1
Merge branch 'master' of ssh://github.com/mossroy/evopedia-html5
2013-10-01 22:27:41 +02:00
mossroy
421658d6fa
Minor fixes in HTML pages : alternate text for images etc
2013-10-01 22:26:11 +02:00
mossroy
f1de573b52
Update README to give the location of source code
2013-09-28 09:40:18 +02:00
mossroy
4da9eabf34
Update README.md
2013-09-20 13:50:05 +02:00
mossroy
d13fb3ae8e
Typo in README
2013-09-12 21:54:44 +02:00
mossroy
2e9d70343f
Add info about unit tests in README
2013-09-12 21:51:59 +02:00
mossroy
ebb44ae8f2
Add the Mozilla Marketplace URL in the README
2013-09-08 13:52:33 +02:00
mossroy
27a32a453a
Fix the lifetime of the cookie used to warn the users of Peak devices
...
Fixes #61
2013-08-25 10:06:08 +02:00
mossroy
bf501d721a
Change version number to 1.1.0-SNAPSHOT, to prepare future evolutions
...
Minor changes in the About section and README
2013-08-23 21:49:54 +02:00
mossroy
42b106cf26
Fix the icons for the package to be accepted on the Marketplace
v1.0.0
2013-08-23 20:44:21 +02:00
mossroy
e7e3db7c57
Collapse the menu when the user types something in the search field, so that he can see the results below
2013-08-23 17:08:57 +02:00
mossroy
e58d6e8545
Re-organize the About section
...
Add privacy policy, step-by-step usage, ways to contribute, credits, links for other platforms etc.
Fixes #54
Fixes #52
Also add the version number at the top
2013-08-23 16:58:42 +02:00
mossroy
dbfee80d06
Cosmetic improvements in error messages
2013-08-23 14:42:11 +02:00
mossroy
3544b46042
Add target=_blank to all the hyperlinks in the About section, so that they are displayed in the Firefox OS browser instead of inside the application
2013-08-23 13:52:31 +02:00
mossroy
181fcbbdef
Display a warning message if the device is probably a Peak (based on the screen resolution), so that the user knows that the text is very small in Firefox OS 1.0.1. This should be fixed in Firefox OS 1.1
...
This improves a bit #8
2013-08-23 13:35:15 +02:00
mossroy
da5d4d1ea0
Small fix to hide the "reading article" message (with the spinner) when searching for titles, in the case it would still be there because of an error when reading the previous article
2013-08-23 12:35:38 +02:00
mossroy
ebf70bd05c
Add license information in the About section : GPL v3
...
+ header on each source file
+ license information for each library or ressource used
+ credits
Fixes #45
2013-08-22 20:17:28 +02:00
mossroy
d168c8e4b6
Small updates to manifest.webapp, to follow best practices
2013-08-22 19:29:16 +02:00
mossroy
9984909428
Hide the "reading article" div when clicking on any menu, as this text might stay visible if there is an error when reading the article
2013-08-22 18:20:57 +02:00
mossroy
0f87f821f9
Cosmetic fixes on error messages
2013-08-22 18:08:50 +02:00
mossroy
ba469811be
Remove minified versions of bootstrap files.
...
As this application is distributed as a packaged application, all the files will be zipped before transferring over the network. So the difference in size should not be significant.
When unzipped on the device, it makes a difference but I think it's not worth it for the moment.
It's still possible to switch to minified versions in the future, with a more intelligent packaging process
2013-08-22 17:33:30 +02:00
mossroy
f2f9664e4b
Upgrade to Bootstrap 3.0.0 final
2013-08-22 17:27:31 +02:00
mossroy
39b5533959
Slightly improve error handling.
...
Fixes #57
+ small fix for blockstart value of redirected titles
2013-08-22 17:10:55 +02:00
mossroy
8f0744140d
Small update to manifest.webapp
2013-08-17 17:34:40 +02:00
mossroy
7aa55341d7
Small update to manifest.webapp
...
Add a script to package the application for the Marketplace
2013-08-17 17:33:22 +02:00
mossroy
3367336d22
Improve the look of the title list, and replace all _ by spaces in the title names (as suggested by peter-x)
...
The titles are now more easily clickable
Fixes #46
2013-08-17 14:28:22 +02:00
mossroy
8ff38e9a54
Upgrade Bootstrap 3 to RC2
...
It fixes a display issue in the input type=file
Fixes #53
Also improves the size of the dropdown list of archives (when DeviceStorage is available)
2013-08-17 13:59:11 +02:00
Mossroy
f10698219d
Small fixes on handling the archives of DeviceStorage :
...
- hide the keyboard before displaying a warning on 'small' archive
- Keep the trailing slash in archive directories
- If the last selected archive does not exist any more in Device Storage, do not attempt to set it in the drop down list
- Putting the archive files at the root of the sdcard seems to cause issues (high CPU usage on the Simulator) : if it is the case, give a warning to the user and do not use this archive
2013-08-06 16:17:36 +02:00
Mossroy
56c2b7ae9f
Add a welcome message when no archive is found, and more info for the first-time user in the About section.
...
In the home page, add a welcome text to invite the user to start typing in the search field.
Fixes #35
2013-08-06 12:45:47 +02:00
Mossroy
3e1b734d1e
Slighlty improve the user feedback when the SD-card can not be browsed, or when no archive has been set
2013-08-06 11:43:58 +02:00
Mossroy
7335e8b98c
Keep the last selected archive in a cookie, when DeviceStorage is enabled
...
Fixes #50
2013-08-06 11:21:44 +02:00
Mossroy
f4e0ee33c4
Move the warning of the "small" archive to when the user chooses an article to display
...
It avoids visibility issues when the keyboard is displayed on a device
2013-08-06 10:57:43 +02:00
Mossroy
6422709551
Display a warning to the user if the "small" archive has been selected
...
Fixes #48
2013-08-06 09:55:27 +02:00
mossroy
37da0db928
Merge branch 'master' of ssh://github.com/mossroy/evopedia-html5
2013-08-04 15:44:41 +02:00
mossroy
d99209ae53
Commit a shell script to quickly deploy to github-pages
2013-08-04 15:44:34 +02:00
mossroy
14fedb04cf
Fix behavior of search field when no archive is set.
...
Fixes #49
2013-08-04 15:29:46 +02:00
mossroy
796d67880d
Small fix on hyperlinks inside an article, so that the content does not "scroll" by one line at the moment you click
2013-08-04 12:35:55 +02:00
mossroy
3f8162e377
Fix links to articles with a long name
...
Fixes #47
2013-08-04 12:26:52 +02:00
mossroy
e141a769db
Fix the way we look for an article with a specific title name.
...
Instead of taking the first result of the search on normalized names, we browse the results and take the one that exactly matches the title name we look for.
Fixes #32
A few improvements also come in this commit, to externalize the maximum number of results displayed when searching, and to fix some bugs on the small dump
2013-08-04 11:36:47 +02:00
mossroy
44f6f8c508
Externalize a style in .css
2013-08-04 09:16:15 +02:00
mossroy
ebbeec9c05
Add an email link in the About section
...
+ rename "dump" -> "archive" and other minor modifications
Fixes #44
2013-08-03 12:46:26 +02:00
mossroy
2c2f45b2be
Add a "Home" in the bottom bar, to start a new search
...
Fix the "top" button in the bottom bar : on a device, it did not work because it was too close to the scrollbar and triggered a "page down"
Fixes #36
2013-08-02 11:21:09 +02:00
mossroy
5cd5a80551
Add an icon in the bottom bar, to go to the top of the article
...
It needs to modify the way title names are displayed in the URL : replace anchors by ?title=
Fixes #36
2013-08-02 10:46:31 +02:00
mossroy
3a25688772
Empty the search field after the user has selected and displayed an article.
...
Fixes #37
2013-08-02 10:29:16 +02:00
mossroy
21f5fc7175
Change placeholder text of the search field, to have something more meaningful for the end-user
2013-08-02 10:25:58 +02:00
mossroy
a7e5cd3f6f
A click on the Home section empties its content, so that the user he finds the same home page as when he started the application.
...
Fixes #38
2013-08-02 10:22:19 +02:00
mossroy
596b6e7b69
Give the focus to the search field when going to the Home section.
...
It outlines the search field, which makes it more visible. It also makes the keyboard appear on mobile device, which invites the user to type something
It makes it a bit more clear for the user on what to do
Fixes #40
2013-08-02 10:15:18 +02:00
mossroy
95e4c72c9b
Small fix for navbar behavior
2013-08-02 10:01:07 +02:00
mossroy
52eabb318a
When an error is thrown from bzip2 decoding, display the error message to the user, so that he does not wait forever for the spinner to stop. And ask the user to report the issue to us.
2013-08-02 09:57:31 +02:00