Skip to content

Commit 8b7a9cc

Browse files
committed
bump version to 1.6
1 parent 870dc3c commit 8b7a9cc

File tree

9 files changed

+35
-18
lines changed

9 files changed

+35
-18
lines changed

Readme.md

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@ you will need to look elsewhere.
99
[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" height="60">](https://f-droid.org/packages/com.ubergeek42.WeechatAndroid)
1010
[<img src="https://play.google.com/intl/en_gb/badges/static/images/badges/en_badge_web_generic.png" alt="Get it on Google Play" height="60">](https://play.google.com/store/apps/details?id=com.ubergeek42.WeechatAndroid.dev)
1111

12-
Please refer to the [quick start guide](https://github.com/ubergeek42/weechat-android/wiki/Quickstart-Guide)
13-
for details. Make sure to check out our [FAQ](https://github.com/ubergeek42/weechat-android/wiki/FAQ).
14-
If you have problems connecting to WeeChat via SSL, note that while we support unsigned certificates,
15-
we are still verifying the hostname. This requires [additional care on Android](https://github.com/ubergeek42/weechat-android/wiki/Using-SSL-with-WeeChat).
12+
Follow our [Quickstart guide](https://github.com/ubergeek42/weechat-android/wiki/Quickstart-Guide)
13+
to get up and running, and don't forget to read the [FAQ](https://github.com/ubergeek42/weechat-android/wiki/FAQ)!
1614

1715
<a href="metadata/en-US/images/phoneScreenshots/screenshot-1.png"><img src="metadata/en-US/images/phoneScreenshots/screenshot-1.png" height="500px"></a>
1816
<a href="metadata/en-US/images/phoneScreenshots/screenshot-2.png"><img src="metadata/en-US/images/phoneScreenshots/screenshot-2.png" height="500px"></a>
@@ -23,22 +21,30 @@ we are still verifying the hostname. This requires [additional care on Android](
2321

2422
### Bug reports and contributing
2523

26-
Please report any bugs or feature requests here on GitHub. You can also find us on #weechat-android
27-
on freenode. When reporting an issue, please include build ID that you can find in Settings → About
24+
Report any bugs or feature requests here on GitHub. You can also find us on #weechat-android
25+
on freenode. When reporting an issue, make sure to include build ID that you can find in Settings → About
2826
(looks something like “v0.13-123-g1234567”).
2927

30-
It is easy to start contributing to Weechat-Android! Fork the repo, install Android Studio, choose
31-
“Check out from Version Control”, and you should be good to go. Pull requests are welcome—but please
32-
check with us on IRC before starting a substantial rewrite! For additional information, see:
33-
34-
* [Introduction to Android Studio](https://developer.android.com/studio/intro)
35-
* [WeeChat user’s guide](https://weechat.org/files/doc/devel/weechat_user.en.html)
36-
* [WeeChat developer’s guide](https://weechat.org/files/doc/devel/weechat_dev.en.html)
37-
* [WeeChat Relay protocol](https://weechat.org/files/doc/devel/weechat_relay_protocol.en.html)
38-
* [WeeChat plugin API reference](https://weechat.org/files/doc/devel/weechat_plugin_api.en.html)
39-
28+
If you want to contribute, check out our
29+
[Getting started with the code](https://github.com/ubergeek42/weechat-android/wiki/Getting-started-with-the-code)
30+
guide. It also includes instructions for building from command line.
31+
Pull requests are welcome—but please check with us on IRC before starting a substantial rewrite!
32+
4033
### Changelog
4134

35+
##### v1.6
36+
* Added search functionality
37+
* Added a floating “go to bottom” button
38+
* Added a connectivity indicator
39+
* Copy dialog can now select text and copy several messages at once
40+
* Interface is no longer locked up while disconnected
41+
* Chat lines are no longer thrown away when not synchronizing
42+
* Chat scroll position is now remembered on rotation
43+
* App is now drawn behind system bars on supported devices
44+
* Added new chat line change animations
45+
* Local tab completer is no longer used when completing command-like text
46+
* A lot of internal changes and bug fixes
47+
4248
##### v1.5.1
4349
* Fixed a crash when the password has never been set
4450
* Fixed a crash when using Modern handshake on Android 7-

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ android {
6969
buildToolsVersion("29.0.2")
7070

7171
defaultConfig {
72-
versionCode = 1_05_01
73-
versionName = "1.5.1"
72+
versionCode = 1_06_00
73+
versionName = "1.6"
7474

7575
minSdkVersion(21)
7676
targetSdkVersion(29)
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
* Added search functionality
2+
* Added a floating “go to bottom” button
3+
* Added a connectivity indicator
4+
* Copy dialog can now select text and copy several messages at once
5+
* Interface is no longer locked up while disconnected
6+
* Chat lines are no longer thrown away when not synchronizing
7+
* Chat scroll position is now remembered on rotation
8+
* App is now drawn behind system bars on supported devices
9+
* Added new chat line change animations
10+
* Local tab completer is no longer used when completing command-like text
11+
* A lot of internal changes and bug fixes
-15.3 KB
Loading
-441 KB
Loading
56.5 KB
Loading
-341 Bytes
Loading
-12.3 KB
Loading
-1.42 KB
Loading

0 commit comments

Comments
 (0)