- added getVersionName() to JSInterface

- use versionName in IITC About dialog
This commit is contained in:
Philipp Schaefer
2013-10-30 23:21:27 +01:00
parent c349991f53
commit bb4d57acad
2 changed files with 14 additions and 1 deletions

View File

@ -3,7 +3,7 @@
window.aboutIITC = function() {
var v = (script_info.script && script_info.script.version || script_info.dateTimeVersion) + ' ['+script_info.buildName+']';
if (typeof android !== 'undefined' && android && android.getVersionCode) {
v += '[IITC Mobile '+android.getVersionCode()+']';
v += '[IITC Mobile '+android.getVersionName()+']';
}
var plugins = '<ul>';