From 56a1ce6f588b4bb97192e74594a1b58e707dd1d2 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Thu, 4 Oct 2018 19:37:06 +0300 Subject: [PATCH 1/3] add about pages --- app/src/main/res/raw-de/about.html | 24 ++++++++++++++++++++++++ app/src/main/res/raw-it/about.html | 24 ++++++++++++++++++++++++ app/src/main/res/raw-ja/about.html | 24 ++++++++++++++++++++++++ app/src/main/res/raw-pt/about.html | 24 ++++++++++++++++++++++++ 4 files changed, 96 insertions(+) create mode 100644 app/src/main/res/raw-de/about.html create mode 100644 app/src/main/res/raw-it/about.html create mode 100644 app/src/main/res/raw-ja/about.html create mode 100644 app/src/main/res/raw-pt/about.html diff --git a/app/src/main/res/raw-de/about.html b/app/src/main/res/raw-de/about.html new file mode 100644 index 0000000..a0dfe34 --- /dev/null +++ b/app/src/main/res/raw-de/about.html @@ -0,0 +1,24 @@ + + + + + + + +

About

+

+ Audio Recorder mit benutzerdefiniertem Pfad, Bearbeitung, Freie Software GPLv3 +

+ +

Ein einfacher aber leistungsfähiger Audio Recorder mit einstellbarem Pfad sowie Bearbeitungsfunktionen ohne Werbung

+ +
+
License:
+
GPLv3
+
Source Code:
+
https://gitlab.com/axet/android-audio-recorder
+
+ + diff --git a/app/src/main/res/raw-it/about.html b/app/src/main/res/raw-it/about.html new file mode 100644 index 0000000..c00c047 --- /dev/null +++ b/app/src/main/res/raw-it/about.html @@ -0,0 +1,24 @@ + + + + + + + +

About

+

+ Registratore audio semplice e potente con molte impostazioni personalizzabili +

+ +

Registratore audio semplice e potente con molte impostazioni personalizzabili, con la possibilità di tagliare la registrazione, senza annunci ed open-source(GPLv3). L'applicazione contente di selezionare la cartella in cui salvare le registrazioni ed il formato del file: sono disponibili ogg, wav, flac, mp3, mka, m4a, opus.E' inoltre possibile controllare l'app anche con il telefono bloccato ed impostare che la registrazione si metta in pausa durante le chiamate.L'interfaccia, semplice ed intuitiva consente di tagliare parti di una registrazione appena effettuata e di condividere, riprodure, rinominare od eliminare le registrazioni salvate.

+ +
+
License:
+
GPLv3
+
Source Code:
+
https://gitlab.com/axet/android-audio-recorder
+
+ + diff --git a/app/src/main/res/raw-ja/about.html b/app/src/main/res/raw-ja/about.html new file mode 100644 index 0000000..b08eb89 --- /dev/null +++ b/app/src/main/res/raw-ja/about.html @@ -0,0 +1,24 @@ + + + + + + + +

About

+

+ Android friendly! +

+ +

シンプルでパワフルなオーディオレコーダー。カスタムパスの選択と編集、広告なし、オープンソース、GPLv3

+ +
+
License:
+
GPLv3
+
Source Code:
+
https://gitlab.com/axet/android-audio-recorder
+
+ + diff --git a/app/src/main/res/raw-pt/about.html b/app/src/main/res/raw-pt/about.html new file mode 100644 index 0000000..a3a0a0a --- /dev/null +++ b/app/src/main/res/raw-pt/about.html @@ -0,0 +1,24 @@ + + + + + + + +

About

+

+ Grave som e salve em um arquivo +

+ +

Gravador de som com pasta de armazenamento personalizável, ótimo indicador de volume da gravação, notificações sobre a gravação e controles a partir da tela de bloqueio

+ +
+
License:
+
GPLv3
+
Source Code:
+
https://gitlab.com/axet/android-audio-recorder
+
+ + From a442d13ab58e183bb8622a232278bcd47238a098 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Thu, 4 Oct 2018 19:40:32 +0300 Subject: [PATCH 2/3] add libs --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index df9f8c6..278ace3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,5 +57,5 @@ android { dependencies { testImplementation 'junit:junit:4.12' - implementation 'com.github.axet:android-audio-library:1.0.126' // implementation project(':android-audio-library') + implementation 'com.github.axet:android-audio-library:1.0.127' // implementation project(':android-audio-library') } From b4cc006a6a339403461238a0ebd0d8a20172f6f4 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Thu, 4 Oct 2018 19:40:40 +0300 Subject: [PATCH 3/3] Bump version audiorecorder-3.2.23 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 278ace3..145a1e7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.github.axet.audiorecorder" minSdkVersion 9 targetSdkVersion 23 // 24+ file:// unable to open - versionCode 280 - versionName "3.2.22" + versionCode 281 + versionName "3.2.23" } signingConfigs { release {