Skip to content

Commit

Permalink
ツイフィールビューアを廃止
Browse files Browse the repository at this point in the history
  • Loading branch information
shibafu528 committed Mar 22, 2022
1 parent 13f19be commit 6b0fa43
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 219 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[submodule "GalleryMultiPicker"]
path = GalleryMultiPicker
url = https://github.com/shibafu528/GalleryMultiPicker.git
[submodule "twpfparser"]
path = twpfparser
url = https://github.com/shibafu528/twpfparser.git
[submodule "yukari-exvoice"]
path = yukari-exvoice
url = https://github.com/shibafu528/yukari-exvoice.git
1 change: 0 additions & 1 deletion Yukari/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ dependencies {
exclude group: 'com.beust', module: 'jcommander'
}
implementation 'com.twitter:twitter-text:1.13.0'
implementation project(':twpfparser')

// 通信
implementation 'com.squareup.retrofit2:retrofit:2.2.0'
Expand Down
13 changes: 0 additions & 13 deletions Yukari/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -274,19 +274,6 @@
android:uiOptions="splitActionBarWhenNarrow">
</activity>

<activity
android:name=".activity.TwpfActivity"
android:label="@string/title_activity_twpf">
<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="http" android:host="twpf.jp"/>
</intent-filter>
</activity>

<activity
android:name=".activity.IntentChooserActivity"
android:theme="@style/ColorsTheme.Dark.Dialog"/>
Expand Down
200 changes: 0 additions & 200 deletions Yukari/src/main/java/shibafu/yukari/activity/TwpfActivity.java

This file was deleted.

1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ if (getProperty("yukari.exvoice.build").toBoolean()) {
include ':yukari-exvoice'
}
include ':GalleryMultiPicker:library'
include ':twpfparser'
include ':yukari-processor-runtime'
include ':yukari-processor'
include ':gl-helpers'
1 change: 0 additions & 1 deletion twpfparser
Submodule twpfparser deleted from 8280c4

0 comments on commit 6b0fa43

Please sign in to comment.