Skip to content

Commit

Permalink
Remove unused imports and translations
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Apr 7, 2024
1 parent e794225 commit dbadb75
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
12 changes: 0 additions & 12 deletions src/main/kotlin/me/proxer/app/settings/AboutFragment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ import android.content.Context
import android.content.Intent
import android.net.Uri
import android.os.Bundle
import androidx.core.content.ContextCompat
import androidx.core.content.getSystemService
import androidx.core.graphics.BlendModeColorFilterCompat
import androidx.core.graphics.BlendModeCompat
import androidx.core.os.bundleOf
import com.danielstone.materialaboutlibrary.ConvenienceBuilder
import com.danielstone.materialaboutlibrary.MaterialAboutFragment
Expand All @@ -21,22 +18,13 @@ import com.mikepenz.aboutlibraries.LibsBuilder
import com.mikepenz.iconics.IconicsDrawable
import com.mikepenz.iconics.typeface.library.community.material.CommunityMaterial
import com.mikepenz.iconics.utils.colorInt
import io.reactivex.Completable
import io.reactivex.schedulers.Schedulers
import me.proxer.app.BuildConfig
import me.proxer.app.R
import me.proxer.app.base.CustomTabsAware
import me.proxer.app.chat.prv.Participant
import me.proxer.app.chat.prv.PrvMessengerActivity
import me.proxer.app.chat.prv.create.CreateConferenceActivity
import me.proxer.app.chat.prv.sync.MessengerDao
import me.proxer.app.profile.ProfileActivity
import me.proxer.app.settings.status.ServerStatusActivity
import me.proxer.app.util.extension.androidUri
import me.proxer.app.util.extension.fallbackHandleLink
import me.proxer.app.util.extension.resolveColor
import me.proxer.app.util.extension.safeInject
import me.proxer.app.util.extension.subscribeAndLogErrors
import me.proxer.app.util.extension.toPrefixedHttpUrl
import me.proxer.app.util.extension.toast
import me.zhanghai.android.customtabshelper.CustomTabsHelperFragment
Expand Down
3 changes: 0 additions & 3 deletions src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -887,14 +887,11 @@
Bitte prüfe den Serverstatus bevor du einen Fehler meldest.
Wenn es sich nicht um ein technisches Problem handelt, wende dich bitte an das zutreffende Team
</string>
<string name="about_support_message_title">Nachricht</string>
<string name="about_support_message_description">Berichte Fehler oder mache Verbesserungsvorschläge per PN</string>
<string name="about_support_mail_title">E-Mail</string>
<string name="about_support_mail_description">Berichte Fehler oder mache Verbesserungsvorschläge per Mail</string>
<string name="about_support_mail_subject">Proxer.Me Android App Support</string>
<string name="about_developer_title">Entwickler</string>
<string name="about_developer_github_title">GitHub</string>
<string name="about_developer_proxer_title">Proxer</string>
<string name="about_error_mail_no_activity">Es ist keine E-Mail App installiert</string>

<string name="introduction_welcome_title">Willkommen!</string>
Expand Down

0 comments on commit dbadb75

Please sign in to comment.