cip / WikiOnBoard

Offline reader for zim files, in particular the wikipedia, for mobile devices. It is based on QT and zimlib. It is cross-platform and supports Symbian, Maemo, Linux and Windows based devices.
http://cip.github.com/WikiOnBoard/
15 stars 2 forks source link

Add meaningful error message if file too large. #61

Open cip opened 13 years ago

cip commented 13 years ago

If file is too large (>2GB ) currently error message is "bad address". Replace this by something meaningful. (File to large, split as described on ...). See also related issue 60. (About removal of 2GB limit on S^3, if this is implemented the error message then should only be displayed on the Symbian 5th edition or erlier.)

cip commented 12 years ago

Implemented in commit 0579fc2f3f576391aad5b4057ad374e6e4c7ff6b (And thus since v1.1.11)

Further improvement could make sense for WikiOnBoard 2 (E.g. dialog box to directly go to web page with instruction). At least text needs to be fixed (mentions inexistent "help" page). Note, however at least on Belle >2GB are working (<4gb enfored by fat32), so message only required for anna (if at all). Therefore low prio to fix. See issue 60 for details.

cip commented 12 years ago

Updated for WikiOnBoard 2 in 3ede7f6c8d54a9cb603057c835c853df7152d28d (and preceeding commit).

Basically only text moved to qml part. Kept open, because although low priority a useability improvement would be good.