Giter Club home page Giter Club logo

Comments (41)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
I recomend using an application called Marcopolo for this - 
http://www.symonds.id.au/marcopolo/ . I will take a 
look at how the two can be integrated, though.

Original comment by [email protected] on 30 Apr 2010 at 2:34

  • Changed state: Accepted

from android-notifier.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
That's from the mac point of view. I was thinking more from the android point 
of view.
I will take a look to that app.

If you want to take a look to the locale development examples here you have the 
URL.

** http://www.twofortyfouram.com/developer.html

Locale will allow you to do things like:

** Disable notifications during specifics meetings (based on calendar)

which can be interesting if you give presentations and don't want to remember to
disable it every time. :)

Thanks for the quick response.

Original comment by [email protected] on 30 Apr 2010 at 2:46

from android-notifier.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
Issue 42 has been merged into this issue.

Original comment by [email protected] on 6 Sep 2010 at 7:58

from android-notifier.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
Merging with the request for the ability to change any config on the app.

Original comment by [email protected] on 6 Sep 2010 at 7:59

  • Changed title: *Be able to change notification options as a locale plugging. *
  • Added labels: Component-Logic, OpSys-Android, Priority-Medium

from android-notifier.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
Issue 45 has been merged into this issue.

Original comment by [email protected] on 8 Sep 2010 at 6:05

from android-notifier.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
Issue 49 has been merged into this issue.

Original comment by [email protected] on 8 Sep 2010 at 10:29

from android-notifier.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
Issue 54 has been merged into this issue.

Original comment by [email protected] on 9 Sep 2010 at 1:46

from android-notifier.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
Issue 60 has been merged into this issue.

Original comment by [email protected] on 9 Sep 2010 at 12:39

from android-notifier.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
Issue 61 has been merged into this issue.

Original comment by [email protected] on 9 Sep 2010 at 12:41

from android-notifier.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
Likewise, being able to enable/disable the handset portion based on Locale 
conditions would be great, for example when I'm not home or at the office turn 
off the Notifier, since I'd likely not be on a wifi network anyway.  That would 
free up some ram to use for other apps, which is key.  Then, when I return to 
my home or office, have Locale turn it back on automatically.  I was thinking 
of doing this with the Locale Shortcut plugin, but I'd have to use a Locale 
Task Killer plugin to disable it when away from my computers, which is not 
preferable.  Thanks!

Original comment by [email protected] on 9 Sep 2010 at 3:47

from android-notifier.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
About freeing up ram for other apps - Android does that automatically, it will 
even kill the notifier service if i needs the memory. There's also issue 40 
which I filed to have the service restart if it was killed this way (it 
currently stays dead).
I'll definitely include support for turning the service on/off from locale 
though.

Original comment by [email protected] on 9 Sep 2010 at 5:30

from android-notifier.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
Ok, given the amount of requests for multiple IPs, I think I'll implement both 
things separately.

Original comment by [email protected] on 9 Sep 2010 at 5:53

from android-notifier.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024

Original comment by [email protected] on 9 Sep 2010 at 5:53

  • Changed title: Be able to change notification options from Locale or Tasker

from android-notifier.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
Btw, I just realized both of these apps are paid. I try to keep the notifier a 
zero-monentary-cost development - anyone willing to donate those?

Original comment by [email protected] on 23 Sep 2010 at 5:04

from android-notifier.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
Not a problem.
How do u prefer to get a donation? Do u have paypal acc? 

Original comment by [email protected] on 24 Sep 2010 at 10:53

from android-notifier.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
I would gladly pay for Tasker for you.  It's seriously the coolest app I've 
installed to date.  It's like a scripting language for your phone that has 
hooks into all these states and events.  Fill out the contact form @ 
http://sysadminsjourney.com/contact or post a donate link and I'll get you 
hooked up.

Also, I think issue 117 might need merged into this one.  I found that one 
first and posted there before I saw this one.

Original comment by [email protected] on 24 Sep 2010 at 1:12

from android-notifier.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
Thanks :) Paypal works - my account is [email protected] .

