Merge branch 'audiorecorder-1.5.14'
This commit is contained in:
commit
5f2ae39f34
3 changed files with 4 additions and 24 deletions
|
|
@ -8,8 +8,8 @@ android {
|
|||
applicationId "com.github.axet.audiorecorder"
|
||||
minSdkVersion 9
|
||||
targetSdkVersion 23
|
||||
versionCode 142
|
||||
versionName "1.5.13"
|
||||
versionCode 143
|
||||
versionName "1.5.14"
|
||||
}
|
||||
signingConfigs {
|
||||
release {
|
||||
|
|
|
|||
|
|
@ -11,36 +11,16 @@
|
|||
<item>8 kHz (Telefon)</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="sample_rate_values" translatable="false">
|
||||
<item>48000</item>
|
||||
<item>44100</item>
|
||||
<item>32000</item>
|
||||
<item>22050</item>
|
||||
<item>16000</item>
|
||||
<item>11025</item>
|
||||
<item>8000</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="themes_text">
|
||||
<item>Theme White (Standard)</item>
|
||||
<item>Theme Dark</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="themes_values" translatable="false">
|
||||
<item>Theme_White</item>
|
||||
<item>Theme_Dark</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="channels_text">
|
||||
<item>Mono (default)</item>
|
||||
<item>Stereo</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="channels_values" translatable="false">
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
</string-array>
|
||||
|
||||
<string name="action_settings">Einstellungen</string>
|
||||
<string name="not_permitted">Nicht erlaubt</string>
|
||||
<string name="no_folder_app">Keine App zur Anzeige von Ordnern installiert</string>
|
||||
|
|
@ -54,5 +34,5 @@
|
|||
<string name="encoding_title">Encoding...</string>
|
||||
<string name="recording_title">Aufnahme</string>
|
||||
<string name="open_recording_folder">Öffne Aufnahme-Ordner</string>
|
||||
<string name="recording_list_is_empty">Aufnahmeliste ist leer\n\nDrücke 'Aufnehmen' um die Aufnahme zu starten</string>
|
||||
<string name="recording_list_is_empty">Aufnahmeliste ist leer\n\nDrücke \'Aufnehmen\' um die Aufnahme zu starten</string>
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@
|
|||
<SwitchPreferenceCompat
|
||||
android:defaultValue="true"
|
||||
android:key="silence"
|
||||
android:summary="Aktiviere Audio-Profil 'Nicht Stören' während Aufnahmen"
|
||||
android:summary="Aktiviere Audio-Profil \'Nicht Stören\' während Aufnahmen"
|
||||
android:title="Ruhe-Modus" />
|
||||
|
||||
<ListPreference
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue