Skip to content

Releases: Backendless/Android-SDK

5.2.3

30 Jan 09:29
509e2fd
Compare
Choose a tag to compare

Maven repository: https://mvnrepository.com/artifact/com.backendless/backendless/5.2.3

[BKNDLSS-17927]: Change "secretKey" argument name to "apiKey"
[BKNDLSS-17978]: Remove version argument from the initApp call
[BKNDLSS-17994]: Adapt to HashMap when using MapDrivenDataStore
[BKNDLSS-17975]: Add addRelated methods to DataQueryBuilder
[BKNDLSS-18043]: NullPointerException in BackendlessFCMService when app is killed

5.2.2

05 Dec 15:22
7265bc1
Compare
Choose a tag to compare

All logic related to GCM was removed
BKNDLSS-17881 Messages sent via push templates are not delivered to Noughat (7.1) and lower devices
BKNDLSS-17823 Remove all unregisterDeviceOnServer as well as registerDeviceOnServer methods
BKNDLSS-17861 Add method for check FCM configuration.

Maven repository: https://mvnrepository.com/artifact/com.backendless/backendless/5.2.2

5.2.1

27 Nov 12:13
906aaaf
Compare
Choose a tag to compare
Merge pull request #348 from Backendless/oleg.vyalyh/separate_fcm_gcm

BKNDLSS-17770 Separate GCM and FCM logic.

Push Templates

30 Oct 09:57
Compare
Choose a tag to compare

Major feature: new "Push Templates" for convenient work with push notifications on Android and IOS devices (available on Backendless Server after v5.2.0)
Feature: push headers exist in intent extras (PushTemplates);
Feature: badge number in push templates (PushTemplates);
Fix: support fallback messaging system simultaneously with new PushTemplates;
Refactoring: remove unnecessary colorized fields (PushTemplates);

Maven repository: https://mvnrepository.com/artifact/com.backendless/backendless/5.2.0

5.1.0

17 Oct 14:06
38a368f
Compare
Choose a tag to compare

Feature: FCM (firebase cloud messaging) support;
Deprecation: all methods related to GCM (old google cloud messaging); they will be supported till April, 2019;
Fix: choose default app icon for notifications if none is selected;
Fix: support fallback messaging system simultaneously with new one;
Fix: properly receive messageId;
Feature: new methods for deletion files with patterns;

5.0.2

02 Jul 10:18
Compare
Choose a tag to compare
BKNDLSS-17224 [Support] User Login in Custom Event- NullPointerException

5.0.1

26 Jun 15:02
Compare
Choose a tag to compare

fixed BKNDLSS-17130 User login not working without socket-io

Real time

06 Jun 14:25
59069d9
Compare
Choose a tag to compare
Merge pull request #326 from Backendless/real-time

Real time

4.4.2

27 Mar 13:36
862d75e
Compare
Choose a tag to compare
Merge pull request #319 from Backendless/runner_context_fields

Avoid nulls in RunnerContext's map fields.

4.4.1

26 Feb 13:55
Compare
Choose a tag to compare
Added check for range of importance.