GithubHelp home page GithubHelp logo

android-notifier's People

Watchers

 avatar

android-notifier's Issues

Constant force close on Nexus One

What steps will reproduce the problem?
1. Download fresh copy of app from Market
2. Open app on phone
3. Application force closes every time

What is the expected output? What do you see instead?
Can't access Settings screen, but application seems to function normally 
otherwise (receives notifications on Mac successfully)

What version of the product are you using? On what operating system?
Version 0.2.1 on Nexus One, Software 2.1-update1 (unmodified)

Please provide any additional information below.
If there are any debug/log files I can provide, let me know.  I couldn't see 
any on my SD card.

Original issue reported on code.google.com by [email protected] on 25 Feb 2010 at 11:24

Phone call messages don't always show.

What steps will reproduce the problem?
1. Tested several times.
2.
3.

What is the expected output? What do you see instead?
Should see a growl notification when receiving a call.  On the Mac you can
see the bluetooth connection go active, but no growl notification shows. 
Will show randomly, but rarely.


Original issue reported on code.google.com by KahilYoung on 12 Apr 2010 at 4:35

  • Merged into: #3

"Copy to clipboard" action on the desktop app

It would be nice if the Mac app would copy the contents of the notification to 
the clipboard automatically, for certain types of notifications (which types 
should be user-configurable).

Original issue reported on code.google.com by [email protected] on 25 Mar 2010 at 2:30

Russian localization

> In case you're willing to translate those as well, It's all XML - for the
Android app:
>
http://code.google.com/p/android-notifier/source/browse/trunk/AndroidNotifier/re
s/values/arrays.xml
>
http://code.google.com/p/android-notifier/source/browse/trunk/AndroidNotifier/re
s/values/strings.xml

> For the mac app:
> http://code.google.com/p/android-
notifier/source/browse/trunk/MacDroidNotifier/English.lproj/Localizable.strings
>
http://code.google.com/p/android-notifier/source/browse/trunk/MacDroidNotifier/E
nglish.lproj/UI.xib
(this last one may be inconvenient to edit without apple's tools, if you're
willing to translate it I can extract the 
strings, or just search for "NSContents" in it)

3 files in Russian you can find in attachments and UI.xib for MAC will be
later.

Some strings in this file contain base_64 UTF-8 encoded string but utf8
encoded already.

<stringkey="NSContents">Foreacheventtype,selectwhichactionstotake.</string>
<stringtype="base64-UTF8"key="NSContents">RXhlY3V0ZXM6IDxub3RoaW5nPg</string>

Can I insert Russian text without base64-UTF8 encoding into all Nodes?


Original issue reported on code.google.com by [email protected] on 17 Apr 2010 at 9:53

Attachments:

Ability to hide menu icon

Would it be possible to provide the ability to hide the menu icon? Like some 
Mac users, I have a 
number of items up there i really need to access, but this application is 
something that seems to be 
a "set it and for get it" app.  I'm not sure how you could go about 
implementing access to 
preferences, but BetterTouchTool uses a system preference ad-on that when 
opened it shows the 
preference windows separate from the system preferences window.  I guess it 
could also be 
accessed via a keyboard command.

Thanks!

Original issue reported on code.google.com by [email protected] on 20 Mar 2010 at 6:41

Bluetooth notifications not delivered

The Android app doesn't seem to be able to send Bluetooth notifications on a 
Nexus One.

The phone is paired with just one computer, and bluetooth works in general.  
(E.g., I can transfer files with OBEX.)  PacketLogger doesn't show any 
bluetooth 
traffic from the phone when I send a test notification, so I'm pretty sure this 
is 
a bug on the handset side, not the computer side.

Tested on a Nexus One running Android 2.1 (build ERD79).  On the computer 
side, I tested with both a Mac Mini (Macmini2,1) running 10.5.8 and a Mac 
Book Pro (MacBookPro5,4) running 10.5.8.

Original issue reported on code.google.com by [email protected] on 28 Jan 2010 at 9:08

MacDroidNotifier consuming 50% CPU in getattr calls

Some users are reporting that MacDroidNotifier is consuming about 50% of 
the CPU in calls to getattr.

I suspect this is related to login items - we watch the login items for changes 
and re-read it whenever it's changed. If that's the issue, my initial proposal 
is 
to stop listening on the changes and instead just read it every time 
preferences is opened, possibly then posting the update to the bindings. The 
downside of the solution is that, if the app is added to or removed from the 
login items while preferences is open, the change will not be shown 
immediately.

Original issue reported on code.google.com by [email protected] on 25 Jan 2010 at 5:50

Notifier should allow more actions than just showing the notification

We should allow the user to pick what action should be taken on each kind of 
event. Some possible use cases:

* Lowering the desktop's output volume when the phone rings
* Executing a script when the user gets an SMS (and let the script receive the 
SMS contents)

This can be done either by giving the user some options in addition to "run 
external program", or make all possible actions external.

Original issue reported on code.google.com by [email protected] on 4 Jan 2010 at 12:23

Newly-paired devices not displayed

What steps will reproduce the problem?
1. Open the settings screen, then Bluetooth options
2. Check which devices are listed under "destination device"
3. Go into the pairing screen and pair with an additional device (one that's 
compatible with the app)
4. Go out of the pairing screen after it's been paired, and open the 
destination device list again

What is the expected output? What do you see instead?
Expected: the new device would be there
Actual: it's not

Original issue reported on code.google.com by [email protected] on 30 Mar 2010 at 9:49

Installation problem on HTC Hero

Hello, I can't install your apk in my HTC Hero, it said that my phone can't 
support this app.

My OS version is 1.5 with HTC sense

Hope you can solve this issue, thank you.

Original issue reported on code.google.com by [email protected] on 16 Mar 2010 at 2:21

android-notifier and KDE4 and WIFI

Good application for android phone. I uses Kubuntu (KDE4 at GNU/Linux) on
my desktop and I wrote simple client for android-notifier.

It written on perl and it uses Knotify as part of KDE for displaying
notification.
%titles and $startmes used for localization of messages.

Client does not check phone id because i have only one phone at my network.

Original issue reported on code.google.com by [email protected] on 15 Apr 2010 at 10:42

Attachments:

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.