Skip to content

Commit

Permalink
Update changes / about, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jberkel committed Apr 16, 2018
1 parent 7a3d239 commit 61089d5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
5 changes: 3 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
== 1.5.11 (1555) tbd

* WebView scroll position lost after device rotation (#878)
* Fix crash with some phone numbers (#870)
* Updated translations: de,fr,gl,nl,tr,da,pl,zh-rCN,zh-rTW,ko
* Updated translations: da,de,fr,gl,ko,nl,tr,pl,zh-rCN,zh-rTW
* Handle incoming SMS during Restore (#809, #851)
* Clean up security settings for IMAP servers (#839)
* Implemented runtime permissions for Android 6.0+
* Implemented runtime permissions on Android 6.0+
* Added dark/light theme switcher
* Modernized UI (Material/AppCompat), added adaptive icon
* Simplify IMAP search logic to prevent timeouts
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ repository and submit a [pull request][About pull requests].
* [K-9 Mail](https://github.com/k9mail/k-9/) IMAP library, with some modifications ([k-9/sms-backup-plus](https://github.com/jberkel/k-9/tree/sms-backup-plus))
* [signpost](https://github.com/mttkay/signpost) Matthias Käppler, Signpost OAuth library
* Shimon Simon (new icon designs)
* [bbs.goapk.com](http://bbs.goapk.com) / [Chen Ma](https://github.com/marcher233) - Chinese translation
* [bbs.goapk.com](http://bbs.goapk.com) / [Chen Ma](https://github.com/marcher233), [Aaron LI](https://github.com/liweitianux) - Chinese translation
* [Leszek Ciesielski](https://github.com/skolima) - Polish translation
* Roberto Elena Ormad - Spanish translation
* Gabriele Ravanetti / [Patryk Rzucidlo](http://www.ptkdev.it/) / [Chiara De Liberato](http://www.chiaradeliberato.it/) - Italian translation
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId "com.zegoggles.smssync"
minSdkVersion 9
targetSdkVersion 25
versionCode 1572
versionName "1.5.11-beta19"
versionCode 1573
versionName "1.5.11-beta20"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

Expand Down
5 changes: 3 additions & 2 deletions app/src/main/assets/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ <h3>Credits</h3>
<li>Shimon Simon (new icon design)</li>
<li>
All translators: Chinese (<a href="http://bbs.goapk.com">bbs.goapk.com</a>,
<a href="https://github.com/marcher233">Chen Ma</a>),
<a href="https://github.com/marcher233">Chen Ma</a>,
<a href="https://github.com/liweitianux">Aaron LI</a>),
Spanish (Roberto Elena Ormad),
Polish (<a href="https://github.com/skolima">Leszek Ciesielski</a>),
Italian (Gabriele Ravanetti),
Expand Down Expand Up @@ -76,7 +77,7 @@ <h3>Credits</h3>

<h3>License</h3>
<p>This application is released under the terms of the
<a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License, Version 2.0</a>. As stated in the license,
<a href="https://www.apache.org/licenses/LICENSE-2.0.html">Apache License, Version 2.0</a>. As stated in the license,
please include a link to the original project and license if you reuse any of the code in your work.
</p>
<ul class="license">
Expand Down
Binary file modified metadata/play/screenshots/zh-rTW/2_zh_TW.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 61089d5

Please sign in to comment.