Skip to content

Commit 100f211

Browse files
committed
更新android到v4.4.5
1 parent 2a4a419 commit 100f211

File tree

6 files changed

+12
-3
lines changed

6 files changed

+12
-3
lines changed

android/libs/jpush-android-4.2.8.jar

-538 KB
Binary file not shown.

android/libs/jpush-android-4.4.5.jar

547 KB
Binary file not shown.

android/src/main/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
android:name="cn.jpush.android.service.JNotifyActivity"
5252
android:exported="true"
5353
android:taskAffinity="jpush.custom"
54-
android:theme="@android:style/Theme.Translucent.NoTitleBar">
54+
android:theme="@style/JPushTheme">
5555
<intent-filter>
5656
<action android:name="cn.jpush.android.intent.JNotifyActivity" />
5757
<category android:name="android.intent.category.DEFAULT" /><!--Required SDK核心功能 since 4.2.2-->

android/src/main/res/layout/jpush_popwin_layout.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
style="@style/MyDialogStyle"
66
android:orientation="vertical"
77
android:layout_width="280dp"
8-
android:layout_height="250dp" >
8+
android:layout_height="380dp" >
99

1010
<WebView
1111
android:layout_width="match_parent"

android/src/main/res/values/jpush_style.xml

+9
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,13 @@
1010
<item name="android:windowAnimationStyle">@android:style/Animation.Dialog</item>
1111
<item name="android:backgroundDimEnabled">true</item>
1212
</style>
13+
<style name="JPushTheme">
14+
<item name="android:windowNoTitle">true</item>
15+
<item name="android:windowActionBar">false</item>
16+
<item name="android:windowFullscreen">true</item>
17+
<item name="android:windowContentOverlay">@null</item>
18+
<item name="android:textAllCaps">false</item>
19+
<item name="android:windowIsTranslucent">true</item>
20+
<item name="android:windowBackground">@android:color/transparent</item>
21+
</style>
1322
</resources>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"types": "index.d.ts",
77
"license": "ISC",
88
"author": "wicked.tc130",
9-
"version": "2.8.7",
9+
"version": "2.8.8",
1010
"repository": {
1111
"type": "git",
1212
"url": "https://github.com/jpush/jpush-react-native"

0 commit comments

Comments
 (0)