@psync/notifee 9.2.1 → 9.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/android/libs/app/notifee/core/202108261754/core-202108261754.aar +0 -0
- package/android/libs/app/notifee/core/202108261754/core-202108261754.aar.md5 +1 -1
- package/android/libs/app/notifee/core/202108261754/core-202108261754.aar.sha1 +1 -1
- package/android/libs/app/notifee/core/202108261754/core-202108261754.aar.sha256 +1 -1
- package/android/libs/app/notifee/core/202108261754/core-202108261754.aar.sha512 +1 -1
- package/android/libs/app/notifee/core/maven-metadata.xml +1 -1
- package/android/libs/app/notifee/core/maven-metadata.xml.md5 +1 -1
- package/android/libs/app/notifee/core/maven-metadata.xml.sha1 +1 -1
- package/android/libs/app/notifee/core/maven-metadata.xml.sha256 +1 -1
- package/android/libs/app/notifee/core/maven-metadata.xml.sha512 +1 -1
- package/android/src/main/AndroidManifest.xml +1 -2
- package/android/src/main/java/io/invertase/notifee/NotifeeApiModule.java +1 -9
- package/android/src/main/java/io/invertase/notifee/NotifeeInitProvider.java +3 -4
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/src/version.ts +1 -1
|
Binary file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
0126fef6c0dc76523c7f6b52de668010
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
71365e22a457c9e33eb44102c206e40d6f26d43e
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
84e53482d2216316af9cfba4439ea46134bccc729d99a80b1509390f62b28706
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
3dc44aacaafcc62c8803013e3dabb69540272fdf300cf8b738a37a93b3c0c90068e28a933a1dfbdfa6dfe6bb688b1fc738de7a96ebbd3be8cd6fac7c411b7a0a
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
d76db486940d607642ec3b62a1c3a958
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
f6f3741aec03251117386b13e8cd610f11d966cc
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
c57439965138a9df990fe5bd93ef2ac0fbdf2eda7c02caf6ded3c266bc10bf8f
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
41a6026f882708c9587221867f80a24f37d0f963f73ed8c6bf49bd1d4543ffdff4480001d2e2a18527694e2660edfef1437d3e868207f864c5f518becd8b445a
|
|
@@ -36,16 +36,8 @@ public class NotifeeApiModule extends ReactContextBaseJavaModule implements Perm
|
|
|
36
36
|
return Notifee.getInstance().getMainComponent(defaultComponent);
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
-
// This method was removed upstream in react-native 0.74+, replaced with invalidate
|
|
40
|
-
// We will leave this stub here for older react-native versions compatibility
|
|
41
|
-
// ...but it will just delegate to the new invalidate method
|
|
42
|
-
public void onCatalystInstanceDestroy() {
|
|
43
|
-
invalidate();
|
|
44
|
-
}
|
|
45
|
-
|
|
46
39
|
// This method was added in react-native 0.74 as a replacement for onCatalystInstanceDestroy
|
|
47
|
-
|
|
48
|
-
// When minimum supported version is 0.74+ add @Override & remove onCatalystInstanceDestroy
|
|
40
|
+
@Override
|
|
49
41
|
public void invalidate() {
|
|
50
42
|
NotifeeReactUtils.headlessTaskManager.stopAllTasks();
|
|
51
43
|
}
|
|
@@ -7,6 +7,7 @@ package io.invertase.notifee;
|
|
|
7
7
|
import android.content.Context;
|
|
8
8
|
import android.content.pm.PackageInfo;
|
|
9
9
|
import android.content.pm.PackageManager;
|
|
10
|
+
import android.content.pm.ProviderInfo;
|
|
10
11
|
import app.notifee.core.InitProvider;
|
|
11
12
|
import app.notifee.core.Notifee;
|
|
12
13
|
import com.facebook.react.modules.systeminfo.ReactNativeVersion;
|
|
@@ -14,11 +15,9 @@ import java.util.Map;
|
|
|
14
15
|
|
|
15
16
|
public class NotifeeInitProvider extends InitProvider {
|
|
16
17
|
@Override
|
|
17
|
-
public
|
|
18
|
-
|
|
19
|
-
|
|
18
|
+
public void attachInfo(Context context, ProviderInfo info) {
|
|
19
|
+
super.attachInfo(context, info);
|
|
20
20
|
Notifee.initialize(new NotifeeEventSubscriber());
|
|
21
|
-
return onCreate;
|
|
22
21
|
}
|
|
23
22
|
|
|
24
23
|
private String getApplicationVersionString() {
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "9.2.
|
|
1
|
+
export declare const version = "9.2.3";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
package/src/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Generated by genversion.
|
|
2
|
-
export const version = '9.2.
|
|
2
|
+
export const version = '9.2.3';
|