Skip to content

Commit

Permalink
Merge pull request #33 from auag0/master
Browse files Browse the repository at this point in the history
不要なファイルとコードの削除
  • Loading branch information
Chipppppppppp authored Jan 24, 2024
2 parents 4e57fd3 + 2e93e83 commit e8b15f4
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 234 deletions.
3 changes: 1 addition & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<application
android:icon="@mipmap/ic_launcher"
Expand Down
170 changes: 0 additions & 170 deletions app/src/main/res/drawable/ic_launcher_background.xml

This file was deleted.

13 changes: 1 addition & 12 deletions app/src/main/res/values/arrays.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
<resources>
<!-- Reply Preference -->
<string-array name="xposed_scope">
<item>jp.naver.line.android</item>
</string-array>

<string-array name="reply_entries">
<item>Reply</item>
<item>Reply to all</item>
</string-array>

<string-array name="reply_values">
<item>reply</item>
<item>reply_all</item>
</string-array>
</resources>
</resources>
17 changes: 0 additions & 17 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,22 +1,5 @@
<resources>
<string translatable="false" name="app_name">LIME</string>
<string name="title_activity_settings">SettingsActivity</string>

<!-- Preference Titles -->
<string name="messages_header">Messages</string>
<string name="sync_header">Sync</string>

<!-- Messages Preferences -->
<string name="signature_title">Your signature</string>
<string name="reply_title">Default reply action</string>

<!-- Sync Preferences -->
<string name="sync_title">Sync email periodically</string>
<string name="attachment_title">Download incoming attachments</string>
<string name="attachment_summary_on">Automatically download attachments for incoming emails
</string>
<string name="attachment_summary_off">Only download attachments when manually requested</string>

<!-- General -->
<string name="dialog_positive">OK</string>

Expand Down
33 changes: 0 additions & 33 deletions app/src/main/res/xml/root_preferences.xml

This file was deleted.

0 comments on commit e8b15f4

Please sign in to comment.