Compare commits

...

9 Commits

Author SHA1 Message Date
B. Petersen 40285124f5 Update messenger-backend submodule. 2018-06-23 23:52:01 +02:00
B. Petersen fb3e20fe39 bump version 2018-06-23 23:51:35 +02:00
B. Petersen ba70da63ba typo 2018-06-23 18:42:12 +02:00
B. Petersen fbf1d5e252 Update messenger-backend submodule. 2018-06-23 18:40:00 +02:00
B. Petersen e70d32c3b1 bump version, changelog 2018-06-23 18:39:32 +02:00
B. Petersen a9dfb88dda Update messenger-backend submodule. 2018-06-22 19:44:42 +02:00
B. Petersen 0d86683182 bump version 2018-06-22 19:44:30 +02:00
Björn Petersen b1da1efb4a Merge pull request #335 from violoncelloch/patch-1
updated ISSUE_TEMPLATE.md
2018-06-22 18:36:13 +02:00
violoncelloch ba539cd1f9 updated ISSUE_TEMPLATE.md
* commented out our statements so we don't have them visible in issues if ppl. don't remove them
* created a `details` section so long logs are expandable
2018-06-17 22:08:34 +02:00
4 changed files with 25 additions and 8 deletions
+17 -5
View File
@@ -1,16 +1,18 @@
_Please read the guidelines linked above, especially when you are a first time contributor. Remove this text and provide some basic informations below, if applicable. Remove template content that is not applicable._
<!--
Please read the guidelines linked above, especially when you are a first time contributor. Remove this text and provide some basic informations below, if applicable. Remove template content which is not applicable.
-->
**Delta Chat version**
See settings dialog …
<!-- See settings dialog … -->
**Expected behavior**
What is the expected output?
<!-- What is the expected output? -->
**Actual behavior**
What do you see instead?
<!-- What do you see instead? -->
**Steps to reproduce the problem**
@@ -19,10 +21,14 @@ What do you see instead?
**Screen snapshots**
If applicable …
<!-- If applicable … -->
**Debug logs**
<details>
<summary>Logs</summary>
```
<!--
If applicable, debug logs can be copied from within the Delta Chat app:
Open the _Settings_ menu -> _About_ -> _version number|Info_.
@@ -32,3 +38,9 @@ Alternatively from the Android system log:
` adb logcat -v time -s DeltaChat `
This log contains private data (e.g. mail address, provider information) which shall be removed or anonymised prior to posting.
-->
```
</details>
+5
View File
@@ -1,5 +1,10 @@
# Delta Chat Changelog
## v0.18.2
2018-06-23
* Fix initial configure process to hang at 95% under some circumstances
## v0.18.0
2018-06-21
+2 -2
View File
@@ -124,7 +124,7 @@ android {
targetSdkVersion 25 // 25: Nougat. CAVE: Do NOT target "Andoid O" without checking the background tasks carefully, see https://developer.android.com/preview/behavior-changes.html#back-all . As long as we target "Nougat", everything works as expected even for "Andoid O" or later
// in general, we should not change the target without reason; eg. after the switch to Nougat, the camera stops working (see https://inthecheesefactory.com/blog/how-to-share-access-to-file-with-fileprovider-on-android-nougat/en )
versionName "0.18.0" // do NOT forget to increase defaultConfig.versionCode!
versionCode 530
versionName "0.18.2" // do NOT forget to increase defaultConfig.versionCode!
versionCode 534
}
}