fdroiddata/metadata/io.github.powerinside.syncplay.yml
linsui f5701c12ad remove disabled versions
for f in $(rg --files-with-matches '^    disable: ' metadata/*.yml); do
  yq -i '.Builds |= ((.[:-1] | filter(has("disable") | not)) + .[-1:])' $f;
done
fdroid rewritemeta
2024-02-28 13:31:34 +00:00

69 lines
2.1 KiB
YAML

Categories:
- Connectivity
License: Apache-2.0
AuthorName: Mohammed Irfan
SourceCode: https://github.com/mo3rfan/syncplayer
IssueTracker: https://github.com/mo3rfan/syncplayer/issues
Liberapay: mo3rfan
Bitcoin: bc1qanezz4yh2pmrjtklpucxqxjsurgftdc9p7h3n7
AutoName: SyncPlayer
Description: |-
SyncPlayer is an unofficial client that implements the syncplay protocol. It
connects to Syncplay servers to sync video playback between two or more users.
Use it to watch videos with your friends online. Just add a server, pick a video
and make sure your friends join the same server and room.
Please note: SyncPlayer does not stream or transmit the video data in any way
whatsoever. It only synchronizes video playback between users.
Syncplay clients are also available for Windows and Linux.
RepoType: git
Repo: https://github.com/mo3rfan/syncplayer
Builds:
- versionName: 1.6.2
versionCode: 16
commit: 1.6.2
subdir: app
submodules: true
gradle:
- prod
prebuild: sed -i -e 's/com.android.support.constraint:constraint-layout:1.0.0-beta4/com.android.support.constraint:constraint-layout:1.0.2/g'
build.gradle
- versionName: 1.6.4
versionCode: 18
commit: 1.6.4
subdir: app
submodules: true
gradle:
- prod
prebuild: sed -i -e 's/com.android.support.constraint:constraint-layout:1.0.0-beta4/com.android.support.constraint:constraint-layout:1.0.2/g'
build.gradle
- versionName: 1.7.1
versionCode: 22
commit: 1.7.1
subdir: app
submodules: true
gradle:
- prod
prebuild: sed -i -e 's/com.android.support.constraint:constraint-layout:1.0.0-beta4/com.android.support.constraint:constraint-layout:1.0.2/g'
build.gradle
- versionName: 1.7.2
versionCode: 23
commit: 1.7.2
subdir: app
submodules: true
gradle:
- prod
prebuild: sed -i -e 's/com.android.support.constraint:constraint-layout:1.0.0-beta4/com.android.support.constraint:constraint-layout:1.0.2/g'
build.gradle
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 1.7.2
CurrentVersionCode: 23