Cilenco

Results 15 comments of Cilenco

This would also be great for the new [PreferenceDataStore](https://developer.android.com/reference/android/support/v7/preference/PreferenceDataStore.html) class because we have to implement getStringSet. With this we can tell [Preferences](https://developer.android.com/reference/android/support/v7/preference/Preference.html) to use this storage implementation in the background...

Which device do you have and which OS are you on? For me it works great with Spotify. Have you tried other services as well to see if it works...

I will work on this! But I have never coded an app with root access. What is the default library for checking root permissions and execute commands?

Thank you for that idea. I'm working on it > Supposedly, this allows apps to run regular, non-foreground services indefinitely. Do you have any more information about that? The linked...

Thank you @indianpoptart. I will have a look on that! Yeah I saw your code. Actually I edited that in the [background_optimization](https://github.com/Cilenco/skipTrackLongPressVolume/tree/background_optimization) branch by removing the `NotificationListenerService` but since then...

Maybe the [DeviceAdminService](https://developer.android.com/reference/android/app/admin/DeviceAdminService) is a better alternative but I'm not 100% sure about that...

I thought of collections of all primitive types, `Strings` and inheritors of `Persistable`. To only rewrite the `StringSetSerializer ` is not a good solution in my opinion. That would imply...

Let me check if I got your point right: Your idea is to only rewrite the `StringSetSerializer` (apart from `Preferences`) to accept all kinds of `Collection`. Then each `Collection` is...

Good idea, I'll check that! Currently I have written a script which updates my IP through the AdGuard REST api (pointed my DynDns settings of my router to that script...

> Does your router support an encrypted DNS protocol Just to be clear about that, you mean for example DNS over TLS? My router supports this yes. But how is...