I've been reading the locale and tasker developer docs, it looks pretty easy to 
integrate with. For my own reference:
http://www.twofortyfouram.com/developer.html
http://tasker.dinglisch.net/developers.html

What I didn't like in Locale/Taker (from the docs) is that it expects absolute 
conditions, so maybe some day I'll implement my own locale-like app which 
allows a probabilistic approach like Marcopolo does.

Original comment by [email protected] on 24 Sep 2010 at 8:06

from android-notifier.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
Thanks, I just got Tasker and am starting to work on this.

Original comment by [email protected] on 26 Sep 2010 at 4:15

  • Changed state: Started

from android-notifier.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
As an update, here's the plan:
* In the first version I'll allow you to just enable/disable notifications as a 
locale/tasker setting - this addresses what most users want
* Next I'll add more settings, like enabling/disabling specific types of 
notifications or changing target IP/bluetooth device
* I'll make a separate app which sends text notifications (only one setting per 
apk is supported, so it has to be separate)

Original comment by [email protected] on 26 Sep 2010 at 6:49

from android-notifier.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
Initial support added in r298. Appears to be working, but I'm attaching an APK 
for your testing. Please let me know how it goes.

Original comment by [email protected] on 26 Sep 2010 at 8:49

Attachments:

from android-notifier.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
Done separate plugin in r299, r300, r302 and r303.
I'm publishing the separate plugin to the Android Market now, and the settings 
plugin will go into the next release of the notifier. I'm keeping this open as 
I still need to add more settings.
Please report success/failure with the above APK.

Original comment by [email protected] on 27 Sep 2010 at 5:47

from android-notifier.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
The AndroidNotifier-0.2.7-pre2.apk seems to be working fine in Locale.  I will 
try the new one from the market now...

Original comment by [email protected] on 27 Sep 2010 at 5:52

from android-notifier.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
Issue 117 has been merged into this issue.

Original comment by [email protected] on 27 Sep 2010 at 6:31

from android-notifier.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
Issue 183 has been merged into this issue.

Original comment by [email protected] on 28 Sep 2010 at 10:27

from android-notifier.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
+1 to turning off / on Notifier service via Tasker.. 

Custom Notification (K9 Email notification) from Tasker via Notifier works 
perfect...  Thanks for adding this :)

Original comment by ozgreg on 29 Sep 2010 at 11:18

from android-notifier.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
Turning notifier on/off is already done and released (it's part of the main 
notifier app).
Sending notifications requires the separate plugin, also available on the 
android market.

Original comment by [email protected] on 29 Sep 2010 at 1:21

from android-notifier.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
I just tested it (from the market) and turning on/off the service works with 
Tasker. 

I would suggest the following though:
1. the same wording as in AN. I mean turning on "service" (AN) VS. 
"notification" (plugin). It is obvious now it being the the only thing to 
enable.
2. there are many plugins named "locale notification ..." in the market. I 
found the good one by looking in your svn changes ;) Make it more obvious by 
referencing to _your_ plugin in the main app description. Maybe even a shortcut 
in the apk that points to the market entry so users discover this more easily.

Thanks so much for this feature (too)!

I suggest closing this issue and creating new ones for new setting entries.

Original comment by [email protected] on 29 Sep 2010 at 2:21

from android-notifier.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
About 1 - the next AN version changes the wording anyway :) I made some 
substantial changes in r317 which makes the service be auto-started in more 
situations (basically whenever there's a notification to send, even if the 
service had previously  been killed by Android), so there's no more 
enabling/disabling the the service itself, but you can enable or disable the 
notifications (and if they're disabled, the service shuts down and doesn't 
start up again).

About 2 - you're right, I'll update the docs and put a new QR code in the 
homepage.

I'll keep the same issue for new settings (there shouldn't be too many of them).

Original comment by [email protected] on 29 Sep 2010 at 3:14

from android-notifier.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
About the plugin: When I open it, it says
"locale and AN are required to use this plugin"
and propses to install Locale. Nice! But actually (Locale || Tasker) && AN 
would be true. I have Tasker so the message can be a little confusing for 
newcomers (no hint to it right now but works great with it).

Suggestion: "This plugin is ready to use from within the 'Tasker' or 'Locale' 
apps, which are available in the Market aswell."

