Closed GoogleCodeExporter closed 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
Original comment by rdamazio@gmail.com
on 15 Apr 2010 at 1:09
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
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
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
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
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
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
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
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
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
Original issue reported on code.google.com by
kudlay.r...@yandex.ru
on 15 Apr 2010 at 10:42Attachments: