Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
Show if application has specific fake values
Browse files Browse the repository at this point in the history
Fixes #1831
  • Loading branch information
M66B committed Aug 19, 2014
1 parent 9505fd3 commit 7fbade3
Show file tree
Hide file tree
Showing 49 changed files with 117 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ Version 2.99.x and version 3.x will be available with a [pro license](http://www

**Next release**

* Show if application has specific fake values ([issue](/../../issues/1831))
* Updated Dutch translation

[Open issues](https://github.com/M66B/XPrivacy/issues?state=open)

**Version 2.99.33 BETA**
Expand Down Expand Up @@ -194,6 +197,9 @@ XPrivacy 2

**Next release**

* Show if application has specific fake values ([issue](/../../issues/1831))
* Updated Dutch translation

[Open issues](https://github.com/M66B/XPrivacy/issues?state=open)

**Version 2.2.12 BETA**
Expand Down
30 changes: 30 additions & 0 deletions res/layout/help.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,36 @@
android:textIsSelectable="false" />
</LinearLayout>

<!-- application setting -->

<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal" >

<LinearLayout
android:layout_width="48dip"
android:layout_height="48dip"
android:gravity="center_vertical|center_horizontal"
android:orientation="horizontal" >

<ImageView
android:layout_width="32dip"
android:layout_height="32dip"
android:contentDescription="@string/help_settings"
android:src="@android:drawable/ic_menu_edit" />
</LinearLayout>

<TextView
android:layout_width="wrap_content"
android:layout_height="48dip"
android:gravity="center_vertical"
android:paddingLeft="6dip"
android:text="@string/help_settings"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textIsSelectable="false" />
</LinearLayout>

<!-- dangerous -->

<LinearLayout
Expand Down
10 changes: 10 additions & 0 deletions res/layout/mainentry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,16 @@
android:textAppearance="?android:attr/textAppearanceSmall"
tools:ignore="NestedWeights" />

<ImageView
android:id="@+id/imgSettings"
android:layout_width="24dip"
android:layout_height="24dip"
android:layout_gravity="center_vertical"
android:contentDescription="@string/help_application"
android:paddingLeft="3dip"
android:src="@android:drawable/ic_menu_edit"
android:visibility="gone" />

<ImageView
android:id="@+id/imgCbRestricted"
android:layout_width="32dip"
Expand Down
1 change: 1 addition & 0 deletions res/values-ar/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@
<string name="help_attention">قيود تحتاج لعناية</string>
<string name="help_restricted">القيود التي تم تغييرها</string>
<string name="help_shared">القيود تم تسجيلها</string>
<string name="help_settings">has application specific fake values</string>
<string name="tutorial_mainheader">إختر الفئة لتقييدها</string>
<string name="tutorial_mainlist">إلمس مربع الإختيار لتقييد الفئة المحددة للتطبيق\n
\nوسوف يتم إعطاء بيانات فارغة أو وهمية للفئات المقيدة\n
Expand Down
1 change: 1 addition & 0 deletions res/values-bg/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@
<string name="help_attention">restrictions need attention</string>
<string name="help_restricted">restrictions are changed</string>
<string name="help_shared">restrictions are submitted</string>
<string name="help_settings">has application specific fake values</string>
<string name="tutorial_mainheader">Select the category to restrict</string>
<string name="tutorial_mainlist">Tap a check box to restrict the selected category for an app\n
\nApps will be fed empty or fake data for restricted categories\n
Expand Down
1 change: 1 addition & 0 deletions res/values-ca/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@
<string name="help_attention">restrictions need attention</string>
<string name="help_restricted">restrictions are changed</string>
<string name="help_shared">restrictions are submitted</string>
<string name="help_settings">has application specific fake values</string>
<string name="tutorial_mainheader">Select the category to restrict</string>
<string name="tutorial_mainlist">Tap a check box to restrict the selected category for an app\n
\nApps will be fed empty or fake data for restricted categories\n
Expand Down
1 change: 1 addition & 0 deletions res/values-cs/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ nicméně je nemožné zaručit bezchybnou funkčnost na všech zařízeních a
<string name="help_attention">má omezení vyžadující pozornost</string>
<string name="help_restricted">má změněné omezení</string>
<string name="help_shared">má odeslané omezení</string>
<string name="help_settings">has application specific fake values</string>
<string name="tutorial_mainheader">Select the category to restrict</string>
<string name="tutorial_mainlist">Pro omezení zvolené kategorie aplikace stiskněte zaškrtávací pole\n
\nV rámci omezených kategorií aplikace obdrží prázdné nebo falešné údaje\n
Expand Down
1 change: 1 addition & 0 deletions res/values-da/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@
<string name="help_attention">begrænsninger kræver need opmærksomhed</string>
<string name="help_restricted">begrænsninger er ændret</string>
<string name="help_shared">begrænsninger er indsendt</string>
<string name="help_settings">has application specific fake values</string>
<string name="tutorial_mainheader">Vælg kategorien du vil begrænse</string>
<string name="tutorial_mainlist">Tryk på en checkboks for at begrænse den valgte kategori for en app\n
\nApps vil blive fodret tom eller falsk data for begrænsede kategorier\n
Expand Down
1 change: 1 addition & 0 deletions res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ dass es einwandfrei auf wirklich JEDEM einzelnen Gerät und für JEDE einzelne A
<string name="help_attention">Beschränkungen sollten überprüft werden</string>
<string name="help_restricted">Beschränkungen wurden geändert</string>
<string name="help_shared">Beschränkungen wurden gesendet (Crowd)</string>
<string name="help_settings">has application specific fake values</string>
<string name="tutorial_mainheader">Wählen Sie die zu beschränkende Kategorie</string>
<string name="tutorial_mainlist">Tippen Sie auf ein Kontrollkästchen, um die ausgewählte Kategorie für eine App zu beschränken\n
\nApps werden mit leeren Listen oder manipulierten Daten für die beschränkten Kategorien \"gefüttert\" \n
Expand Down
1 change: 1 addition & 0 deletions res/values-ee/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ kuid on võimatu garanteerida, et see töötab igal seadmel ja iga rakendusega.
<string name="help_attention">restrictions need attention</string>
<string name="help_restricted">restrictions are changed</string>
<string name="help_shared">restrictions are submitted</string>
<string name="help_settings">has application specific fake values</string>
<string name="tutorial_mainheader">Select the category to restrict</string>
<string name="tutorial_mainlist">Tap a check box to restrict the selected category for an app\n
\nApps will be fed empty or fake data for restricted categories\n
Expand Down
1 change: 1 addition & 0 deletions res/values-el/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@
<string name="help_attention">restrictions need attention</string>
<string name="help_restricted">restrictions are changed</string>
<string name="help_shared">restrictions are submitted</string>
<string name="help_settings">has application specific fake values</string>
<string name="tutorial_mainheader">Select the category to restrict</string>
<string name="tutorial_mainlist">Tap a check box to restrict the selected category for an app\n
\nApps will be fed empty or fake data for restricted categories\n
Expand Down
1 change: 1 addition & 0 deletions res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ sin embargo no puedo garantizar que funcione sin ningún fallo para cada disposi
<string name="help_attention">Las restricciones requieren su atención</string>
<string name="help_restricted">Restricciones cambiadas</string>
<string name="help_shared">Restricciones subidas</string>
<string name="help_settings">has application specific fake values</string>
<string name="tutorial_mainheader">Seleccione la categoría que quiere restringir</string>
<string name="tutorial_mainlist">Pulsa un checkbox para restringir la categoría seleccionada para la aplicación\n
\nLas aplicaciones no recibirán información o se les proporcionará información falsa\n
Expand Down
1 change: 1 addition & 0 deletions res/values-fa/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@
<string name="help_attention">restrictions need attention</string>
<string name="help_restricted">restrictions are changed</string>
<string name="help_shared">restrictions are submitted</string>
<string name="help_settings">has application specific fake values</string>
<string name="tutorial_mainheader">Select the category to restrict</string>
<string name="tutorial_mainlist">Tap a check box to restrict the selected category for an app\n
\nApps will be fed empty or fake data for restricted categories\n
Expand Down
1 change: 1 addition & 0 deletions res/values-fi/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@
<string name="help_attention">restrictions need attention</string>
<string name="help_restricted">restrictions are changed</string>
<string name="help_shared">restrictions are submitted</string>
<string name="help_settings">has application specific fake values</string>
<string name="tutorial_mainheader">Select the category to restrict</string>
<string name="tutorial_mainlist">Tap a check box to restrict the selected category for an app\n
\nApps will be fed empty or fake data for restricted categories\n
Expand Down
1 change: 1 addition & 0 deletions res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ il est impossible de garantir un fonctionnement parfait sur chaque appareil et p
<string name="help_attention">les restrictions ont besoin d\'attention</string>
<string name="help_restricted">les restrictions sont changées</string>
<string name="help_shared">les restrictions sont envoyées</string>
<string name="help_settings">has application specific fake values</string>
<string name="tutorial_mainheader">Sélectionnez la catégorie à restreindre.</string>
<string name="tutorial_mainlist">Cocher une case pour restreindre la catégorie choisie pour l’appli.\n
\nL’appli sera dupée par des données vides ou modifiées.\n
Expand Down
1 change: 1 addition & 0 deletions res/values-ga/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@
<string name="help_attention">restrictions need attention</string>
<string name="help_restricted">restrictions are changed</string>
<string name="help_shared">restrictions are submitted</string>
<string name="help_settings">has application specific fake values</string>
<string name="tutorial_mainheader">Select the category to restrict</string>
<string name="tutorial_mainlist">Tap a check box to restrict the selected category for an app\n
\nApps will be fed empty or fake data for restricted categories\n
Expand Down
1 change: 1 addition & 0 deletions res/values-he/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ however it is impossible to guarantee it will work flawless on each and every de
<string name="help_attention">restrictions need attention</string>
<string name="help_restricted">restrictions are changed</string>
<string name="help_shared">restrictions are submitted</string>
<string name="help_settings">has application specific fake values</string>
<string name="tutorial_mainheader">Select the category to restrict</string>
<string name="tutorial_mainlist">Tap a check box to restrict the selected category for an app\n
\nApps will be fed empty or fake data for restricted categories\n
Expand Down
1 change: 1 addition & 0 deletions res/values-hi/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@
<string name="help_attention">प्रतिबंध पर ध्यान आवश्यक</string>
<string name="help_restricted">प्रतिबंध बदले गए</string>
<string name="help_shared">प्रतिबंध submit हो गए</string>
<string name="help_settings">has application specific fake values</string>
<string name="tutorial_mainheader">Select the category to restrict</string>
<string name="tutorial_mainlist">App कि चुनी गयी श्रेणी को प्रतिबंधित करने के लिए checkbox tap करे\n
\nप्रतिबंधित श्रेणी के लिए Apps को खाली या नकली डेटा दिया जायेगा\n
Expand Down
1 change: 1 addition & 0 deletions res/values-hr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@
<string name="help_attention">ograničenja zahtijevaju pažnju</string>
<string name="help_restricted">ograničenja su promijenjena</string>
<string name="help_shared">ograničenja su izvezena</string>
<string name="help_settings">has application specific fake values</string>
<string name="tutorial_mainheader">Odaberite kategoriju za ograničiti</string>
<string name="tutorial_mainlist">Dodirnite kućicu za ograničavanje odabrane kategorije za aplikaciju\n\nAplikacijama će biti predani prazne ili lažni podaci\n\nDodirnite ikonu aplikacije za detaljan prikaz ograničenja i podešenja</string>
<string name="tutorial_detailsheader">Odaberite ikonu aplikacije za više mogućnosti</string>
Expand Down
1 change: 1 addition & 0 deletions res/values-hu/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ de lehetetlen garantálni hogy tökéletesen működjön az összes eszközön
<string name="help_attention">a korlátozásoknak beavatkozásra van szükségük</string>
<string name="help_restricted">korlátozások megváltoztatva</string>
<string name="help_shared">korlátozások beküldve</string>
<string name="help_settings">has application specific fake values</string>
<string name="tutorial_mainheader">Select the category to restrict</string>
<string name="tutorial_mainlist">Kattintson a jelölőnégyzetre a kategória korlátozásához egy alkalmazásnál\n
\nAz alkalmazások feltöltődnek üres vagy kamu adatokkal a korlátozott kategóriákban\n
Expand Down
1 change: 1 addition & 0 deletions res/values-it/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ tuttavia non è possibile garantire che funzioni perfettamente su qualunque disp
<string name="help_attention">restrizioni necessitano di attenzione</string>
<string name="help_restricted">restrizioni modificate</string>
<string name="help_shared">restrizioni inviate</string>
<string name="help_settings">has application specific fake values</string>
<string name="tutorial_mainheader">Seleziona la categoria da restringere</string>
<string name="tutorial_mainlist">Tocca la casella di controllo per restringere la categoria selezionata per un\'applicazione\n
\nAlle applicazioni verranno forniti dati vuoti o alterati per le categorie ristrette\n
Expand Down
1 change: 1 addition & 0 deletions res/values-iw/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ however it is impossible to guarantee it will work flawless on each and every de
<string name="help_attention">restrictions need attention</string>
<string name="help_restricted">restrictions are changed</string>
<string name="help_shared">restrictions are submitted</string>
<string name="help_settings">has application specific fake values</string>
<string name="tutorial_mainheader">Select the category to restrict</string>
<string name="tutorial_mainlist">Tap a check box to restrict the selected category for an app\n
\nApps will be fed empty or fake data for restricted categories\n
Expand Down
1 change: 1 addition & 0 deletions res/values-ja/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@
<string name="help_attention">注意が必要です</string>
<string name="help_restricted">変更しました</string>
<string name="help_shared">投稿しました</string>
<string name="help_settings">has application specific fake values</string>
<string name="tutorial_mainheader">制限を設定したいカテゴリを選択します</string>
<string name="tutorial_mainlist">アプリのチェックボックスをタップすると、選択したカテゴリに対して制限が設定されます\n
\n制限が設定されたアプリは、そのカテゴリについて空データまたは偽装データを受け取るようになります\n
Expand Down
1 change: 1 addition & 0 deletions res/values-ku-rIQ/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@
<string name="help_attention">ئه وشتانه ى سنورداركراون پیویستیان به سه رنجدانه</string>
<string name="help_restricted">گورانیک له سنوردار کراوه کان رویداوه</string>
<string name="help_shared">ئه و شتانه ى سنوردارت كردوون به لاو كران</string>
<string name="help_settings">has application specific fake values</string>
<string name="tutorial_mainheader">ئه و به شه ی ده ته ویت سنورداری بکه یت هه لبژیره</string>
<string name="tutorial_mainlist">ئه و به شه هه لبژیره که ده ته ویت سنورداری بکه یت بو به رنامه یک\n
\nبه رنامه که زانیاری به تال یاخود هه له ی پیده دریت له سه ر ئه م به شه\n
Expand Down
1 change: 1 addition & 0 deletions res/values-ku-rIR/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@
<string name="help_attention">ئه وشتانه ى سنورداركراون پیویستیان به سه رنجدانه</string>
<string name="help_restricted">گورانیک له سنوردار کراوه کان رویداوه</string>
<string name="help_shared">ئه و شتانه ى سنوردارت كردوون به لاو كران</string>
<string name="help_settings">has application specific fake values</string>
<string name="tutorial_mainheader">ئه و به شه ی ده ته ویت سنورداری بکه یت هه لبژیره</string>
<string name="tutorial_mainlist">ئه و به شه هه لبژیره که ده ته ویت سنورداری بکه یت بو به رنامه یک\n
\nبه رنامه که زانیاری به تال یاخود هه له ی پیده دریت له سه ر ئه م به شه\n
Expand Down
1 change: 1 addition & 0 deletions res/values-lt/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ Tačiau neįmanoma garantuoti, kad dirbs nepriekaištingai su kiekvienu prietais
<string name="help_attention">Leidimams reikia dėmesio</string>
<string name="help_restricted">Leidimai yra pakeisti</string>
<string name="help_shared">Leidimai yra pateikti</string>
<string name="help_settings">has application specific fake values</string>
<string name="tutorial_mainheader">Pasirinkite kategoriją ribojimui</string>
<string name="tutorial_mainlist">Bakstelėkite žymės langelį apriboti pasirinktą kategoriją\n
\nProgramos bus įtrauktos ribojimų kategorijas\n
Expand Down
1 change: 1 addition & 0 deletions res/values-ms/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ namun ia adalah mustahil untuk menjaminkan penggunaan sempurna untuk setiap pera
<string name="help_attention">sekatan memerlukan perhatian</string>
<string name="help_restricted">sekatan telah berubah</string>
<string name="help_shared">sekatan telah dikemukakan</string>
<string name="help_settings">has application specific fake values</string>
<string name="tutorial_mainheader">Pilih kategori untuk sekat</string>
<string name="tutorial_mainlist">Tanda kotak untuk sekat kategori yang dipilih untuk aplikasi\n
\nAplikasi akan diberikan data kosong atau palsu untuk kategori yang disekat\n
Expand Down
1 change: 1 addition & 0 deletions res/values-nb-rNO/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@
<string name="help_attention">restriksjoner trenger oppmerksomhet</string>
<string name="help_restricted">restriksjoner ble forandret</string>
<string name="help_shared">restriksjoner ble lastet opp</string>
<string name="help_settings">has application specific fake values</string>
<string name="tutorial_mainheader">Marker kategori som skal blokkeres</string>
<string name="tutorial_mainlist">Sett hake for å blokkere kategorien som er valgt for en app\n
\nApper får tom eller forfalsket data for kategorier som er blokkert\n
Expand Down
1 change: 1 addition & 0 deletions res/values-nl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ maar het is onmogelijk om te garanderen dat het op elk apparaat en voor elke app
<string name="help_attention">beperkingen hebben aandacht nodig</string>
<string name="help_restricted">beperkingen zijn gewijzigd</string>
<string name="help_shared">beperkingen zijn verzonden</string>
<string name="help_settings">heeft applicatie-specifieke nepwaarden</string>
<string name="tutorial_mainheader">Selecteer de te beperken categorie</string>
<string name="tutorial_mainlist">Zet een vinkje om de geselecteerde categorie te beperken voor een app\n
\nApps worden gevoed met lege of nepgegevens voor beperkte categorieën\n
Expand Down
Loading

0 comments on commit 7fbade3

Please sign in to comment.