1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-09 15:11:34 +02:00
Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/externalevents
Matthieu Baerts d60d10ddb1 notif: sanitize strings set by external apps
It seems some apps like Telegram add a lot of Unicode Control sequences
for unknown reasons. Because these strings are set by external apps, it
is safer to sanitize them. For the moment, only Unicode control
sequences are stripped.

Fixes: #1344
2018-11-26 07:33:44 +01:00
..
AlarmClockReceiver.java Notification actions refatoring and fixes 2018-11-15 15:53:04 +01:00
AlarmReceiver.java Update license headers 2018-02-26 14:27:33 +01:00
AutoStartReceiver.java Auto connect at boot on recent androids respecting the user settings 2018-05-16 19:08:53 +02:00
BluetoothConnectReceiver.java Update license headers 2018-02-26 14:27:33 +01:00
BluetoothPairingRequestReceiver.java Update license headers 2018-02-26 14:27:33 +01:00
BluetoothStateChangeReceiver.java Always cleanup device and receiver in service when disconnecting 2018-05-11 20:50:29 +02:00
CalendarReceiver.java Update license headers 2018-02-26 14:27:33 +01:00
CMWeatherReceiver.java Weather: get wind direction and speed also from CM weather reciver 2018-04-14 21:56:10 +02:00
MusicPlaybackReceiver.java Avoid unnecessary boxing 2018-08-17 00:28:00 +02:00
NotificationListener.java notif: sanitize strings set by external apps 2018-11-26 07:33:44 +01:00
OmniJawsObserver.java Update contributors list and license headers. 2018-08-29 21:30:23 +02:00
PebbleReceiver.java Various improvements and bugfixes to notification handling 2018-10-31 21:47:12 +01:00
PhoneCallReceiver.java Fix caller ID for incoming calls on Android 9 2018-09-05 20:41:01 +02:00
SMSReceiver.java Notification actions refatoring and fixes 2018-11-15 15:53:04 +01:00
TimeChangeReceiver.java Update license headers 2018-02-26 14:27:33 +01:00
WeatherNotificationConfig.java Update license headers 2018-02-26 14:27:33 +01:00
WeatherNotificationReceiver.java Update license headers 2018-02-26 14:27:33 +01:00