Moved shared preferences in their own class

This commit is contained in:
Daniele Verducci (Slimpenguin)
2024-02-17 06:58:35 +01:00
parent 367d6d0a74
commit a1d6f1dabe
4 changed files with 48 additions and 10 deletions

View File

@ -92,10 +92,6 @@
<string name="url_license" translatable="false">https://raw.githubusercontent.com/penguin86/nextcloud-maps-client/master/LICENSE</string>
<string name="url_maps" translatable="false">https://donate.openstreetmap.org</string>
<!-- Settings -->
<string name="setting_sort_by">SETTING_SORT_BY</string>
<string name="setting_grid_view_enabled">SETTING_GRID_VIEW_ENABLED</string>
<!-- Menu -->
<string name="new_geobookmark_gps">New from current position</string>
<string name="new_geobookmark_map">New from map</string>