mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Merge branch 'miscfixes428' into 'master'
FairEmail update and MultiVNC use Triple-T for description See merge request fdroid/fdroiddata!8361
This commit is contained in:
commit
f921dc2018
2 changed files with 12 additions and 12 deletions
|
|
@ -8,16 +8,6 @@ Changelog: https://raw.githubusercontent.com/bk138/multivnc/HEAD/android/ChangeL
|
|||
LiberapayID: '1537855'
|
||||
|
||||
AutoName: MultiVNC
|
||||
Description: |-
|
||||
It includes the following features:
|
||||
|
||||
* Bonjour/ZeroConf service discovery that automatically detects supported VNC servers in your network.
|
||||
* Virtual mouse button controls with haptic feedback.
|
||||
* Two-finger swipe gesture recognition.
|
||||
* A super fast touchpad mode for local use.
|
||||
* Hardware-accelerated OpenGL drawing and zooming.
|
||||
* Copy&paste to and from Android.
|
||||
* Bookmarking of connections.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/bk138/multivnc
|
||||
|
|
|
|||
|
|
@ -3698,9 +3698,19 @@ Builds:
|
|||
prebuild: sed -i -e '/keystoreProperties/d' build.gradle
|
||||
ndk: r21d
|
||||
|
||||
- versionName: '1.1487'
|
||||
versionCode: 1487
|
||||
commit: '1.1487'
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- fdroid
|
||||
prebuild: sed -i -e '/keystoreProperties/d' build.gradle
|
||||
ndk: r21d
|
||||
|
||||
MaintainerNotes: Dynamic versionName and version code, so no autoupdates anymore.
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: '1.1486'
|
||||
CurrentVersionCode: 1486
|
||||
CurrentVersion: '1.1487'
|
||||
CurrentVersionCode: 1487
|
||||
|
|
|
|||
Loading…
Reference in a new issue