Skip to content

Commit

Permalink
Beta 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sereri authored Oct 16, 2020
1 parent bc517d0 commit d5e476b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Awful.apk/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.ferg.awfulapp"
android:versionCode="30700"
android:versionName="3.7.0"
android:versionCode="30701"
android:versionName="3.7.1"
android:installLocation="auto">
<supports-screens
android:smallScreens="true"
Expand Down
11 changes: 11 additions & 0 deletions Awful.apk/src/main/assets/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@
<!-- See the Changelog code for the expected structure of this document -->

<main>
<section>
<h2>3.7.1</h2>
<ul>
<li>New button in threads to find you are posts.</li>
<li>IK and super-mods are now marked as mods.</li>
<li>Some "new" thread tags for QCS.</li>
<li>Fixed imgur upload again.</li>
</ul>
</section>

<section>
<h2>3.7.0</h2>
<ul>
Expand All @@ -15,6 +25,7 @@ <h2>3.7.0</h2>
<li>Fixed video auto-play function. Though I guess nobody used that anyway</li>
</ul>
</section>

<section>
<h2>3.6.10</h2>
<ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ public static AwfulError checkPageErrors(Document page, AwfulPreferences prefs)
// Jan 11, 2013 10:35 AM vs Jan 11, 2013 22:35
String pattern = date.endsWith("m") ? "MMM d, yyyy hh:mm aa" : "MMM d, yyyy HH:mm";
SimpleDateFormat probationFormat = new SimpleDateFormat(pattern, Locale.US);

try {
probTimestamp = probationFormat.parse(date).getTime();
} catch (ParseException e) {
Expand Down

0 comments on commit d5e476b

Please sign in to comment.