@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:
@@ -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>
|
||||
Reference in New Issue
Block a user