Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ dependencies {
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.documentfile:documentfile:1.0.1'
implementation 'com.google.android.material:material:1.12.0'
implementation 'com.twofortyfouram:android-plugin-client-sdk-for-locale:4.0.3'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'org.jetbrains:annotations:23.0.0'
implementation 'androidx.work:work-runtime:2.9.0'
Expand Down
23 changes: 0 additions & 23 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,29 +107,6 @@ along with SwiFTP. If not, see <http://www.gnu.org/licenses/>.
android:name="be.ppareit.swiftp.gui.FsWidgetProvider$UpdateService"
android:foregroundServiceType="connectedDevice" />

<!-- Tasker/Locale integration -->
<activity
android:name="be.ppareit.swiftp.locale.EditActivity"
android:exported="true"
android:icon="@drawable/widget_on"
android:label="@string/swiftp_name"
android:theme="@style/AppThemeDark"
android:uiOptions="splitActionBarWhenNarrow"
android:windowSoftInputMode="adjustResize">
<!-- this Intent filter allows the plug-in to be discovered by the host. -->
<intent-filter>
<action android:name="com.twofortyfouram.locale.intent.action.EDIT_SETTING" />
</intent-filter>
</activity>

<receiver
android:name="be.ppareit.swiftp.locale.FireReceiver"
android:exported="true">
<intent-filter>
<action android:name="com.twofortyfouram.locale.intent.action.FIRE_SETTING" />
</intent-filter>
</receiver>

<service
android:name=".gui.FsTileService"
android:icon="@mipmap/ic_qs_ftp_server"
Expand Down
114 changes: 0 additions & 114 deletions app/src/main/java/be/ppareit/swiftp/locale/EditActivity.java

This file was deleted.

54 changes: 0 additions & 54 deletions app/src/main/java/be/ppareit/swiftp/locale/FireReceiver.java

This file was deleted.

This file was deleted.