punksta / volume_control_android

noads/free volume controll application
https://play.google.com/store/apps/details?id=com.punksta.apps.volumecontrol
MIT License
55 stars 18 forks source link

[Feature Request] Change profile on wifi connection #20

Closed codec-abc closed 4 years ago

codec-abc commented 5 years ago

Hi,

I don't know if it fit your vision for your app but as a user I would like to change automatically of profile on Wifi connection/disconnection.

What is your point of view on this?

punksta commented 5 years ago

Hi, Good idea, I have thought about that too. I've started time based profile activation, but don't have enough time to finish it.

punksta commented 5 years ago

@codec-abc I just seen you forked the project. In case you want to build this feature: try to avoid using android-x(support library) if possible, I want to keep the app as lightweight as possible

codec-abc commented 5 years ago

I am not very well versed into Android but aren't you missing a lot of good stuff by choosing not to use android-x?

punksta commented 5 years ago

last time I measured apk size with android-x, it was about 500kb. (current is 130kb)

I believe this is so simple app that it can work without it. But the bigger it becomes, the more I feel about adding it.

punksta commented 4 years ago

duplicate https://github.com/punksta/volume_control_android/issues/6