Merge branch 'audiorecorder-3.2.2'
This commit is contained in:
commit
b2894a4cb9
5 changed files with 15 additions and 15 deletions
|
|
@ -4,14 +4,14 @@ import com.android.build.OutputFile
|
|||
|
||||
android {
|
||||
compileSdkVersion 25
|
||||
buildToolsVersion "27.0.1"
|
||||
buildToolsVersion '27.0.3'
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.github.axet.audiorecorder"
|
||||
minSdkVersion 9
|
||||
targetSdkVersion 23 // 24+ file:// unable to open
|
||||
versionCode 258
|
||||
versionName "3.2.1"
|
||||
versionCode 259
|
||||
versionName "3.2.2"
|
||||
}
|
||||
signingConfigs {
|
||||
release {
|
||||
|
|
@ -53,7 +53,6 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
testCompile 'junit:junit:4.12'
|
||||
compile 'com.github.axet:android-audio-library:1.0.96' // compile project(':android-audio-library')
|
||||
testImplementation 'junit:junit:4.12'
|
||||
implementation 'com.github.axet:android-audio-library:1.0.97' // implementation project(':android-audio-library')
|
||||
}
|
||||
|
|
|
|||
|
|
@ -897,7 +897,7 @@ public class RecordingActivity extends AppCompatThemeActivity {
|
|||
e = null;
|
||||
}
|
||||
} catch (RuntimeException e) {
|
||||
Error(e);
|
||||
Post(e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:padding="2dp"
|
||||
android:text="32G free ~ 3 hours left" />
|
||||
|
||||
<include layout="@layout/toolbar" />
|
||||
|
|
@ -47,7 +48,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:padding="5dp"
|
||||
android:text="@string/recording_list_is_empty"
|
||||
android:textAlignment="center"></TextView>
|
||||
android:textAlignment="center" />
|
||||
</FrameLayout>
|
||||
|
||||
<ListView
|
||||
|
|
@ -55,5 +56,5 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:clipToPadding="false"
|
||||
android:paddingBottom="61dp"></ListView>
|
||||
android:paddingBottom="61dp" />
|
||||
</LinearLayout>
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@
|
|||
<item>Bluetooth</item>
|
||||
</string-array>
|
||||
<string-array name="themes_text">
|
||||
<item>Λευκό Θέμα</item>
|
||||
<item>Σκουρο</item>
|
||||
<item>Φωτεινό</item>
|
||||
<item>Σκοτεινό</item>
|
||||
</string-array>
|
||||
<string-array name="channels_text">
|
||||
<item>Μονοφωνικό (προεπιλογή)</item>
|
||||
|
|
@ -48,11 +48,11 @@
|
|||
<string name="pref_pausecalls_title">Παύση κατά τις κλήσεις</string>
|
||||
<string name="pref_pausecalls_summary">Διακοπή εγγραφής στην απάντηση και συνέχεια μετά το τέλος της κλήσης</string>
|
||||
<string name="pref_silence_title">Αθόρυβο</string>
|
||||
<string name="pref_silence_summary">Κατά την εγγραφή το τηλέφωνο θα είναι στο \"αθόρυβο"</string>
|
||||
<string name="pref_silence_summary">Κατά την εγγραφή το τηλέφωνο θα είναι στο \"αθόρυβο\"</string>
|
||||
<string name="pref_lockscreen_title">Πλήκτρα ελέγχου Οθόνης Κλειδώματος</string>
|
||||
<string name="pref_lockscreen_summary">Εμφάνιση πλήκτρων ελέγχου όταν το τηλέφωνο είναι κλειδωμένο</string>
|
||||
<string name="pref_theme_title">Θέμα εφαρμογής</string>
|
||||
<string name="pref_theme_summary">Επιλογή θέματος εφαρμογής (σκούρο / ανοιχτό)</string>
|
||||
<string name="pref_theme_summary">Επιλογή θέματος εφαρμογής (σκοτεινό / φωτεινό)</string>
|
||||
<string name="pref_application">Εφαρμογή</string>
|
||||
<string name="pref_recordings">Εγγραφές</string>
|
||||
<string name="pref_fly_title">Άμεση Κωδικοποίηση</string>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ buildscript {
|
|||
google()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.0.1'
|
||||
classpath 'com.android.tools.build:gradle:3.1.0'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -19,7 +19,7 @@ allprojects {
|
|||
}
|
||||
|
||||
task wrapper(type: Wrapper) {
|
||||
gradleVersion = '4.2.1'
|
||||
gradleVersion = '4.6'
|
||||
}
|
||||
|
||||
task clean(type: Delete) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue