62 lines
1.4 KiB
YAML
62 lines
1.4 KiB
YAML
Categories:
|
|
- Phone & SMS
|
|
License: GPL-3.0-only
|
|
WebSite: https://code.google.com/p/pttdroid
|
|
SourceCode: https://code.google.com/p/pttdroid/source
|
|
|
|
AutoName: pttdroid
|
|
Description: |-
|
|
Talk with other people on the same WiFi network. The app uses broadcast and
|
|
multicast for communication over the same local network (WiFi) and unicast for
|
|
point-to-point communication, which also works on GSM. Uses Speex
|
|
([http://www.speex.org/]) for voice encoding which can be adapted to the
|
|
bandwidth.
|
|
|
|
RepoType: git-svn
|
|
Repo: https://pttdroid.googlecode.com/svn;trunk=trunk/pttdroid;tags=tags
|
|
|
|
Builds:
|
|
- versionName: '1.1'
|
|
versionCode: 2
|
|
commit: '1.1'
|
|
prebuild: rm -rf libs/
|
|
target: android-7
|
|
buildjni:
|
|
- yes
|
|
|
|
- versionName: '1.2'
|
|
versionCode: 3
|
|
commit: '62'
|
|
prebuild: rm -rf libs/
|
|
buildjni:
|
|
- yes
|
|
|
|
- versionName: '1.5'
|
|
versionCode: 4
|
|
commit: '71'
|
|
forceversion: true
|
|
prebuild: rm -rf libs/
|
|
target: android-18
|
|
buildjni:
|
|
- yes
|
|
|
|
- versionName: 1.5.2
|
|
versionCode: 5
|
|
commit: 1.5.2
|
|
prebuild: rm -rf libs/ obj/
|
|
buildjni:
|
|
- yes
|
|
|
|
- versionName: 1.5.3
|
|
versionCode: 6
|
|
disable: uses google play services
|
|
commit: 1.5.3
|
|
prebuild: rm -rf libs/ obj/
|
|
buildjni:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Static
|
|
CurrentVersion: 1.5.3
|
|
CurrentVersionCode: 6
|