Skip to content

Releases: hummatli/AndroidAppUpdater

Source has changed to Kotlin

24 Jun 13:32
Compare
Choose a tag to compare

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

Added new feature called `Info Resolver`

06 Feb 11:03
Compare
Choose a tag to compare

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

Minor bugs fixed and changed some string names in translation file.

29 Jan 09:42
Compare
Choose a tag to compare

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

Minor bugs fixed

21 Jan 08:54
Compare
Choose a tag to compare

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

Added support to Hindi language

14 Jan 07:49
Compare
Choose a tag to compare

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

Added new functionality and minor bugs fixed

23 Dec 07:59
Compare
Choose a tag to compare

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