Skip to content

Commit

Permalink
Merge tag '1.2244'
Browse files Browse the repository at this point in the history
  • Loading branch information
niks255 committed Nov 8, 2024
2 parents 5185c8f + 1e1932e commit e296dca
Show file tree
Hide file tree
Showing 130 changed files with 1,477 additions and 26,626 deletions.
57 changes: 57 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,63 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=

### [Barsboldia](https://en.wikipedia.org/wiki/Barsboldia)

### 1.2244 2024-11-01

* Fixed deleting old unread messages
* Small improvements and minor bug fixes
* Updated build tools
* Updated [translations](https://crowdin.com/project/open-source-email)

### 1.2243 2024-11-01

* Added AI interference to [expression conditions](https://m66b.github.io/FairEmail/#faq71)
* Small improvements and minor bug fixes
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [translations](https://crowdin.com/project/open-source-email)

### 1.2242 2024-10-29

* Updated MiniDNS to version 1.1.1
* Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email)

### 1.2241 2024-10-24

* Fixed interaction sharing email / biometric authentication
* Added trash/archive to swipe/ask popup menu
* Added confirmation for signature deletion
* Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email)

### 1.2240 2024-10-19

* Fixed newlines for messages sent with Outlook 2024

### 1.2239 2024-10-18

* Fixed workaround for invalid PGP messages
* Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email)

### 1.2238 2024-10-17

* Fixed zooming with always shown inline images
* Added copying of POP3 accounts
* Removed inline build of MiniDNS
* Small improvements and minor bug fixes
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email)

### 1.2237 2024-10-14

* Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email)

### 1.2236 2024-10-08

* Disabled workaround for Gmail
Expand Down
116 changes: 60 additions & 56 deletions FAQ.md

Large diffs are not rendered by default.

36 changes: 20 additions & 16 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'

