Skip to content

Commit 2653cec

Browse files
authored
Merge pull request #190 from Unity-Technologies/prepare-2-0-2
Prepare 2.0.2
2 parents 4d3f64a + dba2588 commit 2653cec

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

com.unity.mobile.notifications/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this package will be documented in this file.
44

5+
## [2.0.2] - 2022-05-13
6+
7+
### Changes & Improvements:
8+
- [Android] - AndroidNotificationCenter.CheckScheduledNotificationStatus now works on devices with all API levels
9+
10+
### Fixes:
11+
- [Android] [issue 186](https://github.com/Unity-Technologies/com.unity.mobile.notifications/issues/186) Mitigate OutOfMemory errors causing application crash
12+
- [Android] [issue 188](https://github.com/Unity-Technologies/com.unity.mobile.notifications/issues/188) Fix unguarded API usage from level 23
13+
514
## [2.0.1] - 2022-04-15
615

716
### Fixes:

com.unity.mobile.notifications/Runtime/Android/AndroidNotificationCenter.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,6 @@ public static void CancelAllDisplayedNotifications()
358358

359359
/// <summary>
360360
/// Return the status of a scheduled notification.
361-
/// Only available in API 23 and above.
362361
/// </summary>
363362
/// <param name="id">ID of the notification to check</param>
364363
/// <returns>The status of the notification</returns>

com.unity.mobile.notifications/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "com.unity.mobile.notifications",
33
"displayName": "Mobile Notifications",
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"unity": "2019.4",
6-
"description": "Mobile Notifications package adds support for scheduling local repeatable or one-time notifications on iOS and Android.\n\nRequires iOS 10 and Android 4.4 or above.",
6+
"description": "Mobile Notifications package adds support for scheduling local repeatable or one-time notifications on iOS and Android.\n\nRequires iOS 10 and Android 5.1 or above.",
77
"keywords": [
88
"Android",
99
"iOS",

0 commit comments

Comments
 (0)