manojubhatia / android-notifier

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

android-notifier and KDE4 and WIFI #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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 kudlay.r...@yandex.ru on 15 Apr 2010 at 10:42

Attachments:

GoogleCodeExporter commented 8 years ago
Cool, that's very nice. Thanks a lot!

I'm still in the process of finishing a GTK-based linux app for this, so I'll 
keep your code in a contrib directory, is 
that ok? Also, are you ok with it being released under the BSD license (as is 
the rest of the project)?

Original comment by rdamazio@gmail.com on 15 Apr 2010 at 1:08

GoogleCodeExporter commented 8 years ago

Original comment by rdamazio@gmail.com on 15 Apr 2010 at 1:09

GoogleCodeExporter commented 8 years ago
I have an new version with checking device id and other improves. BSD license is
suitable for me.

Original comment by kudlay.r...@yandex.ru on 15 Apr 2010 at 1:42

GoogleCodeExporter commented 8 years ago
Sure, please attach your newer version and I'll commit it into the repository.

Original comment by rdamazio@gmail.com on 15 Apr 2010 at 1:58

GoogleCodeExporter commented 8 years ago
Last version doesn't correctly work. For few days I will write more stable 
version, i
hope.

And I can help you with localization in Russian.

Original comment by kudlay.r...@yandex.ru on 15 Apr 2010 at 4:21

GoogleCodeExporter commented 8 years ago
Cпасибо!

And yes, Russian localization will be appreciated - do you know how to 
translate the android app and the mac 
app (the linux app will likely have the same strings, so by translating one 
you'll be covering both)? I can help if 
you wish.

Original comment by rdamazio@gmail.com on 15 Apr 2010 at 5:54

GoogleCodeExporter commented 8 years ago
No I don`t know how to translate the android app and the mac 
app, but I trying to use gettext for translate my app.

Original comment by kudlay.r...@yandex.ru on 15 Apr 2010 at 6:22

GoogleCodeExporter commented 8 years ago
I have no idea about gettext in perl, but in C it's quite easy to use, too 
(putting the strings as _("string") 
basically).

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)

and I'll later figure out a way to use the same translations for both mac and 
linux.

Original comment by rdamazio@gmail.com on 15 Apr 2010 at 7:23

GoogleCodeExporter commented 8 years ago
I've posted this in r134 - I'll also create a README in that directory, please 
let me know how you'd like me to 
mention you for credit.

Also feel free to send me newer versions whenever you want and I'll post them.

Thanks!

Original comment by rdamazio@gmail.com on 17 Apr 2010 at 3:34

GoogleCodeExporter commented 8 years ago
Hm, maybe my version of linux notifier don't need?
If you can use Knotify in linux version (via dbus) my perl script will be 
duplicate
with less functional.

Original comment by kudlay.r...@yandex.ru on 17 Apr 2010 at 4:15

GoogleCodeExporter commented 8 years ago
Right, using knotify is the easy part - providing a consistent UI is the hard 
one. Right now the gnome version is 
supposed to be an icon in the gnome panel, and uses gtk - I have no idea how 
that would work in kde.

Original comment by rdamazio@gmail.com on 17 Apr 2010 at 4:28