bhritul / android-notifier

Automatically exported from code.google.com/p/android-notifier
0 stars 0 forks source link

Use of different Notification Methods of profiles with rules #550

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
An example, for the needs satisfied by this feature can be:

At office i need to use: 
-DHCP+WIFI (the office network has closed port)
At home i need to use: 
-Custom IP+Over Cell Network (i have no wifi always on, but i can manage 
network firewall)

With this needs i have to change everytime the settings if i'm at home or work, 
in this way the software it is not usable/friendly.

--------------------

The feature could be implemented simply allowing the user to save different 
setting files (named "profile") and and activate it by basic rules like this:

-Is available wifi "ssid:mywifi" -> activate profile=Office
-Is not available wifi "ssid:mywifi" -> do activate profile=Home

OR

-Use profile Home if location is: xxx
-Use profile Office if location is: xxx

OR

-Use profile Home if time/day is: xxx
-Use profile Office if time/day is: xxx

I hope i was clear in needs and features explanation.

I'm also a c# programmer if you like i can contribute to the develop.

Bye and anyway thank for your work.

Original issue reported on code.google.com by gaetano....@gmail.com on 25 Oct 2013 at 12:16