Skip to content

Commit

Permalink
Merge pull request #598 from baka-kaba/release-3.5.0-beta
Browse files Browse the repository at this point in the history
Version bump to v3.5.0 and update changelog
  • Loading branch information
baka-kaba authored Apr 8, 2018
2 parents adf1a05 + 45867a0 commit bb8fd7a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Awful.apk/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.ferg.awfulapp"
android:versionCode="178"
android:versionName="3.4.1"
android:versionCode="10000"
android:versionName="3.5.0-beta"
android:installLocation="auto">
<supports-screens
android:smallScreens="true"
Expand Down
18 changes: 18 additions & 0 deletions Awful.apk/src/main/res/values/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="changelog">
<item>
3.5.0:\n
- Emote picker has smarter search and history :wow:\n\n
- You wanted a private message send confirmation, you got one\n\n
- Timestamps in searches\n\n
- Fancy page bar\n\n
- GIF animation toggle is now in the Images section of settings\n\n
- A bunch of optimizations to enspeeden your forums experience\n\n
\n
Fixes:\n
- Opening the bookmarks widget or an external link to a thread doesn\'t make them \'stick\' anymore\n\n
- Crashes and weird behavior when swiping on a code block\n\n
- Settings import/export\n\n
- Thread view stuff like broken images and spoilers\n\n
- The sidebar shows the current thread\'s parent forum\n\n
- FYAD sigs\n\n
- Hopefully the screen doesn\'t stay on by default for anyone now\n\n
</item>
<item>
3.4.1:\n
- Fix for HTTPS connection failures on older devices. If you still get SSL errors, try updating Google Play Services in the Play Store and restart the app!\n\n
Expand Down

0 comments on commit bb8fd7a

Please sign in to comment.