Skip to content

Commit

Permalink
Verify that software reports virus
Browse files Browse the repository at this point in the history
  • Loading branch information
Haleydu committed Sep 3, 2020
1 parent f10c152 commit 03e3a85
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 179 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ Online manga reader based on Android
- 在 SourceManger 的 getParser() 方法中加入相应分支
> case 里面无脑添加
- 在 UpdateHelper 的 initSource() 方法中初始化图源
> 同上
- (可选)在BrowserFilter中registUrlListener添加相应type,实现关联浏览器操作
> 在app\src\main\java\com\hiroshi\cimoc\ui\activity\BrowserFilter.java中
> 修改后运行app\src\main\GenAndroidManifest.fish,使用自动生成的BrowserFilter-data.xml替换AndroidManifest.xml中相应部分

## cimoc设置
- 阅读模式-翻页模式
Expand Down
18 changes: 0 additions & 18 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,24 +84,6 @@

<service android:name=".service.DownloadService" />

<activity
android:name=".ui.activity.BrowserFilter"
android:theme="@android:style/Theme.NoDisplay">
<intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="text/plain" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />

<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />

<data android:scheme="cimoc" />

</intent-filter>
</activity>
<provider
android:name="androidx.core.content.FileProvider"
android:authorities="${applicationId}"
Expand Down
10 changes: 0 additions & 10 deletions app/src/main/GenAndroidManifest.fish

This file was deleted.

138 changes: 0 additions & 138 deletions app/src/main/java/com/hiroshi/cimoc/ui/activity/BrowserFilter.java

This file was deleted.

8 changes: 0 additions & 8 deletions app/src/main/res/layout/activity_browser_filter.xml

This file was deleted.

0 comments on commit 03e3a85

Please sign in to comment.