@6.01.15 Dennis Thießen: NotificationService hinzugefügt. In der SettingsActivity die Notifications einstellbar gemacht. Die Location von der Map muss jedoch noch getestet werden.

This commit is contained in:
Dennis Thießen
2016-01-06 16:33:47 +01:00
parent 0266439b2b
commit 0aeb4d4889
7 changed files with 368 additions and 153 deletions

View File

@@ -42,7 +42,7 @@
android:title="Notifications">
<SwitchPreference
android:key="notfiyEnable"
android:key="notifyEnable"
android:title="Show Notifications"
android:summary="Enable notifications in your area" />
@@ -62,6 +62,16 @@
android:summary="Decide how often notification updates should be received from server"
android:dialogTitle="Poll Frequency" />
<SwitchPreference
android:key="notifyEnableGPS"
android:title="Enable GPS"
android:summary="Get your last know location with GPS (GPS has to be activated in your device settings)" />
<Preference
android:key="notifyChooseLocation"
android:title="Choose your location"
android:summary="Your Location (Latitude/Longitude):" />
</PreferenceCategory>
</PreferenceScreen>