You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,28 @@
1
1
# Changelog
2
2
3
+
## 3.7.0 - Released 19 Oct 2022
4
+
5
+
**IMPORTANT**: Parley now targets Android 13 and requests notifications permission when needed.
6
+
7
+
### Upgrading:
8
+
9
+
-*DEPRECATION (styling)*: In the style `ParleyNotificationView`, the attribute `parley_icon` has been renamed to `parley_icon_connection`.
10
+
11
+
### Changes:
12
+
13
+
- Added requesting notifications permission when the `ParleyView` is visible to the user while the app doesn't this permissions yet.
14
+
- Added message when the notifications permission is missing. The user will not receive chat notifications.
15
+
- Updated source to target API 33.
16
+
- Updated dependencies
17
+
-*Addition (styling)*: Added attribute `parley_notification_icon_notifications` to styling `ParleyNotificationView` to configure the icon when user denied the notifications permission.
18
+
3
19
## 3.6.1 - Released 18 Oct 2022
4
20
5
-
Parley now targets Android 12
21
+
**IMPORTANT**: Parley now targets Android 12.
6
22
7
23
- Added support for targeting Android 12 and higher.
8
24
- Notification channels are now created when showing the `ParleyView`, causing Android 12 to request notifications permission if needed.
* Resets Parley back to its initial state (clearing the user information). Useful when logging out a user for example. Ensures that no user and chat data is left in memory.
153
-
*
152
+
* <p>
154
153
* Leaves the network, offline messaging and referrer settings as is, these can be altered via the corresponding methods.
154
+
* </p>
155
155
*
156
156
* <b>Note</b>: Requires calling the `configure()` method again to use Parley.
157
157
*/
@@ -403,7 +403,7 @@ public void run() {
403
403
* @return `true` if Parley handled this request, `false` otherwise
0 commit comments