euromessage-android

Euromessage Android SDK https://www.euromsg.com/

Stars
46
euromessage-android - 4.6.1

Published by emreken about 3 years ago

  • Bug fix : Removes app_name string from SDK string.xml (Creates a problem if the app does not provide a string.xml for dark mode)
euromessage-android - 4.6.0

Published by emreken about 3 years ago

  • Makes timeout for the request 30 seconds
  • Graylog integration for debug purpose
  • Adds 2 new methods to set notification icons in dark mode:
    setNotificationTransparentSmallIconDarkMode(int transparentSmallIconDarkMode, Context context)
    setNotificationLargeIconDarkMode(int largeIconDarkMode, Context context)
euromessage-android - 4.5.9

Published by emreken about 3 years ago

  • New Feature : The push messages sent in the last 30 days can be gotten by using the method below:
    EuroMobileManager.getInstance().getPushMessages(your_activity, pushMessageInterface);
euromessage-android - 4.5.8

Published by emreken about 3 years ago

  • Adds "params" map to huawei payload
euromessage-android - 4.5.7

Published by emreken about 3 years ago

  • Removes all jcenter and bintray dependencies
euromessage-android - 4.5.6

Published by emreken about 3 years ago

  • Updates huawei hms:push sdk to prevent Google Play rejections
  • Changes CI/CD integration from Travis to GitHub actions and sign configs
euromessage-android - 4.5.5

Published by emreken about 3 years ago

  • Adds a control to prevent multi retention requests
euromessage-android - 4.5.4

Published by emreken about 3 years ago

  • Changes rmcData to emPushSp in the new payload (internal)
euromessage-android - 4.5.3

Published by emreken about 3 years ago

  • When the token is refreshed, the SDK now tries to get the app keys from AndroidManifest file first instead of shared preferences.
euromessage-android - 4.5.2

Published by emreken over 3 years ago

  • Fixes a bug of sending some subs requests to the retention endpoint
  • Adds control to check if the values entered for notification small and large icon are valid
euromessage-android - 4.5.1

Published by emreken over 3 years ago

  • Minor fix for carousel push UI
  • Modifes open and deliver report according to the new payload
  • Adds another init() method
euromessage-android - 4.5.0

Published by emreken over 3 years ago

  • Disables sending open reports from SDK temporarily.
euromessage-android - 4.4.9

Published by emreken over 3 years ago

  • Adds a public method to get the identifier for vendor for RN SDK.
euromessage-android - 4.4.8

Published by emreken over 3 years ago

  • Adds additional controls to prevent crashes
euromessage-android - 4.4.7

Published by emreken over 3 years ago

  • Adds controls to prevent multi calling to sync() and registerEmail() methods
euromessage-android - 4.4.6

Published by emreken over 3 years ago

  • Updates FCM library's version to 22.0.0
euromessage-android - 4.4.5

Published by emreken over 3 years ago

  • Keeps deviceID the same for the transition from internal storage to external storage
euromessage-android - 4.4.4

Published by emreken over 3 years ago

  • Makes the timeout for getting the image from the server longer for the push notifications with image.

  • Adds support to make device identifier value persistant across installs/uninstalls (same id after uninstall and re-install)
    To use this feature :
    Add the permissions below to your app's AndroidManifest.xml file:
    uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
    uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"

    Add the line below into your application tag inside AndroidManifest.xml file:
    android:requestLegacyExternalStorage="true"

    If you still do not see a file named as Euromessage under Downloads folder, check the app's permissions in the device and make sure that
    the permission of storage(depolama) is given by the user.

euromessage-android - 4.4.3

Published by emreken over 3 years ago

  • Adds useNotificationLargeIcon() method to make the use of a large icon on the notification area, optional.
euromessage-android - 4.4.2

Published by emreken over 3 years ago

  • Makes SDK min API level 21.
Package Rankings
Top 36.04% on Repo1.maven.org