Original comment by [email protected] on 29 Sep 2010 at 9:46

from android-notifier.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
Oh and if you keep this Issue for new settings wishes, here are mine:

Enabling/disabling Bluetooth and WIFI notifications (separately). At work I can 
do only BT (and USB if plugged in), at home I rather do WIFI.

Thanks :)

Original comment by [email protected] on 29 Sep 2010 at 9:48

from android-notifier.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
My plan is to add the following options:
* Enable/disable IP and bluetooth
* Change the target bluetooth device or target IP type
* Change the custom IP address list
* Enable/disable auto-enable wifi and auto-enable bluetooth

Any others that would be useful?

I'm also considering making another locale plugin (totally independent from the 
notifier) to change wifi sleep policy, do you think that would be interesting?

For security reasons I won't make it possible to enable or disable encryption 
(any other app could trigger this if I did).

Original comment by [email protected] on 29 Sep 2010 at 9:56

from android-notifier.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
Now that you mention, changing the IP adress could be a security issue aswell.

Maybe a whitelist inside AN for which apps can change these settings? I am not 
sure this complexity should be added to the notifier so that's probably a wrong 
idea anyway..

Probably even better to create lists (profiles?) for 
(wifi/bluetooth)+IP_address+auto_enable combinations. Like "home" is address 
.101 and wifi with encryption, at work bluetooth and device ID and auto enable 
BT.

I'd say let's try them one by one and see how useful they are in their simplest 
form and wait for other feedback before implementing time consuming things.

Original comment by [email protected] on 29 Sep 2010 at 10:12

from android-notifier.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
If you use encryption and keep it turned on, then changing the IP address is 
not a problem - someone can get it to send the notifications to an 
eavesdropper, but they'll be encrypted with a pass phrase unknown to him. 
(think of Alice and Bob :D )

Original comment by [email protected] on 29 Sep 2010 at 10:30

from android-notifier.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
Added IP and bluetooth method enable/disable in r346.

Original comment by [email protected] on 30 Sep 2010 at 4:45

from android-notifier.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
Added IP target and custom IP in r348.
Added bluetooth target in r349.
Added auto-enabling of wifi and bluetooth in r350 and r351.

Anything else?

Original comment by [email protected] on 30 Sep 2010 at 2:21

  • Changed state: Fixed

from android-notifier.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
I'm sold :) Is definitely good enough to say remote configuration _is_ 
supported. Will see what others say they are missing.

Original comment by [email protected] on 30 Sep 2010 at 3:39

from android-notifier.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
Not sure where I should post this but here is a little patch to:
1. love Tasker more by mentioning it as being supported
2. not to use Locale's own Activity for displaying the message
3. providing link to the dependencies on the market
4. add a hint about the empty fields problem (Leandro might want to revise his 
patch in the client, this way users are told what can happen, now you can use 
it the way you want)
5. fixing a typo

Please consider renaming the plugin or at least adding Tasker to the 
description on the market. Just to be fair :)
(I'm not one of them I swear, just a user of theirs)

P.S. please be easy on the patch, it's my first android 
hack/contribution/whatever

Original comment by [email protected] on 1 Oct 2010 at 5:23

Attachments:

from android-notifier.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
Nice, thanks a lot! And don't worry, I'll make any fixes needed on the patch.

About 4 - I'll keep the hint, but I really think clients should support empty 
fields nicely.

And btw, the market description already includes Tasker:
This is a Locale/Tasker plugin which sends notifications to be shown on your 
desktop over Wifi, 3G or bluetooth using Android Remote Notifier.

IMPORTANT: You must have both Tasker (or Locale) and Remote Notifier installed 
for this to work. Both are available from the Android Market.

Original comment by [email protected] on 1 Oct 2010 at 5:27

from android-notifier.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
fair enough, in every point :)

Original comment by [email protected] on 1 Oct 2010 at 5:31

from android-notifier.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
Merged in r374

Original comment by [email protected] on 2 Oct 2010 at 5:14

from android-notifier.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
LOVE IT!

Original comment by [email protected] on 6 Nov 2010 at 8:41

from android-notifier.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.