mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Newapp: ThreadScoopOnionChat
This commit is contained in:
parent
b9c981d2dc
commit
b144fda6f3
1 changed files with 63 additions and 0 deletions
63
metadata/com.bwt.threadscooponionchatcom.yml
Normal file
63
metadata/com.bwt.threadscooponionchatcom.yml
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
AntiFeatures:
|
||||
NonFreeNet:
|
||||
en-US: Depends on getsession.org servers
|
||||
UpstreamNonFree:
|
||||
en-US: Non-free libs are patched by F-Droid
|
||||
Categories:
|
||||
- Internet
|
||||
- Phone & SMS
|
||||
License: GPL-3.0-only
|
||||
AuthorName: R00tedBrain
|
||||
WebSite: https://r00tedbrain.github.io/ThreadScoopOnionChatWebsite/
|
||||
SourceCode: https://github.com/R00tedbrain/ThreadScoopOnionChatV2
|
||||
IssueTracker: https://github.com/R00tedbrain/ThreadScoopOnionChatV2/issues
|
||||
Translation: https://crowdin.com/project/session-android
|
||||
Changelog: https://github.com/R00tedbrain/ThreadScoopOnionChatV2/releases
|
||||
|
||||
AutoName: ThreadScoopOnionChat
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/R00tedbrain/ThreadScoopOnionChatV2
|
||||
Binaries: https://github.com/R00tedbrain/ThreadScoopOnionChatV2/releases/download/%vFOSS/ThreadSecureChatOnion-%v-universal.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 1.20.9
|
||||
versionCode: 3915
|
||||
commit: 0b4643a314c581a3d71cff453604e9febe6d6468
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- website
|
||||
srclibs:
|
||||
- session-lazysodium-android@5.1.1
|
||||
rm:
|
||||
- liblazysodium
|
||||
prebuild:
|
||||
- ln -s $$session-lazysodium-android$$/app ../liblazysodium
|
||||
- ln -s $$session-lazysodium-android$$/session-lazysodium-java ..
|
||||
- sed -i -e 's/classifier/archiveClassifier/' -e '/android {/a namespace "com.goterl.lazysodium"'
|
||||
../liblazysodium/build.gradle
|
||||
- sed -i -e '/gms/d' -e 's/raw.github.com.*"/jitpack.io"/' ../build.gradle
|
||||
- sed -i -e '/gms/d' -e '/firebase-messaging/,/^ }/d' -e '/enable /d' -e
|
||||
'/circular-progress-button/s/1.1.3-S2/1.1.3/' -e 's/ext.websiteUpdateUrl =
|
||||
".*"/ext.websiteUpdateUrl = "null"/g' build.gradle
|
||||
- for uri in $(sed -n -E 's/android:authorities="network\.loki\.(.*)"/\1/p'
|
||||
src/main/AndroidManifest.xml); do find src/main/java/org/thoughtcrime/securesms
|
||||
-type f -exec sed -i -e "s/network.loki.$uri/network.loki.threadscoop.$uri/g"
|
||||
{} +; done
|
||||
- sed -i -e '/c2dm/d' -e 's/ACCESS_SESSION_SECRETS/threadscoop.ACCESS_SESSION_SECRETS/g'
|
||||
-e '/android:authorities/s/network\.loki/network.loki.threadscoop/' src/main/AndroidManifest.xml
|
||||
- sdkmanager 'cmake;3.22.1'
|
||||
scandelete:
|
||||
- libsession-util/libsession-util/external
|
||||
ndk: r26b
|
||||
|
||||
AllowedAPKSigningKeys: 21ded9dada0794bd5475afb6614f69f61bf0b48e9ad4e10923f413dca43276e9
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
VercodeOperation:
|
||||
- 10*%c + 5
|
||||
UpdateCheckData: app/build.gradle|canonicalVersionCode\s=\s(\d+)|.|canonicalVersionName\s=\s"([\d.]+)"
|
||||
CurrentVersion: 1.20.9
|
||||
CurrentVersionCode: 3915
|
||||
Loading…
Reference in a new issue