euromessage-android

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

Stars
46
euromessage-android - 4.4.1

Published by emreken over 3 years ago

  • Implementation for the link of the carousel item clicked.
euromessage-android - 4.4.0

Published by emreken over 3 years ago

  • Adds a method to set a custom icon for notification large icon
    euroMobileManager.setNotificationLargeIcon(R.drawable.your_drawable, getApplicationContext());

  • Adds the feature of LED blinking on the lock screen for notifications

euromessage-android - 4.3.8

Published by emreken over 3 years ago

  • Fixes a bug in SDK gradle file
euromessage-android - 4.3.7

Published by emreken over 3 years ago

  • This release is for changing the repository from jcenter to jitpack.io

Starting with 4.3.7, euromessage-android SDK can not be reached over jcenter.
In order to get the SDK :

Add maven jitpack repository to your project/build.gradle file

allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}

Add Euromessage to the dependencies in app/build.gradle.

implementation 'com.github.relateddigital:euromessage-android:4.3.7'

euromessage-android - 4.3.6

Published by emreken almost 4 years ago

  • The problem that carousel push notifications do not work after the installation without sending a text or single-image notification first, is solved.

  • The versions of the libraries used in the SDK are updated.

  • Some deprecated classes & methods are updated.

euromessage-android - 4.3.5

Published by cicimen almost 4 years ago

push click parameters are fixed when multiple push notifications are received

euromessage-android - 4.3.4

Published by cicimen almost 4 years ago

iys register email function added to sdk.

euromessage-android - 4.3.2

Published by relateddigital almost 4 years ago

Bug fix in subscription requests

euromessage-android - 4.3.1

Published by relateddigital about 4 years ago

What's New?

  • A different library is used in image push data conversion of url to bitmap.
euromessage-android - 4.3.0

Published by relateddigital about 4 years ago

What's New ?

  • Sending same subscription json many time in request is restricted at 10 minutes.
  • Coming notification payload is logged to investigate in a released apk.
euromessage-android - 4.2.0

Published by relateddigital about 4 years ago

What's New ?

  • Notifications blocked by the device have been automatically detected in SDK. Push permit will change automatically.
  • Active push permission variable fixed
euromessage-android - 4.1.0

Published by relateddigital about 4 years ago

What's New?

  • Launcher activity that opens after clicking on the push notification can be set as different activity with the help of "EuroMobileManager". It is an optional feature.

        euroMobileManager.setPushIntent("com.relateddigital.euromessage.MainActivity", getApplicationContext());
    
euromessage-android - 4.0.1

Published by relateddigital over 4 years ago

What's new?

  • Huawei Messaging Service is available on Euromessage 4.0.1
  • SDK initialization is changed
euromessage-android - 3.1.2

Published by relateddigital over 4 years ago

What's new ?

  • Backend update for report
  • Subscription control removed
euromessage-android - 3.1.1

Published by relateddigital over 4 years ago

What's new?

  • Vibration Pattern removed
  • Notification number set.
euromessage-android - 3.1.0

Published by relateddigital over 4 years ago

What's new?

  • Updating notification channel name enabled
  • Old subscription check for token updated
euromessage-android - 3.0.9

Published by relateddigital over 4 years ago

What's new?

  • Notification color and small icon feature added
  • Permits (key values) converted to methods
euromessage-android - 3.0.8

Published by relateddigital over 4 years ago

What's New ?

  • Push permission is set as "Active" by default.

  • Crash related to Push Type has been fixed.

euromessage-android - 3.0.7

Published by relateddigital over 4 years ago

What's New ?

  • Improvement for reportRead() method
  • improvement for notification target url
euromessage-android -

Published by relateddigital over 4 years ago

What's New ?

  • Network structure changed
  • Bug fix for retention
Package Rankings
Top 36.04% on Repo1.maven.org