Skip to content

Commit

Permalink
- remove Kiwi
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobi823 committed Feb 22, 2025
1 parent 2921a06 commit 42bbb6c
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 95 deletions.
3 changes: 0 additions & 3 deletions ffupdater/src/main/java/de/marmaro/krt/ffupdater/app/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import de.marmaro.krt.ffupdater.app.impl.FirefoxNightly
import de.marmaro.krt.ffupdater.app.impl.FirefoxRelease
import de.marmaro.krt.ffupdater.app.impl.Iceraven
import de.marmaro.krt.ffupdater.app.impl.K9Mail
import de.marmaro.krt.ffupdater.app.impl.Kiwi
import de.marmaro.krt.ffupdater.app.impl.Orbot
import de.marmaro.krt.ffupdater.app.impl.PrivacyBrowser
import de.marmaro.krt.ffupdater.app.impl.Thorium
Expand Down Expand Up @@ -48,7 +47,6 @@ enum class App {
FIREFOX_RELEASE,
ICERAVEN,
K9MAIL,
KIWI,
ORBOT,
PRIVACY_BROWSER,
THORIUM,
Expand Down Expand Up @@ -79,7 +77,6 @@ enum class App {
FIREFOX_RELEASE -> FirefoxRelease
ICERAVEN -> Iceraven
K9MAIL -> K9Mail
KIWI -> Kiwi
ORBOT -> Orbot
PRIVACY_BROWSER -> PrivacyBrowser
THORIUM -> Thorium
Expand Down
83 changes: 0 additions & 83 deletions ffupdater/src/main/java/de/marmaro/krt/ffupdater/app/impl/Kiwi.kt

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ class EolAppsWarnerReceiver : BroadcastReceiver() {
"UngoogledChromium" to "org.ungoogled.chromium.stable",
"Mulch" to "us.spotco.mulch",
"Mulch (SystemWebView)" to "us.spotco.mulch_wv",
"Mull" to "us.spotco.fennec_dos"
"Mull" to "us.spotco.fennec_dos",
"Kiwi" to "com.kiwibrowser.browser"
)
}
}
Binary file removed ffupdater/src/main/res/drawable/ic_logo_kiwi.webp
Binary file not shown.
8 changes: 0 additions & 8 deletions ffupdater/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,6 @@
<string name="app_installer__installed_app_has_invalid_signature">Installed app is NOT verified</string>
<string name="installed_application_is_verified">Installed application is verified</string>
<string name="installed_version">Installed: %1$s</string>
<string name="kiwi__description">Kiwi Browser is made to browse the internet, read news, watch videos and listen to music, without annoyances.</string>
<string name="kiwi__title">Kiwi Browser Next</string>
<string name="kiwi__warning">- Kiwi is only partial open-source
\n- Kiwi uses the technical foundation of Google Chrome and thus indirectly supports the monopoly position of the Chromium render engine.
\n- Kiwi is not an ideal privacy browser but has a good addon support.
\n- The browser is getting paid by search engines for every search done using Kiwi Browser. Depending on the search engine choice, requests may go via Kiwibrowser / Kiwisearchservices servers.
\n- Google Ads in Kiwi may use the location data for ads - but you can disable it by disabling the Discovery feature. But this will soon change. See https://privacy.kiwibrowser.org/ for more details.</string>
<string name="main_activity__github_api_limit_exceeded">"<u>GitHub-API limit exceeded. Retry next hour.</u>"</string>
<string name="main_activity__no_unmetered_network">No unmetered network</string>
<string name="main_activity__temporary_network_issue">"<u>Temporary network issue. Retry later.</u>"</string>
Expand Down Expand Up @@ -241,7 +234,6 @@
<string name="privacy_browser__title">Privacy Browser</string>
<string name="privacy_browser__warning">FFUpdater downloads the files from the F-Droid servers and is therefore not faster.</string>
<string name="privacy_browser__description">The only way to prevent data from being abused is to prevent it from being collected in the first place. Privacy Browser has two primary goals: Minimize the data that is sent to the internet and minimize the data that is stored on the device.</string>
<string name="eol_reason__browser_no_longer_maintained">The browser is no longer maintained.</string>
<string name="background__installation__when_screen_off__summary">Try to install updates only when the device screen is off.</string>
<string name="background__installation__when_screen_off__title">Install only when screen off</string>
<string name="notification__bg_update_check__unreliable_execution__channel_name">Background update check not executed</string>
Expand Down

0 comments on commit 42bbb6c

Please sign in to comment.