Minor bugs fixed and changed some string names in translation file.
Version: v1.1.4
- To help translators changed some string names in
"strings.xml"
. Added some prefix to them for precise translation. If you translate this variables in your own xml change variable name in your app too.- < command verb (actions)> - These are commands verbs. Meaninaction on UI , dialogs
- < noun > - these are nouns not action (verb)
They are followings:
<string name="noun_mah_android_upd_dlg_title">Update information</string>
<string name="cmnd_verb_mah_android_upd_dlg_btn_no_close_txt">Close</string>
<string name="cmnd_verb_mah_android_upd_dlg_btn_yes_update_txt">Update</string>
<string name="cmnd_verb_mah_android_upd_dlg_btn_yes_install_txt">Install</string>
<string name="cmnd_verb_mah_android_upd_dlg_btn_no_uninstall_old_txt">Uninstall old</string>
- Minor bugs fixed
Migration to version v1.1.4
- If you translate UI in your own app change variable names (upper mentioned) in your app too.
Import library
To import library to you project add following lines to project's build.gradle
file.
dependencies {
compile 'com.mobapphome.library:mah-android-updater:1.1.4'
}