mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-26 19:05:23 +01:00
1.1954 release
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
### [Ledumahadi](https://en.wikipedia.org/wiki/Ledumahadi)
|
||||
|
||||
### 1.1953 - 2022-08-17
|
||||
### 1.1954 - 2022-08-17
|
||||
|
||||
* Small improvements and minor bug fixes
|
||||
* Updated translations
|
||||
|
||||
@@ -3,7 +3,7 @@ apply plugin: 'com.bugsnag.android.gradle'
|
||||
apply plugin: 'kotlin-android'
|
||||
apply plugin: 'de.undercouch.download'
|
||||
|
||||
def getVersionCode = { -> return 1953 }
|
||||
def getVersionCode = { -> return 1954 }
|
||||
def getRevision = { -> return "a" }
|
||||
def getReleaseName = { -> return "Ledumahadi" }
|
||||
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
|
||||
|
||||
175308
app/schemas/mapping/FairEmail-v1.1954a-github-release-mapping.txt
Normal file
175308
app/schemas/mapping/FairEmail-v1.1954a-github-release-mapping.txt
Normal file
File diff suppressed because it is too large
Load Diff
173276
app/schemas/mapping/FairEmail-v1.1954a-play-release-mapping.txt
Normal file
173276
app/schemas/mapping/FairEmail-v1.1954a-play-release-mapping.txt
Normal file
File diff suppressed because it is too large
Load Diff
@@ -4,7 +4,7 @@
|
||||
|
||||
### [Ledumahadi](https://en.wikipedia.org/wiki/Ledumahadi)
|
||||
|
||||
### 1.1953 - 2022-08-17
|
||||
### 1.1954 - 2022-08-17
|
||||
|
||||
* Small improvements and minor bug fixes
|
||||
* Updated translations
|
||||
|
||||
@@ -134,7 +134,7 @@ public class GmailState {
|
||||
if (newToken != null && !newToken.equals(token)) {
|
||||
token = newToken;
|
||||
acquired = new Date().getTime();
|
||||
} else
|
||||
} else if (needsRefresh)
|
||||
Log.e("Token refresh failed id=" + id);
|
||||
|
||||
if (token == null)
|
||||
|
||||
1443
metadata/en-US/changelogs/1954.txt
Normal file
1443
metadata/en-US/changelogs/1954.txt
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user