AndroidAppUpdater Versions Save

:sunny::package::racehorse: An Android library to check new versions(update) of your Android applications on the PlayStore (free, open source, third party).

v1.1.7

6 years ago

Version: v1.1.7

Source code has totally switched from Java to Kotlin

Migration to version v1.1.7

You can call API from Kotlin and Java with previous way

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.7'
    }

v1.1.5

7 years ago

Version: v1.1.5

Added new feature called "Info Resolver" by the help of it you can fetch your update information form your own formatted service. For example JSON Api, XML, row text file and so on.

Thanks to @andrewpros.

Migration to version v1.1.5

  • This is new feature and old user don't need to worry if they don't want to use it.

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.5'
    }

v1.1.4

7 years ago

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'
    }

v1.1.2

7 years ago

Version: v1.1.2

  • Minor bugs fixed .

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.2'
    }

v1.1.1

7 years ago

Version: v1.1.1

  • Added support to Hindi language. Beautiful lettering like an art. Thanks to @dalwadi2 .

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.1'
    }

v1.1.0

7 years ago

Version: v1.1.0

  • Added support to Portuguese. Thanks to @azzarr
  • Add new versions of "MAHUpdaterController.init()" method.
  • Added functionality to customize and change visibility Info button on the right upper corner of dialogs. You can do it with the help of "MAHUpdaterController.init()"
  • Added new string to "strings.xml". Try to translate it if your language is not listed in language files.
    <!--new--> <string name="mah_android_upd_play_service_not_found">Install Google Play Services to update application</string>
  • Minor bugs fixed

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.0'
    }