def getVersionCode = { -> return 2236 }
def getVersionCode = { -> return 2244 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Barsboldia" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
Expand Down Expand Up @@ -305,7 +305,7 @@ android {
}
play {
dimension "all"
//minSdkVersion 23
minSdkVersion 23
manifestPlaceholders.largeHeap = false
manifestPlaceholders.build_uuid = UUID.nameUUIDFromBytes(("play" + getVersionCode() + getRevision()).getBytes()).toString();
buildConfigField "boolean", "TEST_RELEASE", "false"
Expand Down Expand Up @@ -534,7 +534,7 @@ configurations.configureEach {
exclude group: "com.atlassian.commonmark", module: "commonmark"

// https://github.com/MiniDNS/minidns/issues/139
exclude group: "org.minidns", module: "minidns-dnssec"
//exclude group: "org.minidns", module: "minidns-dnssec"
}

configurations.configureEach {
Expand Down Expand Up @@ -565,30 +565,31 @@ dependencies {
def desugar_version = "2.0.4"
def startup_version = "1.2.0-alpha02" // 1.2.0
def annotation_version_experimental = "1.4.1" // 1.5.0-alpha01
def core_version = "1.13.1" // 1.15.0-beta01
def core_version = "1.15.0"
def appcompat_version = "1.7.0"
def emoji_version = "1.5.0"
def flatbuffers_version = "2.0.0"
def activity_version = " 1.9.2" // 1.10.0-alpha02
def fragment_version = "1.8.4"
def windows_version = "1.3.0" // 1.4.0-alpha04
def activity_version = " 1.9.3" // 1.10.0-alpha03
def fragment_version = "1.8.5"
def windows_version = "1.3.0" // 1.4.0-alpha05
def webkit_version = "1.10.0" // 1.11.0/1.12.0
def recyclerview_version = "1.3.2" // 1.4.0-rc01
def coordinatorlayout_version = "1.2.0" // 1.3.0-alpha02
def constraintlayout_version = "2.1.4" // 2.2.0-alpha14
def constraintlayout_version = "2.1.4" // 2.2.0
def viewpager_version = "1.1.0-beta01"
def material_version = "1.11.0" // 1.12.0 / 1.13.0-alpha03
def browser_version = "1.8.0"
def lbm_version = "1.1.0"
def swiperefresh_version = "1.2.0-alpha01"
def documentfile_version = "1.1.0-alpha01"
def lifecycle_version = "2.8.6" // 2.9.0-alpha04
def lifecycle_version = "2.8.6" // 2.8.7/2.9.0-alpha06
def lifecycle_extensions_version = "2.2.0"
def room_version = "2.4.3" // 2.5.2/2.6.1/2.7.0-alpha09
def sqlite_version = "2.4.0" // 2.5.0-alpha09
def room_version = "2.4.3" // 2.5.2/2.6.1/2.7.0-alpha11
def sqlite_version = "2.4.0" // 2.5.0-alpha11
def requery_version = "3.39.2"
def paging_version = "2.1.2" // 3.3.0-rc01
def preference_version = "1.2.1"
def work_version = "2.9.1" // 2.10.0-beta01
def work_version = "2.10.0"
def exif_version = "1.3.7"
def biometric_version = "1.2.0-alpha05" // 1.4.0-alpha02
def billingclient_version = "6.0.1" // 6.2.0
Expand All @@ -599,7 +600,7 @@ dependencies {
def jsonpath_version = "2.9.0"
def css_version = "0.9.30"
def jax_version = "2.3.0-jaxb-1.0.6"
def minidns_version = "1.0.5"
def minidns_version = "1.1.1"
def openpgp_version = "12.0"
def badge_version = "1.1.22"
def bugsnag_version = "6.7.0"
Expand Down Expand Up @@ -658,9 +659,6 @@ dependencies {
// https://mvnrepository.com/artifact/androidx.webkit/webkit
implementation "androidx.webkit:webkit:$webkit_version"

// https://mvnrepository.com/artifact/androidx.viewpager2/viewpager2
//implementation "androidx.viewpager2:viewpager2:1.1.0-alpha01"

// https://mvnrepository.com/artifact/androidx.recyclerview/recyclerview
// https://mvnrepository.com/artifact/androidx.recyclerview/recyclerview-selection
implementation "androidx.recyclerview:recyclerview:$recyclerview_version"
Expand All @@ -672,6 +670,12 @@ dependencies {
// https://mvnrepository.com/artifact/androidx.constraintlayout/constraintlayout
implementation "androidx.constraintlayout:constraintlayout:$constraintlayout_version"

// https://developer.android.com/jetpack/androidx/releases/viewpager
//implementation "androidx.viewpager:viewpager:$viewpager_version"

// https://mvnrepository.com/artifact/androidx.viewpager2/viewpager2
//implementation "androidx.viewpager2:viewpager2:1.1.0-alpha01"

// https://mvnrepository.com/artifact/com.google.android.material/material
// https://github.com/material-components/material-components-android/releases
implementation "com.google.android.material:material:$material_version"
Expand Down
57 changes: 57 additions & 0 deletions app/src/main/assets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,63 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=

### [Barsboldia](https://en.wikipedia.org/wiki/Barsboldia)

### 1.2244 2024-11-01

* Fixed deleting old unread messages
* Small improvements and minor bug fixes
* Updated build tools
* Updated [translations](https://crowdin.com/project/open-source-email)

### 1.2243 2024-11-01

* Added AI interference to [expression conditions](https://m66b.github.io/FairEmail/#faq71)
* Small improvements and minor bug fixes
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [translations](https://crowdin.com/project/open-source-email)

### 1.2242 2024-10-29

* Updated MiniDNS to version 1.1.1
* Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email)

### 1.2241 2024-10-24

* Fixed interaction sharing email / biometric authentication
* Added trash/archive to swipe/ask popup menu
* Added confirmation for signature deletion
* Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email)

### 1.2240 2024-10-19

* Fixed newlines for messages sent with Outlook 2024

### 1.2239 2024-10-18

* Fixed workaround for invalid PGP messages
* Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email)

### 1.2238 2024-10-17

* Fixed zooming with always shown inline images
* Added copying of POP3 accounts
* Removed inline build of MiniDNS
* Small improvements and minor bug fixes
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email)

### 1.2237 2024-10-14

* Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email)

### 1.2236 2024-10-08

* Disabled workaround for Gmail
Expand Down
Loading

0 comments on commit e296dca

Please sign in to comment.