Skip to content

Commit

Permalink
Bump to 1.6.0 / 29
Browse files Browse the repository at this point in the history
  • Loading branch information
92lleo committed Jun 17, 2020
1 parent 3db55ee commit 0c33c50
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "io.kuenzler.whatsappwebtogo"
minSdkVersion 21
targetSdkVersion 29
versionCode 28
versionName "1.5.3"
versionCode 29
versionName "1.6.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/nav_header_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
android:id="@+id/textView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="1.5.3" />
android:text="1.6.0" />

</LinearLayout>
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<string name="action_settings">Settings</string>

<string name="versionInfo">Thanks for updating!\nNew in version 1.5.3:\n&#8211;Fix WA Web issue on older phones\n&#8211;Fix opening links in external browser\n&#8211;Support pinch to zoom\n&#8211;Fix keyboard setting memory</string>
<string name="versionInfo">Thanks for updating!\nNew in version 1.6.0:\n&#8211;Fix Appbar visibility setting\n&#8211;Make links and mail clickable in about tab\n&#8211;Add experimental dark mode (thanks to @marcomariani094)</string>
<string name="introInfo">Thanks for installing!\nJust connect your phone as you would on your computer.\nTo lock and unlock the keyboard, use the keyboard button top right. Your settings will be saved.</string>
<string name="about">WhatsappWeb To Go\n\nby Leonhard Künzler\nBasetwo GbR\[email protected]\n\ngithub.com/92lleo/WhatsappWebToGo\n\n© 2017&#8211;2020\n\nv1.5.3\n\nThis app is in no way affiliated with WhatsApp Inc. The rights for WhatsApp and WhatsApp Web belong to WhatsApp Inc. This app is a private project to enable the use of WhatsApp Web on Android Devices</string>
<string name="about">WhatsappWeb To Go\n\nby Leonhard Künzler\nBasetwo GbR\[email protected]\n\ngithub.com/92lleo/WhatsappWebToGo\n\n© 2017&#8211;2020\n\nv1.6.0\n\nThis app is in no way affiliated with WhatsApp Inc. The rights for WhatsApp and WhatsApp Web belong to WhatsApp Inc. This app is a private project to enable the use of WhatsApp Web on Android Devices</string>
</resources>
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/29.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Fix Appbar visibility setting
* Make links and mail clickable in about tab
* Add experimental dark mode (thanks to @marcomariani094)

0 comments on commit 0c33c50

Please sign in to comment.