Merge branch 'audiorecorder-3.2.14'

This commit is contained in:
Alexey Kuznetsov 2018-07-04 12:57:05 +03:00
commit 26e091fb37
11 changed files with 5 additions and 5 deletions

View file

@ -10,8 +10,8 @@ android {
applicationId "com.github.axet.audiorecorder"
minSdkVersion 9
targetSdkVersion 23 // 24+ file:// unable to open
versionCode 271
versionName "3.2.13"
versionCode 272
versionName "3.2.14"
}
signingConfigs {
release {
@ -57,5 +57,5 @@ android {
dependencies {
testImplementation 'junit:junit:4.12'
implementation 'com.github.axet:android-audio-library:1.0.109' // implementation project(':android-audio-library')
implementation 'com.github.axet:android-audio-library:1.0.111' // implementation project(':android-audio-library')
}

View file

@ -222,7 +222,7 @@ public class RecordingService extends Service {
.setContentTitle(title)
.setContentText(text)
.setTicker(title)
.setSmallIcon(R.drawable.ic_mic_notification)
.setSmallIcon(R.drawable.ic_mic)
.setContent(view);
if (Build.VERSION.SDK_INT < 11) {

Binary file not shown.

After

Width:  |  Height:  |  Size: 395 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 427 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 279 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 511 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 551 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 788 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 823 B

View file

@ -37,7 +37,7 @@
<string name="pause_title">Pause...</string>
<string name="recording_title">enregistrement</string>
<string name="open_recording_folder">Ouvrir le dossier d\'enregistrement</string>
<string name="recording_list_is_empty">La liste d\'enregistrement est vide\n\nClicquer sur Enregistrer pour commencer l\'enregistrement</string>
<string name="recording_list_is_empty">La liste d\'enregistrement est vide\n\nCliquer sur Enregistrer pour commencer l\'enregistrement</string>
<string name="record_button">Enregistrer</string>
<string name="cut_button">Couper</string>
<string name="stop_button">Stopper</string>