diff --git a/README.md b/README.md
index d3d0e7b4..d969c763 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[![License](https://img.shields.io/badge/license-GNU_GPLv3-orange.svg)](https://github.com/mkulesh/microMathematics/blob/master/LICENSE) [![Build Status](https://travis-ci.org/mkulesh/microMathematics.svg?branch=master)](https://travis-ci.org/mkulesh/microMathematics) [![Download unsigned APK from latest autobuild](https://img.shields.io/badge/APK-autobuild-blue.svg)](https://github.com/mkulesh/microMathematics/raw/autobuild/autobuild/microMathematics-v2.17.2.apk)
+[![License](https://img.shields.io/badge/license-GNU_GPLv3-orange.svg)](https://github.com/mkulesh/microMathematics/blob/master/LICENSE) [![Build Status](https://travis-ci.org/mkulesh/microMathematics.svg?branch=master)](https://travis-ci.org/mkulesh/microMathematics) [![Download unsigned APK from latest autobuild](https://img.shields.io/badge/APK-autobuild-blue.svg)](https://github.com/mkulesh/microMathematics/raw/autobuild/autobuild/microMathematics-v2.17.3.apk)
# "microMathematics Plus - Extended visual calculator"
@@ -42,7 +42,7 @@ For more screenshots, see directory images/screenshots.
## Documentation
* [Supported Functions Overview](http://htmlpreview.github.io/?https://github.com/mkulesh/microMathematics/blob/master/doc/html/functions_overview.html)
* [Supported Units Overview](http://htmlpreview.github.io/?https://github.com/mkulesh/microMathematics/blob/master/doc/html/units_overview.html)
-* [The latest PDF version of the User Manual](https://docs.google.com/viewer?url=https://github.com/mkulesh/microMathematics/raw/supplement/doc/microMathematics-v2.17.2.pdf)
+* [The latest PDF version of the User Manual](https://docs.google.com/viewer?url=https://github.com/mkulesh/microMathematics/raw/supplement/doc/microMathematics-v2.17.3.pdf)
## Posts on Habr (in Russian)
diff --git a/app/build.gradle b/app/build.gradle
index ac57608f..2f307c11 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -7,8 +7,8 @@ android {
applicationId "com.mkulesh.micromath.plus"
minSdkVersion 14
targetSdkVersion 27
- versionCode 310
- versionName "2.17.2"
+ versionCode 311
+ versionName "2.17.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml
index 7ba392d6..b349a9af 100644
--- a/app/src/main/res/values-de/strings.xml
+++ b/app/src/main/res/values-de/strings.xml
@@ -36,7 +36,7 @@
- asset:/doc_de/three_d_plot_de.mmt
- asset:/doc_de/series_and_integrals_de.mmt
- asset:/doc_de/about_micromath_de.mmt
- - https://docs.google.com/viewer?url=https://github.com/mkulesh/microMathematics/raw/supplement/doc/microMathematics-v2.17.2-de.pdf
+ - https://docs.google.com/viewer?url=https://github.com/mkulesh/microMathematics/raw/supplement/doc/microMathematics-v2.17.3-de.pdf
Beispiele
asset:/doc_de/welcome_de.mmt
diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml
index 4207f07f..eaf0a0ad 100644
--- a/app/src/main/res/values-pt-rBR/strings.xml
+++ b/app/src/main/res/values-pt-rBR/strings.xml
@@ -36,7 +36,7 @@
- asset:/doc_br/three_d_plot_br.mmt
- asset:/doc_br/series_and_integrals_br.mmt
- asset:/doc_br/about_micromath_br.mmt
- - https://docs.google.com/viewer?url=https://github.com/mkulesh/microMathematics/raw/supplement/doc/microMathematics-v2.17.2-br.pdf
+ - https://docs.google.com/viewer?url=https://github.com/mkulesh/microMathematics/raw/supplement/doc/microMathematics-v2.17.3-br.pdf
Exemplo
asset:/doc_br/welcome.mmt
diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml
index a3568cdd..59f92455 100644
--- a/app/src/main/res/values-ru/strings.xml
+++ b/app/src/main/res/values-ru/strings.xml
@@ -36,7 +36,7 @@
- asset:/doc_ru/three_d_plot_ru.mmt
- asset:/doc_ru/series_and_integrals_ru.mmt
- asset:/doc_ru/about_micromath_ru.mmt
- - https://docs.google.com/viewer?url=https://github.com/mkulesh/microMathematics/raw/supplement/doc/microMathematics-v2.17.2-ru.pdf
+ - https://docs.google.com/viewer?url=https://github.com/mkulesh/microMathematics/raw/supplement/doc/microMathematics-v2.17.3-ru.pdf
Примеры
asset:/doc_ru/welcome_ru.mmt
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 12965882..c29aaed9 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -36,7 +36,7 @@
- asset:/doc_en/three_d_plot.mmt
- asset:/doc_en/series_and_integrals.mmt
- asset:/doc_en/about_micromath.mmt
- - https://docs.google.com/viewer?url=https://github.com/mkulesh/microMathematics/raw/supplement/doc/microMathematics-v2.17.2.pdf
+ - https://docs.google.com/viewer?url=https://github.com/mkulesh/microMathematics/raw/supplement/doc/microMathematics-v2.17.3.pdf
Examples
asset:/doc_en/welcome.mmt
diff --git a/autobuild/push-apk.sh b/autobuild/push-apk.sh
index 606b2903..edc86d05 100644
--- a/autobuild/push-apk.sh
+++ b/autobuild/push-apk.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-APK_VERSION=2.17.2
+APK_VERSION=2.17.3
echo "Generated APK"
pwd; ls -l ./app/build/outputs/apk
diff --git a/doc/function_plot.tex b/doc/function_plot.tex
index 306d6e4a..d062993b 100644
--- a/doc/function_plot.tex
+++ b/doc/function_plot.tex
@@ -1,5 +1,5 @@
% This is auto-generated file: do not edit!
-% Exported from microMathematics Plus, version 2.17.2
+% Exported from microMathematics Plus, version 2.17.3
This example demonstrates how to
diff --git a/doc/function_plot_br.tex b/doc/function_plot_br.tex
index b8cc7d63..708bf6a3 100644
--- a/doc/function_plot_br.tex
+++ b/doc/function_plot_br.tex
@@ -1,5 +1,5 @@
% This is auto-generated file: do not edit!
-% Exported from microMathematics Plus, version 2.17.2
+% Exported from microMathematics Plus, version 2.17.3
Este exemplo demonstra como preparar e
diff --git a/doc/function_plot_de.tex b/doc/function_plot_de.tex
index 6d106042..2c0a77fd 100644
--- a/doc/function_plot_de.tex
+++ b/doc/function_plot_de.tex
@@ -1,5 +1,5 @@
% This is auto-generated file: do not edit!
-% Exported from microMathematics Plus, version 2.17.2
+% Exported from microMathematics Plus, version 2.17.3
Dieses Beispiel demonstriert, wie man
diff --git a/doc/function_plot_ru.tex b/doc/function_plot_ru.tex
index ab610339..92d4b637 100644
--- a/doc/function_plot_ru.tex
+++ b/doc/function_plot_ru.tex
@@ -1,5 +1,5 @@
% This is auto-generated file: do not edit!
-% Exported from microMathematics Plus, version 2.17.2
+% Exported from microMathematics Plus, version 2.17.3
Данный пример демонстрирует
diff --git a/doc/how_to_use.tex b/doc/how_to_use.tex
index 28c32d60..ef7088b0 100644
--- a/doc/how_to_use.tex
+++ b/doc/how_to_use.tex
@@ -1,5 +1,5 @@
% This is auto-generated file: do not edit!
-% Exported from microMathematics Plus, version 2.17.2
+% Exported from microMathematics Plus, version 2.17.3
This app is a powerful calculation
diff --git a/doc/how_to_use_br.tex b/doc/how_to_use_br.tex
index 808fba69..ab6149a1 100644
--- a/doc/how_to_use_br.tex
+++ b/doc/how_to_use_br.tex
@@ -1,5 +1,5 @@
% This is auto-generated file: do not edit!
-% Exported from microMathematics Plus, version 2.17.2
+% Exported from microMathematics Plus, version 2.17.3
Este app é um poderoso programa
diff --git a/doc/how_to_use_de.tex b/doc/how_to_use_de.tex
index 2459fe4a..af90a7bd 100644
--- a/doc/how_to_use_de.tex
+++ b/doc/how_to_use_de.tex
@@ -1,5 +1,5 @@
% This is auto-generated file: do not edit!
-% Exported from microMathematics Plus, version 2.17.2
+% Exported from microMathematics Plus, version 2.17.3
Diese App ist eine leistungsstarke
diff --git a/doc/how_to_use_ru.tex b/doc/how_to_use_ru.tex
index 9e2121e2..45395e47 100644
--- a/doc/how_to_use_ru.tex
+++ b/doc/how_to_use_ru.tex
@@ -1,5 +1,5 @@
% This is auto-generated file: do not edit!
-% Exported from microMathematics Plus, version 2.17.2
+% Exported from microMathematics Plus, version 2.17.3
Данное приложение является мощным
diff --git a/doc/partial-translation/values-fr/strings.xml b/doc/partial-translation/values-fr/strings.xml
index 03919368..612ee592 100644
--- a/doc/partial-translation/values-fr/strings.xml
+++ b/doc/partial-translation/values-fr/strings.xml
@@ -53,7 +53,7 @@
- asset:/doc_en/three_d_plot.mmt
- asset:/doc_en/series_and_integrals.mmt
- asset:/doc_en/about_micromath.mmt
- - https://github.com/mkulesh/microMathematics/blob/master/doc/download/v2.17.2/microMathematics-v2.17.2.pdf
+ - https://github.com/mkulesh/microMathematics/blob/master/doc/download/v2.17.3/microMathematics-v2.17.3.pdf
asset:/doc_en/welcome.mmt-->
diff --git a/doc/polar_plot.tex b/doc/polar_plot.tex
index 4ca43e24..b38107e1 100644
--- a/doc/polar_plot.tex
+++ b/doc/polar_plot.tex
@@ -1,5 +1,5 @@
% This is auto-generated file: do not edit!
-% Exported from microMathematics Plus, version 2.17.2
+% Exported from microMathematics Plus, version 2.17.3
Now we plot several functions given in
diff --git a/doc/polar_plot_br.tex b/doc/polar_plot_br.tex
index a70eeca1..fa7db915 100644
--- a/doc/polar_plot_br.tex
+++ b/doc/polar_plot_br.tex
@@ -1,5 +1,5 @@
% This is auto-generated file: do not edit!
-% Exported from microMathematics Plus, version 2.17.2
+% Exported from microMathematics Plus, version 2.17.3
Agora desenharemos várias funções dadas
diff --git a/doc/polar_plot_de.tex b/doc/polar_plot_de.tex
index 0293d8a4..6467903b 100644
--- a/doc/polar_plot_de.tex
+++ b/doc/polar_plot_de.tex
@@ -1,5 +1,5 @@
% This is auto-generated file: do not edit!
-% Exported from microMathematics Plus, version 2.17.2
+% Exported from microMathematics Plus, version 2.17.3
Jetzt zeichnen wir eine Funktion, die
diff --git a/doc/polar_plot_ru.tex b/doc/polar_plot_ru.tex
index 795eb490..8a3bd27c 100644
--- a/doc/polar_plot_ru.tex
+++ b/doc/polar_plot_ru.tex
@@ -1,5 +1,5 @@
% This is auto-generated file: do not edit!
-% Exported from microMathematics Plus, version 2.17.2
+% Exported from microMathematics Plus, version 2.17.3
Сейчас мы построим несколько
diff --git a/doc/series_and_integrals.tex b/doc/series_and_integrals.tex
index 309f0484..868b15e3 100644
--- a/doc/series_and_integrals.tex
+++ b/doc/series_and_integrals.tex
@@ -1,5 +1,5 @@
% This is auto-generated file: do not edit!
-% Exported from microMathematics Plus, version 2.17.2
+% Exported from microMathematics Plus, version 2.17.3
This example demonstrates how to
diff --git a/doc/series_and_integrals_br.tex b/doc/series_and_integrals_br.tex
index bbb9860b..32caeeb0 100644
--- a/doc/series_and_integrals_br.tex
+++ b/doc/series_and_integrals_br.tex
@@ -1,5 +1,5 @@
% This is auto-generated file: do not edit!
-% Exported from microMathematics Plus, version 2.17.2
+% Exported from microMathematics Plus, version 2.17.3
Esse exemplo demonstra como calcular
diff --git a/doc/series_and_integrals_de.tex b/doc/series_and_integrals_de.tex
index 575a0372..eb0a463d 100644
--- a/doc/series_and_integrals_de.tex
+++ b/doc/series_and_integrals_de.tex
@@ -1,5 +1,5 @@
% This is auto-generated file: do not edit!
-% Exported from microMathematics Plus, version 2.17.2
+% Exported from microMathematics Plus, version 2.17.3
Dieses Beispiel zeigt, wie Sie Reihen
diff --git a/doc/series_and_integrals_ru.tex b/doc/series_and_integrals_ru.tex
index 465d875e..a720fba4 100644
--- a/doc/series_and_integrals_ru.tex
+++ b/doc/series_and_integrals_ru.tex
@@ -1,5 +1,5 @@
% This is auto-generated file: do not edit!
-% Exported from microMathematics Plus, version 2.17.2
+% Exported from microMathematics Plus, version 2.17.3
Данный пример демонстрирует
diff --git a/doc/three_d_plot.tex b/doc/three_d_plot.tex
index efc0511c..42a3401e 100644
--- a/doc/three_d_plot.tex
+++ b/doc/three_d_plot.tex
@@ -1,5 +1,5 @@
% This is auto-generated file: do not edit!
-% Exported from microMathematics Plus, version 2.17.2
+% Exported from microMathematics Plus, version 2.17.3
This example demonstrates 3D plots for
diff --git a/doc/three_d_plot_br.tex b/doc/three_d_plot_br.tex
index bd3ff299..fcccbb0a 100644
--- a/doc/three_d_plot_br.tex
+++ b/doc/three_d_plot_br.tex
@@ -1,5 +1,5 @@
% This is auto-generated file: do not edit!
-% Exported from microMathematics Plus, version 2.17.2
+% Exported from microMathematics Plus, version 2.17.3
Este exemplo demonstra desenhos 3D para
diff --git a/doc/three_d_plot_de.tex b/doc/three_d_plot_de.tex
index 3b18b3cb..99ac6812 100644
--- a/doc/three_d_plot_de.tex
+++ b/doc/three_d_plot_de.tex
@@ -1,5 +1,5 @@
% This is auto-generated file: do not edit!
-% Exported from microMathematics Plus, version 2.17.2
+% Exported from microMathematics Plus, version 2.17.3
Dieses Beispiel demonstriert 3D Plots
diff --git a/doc/three_d_plot_ru.tex b/doc/three_d_plot_ru.tex
index d8366968..a502b7c4 100644
--- a/doc/three_d_plot_ru.tex
+++ b/doc/three_d_plot_ru.tex
@@ -1,5 +1,5 @@
% This is auto-generated file: do not edit!
-% Exported from microMathematics Plus, version 2.17.2
+% Exported from microMathematics Plus, version 2.17.3
Данный пример демонстрирует
diff --git a/doc/versionCode.sty b/doc/versionCode.sty
index 627900a1..4b6e8eea 100644
--- a/doc/versionCode.sty
+++ b/doc/versionCode.sty
@@ -1 +1 @@
-\def\versionCode{2.17.2}
+\def\versionCode{2.17.3}
diff --git a/images/screenshots/area_between_curves.png b/images/screenshots/area_between_curves.png
old mode 100755
new mode 100644
diff --git a/images/screenshots/cosine_transform.png b/images/screenshots/cosine_transform.png
old mode 100755
new mode 100644
diff --git a/images/screenshots/double_integral.png b/images/screenshots/double_integral.png
old mode 100755
new mode 100644
diff --git a/images/screenshots/file_read.png b/images/screenshots/file_read.png
old mode 100755
new mode 100644
diff --git a/images/screenshots/fourie_transform.png b/images/screenshots/fourie_transform.png
old mode 100755
new mode 100644
diff --git a/images/screenshots/function_plot.png b/images/screenshots/function_plot.png
old mode 100755
new mode 100644
diff --git a/images/screenshots/polar_plot_1.png b/images/screenshots/polar_plot_1.png
old mode 100755
new mode 100644
diff --git a/images/screenshots/polar_plot_2.png b/images/screenshots/polar_plot_2.png
old mode 100755
new mode 100644
diff --git a/images/screenshots/rayleigh_wave.png b/images/screenshots/rayleigh_wave.png
old mode 100755
new mode 100644
diff --git a/images/screenshots/simple_calculation.png b/images/screenshots/simple_calculation.png
old mode 100755
new mode 100644
diff --git a/images/screenshots/three_surfaces.png b/images/screenshots/three_surfaces.png
old mode 100755
new mode 100644
diff --git a/images/screenshots/valentine.png b/images/screenshots/valentine.png
old mode 100755
new mode 100644
diff --git a/images/screenshots/wavelet_plot_2.png b/images/screenshots/wavelet_plot_2.png
old mode 100755
new mode 100644