Bug 693344 - Display the version number in the app title...
Summary: Display the version number in the app title...
Status: RESOLVED WONTFIX
Alias: None
Product: MuPDF
Classification: Unclassified
Component: apps (show other bugs)
Version: master
Hardware: Android Phone Android
: P4 enhancement
Assignee: MuPDF bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-19 12:16 UTC by Sebastian Rasmussen
Modified: 2017-05-23 07:08 UTC (History)
1 user (show)

See Also:
Customer:
Word Size: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Rasmussen 2012-09-19 12:16:05 UTC
I propose that we display the MuPDF version in the Download-library-list title bar. Maybe somewhere else as well, but at least at this location.

 / Sebastian
Comment 1 Tor Andersson 2012-09-21 07:48:42 UTC
Agreed. We should do this for both the iOS and Android apps.

Better yet, we should have a version number query in the API, and a sanity check when initializing the context in case someone makes a dynamically linked library and mislinks code compiled against a different version.
Comment 2 Sebastian Rasmussen 2012-09-21 09:15:16 UTC
Yes, I believe that libjpeg has an example of that... Search for VERSION in its sources and you'll find it.
Comment 3 Matt Holgate 2014-07-02 03:26:26 UTC
This was already done.
Comment 4 Matt Holgate 2014-07-02 03:32:45 UTC
Sorry, I didn't notice the mention of iOS, where this is not implemented yet.
Comment 5 Sebastian Rasmussen 2017-05-23 07:08:57 UTC
Taking up valuable screen area to show version number is pointless as users normally don't care about these matters and will likely automagically update their apps anyway. If the version number is important then it might be available in some settings menu showing the installed applications.