mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 13:44:40 +00:00
Metadata for F-Droid
This commit is contained in:
parent
16f6a32762
commit
5d956eb77f
4 changed files with 63 additions and 0 deletions
|
@ -236,8 +236,18 @@ task copyMarkdown(type: Copy) {
|
|||
include "SETUP.md"
|
||||
include "ATTRIBUTION.md"
|
||||
}
|
||||
|
||||
preBuild.dependsOn copyMarkdown
|
||||
|
||||
task copyChangelog(type: Copy) {
|
||||
from "${rootDir}"
|
||||
into "../metadata/en-US/changelogs"
|
||||
include "CHANGELOG.md"
|
||||
rename "CHANGELOG.md", getVersionCode() + ".txt"
|
||||
}
|
||||
|
||||
preBuild.dependsOn copyChangelog
|
||||
|
||||
task downloadPublicSuffixList(type: Download) {
|
||||
// https://github.com/michel-kraemer/gradle-download-task
|
||||
src "https://raw.githubusercontent.com/publicsuffix/list/master/public_suffix_list.dat"
|
||||
|
|
1
metadata/de-DE/short_description.txt
Normal file
1
metadata/de-DE/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
|||
FairEmail - Vollständig ausgestattete, quelloffene, datenschutzfreundliche E-Mail-App für Android
|
1
metadata/de-DE/title.txt
Normal file
1
metadata/de-DE/title.txt
Normal file
|
@ -0,0 +1 @@
|
|||
FairEmail
|
51
metadata/en-US/changelogs/1727.txt
Normal file
51
metadata/en-US/changelogs/1727.txt
Normal file
|
@ -0,0 +1,51 @@
|
|||
## Changelog
|
||||
|
||||
🌎 [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
|
||||
|
||||
### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
|
||||
|
||||
### 1.1727
|
||||
|
||||
* Following dark/light theme for original message view
|
||||
* Added message menu item / optional button to force light theme for original message view
|
||||
* Moved block sender rules to local contact database to make it a free feature
|
||||
* Fixed verifying some S/MIME signatures
|
||||
|
||||
### 1.1726
|
||||
|
||||
* Show in-app changelog after updating
|
||||
|
||||
### 1.1725
|
||||
|
||||
* Added in-app changelog
|
||||
|
||||
### 1.1724
|
||||
|
||||
* Added display option for fixed date header
|
||||
* Moved navigation folders under accounts in the navigation menu
|
||||
|
||||
### 1.1723
|
||||
|
||||
* Fixed polling sometimes stopping
|
||||
|
||||
### 1.1722
|
||||
|
||||
* Added sort folders on unread messages option
|
||||
* Added Outlook .msg file decoder
|
||||
|
||||
### 1.1721
|
||||
|
||||
* Added decoding of Sophos Email Appliance links
|
||||
* Updated libraries
|
||||
|
||||
### 1.1720
|
||||
|
||||
* Moved outbox to unified folders in navigation menu
|
||||
* Added connection option to connect via VPN only
|
||||
* Added sqlite checkpoint after processing operations
|
||||
|
||||
### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
|
||||
|
||||
### 1.1719
|
||||
|
||||
* Added tap on folder name to go to folder (conversation/message view only)
|
Loading…
Reference in a new issue