34 lines
1 KiB
YAML
34 lines
1 KiB
YAML
|
Categories:
|
||
|
- System
|
||
|
License: Apache-2.0
|
||
|
|
||
|
AutoName: Android Notifier
|
||
|
Description: |-
|
||
|
Sends notifications (for example, phone ringing) from the device to a desktop
|
||
|
machine running the dedicated client software. Get the desktop application from
|
||
|
the web site.
|
||
|
|
||
|
Builds:
|
||
|
- versionName: '0.3'
|
||
|
versionCode: 12
|
||
|
disable: Not published upstream
|
||
|
commit: 7c31ec8497b5
|
||
|
subdir: AndroidNotifier
|
||
|
prebuild:
|
||
|
- echo "source.dir=../NotifierLib/src;src" > ant.properties
|
||
|
- mv ../NotifierLib/lib/* libs/
|
||
|
|
||
|
MaintainerNotes: |-
|
||
|
The build is disabled because it was never published by upstream, and judging
|
||
|
by the content of the issue tracker and short history, it's possibly unfinished
|
||
|
and/or broken. That said, it appears to be long since abandonded, so if someone
|
||
|
can confirm that what exists is actually working and useful, we could probably
|
||
|
publish this version anyway.
|
||
|
|
||
|
AutoUpdateMode: None
|
||
|
UpdateCheckMode: Static
|
||
|
CurrentVersion: '0.3'
|
||
|
CurrentVersionCode: 12
|
||
|
|
||
|
NoSourceSince: '0.4'
|