Show indicators only in debug builds

Closes #82
This commit is contained in:
M66B 2015-11-09 07:01:25 +01:00
parent 3f60d6ae1f
commit c0ca837eeb
17 changed files with 6 additions and 34 deletions

View File

@ -173,7 +173,7 @@ public class ActivityMain extends AppCompatActivity implements SharedPreferences
});
// Indicators
llIndicators.setVisibility(prefs.getBoolean("indicators", false) ? View.VISIBLE : View.GONE);
llIndicators.setVisibility(Util.isDebuggable(this) ? View.VISIBLE : View.GONE);
// Disabled warning
TextView tvDisabled = (TextView) findViewById(R.id.tvDisabled);

View File

@ -22,6 +22,7 @@ package eu.faircode.netguard;
import android.app.ApplicationErrorReport;
import android.content.Context;
import android.content.Intent;
import android.content.pm.ApplicationInfo;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.net.ConnectivityManager;
@ -88,6 +89,10 @@ public class Util {
}
}
public static boolean isDebuggable(Context context) {
return ((context.getApplicationContext().getApplicationInfo().flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0);
}
public static void toast(final String text, final int length, final Context context) {
new Handler(Looper.getMainLooper()).post(new Runnable() {
@Override

View File

@ -18,14 +18,12 @@ These issues are caused by bugs in Android, or in the software provided by the m
<string name="setting_whitelist_roaming">Block roaming by default</string>
<string name="setting_system">Manage system applications</string>
<string name="setting_dark">استخدام الثيم الداكن</string>
<string name="setting_indicators">Show state indicators</string>
<string name="setting_foreground">Start as foreground service</string>
<string name="setting_export">Export settings</string>
<string name="setting_import">Import settings</string>
<string name="setting_vpn">فتح إعدادات الـVPN</string>
<string name="summary_system">Define rules for system applications (for experts)</string>
<string name="summary_indicators">Display the network type and if the network is metered in the action bar</string>
<string name="summary_foreground">Foreground services show on ongoing notification in the status bar and have less chance of being killed by Android</string>
<string name="msg_sure">هل أنت متأكد؟</string>

View File

@ -17,14 +17,12 @@ Das wird von Fehlern in Android oder in Software vom Hersteller verursacht. Bitt
<string name="setting_whitelist_roaming">Blockiere Roaming standardmäßig</string>
<string name="setting_system">System Apps anzeigen</string>
<string name="setting_dark">Verwende dunkles Theme</string>
<string name="setting_indicators">Zustandsanzeigen</string>
<string name="setting_foreground">Start as foreground service</string>
<string name="setting_export">Exportiere Einstellungen</string>
<string name="setting_import">Importiere Einstellungen</string>
<string name="setting_vpn">Öffne Android VPN Einstellungen</string>
<string name="summary_system">Regeln für System Apps definieren, nur für Experten</string>
<string name="summary_indicators">Netzwerk Typ und ob Netzwerk getaktet ist in Action Bar anzeigen</string>
<string name="summary_foreground">Foreground services show on ongoing notification in the status bar and have less chance of being killed by Android</string>
<string name="msg_sure">Bist du sicher?</string>

View File

@ -18,14 +18,12 @@ Esto es causado por errores en Android, o por el software proporcionado por el f
<string name="setting_whitelist_roaming">Bloquear roaming por defecto</string>
<string name="setting_system">Administrar aplicaciones de sistema</string>
<string name="setting_dark">Usar tema oscuro</string>
<string name="setting_indicators">Show state indicators</string>
<string name="setting_foreground">Start as foreground service</string>
<string name="setting_export">Exportar configuración</string>
<string name="setting_import">Importar configuración</string>
<string name="setting_vpn">Abrir configuración VPN de Android</string>
<string name="summary_system">Define rules for system applications (for experts)</string>
<string name="summary_indicators">Display the network type and if the network is metered in the action bar</string>
<string name="summary_foreground">Foreground services show on ongoing notification in the status bar and have less chance of being killed by Android</string>
<string name="msg_sure">¿Estás seguro?</string>

View File

@ -18,14 +18,12 @@ Ceci est causé par des bugs dans Android, ou dans le logiciel fourni par le con
<string name="setting_whitelist_roaming">Blocage roaming par défaut</string>
<string name="setting_system">Gérer les applications système</string>
<string name="setting_dark">Utiliser le thème sombre</string>
<string name="setting_indicators">Show state indicators</string>
<string name="setting_foreground">Start as foreground service</string>
<string name="setting_export">Exporter paramètres</string>
<string name="setting_import">Importer paramètres</string>
<string name="setting_vpn">Ouvrir les paramètres VPN</string>
<string name="summary_system">Define rules for system applications (for experts)</string>
<string name="summary_indicators">Display the network type and if the network is metered in the action bar</string>
<string name="summary_foreground">Foreground services show on ongoing notification in the status bar and have less chance of being killed by Android</string>
<string name="msg_sure">Etes-vous sûr ?</string>

View File

@ -19,14 +19,12 @@ Ció è causato da alcuni bug contenuti in Android, o in programmi forniti dal p
<string name="setting_whitelist_roaming">Blocca roaming di default</string>
<string name="setting_system">Gestisci applicazioni di sistema</string>
<string name="setting_dark">Usa il tema scuro</string>
<string name="setting_indicators">Mostra indicatori di stato</string>
<string name="setting_foreground">Avvia come servizio in primo piano</string>
<string name="setting_export">Esporta impostazioni</string>
<string name="setting_import">Importa impostazioni</string>
<string name="setting_vpn">Apri impostazioni VPN</string>
<string name="summary_system">Definisci regole per le applicazioni di sistema (solo per esperti)</string>
<string name="summary_indicators">Mostra, nella action bar, il tipo di rete e se la rete è a consumo</string>
<string name="summary_foreground">I servizi in primo piano mostrano una notifica nella barra di stato e hanno meno probabilitá di essere terminati da Android</string>
<string name="msg_sure">Sei sicuro?</string>

View File

@ -18,7 +18,6 @@
<string name="setting_whitelist_roaming">デフォルトでローミングをブロック</string>
<string name="setting_system">システムアプリケーションの管理</string>
<string name="setting_dark">ダークテーマを使用する</string>
<string name="setting_indicators">状態インジケーターを表示</string>
<string name="setting_foreground">Start as foreground service</string>
<string name="setting_export">設定をエクスポート</string>
<string name="setting_import">設定をインポート</string>
@ -26,7 +25,6 @@
<string name="msg_try">Try NetGuard</string>
<string name="summary_system">システムアプリケーションのルールを定義します (エキスパート向け)</string>
<string name="summary_indicators">アクションバーにネットワークの種類と計測しているかどうかを表示します</string>
<string name="summary_foreground">Foreground services show on ongoing notification in the status bar and have less chance of being killed by Android</string>
<string name="msg_sure">よろしいですか?</string>

View File

@ -18,14 +18,12 @@ These issues are caused by bugs in Android, or in the software provided by the m
<string name="setting_whitelist_roaming">Block roaming by default</string>
<string name="setting_system">Manage system applications</string>
<string name="setting_dark">어두운 테마 사용</string>
<string name="setting_indicators">Show state indicators</string>
<string name="setting_foreground">Start as foreground service</string>
<string name="setting_export">Export settings</string>
<string name="setting_import">Import settings</string>
<string name="setting_vpn">Android VPN 설정 열기</string>
<string name="summary_system">Define rules for system applications (for experts)</string>
<string name="summary_indicators">Display the network type and if the network is metered in the action bar</string>
<string name="summary_foreground">Foreground services show on ongoing notification in the status bar and have less chance of being killed by Android</string>
<string name="msg_sure">계속 하시겠습니까?</string>

View File

@ -18,14 +18,12 @@ These issues are caused by bugs in Android, or in the software provided by the m
<string name="setting_whitelist_roaming">Blokkeer roaming standaard</string>
<string name="setting_system">Beheer systeemapplicaties</string>
<string name="setting_dark">Gebruik donker thema</string>
<string name="setting_indicators">Toon toestand indicatoren</string>
<string name="setting_foreground">Start als voorgrondservice</string>
<string name="setting_export">Exporteer instellingen</string>
<string name="setting_import">Importeer instellingen</string>
<string name="setting_vpn">Open Android VPN-instellingen</string>
<string name="summary_system">Define rules for system applications (for experts)</string>
<string name="summary_indicators">Display the network type and if the network is metered in the action bar</string>
<string name="summary_foreground">Foreground services show on ongoing notification in the status bar and have less chance of being killed by Android</string>
<string name="msg_sure">Weet u het zeker?</string>

View File

@ -18,14 +18,12 @@ Problemy te są spowodowane błędami w samym Androidzie, lub oprogramowaniu dos
<string name="setting_whitelist_roaming">Domyślnie blokuj Roaming</string>
<string name="setting_system">Zarządzaj aplikacjami systemowymi</string>
<string name="setting_dark">Użyj ciemnej skórki</string>
<string name="setting_indicators">Pokaż wskaźniki stanu</string>
<string name="setting_foreground">Uruchom jako zadanie w tle</string>
<string name="setting_export">Eksport ustawień</string>
<string name="setting_import">Import ustawień</string>
<string name="setting_vpn">Otwórz ustawienia VPN w Androidzie</string>
<string name="summary_system">Stwórz reguły dla aplikacji systemowych(zaawansowane)</string>
<string name="summary_indicators">Jeśli sieć jest mierzona, wyświetlaj typ sieci w pasku aplikacji</string>
<string name="summary_foreground">Zadania w tle pokazywane są w pasku statusu i rzadziej bywają zamknięte przez system Android</string>
<string name="msg_sure">Na pewno?</string>

View File

@ -18,14 +18,12 @@ Acest lucru este cauzat de bug-uri in Android sau in software-ul pus la dispozit
<string name="setting_whitelist_roaming">Blocheaza implicit in roaming</string>
<string name="setting_system">Gestionati aplicatiile de sistem</string>
<string name="setting_dark">Foloseste tema intunecata</string>
<string name="setting_indicators">Arata indicatorii de stare</string>
<string name="setting_foreground">Porneste un serviciu in prim plan</string>
<string name="setting_export">Exporta setari</string>
<string name="setting_import">Importa setari</string>
<string name="setting_vpn">Deschide setari VPN Android</string>
<string name="summary_system">Defineste reguli pentru aplicatiile de sistem, setare expert</string>
<string name="summary_indicators">Arata tipul retelei conectate precum si daca aceasta este una contorizata</string>
<string name="summary_foreground">Serviciile in prim plan arata o notificare in bara de stare si e mai putin probabil sa fie inchise de sistemul Android</string>
<string name="msg_sure">Esti sigur?</string>

View File

@ -16,14 +16,12 @@
<string name="setting_whitelist_roaming">Блокировать роуминг по умолч.</string>
<string name="setting_system">Управлять сист. приложениями</string>
<string name="setting_dark">Использовать темную тему</string>
<string name="setting_indicators">Показать индикаторы состояния</string>
<string name="setting_foreground">Запустить как фоновый сервис</string>
<string name="setting_export">Экспорт настроек</string>
<string name="setting_import">Импорт настроек</string>
<string name="setting_vpn">Открыть параметры VPN</string>
<string name="summary_system">Определить правила для системных приложений (для профи)</string>
<string name="summary_indicators">Отображать измененные сети на панели приложения</string>
<string name="summary_foreground">Всегда уведомлять в статус-баре, меньше шансов быть убитым Android</string>
<string name="msg_sure">Вы уверены?</string>

View File

@ -18,14 +18,12 @@ Je to spôsobené chybami v Androide alebo v softvéri poskytovanom výrobcom, p
<string name="setting_whitelist_roaming">Predvolene blokovať roaming</string>
<string name="setting_system">Spravovať systémové aplikácie</string>
<string name="setting_dark">Použiť tmavú tému</string>
<string name="setting_indicators">Show state indicators</string>
<string name="setting_foreground">Start as foreground service</string>
<string name="setting_export">Exportovať nastavenia</string>
<string name="setting_import">Importovať nastavenia</string>
<string name="setting_vpn">Otvoriť nastavenia VPN</string>
<string name="summary_system">Define rules for system applications (for experts)</string>
<string name="summary_indicators">Display the network type and if the network is metered in the action bar</string>
<string name="summary_foreground">Foreground services show on ongoing notification in the status bar and have less chance of being killed by Android</string>
<string name="msg_sure">Ste si istý?</string>

View File

@ -18,14 +18,12 @@
<string name="setting_whitelist_roaming">默认阻止漫游</string>
<string name="setting_system">管理系统应用</string>
<string name="setting_dark">使用暗色主题</string>
<string name="setting_indicators">显示状态指示器</string>
<string name="setting_foreground">Start as foreground service</string>
<string name="setting_export">导出设置</string>
<string name="setting_import">导入设置</string>
<string name="setting_vpn">打开安卓VPN设置</string>
<string name="summary_system">定义系统应用规则, 仅供专业用户</string>
<string name="summary_indicators">在状态栏显示网络类型及网络是否按流量计费</string>
<string name="summary_foreground">Foreground services show on ongoing notification in the status bar and have less chance of being killed by Android</string>
<string name="msg_sure">是否确认?</string>

View File

@ -19,14 +19,12 @@ These issues are caused by bugs in Android, or in the software provided by the m
<string name="setting_whitelist_roaming">Block roaming by default</string>
<string name="setting_system">Manage system applications</string>
<string name="setting_dark">Use dark theme</string>
<string name="setting_indicators">Show state indicators</string>
<string name="setting_foreground">Start as foreground service</string>
<string name="setting_export">Export settings</string>
<string name="setting_import">Import settings</string>
<string name="setting_vpn">Open Android VPN settings</string>
<string name="summary_system">Define rules for system applications (for experts)</string>
<string name="summary_indicators">Display the network type and if the network is metered in the action bar</string>
<string name="summary_foreground">Foreground services show on ongoing notification in the status bar and have less chance of being killed by Android</string>
<string name="msg_sure">Are you sure?</string>

View File

@ -21,11 +21,6 @@
android:defaultValue="false"
android:key="dark_theme"
android:title="@string/setting_dark" />
<CheckBoxPreference
android:defaultValue="false"
android:key="indicators"
android:summary="@string/summary_indicators"
android:title="@string/setting_indicators" />
<CheckBoxPreference
android:defaultValue="false"
android:key="foreground"