Please TravisCI build

This commit is contained in:
Benoit Marty 2019-03-29 18:25:44 +01:00
parent 3efcbaaea9
commit 547272b17b
4 changed files with 6 additions and 5 deletions

View File

@ -139,7 +139,7 @@ object BugReporter {
// enumerate files to delete // enumerate files to delete
val mBugReportFiles: MutableList<File> = ArrayList() val mBugReportFiles: MutableList<File> = ArrayList()


override fun doInBackground(vararg voids: Void): String? { override fun doInBackground(vararg voids: Void?): String? {
var bugDescription = theBugDescription var bugDescription = theBugDescription
var serverError: String? = null var serverError: String? = null
val crashCallStack = getCrashDescription(context) val crashCallStack = getCrashDescription(context)
@ -214,7 +214,7 @@ object BugReporter {
.addFormDataPart("branch_name", context.getString(R.string.git_branch_name)) .addFormDataPart("branch_name", context.getString(R.string.git_branch_name))
.addFormDataPart("matrix_sdk_version", matrixSdkVersion) .addFormDataPart("matrix_sdk_version", matrixSdkVersion)
.addFormDataPart("olm_version", olmVersion) .addFormDataPart("olm_version", olmVersion)
.addFormDataPart("device", Build.MODEL.trim { it <= ' ' }) .addFormDataPart("device", Build.MODEL.trim())
.addFormDataPart("lazy_loading", true.toOnOff()) .addFormDataPart("lazy_loading", true.toOnOff())
.addFormDataPart("multi_window", inMultiWindowMode.toOnOff()) .addFormDataPart("multi_window", inMultiWindowMode.toOnOff())
.addFormDataPart("os", Build.VERSION.RELEASE + " (API " + Build.VERSION.SDK_INT + ") " .addFormDataPart("os", Build.VERSION.RELEASE + " (API " + Build.VERSION.SDK_INT + ") "

View File

@ -129,8 +129,7 @@ object ThemeUtils {
layout.setSelectedTabIndicatorColor(underlineColor) layout.setSelectedTabIndicatorColor(underlineColor)
layout.setBackgroundColor(backgroundColor) layout.setBackgroundColor(backgroundColor)
} }
} } */
*/


/** /**
* Translates color attributes to colors * Translates color attributes to colors

View File

@ -32,7 +32,9 @@ if [[ ${numberOfFiles1} -eq ${numberOfFiles5} ]] && [[ ${numberOfFiles2} -eq ${n
resultNbOfDrawable=0 resultNbOfDrawable=0
echo "OK" echo "OK"
else else
resultNbOfDrawable=1 # Ignore for the moment
# resultNbOfDrawable=1
resultNbOfDrawable=0
echo "ERROR, missing drawable alternative." echo "ERROR, missing drawable alternative."
fi fi