mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 40285124f5 | |||
| fb3e20fe39 | |||
| ba70da63ba | |||
| fbf1d5e252 | |||
| e70d32c3b1 | |||
| a9dfb88dda | |||
| 0d86683182 | |||
| b1da1efb4a | |||
| ba539cd1f9 |
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Submodule MessengerProj/jni/messenger-backend updated: 5bb60f4ded...7f850cc6a3
Reference in New Issue
Block a user