Fixed creating folders

This commit is contained in:
M66B 2022-10-26 19:53:40 +02:00
parent 61d52c31d5
commit 406fad2779
7 changed files with 528610 additions and 2 deletions

View File

@ -4,6 +4,10 @@
### [Mei long](https://en.wikipedia.org/wiki/Mei_long)
### 1.1992 - 2022-10-27
* Fixed creating folders
### 1.1991 - 2022-10-26
* Small improvements and minor bug fixes

View File

@ -3,7 +3,7 @@ apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 1991 }
def getVersionCode = { -> return 1992 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Mei long" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -4,6 +4,10 @@
### [Mei long](https://en.wikipedia.org/wiki/Mei_long)
### 1.1992 - 2022-10-27
* Fixed creating folders
### 1.1991 - 2022-10-26
* Small improvements and minor bug fixes

View File

@ -93,7 +93,7 @@ public class EntityFolder extends EntityOrder implements Serializable {
@NonNull
public Boolean download = true;
@NonNull
public Boolean auto_classify; // Obsolete
public Boolean auto_classify = false; // Obsolete
@NonNull
public Boolean auto_classify_source = false;
@NonNull

File diff suppressed because it is too large Load Diff