mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 01:38:07 +00:00
New App: Thunderbird for Android Beta
This commit is contained in:
parent
4bb3a461d3
commit
7644cd747e
1 changed files with 89 additions and 0 deletions
89
metadata/net.thunderbird.android.beta.yml
Normal file
89
metadata/net.thunderbird.android.beta.yml
Normal file
|
|
@ -0,0 +1,89 @@
|
|||
Categories:
|
||||
- Connectivity
|
||||
- Internet
|
||||
- Writing
|
||||
License: Apache-2.0
|
||||
WebSite: https://thunderbird.net
|
||||
SourceCode: https://github.com/thunderbird/thunderbird-android
|
||||
IssueTracker: https://github.com/thunderbird/thunderbird-android/issues
|
||||
Translation: https://hosted.weblate.org/projects/tb-android/
|
||||
Changelog: https://github.com/thunderbird/thunderbird-android/releases/
|
||||
Donate: https://www.thunderbird.net/?form=tfa&utm_campaign=android_metadata&utm_medium=web&utm_source=fdroid.org&utm_content=link_beta_listing
|
||||
|
||||
AutoName: Thunderbird Beta for Testers
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/thunderbird/thunderbird-android.git
|
||||
|
||||
Builds:
|
||||
- versionName: 8.0b3
|
||||
versionCode: 6
|
||||
commit: THUNDERBIRD_8_0b3
|
||||
output: app-thunderbird/build/outputs/apk/foss/beta/app-thunderbird-foss-beta-unsigned.apk
|
||||
binary: https://github.com/thunderbird/thunderbird-android/releases/download/THUNDERBIRD_8_0b3/thunderbird-8.0b3.apk
|
||||
rm:
|
||||
- feature/funding/googleplay
|
||||
prebuild:
|
||||
- sed -i -e '/maven.mozilla.org\/maven2/d' -e '/glean/d' -e '/app-k9mail/d'
|
||||
-e '/googleplay/d' settings.gradle.kts
|
||||
- sed -i -e 's/feature.funding.googleplay/feature.funding.link/' app-thunderbird/build.gradle.kts
|
||||
- gradle clean
|
||||
scandelete:
|
||||
- build-plugin
|
||||
build: gradle assembleFossBeta
|
||||
|
||||
- versionName: 8.0b4
|
||||
versionCode: 7
|
||||
commit: THUNDERBIRD_8_0b4
|
||||
output: app-thunderbird/build/outputs/apk/foss/beta/app-thunderbird-foss-beta-unsigned.apk
|
||||
binary: https://github.com/thunderbird/thunderbird-android/releases/download/THUNDERBIRD_8_0b4/thunderbird-8.0b4.apk
|
||||
rm:
|
||||
- feature/funding/googleplay
|
||||
prebuild:
|
||||
- sed -i -e '/maven.mozilla.org\/maven2/d' -e '/glean/d' -e '/app-k9mail/d'
|
||||
-e '/googleplay/d' settings.gradle.kts
|
||||
- sed -i -e 's/feature.funding.googleplay/feature.funding.link/' app-thunderbird/build.gradle.kts
|
||||
- gradle clean
|
||||
scandelete:
|
||||
- build-plugin
|
||||
build: gradle assembleFossBeta
|
||||
|
||||
- versionName: 8.0b5
|
||||
versionCode: 8
|
||||
commit: THUNDERBIRD_8_0b5
|
||||
output: app-thunderbird/build/outputs/apk/foss/beta/app-thunderbird-foss-beta-unsigned.apk
|
||||
binary: https://github.com/thunderbird/thunderbird-android/releases/download/THUNDERBIRD_8_0b5/thunderbird-8.0b5.apk
|
||||
rm:
|
||||
- feature/funding/googleplay
|
||||
prebuild:
|
||||
- sed -i -e '/maven.mozilla.org\/maven2/d' -e '/glean/d' -e '/app-k9mail/d'
|
||||
-e '/googleplay/d' settings.gradle.kts
|
||||
- sed -i -e 's/feature.funding.googleplay/feature.funding.link/' app-thunderbird/build.gradle.kts
|
||||
- gradle clean
|
||||
scandelete:
|
||||
- build-plugin
|
||||
build: gradle assembleFossBeta
|
||||
|
||||
AllowedAPKSigningKeys: 056bfafb450249502fd9226228704c2529e1b822da06760d47a85c9557741fbd
|
||||
|
||||
MaintainerNotes: |-
|
||||
Thunderbird for Android is based on K-9 Mail. The source repository contains both applications, a
|
||||
symlink points to the correct metadata path. We're using the `foss` flavor for submission to
|
||||
f-droid, while the `full` flavor will be reserved for the Play Store.
|
||||
|
||||
Thunderbird on the Play Store has two separate application ids and listings. This listing is the
|
||||
beta release where we're testing some feature earlier for feedback from our users.
|
||||
|
||||
The source code may have a few pointers to potentially unwanted features. There is the Play Store
|
||||
billing library, which we're going to use to collect financial contributions in the Play Store
|
||||
flavor. The f-droid variant simply links out to our fundraising page in a web browser. There is
|
||||
also Glean telemetry, which is currently disabled. When we re-enable it, we expect it will meet
|
||||
the opt-in requirements set in the policies.
|
||||
|
||||
Auto updates are currently disabled and will be done manually. We strive to enable auto updates
|
||||
soon after the release.
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 8.0b5
|
||||
CurrentVersionCode: 8
|
||||
Loading…
Reference in a new issue