-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Thunderbird #642
Conversation
ffupdater/src/main/java/de/marmaro/krt/ffupdater/app/impl/ThunderbirdBeta.kt
Outdated
Show resolved
Hide resolved
The PR looks good, I will check it + merge it after my vacation. I hope that my source code was understandable :D |
It was pretty smooth sailing, very straightforward to add! Enjoy your vacation 💯 |
@@ -25,7 +25,7 @@ object FirefoxRelease : AppBase() { | |||
override val title = R.string.firefox_release__title | |||
override val description = R.string.firefox_release__description | |||
override val installationWarning = R.string.firefox_release__warning | |||
override val downloadSource = "GitHub" | |||
override val downloadSource = "Mozilla Archive" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. I totally forgot to change this value
@@ -7,7 +7,7 @@ | |||
|
|||
Installs and updates the following browsers: | |||
|
|||
Browsers from Mozilla or based on Firefox: | |||
Software from Mozilla or based on Firefox: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏻
Thanks |
@all-contributor please add @kewisch for code |
@all-contributors please add @kewisch for code |
I've put up a pull request to add @kewisch! 🎉 |
- Thanks for the Weblate contributions from: Coool, tetify, jrthwlate, Cirnos, nautilusx, gallegonovato, 109247019824, hamburger2048, kazushi3 and Atalanttore - Change Git signature key - Add support for Thunderbird and Thunderbird Beta (thanks kewisch; #642) - Fix K-9 Mail (thanks kewisch; #648) - Fix network problems with HTTP 2.0 on some smartphones (thanks TeeTeeHaa; #629) - Kiwi is now EOL - Remove Bromite, Bromite SystemWebView, Lockwise and UngoogledChromium
Hey Tobi,
Thunderbird is making an appearance very soon, so I thought we could add Thunderbird here as well.
Let me know if this works
Philipp