Skip to content

Commit 9aade42

Browse files
committed
SD card enchancements
1 parent 78f2963 commit 9aade42

File tree

94 files changed

+1294
-569
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+1294
-569
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
multiDexEnabled true
1414
// When new version released, version code must be incremented at least by 8
1515
// for compatibility with ABI versioning of split apk (see below).
16-
versionCode 202203101
17-
versionName "2022.03.10.1"
16+
versionCode 202203261
17+
versionName "2022.03.26.1"
1818
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1919
externalNativeBuild {
2020
cmake {

android/app/thirdparty_libs/libpng/lib/pnglibconf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
#define PNG_USER_HEIGHT_MAX 1000000
210210
#define PNG_USER_WIDTH_MAX 1000000
211211
#define PNG_ZBUF_SIZE 8192
212-
#define PNG_ZLIB_VERNUM 0x1270
212+
#define PNG_ZLIB_VERNUM 0x1280
213213
#define PNG_Z_DEFAULT_COMPRESSION (-1)
214214
#define PNG_Z_DEFAULT_NOFILTER_STRATEGY 0
215215
#define PNG_Z_DEFAULT_STRATEGY 1

android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ buildscript {
66
google()
77
mavenCentral()
88
mavenLocal()
9-
maven { url "https://jitpack.io" } // needed for: com.github.deano2390:FlowTextView:2.0.5, com.github.deano2390:FlowTextView:2.0.5
9+
maven { url "https://jitpack.io" } // needed for: com.github.deano2390:FlowTextView:2.0.5
1010
}
1111
dependencies {
12-
classpath 'com.android.tools.build:gradle:7.3.0-alpha01'
12+
classpath 'com.android.tools.build:gradle:7.3.0-alpha07'
1313
// NOTE: Do not place your application dependencies here; they belong
1414
// in the individual module build.gradle files
1515
}
@@ -20,7 +20,7 @@ allprojects {
2020
google()
2121
mavenCentral()
2222
mavenLocal()
23-
maven { url "https://jitpack.io" } // needed for: com.github.deano2390:FlowTextView:2.0.5, com.github.deano2390:FlowTextView:2.0.5
23+
maven { url "https://jitpack.io" } // needed for: com.github.deano2390:FlowTextView:2.0.5
2424

2525
maven {
2626
url "http://repo.boox.com/repository/maven-public/"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sun Feb 13 12:22:24 MSK 2022
1+
#Sun Mar 20 12:57:32 MSK 2022
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME
961 Bytes
Loading
603 Bytes
Loading
745 Bytes
Loading
1.44 KB
Loading
1.98 KB
Loading

android/res/layout/book_info_dialog.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
android:layout_marginLeft="3dip"
217217
android:layout_marginRight="3dip"
218218
android:src="@null"
219-
android:maxLines="1"
219+
android:maxLines="2"
220220
android:ellipsize="end"
221221
android:drawableLeft="@drawable/icons8_toc_item_normal"
222222
android:textColor="?attr/colorIcon"

0 commit comments

Comments
 (0)