Skip to content

Commit

Permalink
Add export to main activity
Browse files Browse the repository at this point in the history
  • Loading branch information
zjn0505 committed May 7, 2022
1 parent 4e79ca5 commit 14a832f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/74.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- Fix compatibility with 2022 what if web content format
- Add reversed list for xkcd and what if list view
- Fix web links not clickable on Android 11
- Support search ISO 8601 date for closest comic
- Support #2445 interactive comic
- Improve #1608 interactive functions

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

查看完整更新日志 https://is.gd/xkcd_app
3 changes: 2 additions & 1 deletion xkcd/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
android:configChanges="screenSize|keyboardHidden|uiMode"
android:windowSoftInputMode="adjustNothing"
android:launchMode="singleTop"
android:theme="@style/CustomActionBarTheme">
android:theme="@style/CustomActionBarTheme"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down

0 comments on commit 14a832f

Please sign in to comment.