Skip to content

Commit d5e476b

Browse files
authored
Beta 3.7.1
1 parent bc517d0 commit d5e476b

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

Awful.apk/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
-->
88
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
99
package="com.ferg.awfulapp"
10-
android:versionCode="30700"
11-
android:versionName="3.7.0"
10+
android:versionCode="30701"
11+
android:versionName="3.7.1"
1212
android:installLocation="auto">
1313
<supports-screens
1414
android:smallScreens="true"

Awful.apk/src/main/assets/changelog.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55
<!-- See the Changelog code for the expected structure of this document -->
66

77
<main>
8+
<section>
9+
<h2>3.7.1</h2>
10+
<ul>
11+
<li>New button in threads to find you are posts.</li>
12+
<li>IK and super-mods are now marked as mods.</li>
13+
<li>Some "new" thread tags for QCS.</li>
14+
<li>Fixed imgur upload again.</li>
15+
</ul>
16+
</section>
17+
818
<section>
919
<h2>3.7.0</h2>
1020
<ul>
@@ -15,6 +25,7 @@ <h2>3.7.0</h2>
1525
<li>Fixed video auto-play function. Though I guess nobody used that anyway</li>
1626
</ul>
1727
</section>
28+
1829
<section>
1930
<h2>3.6.10</h2>
2031
<ul>

Awful.apk/src/main/java/com/ferg/awfulapp/util/AwfulError.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ public static AwfulError checkPageErrors(Document page, AwfulPreferences prefs)
179179
// Jan 11, 2013 10:35 AM vs Jan 11, 2013 22:35
180180
String pattern = date.endsWith("m") ? "MMM d, yyyy hh:mm aa" : "MMM d, yyyy HH:mm";
181181
SimpleDateFormat probationFormat = new SimpleDateFormat(pattern, Locale.US);
182-
183182
try {
184183
probTimestamp = probationFormat.parse(date).getTime();
185184
} catch (ParseException e) {

0 commit comments

Comments
 (0)