Skip to content

Commit

Permalink
Started version 2.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mkulesh committed Jul 31, 2018
1 parent ad4051f commit ad02029
Show file tree
Hide file tree
Showing 42 changed files with 31 additions and 31 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

# <img src="https://github.com/mkulesh/microMathematics/blob/master/images/icon.png" align="center" height="48" width="48"> "microMathematics Plus - Extended visual calculator"

Expand Down Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<item>asset:/doc_de/three_d_plot_de.mmt</item>
<item>asset:/doc_de/series_and_integrals_de.mmt</item>
<item>asset:/doc_de/about_micromath_de.mmt</item>
<item>https://docs.google.com/viewer?url=https://github.com/mkulesh/microMathematics/raw/supplement/doc/microMathematics-v2.17.2-de.pdf</item>
<item>https://docs.google.com/viewer?url=https://github.com/mkulesh/microMathematics/raw/supplement/doc/microMathematics-v2.17.3-de.pdf</item>
</string-array>
<string name="activity_example">Beispiele</string>
<string name="activity_welcome">asset:/doc_de/welcome_de.mmt</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-pt-rBR/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<item>asset:/doc_br/three_d_plot_br.mmt</item>
<item>asset:/doc_br/series_and_integrals_br.mmt</item>
<item>asset:/doc_br/about_micromath_br.mmt</item>
<item>https://docs.google.com/viewer?url=https://github.com/mkulesh/microMathematics/raw/supplement/doc/microMathematics-v2.17.2-br.pdf</item>
<item>https://docs.google.com/viewer?url=https://github.com/mkulesh/microMathematics/raw/supplement/doc/microMathematics-v2.17.3-br.pdf</item>
</string-array>
<string name="activity_example">Exemplo</string>
<string name="activity_welcome">asset:/doc_br/welcome.mmt</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<item>asset:/doc_ru/three_d_plot_ru.mmt</item>
<item>asset:/doc_ru/series_and_integrals_ru.mmt</item>
<item>asset:/doc_ru/about_micromath_ru.mmt</item>
<item>https://docs.google.com/viewer?url=https://github.com/mkulesh/microMathematics/raw/supplement/doc/microMathematics-v2.17.2-ru.pdf</item>
<item>https://docs.google.com/viewer?url=https://github.com/mkulesh/microMathematics/raw/supplement/doc/microMathematics-v2.17.3-ru.pdf</item>
</string-array>
<string name="activity_example">Примеры</string>
<string name="activity_welcome">asset:/doc_ru/welcome_ru.mmt</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<item>asset:/doc_en/three_d_plot.mmt</item>
<item>asset:/doc_en/series_and_integrals.mmt</item>
<item>asset:/doc_en/about_micromath.mmt</item>
<item>https://docs.google.com/viewer?url=https://github.com/mkulesh/microMathematics/raw/supplement/doc/microMathematics-v2.17.2.pdf</item>
<item>https://docs.google.com/viewer?url=https://github.com/mkulesh/microMathematics/raw/supplement/doc/microMathematics-v2.17.3.pdf</item>
</string-array>
<string name="activity_example">Examples</string>
<string name="activity_welcome">asset:/doc_en/welcome.mmt</string>
Expand Down
2 changes: 1 addition & 1 deletion autobuild/push-apk.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/function_plot.tex
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/function_plot_br.tex
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/function_plot_de.tex
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/function_plot_ru.tex
Original file line number Diff line number Diff line change
@@ -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


Данный пример демонстрирует
Expand Down
2 changes: 1 addition & 1 deletion doc/how_to_use.tex
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/how_to_use_br.tex
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/how_to_use_de.tex
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/how_to_use_ru.tex
Original file line number Diff line number Diff line change
@@ -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


Данное приложение является мощным
Expand Down
2 changes: 1 addition & 1 deletion doc/partial-translation/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<item>asset:/doc_en/three_d_plot.mmt</item>
<item>asset:/doc_en/series_and_integrals.mmt</item>
<item>asset:/doc_en/about_micromath.mmt</item>
<item>https://github.com/mkulesh/microMathematics/blob/master/doc/download/v2.17.2/microMathematics-v2.17.2.pdf</item>
<item>https://github.com/mkulesh/microMathematics/blob/master/doc/download/v2.17.3/microMathematics-v2.17.3.pdf</item>
</string-array>
<string name="activity_welcome">asset:/doc_en/welcome.mmt</string>-->

Expand Down
2 changes: 1 addition & 1 deletion doc/polar_plot.tex
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/polar_plot_br.tex
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/polar_plot_de.tex
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/polar_plot_ru.tex
Original file line number Diff line number Diff line change
@@ -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


Сейчас мы построим несколько
Expand Down
2 changes: 1 addition & 1 deletion doc/series_and_integrals.tex
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/series_and_integrals_br.tex
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/series_and_integrals_de.tex
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/series_and_integrals_ru.tex
Original file line number Diff line number Diff line change
@@ -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


Данный пример демонстрирует
Expand Down
2 changes: 1 addition & 1 deletion doc/three_d_plot.tex
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/three_d_plot_br.tex
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/three_d_plot_de.tex
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/three_d_plot_ru.tex
Original file line number Diff line number Diff line change
@@ -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


Данный пример демонстрирует
Expand Down
2 changes: 1 addition & 1 deletion doc/versionCode.sty
Original file line number Diff line number Diff line change
@@ -1 +1 @@
\def\versionCode{2.17.2}
\def\versionCode{2.17.3}
Empty file modified images/screenshots/area_between_curves.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/screenshots/cosine_transform.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/screenshots/double_integral.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/screenshots/file_read.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/screenshots/fourie_transform.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/screenshots/function_plot.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/screenshots/polar_plot_1.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/screenshots/polar_plot_2.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/screenshots/rayleigh_wave.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/screenshots/simple_calculation.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/screenshots/three_surfaces.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/screenshots/valentine.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/screenshots/wavelet_plot_2.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ad02029

Please sign in to comment.