diff --git a/README.md b/README.md index e2773c99..3d3892ce 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.21.1-debug.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.22.0-debug.apk) # "microMathematics Plus - Extended Visual Calculator" @@ -43,7 +43,7 @@ For more screenshots, see directory images/screenshots. * [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) * [Supported Units Of Information](http://htmlpreview.github.io/?https://github.com/mkulesh/microMathematics/blob/master/doc/html/units_of_information.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.21.0.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.22.0.pdf) ## Posts on Habr (in Russian) diff --git a/app/build.gradle b/app/build.gradle index 3a4abc72..4be935b2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.mkulesh.micromath.plus" minSdkVersion 14 targetSdkVersion 29 - versionCode 318 - versionName "2.21.1" + versionCode 319 + versionName "2.22.0" setProperty("archivesBaseName", "microMathematics-v" + versionName) } buildTypes { diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 3457a3cb..07b6e2f5 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -50,7 +50,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.21.0-de.pdf + https://docs.google.com/viewer?url=https://github.com/mkulesh/microMathematics/raw/supplement/doc/microMathematics-v2.22.0-de.pdf Beispiele asset:/doc_de/welcome_de.mmt diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index d8216a8b..86405861 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -50,7 +50,7 @@ asset:/doc_es/three_d_plot_es.mmt asset:/doc_es/series_and_integrals_es.mmt asset:/doc_es/about_micromath_es.mmt - https://docs.google.com/viewer?url=https://github.com/mkulesh/microMathematics/raw/supplement/doc/microMathematics-v2.21.0-es.pdf + https://docs.google.com/viewer?url=https://github.com/mkulesh/microMathematics/raw/supplement/doc/microMathematics-v2.22.0-es.pdf Ejemplos asset:/doc_es/welcome_es.mmt diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index a9016107..a6ae74ec 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -50,7 +50,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.21.0-br.pdf + https://docs.google.com/viewer?url=https://github.com/mkulesh/microMathematics/raw/supplement/doc/microMathematics-v2.22.0-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 994fc531..292326c6 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -50,7 +50,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.21.0-ru.pdf + https://docs.google.com/viewer?url=https://github.com/mkulesh/microMathematics/raw/supplement/doc/microMathematics-v2.22.0-ru.pdf Примеры asset:/doc_ru/welcome_ru.mmt diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index 6903a21a..cf95602e 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -50,7 +50,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.21.0.pdf + https://docs.google.com/viewer?url=https://github.com/mkulesh/microMathematics/raw/supplement/doc/microMathematics-v2.22.0.pdf 示例 asset:/doc_en/welcome.mmt diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index 0aa7223b..6ef75c8e 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -50,7 +50,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.21.0.pdf + https://docs.google.com/viewer?url=https://github.com/mkulesh/microMathematics/raw/supplement/doc/microMathematics-v2.22.0.pdf 範例 asset:/doc_en/welcome.mmt diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index ca6bc9a8..07d9f230 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -50,7 +50,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.21.0.pdf + https://docs.google.com/viewer?url=https://github.com/mkulesh/microMathematics/raw/supplement/doc/microMathematics-v2.22.0.pdf Examples asset:/doc_en/welcome.mmt diff --git a/autobuild/push-apk.sh b/autobuild/push-apk.sh index b7b0325c..7f643516 100644 --- a/autobuild/push-apk.sh +++ b/autobuild/push-apk.sh @@ -1,6 +1,6 @@ #!/bin/sh -APK_VERSION=2.21.1 +APK_VERSION=2.22.0 echo "Generated APK" pwd; ls -l ./app/build/outputs/apk diff --git a/doc/function_plot.tex b/doc/function_plot.tex index 50f54d66..129979aa 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.21.0 +% Exported from microMathematics Plus, version 2.22.0 This example demonstrates how to diff --git a/doc/function_plot_br.tex b/doc/function_plot_br.tex index 08fd645d..82e7b246 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.21.0 +% Exported from microMathematics Plus, version 2.22.0 Este exemplo demonstra como preparar e diff --git a/doc/function_plot_de.tex b/doc/function_plot_de.tex index 5fb9edb6..a79238df 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.21.0 +% Exported from microMathematics Plus, version 2.22.0 Dieses Beispiel demonstriert, wie man diff --git a/doc/function_plot_es.tex b/doc/function_plot_es.tex index b7df27bd..4b5cbb4d 100644 --- a/doc/function_plot_es.tex +++ b/doc/function_plot_es.tex @@ -1,5 +1,5 @@ % This is auto-generated file: do not edit! -% Exported from microMathematics Plus, version 2.21.0 +% Exported from microMathematics Plus, version 2.22.0 Este ejemplo demuestra cómo preparar y diff --git a/doc/function_plot_ru.tex b/doc/function_plot_ru.tex index c55251d9..4b2ed107 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.21.0 +% Exported from microMathematics Plus, version 2.22.0 Данный пример демонстрирует diff --git a/doc/how_to_use.tex b/doc/how_to_use.tex index cc0a6347..55f6563c 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.21.0 +% Exported from microMathematics Plus, version 2.22.0 This app is a powerful calculation diff --git a/doc/how_to_use_br.tex b/doc/how_to_use_br.tex index 4956246a..6f4c190c 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.21.0 +% Exported from microMathematics Plus, version 2.22.0 Este app é um poderoso programa diff --git a/doc/how_to_use_de.tex b/doc/how_to_use_de.tex index e24e5076..7f7821d6 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.21.0 +% Exported from microMathematics Plus, version 2.22.0 Diese App ist eine leistungsstarke diff --git a/doc/how_to_use_es.tex b/doc/how_to_use_es.tex index 0bb87b45..0fb35968 100644 --- a/doc/how_to_use_es.tex +++ b/doc/how_to_use_es.tex @@ -1,5 +1,5 @@ % This is auto-generated file: do not edit! -% Exported from microMathematics Plus, version 2.21.0 +% Exported from microMathematics Plus, version 2.22.0 Esta app es un potente software de diff --git a/doc/how_to_use_ru.tex b/doc/how_to_use_ru.tex index 05fb41f5..ec1fa5d8 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.21.0 +% Exported from microMathematics Plus, version 2.22.0 Данное приложение является мощным diff --git a/doc/polar_plot.tex b/doc/polar_plot.tex index 72a6e2fc..cfa09c3f 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.21.0 +% Exported from microMathematics Plus, version 2.22.0 Now we plot several functions given in diff --git a/doc/polar_plot_br.tex b/doc/polar_plot_br.tex index 178df92c..7ab4dd5a 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.21.0 +% Exported from microMathematics Plus, version 2.22.0 Agora desenharemos várias funções dadas diff --git a/doc/polar_plot_de.tex b/doc/polar_plot_de.tex index b41ad9b2..a415fd7d 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.21.0 +% Exported from microMathematics Plus, version 2.22.0 Jetzt zeichnen wir eine Funktion, die diff --git a/doc/polar_plot_es.tex b/doc/polar_plot_es.tex index 4ba79242..26c97de4 100644 --- a/doc/polar_plot_es.tex +++ b/doc/polar_plot_es.tex @@ -1,5 +1,5 @@ % This is auto-generated file: do not edit! -% Exported from microMathematics Plus, version 2.21.0 +% Exported from microMathematics Plus, version 2.22.0 Ahora trazamos varias funciones dadas diff --git a/doc/polar_plot_ru.tex b/doc/polar_plot_ru.tex index fe6652e1..f8527c43 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.21.0 +% Exported from microMathematics Plus, version 2.22.0 Сейчас мы построим несколько diff --git a/doc/series_and_integrals.tex b/doc/series_and_integrals.tex index e68360fc..4a353444 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.21.0 +% Exported from microMathematics Plus, version 2.22.0 This example demonstrates how to diff --git a/doc/series_and_integrals_br.tex b/doc/series_and_integrals_br.tex index 4d09e842..adc46651 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.21.0 +% Exported from microMathematics Plus, version 2.22.0 Esse exemplo demonstra como calcular diff --git a/doc/series_and_integrals_de.tex b/doc/series_and_integrals_de.tex index 6a56d971..e5216e80 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.21.0 +% Exported from microMathematics Plus, version 2.22.0 Dieses Beispiel zeigt, wie Sie Reihen diff --git a/doc/series_and_integrals_es.tex b/doc/series_and_integrals_es.tex index d8b467b0..15505591 100644 --- a/doc/series_and_integrals_es.tex +++ b/doc/series_and_integrals_es.tex @@ -1,5 +1,5 @@ % This is auto-generated file: do not edit! -% Exported from microMathematics Plus, version 2.21.0 +% Exported from microMathematics Plus, version 2.22.0 Este ejemplo demuestra cómo calcular diff --git a/doc/series_and_integrals_ru.tex b/doc/series_and_integrals_ru.tex index ba1c0350..e871eac5 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.21.0 +% Exported from microMathematics Plus, version 2.22.0 Данный пример демонстрирует diff --git a/doc/three_d_plot.tex b/doc/three_d_plot.tex index 551f3f50..2151c449 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.21.0 +% Exported from microMathematics Plus, version 2.22.0 This example demonstrates 3D plots for diff --git a/doc/three_d_plot_br.tex b/doc/three_d_plot_br.tex index 3295b594..5aa9a174 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.21.0 +% Exported from microMathematics Plus, version 2.22.0 Este exemplo demonstra desenhos 3D para diff --git a/doc/three_d_plot_de.tex b/doc/three_d_plot_de.tex index fbb6eb2a..bf5e99df 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.21.0 +% Exported from microMathematics Plus, version 2.22.0 Dieses Beispiel demonstriert 3D Plots diff --git a/doc/three_d_plot_es.tex b/doc/three_d_plot_es.tex index 7b7d3f7e..67c54968 100644 --- a/doc/three_d_plot_es.tex +++ b/doc/three_d_plot_es.tex @@ -1,5 +1,5 @@ % This is auto-generated file: do not edit! -% Exported from microMathematics Plus, version 2.21.0 +% Exported from microMathematics Plus, version 2.22.0 Este ejemplo muestra gráficos en 3D diff --git a/doc/three_d_plot_ru.tex b/doc/three_d_plot_ru.tex index 9bebc3d7..d34cca5a 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.21.0 +% Exported from microMathematics Plus, version 2.22.0 Данный пример демонстрирует diff --git a/doc/versionCode.sty b/doc/versionCode.sty index 621d1c66..854a2fd5 100644 --- a/doc/versionCode.sty +++ b/doc/versionCode.sty @@ -1 +1 @@ -\def\versionCode{2.21.0} +\def\versionCode{2.22.0}