Skip to content

Commit

Permalink
app: introduce 1.1.1
Browse files Browse the repository at this point in the history
- got rid of junk code
- replaced HTML with PDF
- minor UI fixes
- got rid of unused code
  • Loading branch information
verNANDo57 committed Nov 28, 2021
1 parent 1a135e9 commit 23debde
Show file tree
Hide file tree
Showing 226 changed files with 5,593 additions and 2,543 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ Rulebook - simple android _app_, that can help you learn _Russian Language_.
This application is, in fact, _a collection_ of all the existing and most important _rules_ of the Russian language (spelling, punctuation, vocabulary, etc.) with the ability to save them to the device internal storage in the form of _.txt_ files and no more.
The development was started in _June 2020_.

## Notes
These libraries were used:
- PdfiumAndroid (no longer maintained) [Modified]
- AndroidPdfViewer (no longer maintained) [Modified]
- CyaneaThemeEngine (no longer maintained) [Modified]


```
#
# Copyright (C) 2021 VerNANDo57 <[email protected]>
Expand Down
16 changes: 9 additions & 7 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.verNANDo57.rulebook_educational"
minSdkVersion 22
targetSdkVersion 31
versionCode 110
versionName '1.1.0'
versionCode 111
versionName '1.1.1'
multiDexEnabled true
}

Expand All @@ -21,11 +21,12 @@ android {
debuggable false
jniDebuggable false
renderscriptDebuggable false
renderscriptOptimLevel 5
renderscriptOptimLevel 3
multiDexEnabled true
signingConfig signingConfigs.release
}
debug {
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
debuggable true
jniDebuggable false
renderscriptDebuggable false
Expand All @@ -44,14 +45,15 @@ android {
}

dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'com.google.android.material:material:1.4.0'
implementation 'com.google.android.material:material:1.3.0'
implementation 'androidx.legacy:legacy-preference-v14:1.0.0'
implementation 'androidx.preference:preference-ktx:1.1.1'
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.1'
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.0-RC2'
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.0'
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.0'
}
repositories {
mavenCentral()
Expand Down
8 changes: 7 additions & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,10 @@

# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
#-renamesourcefileattribute SourceFile

-keep public class com.verNANDo57.rulebook_educational.pdflib.pdfium.util.Size
-keep public class com.verNANDo57.rulebook_educational.pdflib.pdfium.util.SizeF
-keep public class com.verNANDo57.rulebook_educational.pdflib.pdfium.PdfDocument
-keep public class com.verNANDo57.rulebook_educational.pdflib.pdfium.PdfiumCore
-keep public class com.verNANDo57.rulebook_educational.pdflib.pdfium.PdfPasswordException
1,722 changes: 0 additions & 1,722 deletions app/src/main/assets/lexicon/lexicon.html

This file was deleted.

Binary file added app/src/main/assets/lexicon/lexicon.pdf
Binary file not shown.
Binary file removed app/src/main/assets/lexicon/src/background.jpg
Binary file not shown.
Binary file removed app/src/main/assets/lexicon/src/background02.jpg
Binary file not shown.
Binary file removed app/src/main/assets/lexicon/src/background06.jpg
Binary file not shown.
Binary file removed app/src/main/assets/lexicon/src/background09.jpg
Binary file not shown.
Binary file removed app/src/main/assets/lexicon/src/background14.jpg
Binary file not shown.
Binary file removed app/src/main/assets/lexicon/src/background17.jpg
Binary file not shown.
Binary file removed app/src/main/assets/lexicon/src/background20.jpg
Binary file not shown.
Binary file removed app/src/main/assets/lexicon/src/background23.jpg
Binary file not shown.
Binary file removed app/src/main/assets/lexicon/src/background24.jpg
Binary file not shown.
Binary file removed app/src/main/assets/lexicon/src/background29.jpg
Binary file not shown.
Binary file removed app/src/main/assets/lexicon/src/background34.jpg
Binary file not shown.
Binary file removed app/src/main/assets/lexicon/src/background38.jpg
Binary file not shown.
Binary file removed app/src/main/assets/lexicon/src/background41.jpg
Binary file not shown.
Binary file removed app/src/main/assets/lexicon/src/background42.jpg
Binary file not shown.
Binary file removed app/src/main/assets/lexicon/src/background44.jpg
Binary file not shown.
Binary file removed app/src/main/assets/lexicon/src/background46.jpg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 23debde

Please sign in to comment.