Skip to content

Commit 14a832f

Browse files
committed
Add export to main activity
1 parent 4e79ca5 commit 14a832f

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
- Fix compatibility with 2022 what if web content format
2+
- Add reversed list for xkcd and what if list view
3+
- Fix web links not clickable on Android 11
4+
- Support search ISO 8601 date for closest comic
5+
- Support #2445 interactive comic
6+
- Improve #1608 interactive functions
27

38
Full release note on https://is.gd/xkcd_app
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
- 修复与 2022 新版 what if 页面内容的兼容性
2+
- 加入逆序查看 xkcd 与 what if 列表功能
3+
- 修复 Android 11 设备上网页链接无法点击的问题
4+
- 搜索 ISO 8601 格式的日期可以返回与其时间最接近的漫画
5+
- 加入 #2445 互动漫画的支持
6+
- 改进 #1608 互动漫画的功能
27

38
查看完整更新日志 https://is.gd/xkcd_app

xkcd/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
android:configChanges="screenSize|keyboardHidden|uiMode"
2626
android:windowSoftInputMode="adjustNothing"
2727
android:launchMode="singleTop"
28-
android:theme="@style/CustomActionBarTheme">
28+
android:theme="@style/CustomActionBarTheme"
29+
android:exported="true">
2930
<intent-filter>
3031
<action android:name="android.intent.action.MAIN" />
3132

0 commit comments

Comments
 (0)