Minor bugs fixed and changed some string names in translation file.
Version: v2.1.0
- Added Italian language UI support. Thanks to @rawnly
- Minor bugs fixed
- 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
* adjective - adjectives
They are followings:
<string name="cmnd_verb_mah_ads_close">Close</string>
<string name="cmnd_verb_mah_ads_open_program">Open</string>
<string name="cmnd_verb_mah_ads_install_program">Install</string>
<string name="cmnd_verb_mah_ads_refresh_btn">Retry</string>
<string name="adjective_mah_ads_new_text">New</string>
<string name="cmnd_verb_mah_ads_dlg_exit_positive_btn_txt">Exit</string>
<string name="cmnd_verb_mah_ads_dlg_exit_negativ_btn_txt">Stay</string>
Migration to version v2.1.0
- 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-updater2.1.0'
}