Skip to content

Releases: yellowmessenger/webviewsdk

0.3.9

25 Feb 11:30
Compare
Choose a tag to compare

Added null check for custom url

0.3.8

25 Feb 05:36
dec90a3
Compare
Choose a tag to compare

Handling null pointer exception, for blank Url

0.3.6

24 Feb 10:53
6687fc6
Compare
Choose a tag to compare

Handling null pointer exception, for blank Url

0.3.5

09 Feb 03:56
Compare
Choose a tag to compare

Update base url for Android chatbot SDK.

0.3.4

01 Feb 07:06
Compare
Choose a tag to compare

SDK now supports:

  1. Configuration setting to hide close button.
    configurations.put("disableCloseButton", "true");
  2. Configuration setting to hide camera option from upload.
    configurations.put("hideCameraForUpload", "true");
    Fixed:
  3. Removed the extra file extension part (.jpg/.png) from the filename string before uploading.

0.3.3

23 Nov 14:16
c651112
Compare
Choose a tag to compare

SDK now supports multiple bot IDs.
use the following method to update bot id,

pluginYM.setBotId("<NEW-BOT-ID>"); 

0.3.2

30 Oct 09:33
Compare
Choose a tag to compare
color issue

0.3.1

30 Oct 07:28
Compare
Choose a tag to compare

color issue fixes

0.3.0

27 Oct 06:50
Compare
Choose a tag to compare
overview color change

0.2.9

19 Oct 13:46
Compare
Choose a tag to compare

Custom colors for Statusbar and ActionBar