Skip to content

Commit

Permalink
- removes prefs keys and developer preference added on contributions …
Browse files Browse the repository at this point in the history
…dashboard
  • Loading branch information
Williamrai committed Jan 7, 2025
1 parent 1038861 commit 05b942b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions app/src/main/res/values/preference_keys.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,4 @@
<string name="preference_key_payment_methods_merchant_id">paymentMethodsMerchantId</string>
<string name="preference_key_payment_methods_gateway_id">paymentMethodsGatewayId</string>
<string name="preference_key_default_places_location_latlng">placesDefaultLocationLatLng</string>
<string name="preference_key_donor_history_saved">hasDonorHistorySaved</string>
<string name="preference_key_is_recurring_donor">isRecurringDonor</string>
<string name="preference_key_is_donor">isDonor</string>
</resources>
12 changes: 0 additions & 12 deletions app/src/main/res/xml/developer_preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -448,18 +448,6 @@
android:title="Donation results"
android:dialogMessage="Example: [{&quot;dateTime&quot;:&quot;2024-10-22T00:00:00.000&quot;}]"/>

<org.wikipedia.settings.SwitchPreferenceMultiLine
android:key="@string/preference_key_is_donor"
android:title="@string/preference_key_is_donor" />

<org.wikipedia.settings.SwitchPreferenceMultiLine
android:key="@string/preference_key_is_recurring_donor"
android:title="@string/preference_key_is_recurring_donor" />

<org.wikipedia.settings.SwitchPreferenceMultiLine
android:key="@string/preference_key_donor_history_saved"
android:title="@string/preference_key_donor_history_saved" />

<org.wikipedia.settings.IntPreference
style="@style/IntPreference"
android:key="ab_test_rabbitHoles"
Expand Down

0 comments on commit 05b942b

Please sign in to comment.