Skip to content

Commit

Permalink
4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kebernet committed Sep 4, 2017
1 parent 5d45d70 commit 534184e
Show file tree
Hide file tree
Showing 109 changed files with 78 additions and 7 deletions.
Empty file modified .gitignore 100644 → 100755
Empty file.
Empty file modified .travis.yml 100644 → 100755
Empty file.
Empty file modified LICENSE 100644 → 100755
Empty file.
Empty file modified README.md 100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Expand Up @@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="com.totsp.crossword.shortyz"
android:installLocation="auto"
android:versionCode="40310"
android:versionName="4.3.10">
android:versionCode="40400"
android:versionName="4.4.0">

<supports-screens
android:anyDensity="true"
Expand Down
Empty file modified app/src/main/assemble/proguard-android.txt 100644 → 100755
Empty file.
Empty file modified app/src/main/assets/icons1.ttf 100644 → 100755
Empty file.
Empty file modified app/src/main/assets/icons4.ttf 100644 → 100755
Empty file.
73 changes: 72 additions & 1 deletion app/src/main/assets/release.html
Expand Up @@ -10,7 +10,78 @@
<a href="https://plus.google.com/b/112662859624418565027" target="_blank"><img src="gplus-32.png" style="border: none; display:inline;" /></a>
</div>

<h2>Shortyz 4.3.9</h2>

<h2>Shortyz 4.4.0</h2>

<p>
First, quick update to the NYT login logic so new users can log in again.
</p>

<p>
So hay. Mad props to <a href="https://github.com/jonzolla" target="_blank">jonzolla</a>
for the biggest feature
contributed to the open source project. He added a BackgroundDownloaderService so if you are on
a recent version of Android, the app will wake up your phone and grab the latest puzzles without
your clicking the download button or launching the app. Some times you guys blow me away.
</p>
<p>
Also, there is a setting for that.
</p>
<p>
Penultimately, I just would love to express my love/hate relationship for you guys. During the
whole NYT login debacle, it felt like everyone on the internet emailed me. "OMG, I'M TRYING!"
But seriously, none of you were rude. Everyone was understanding and you guys were nice to me
for that week. Seriously, you are the best user base in the world.
</p>
<p>
As an aside, if you work on Google Inbox, it would be LOVELY to be able to select a whole bunch
of emails and send the same reply to all of them.
</p>
<p>
Finally, so a while back when I added Google Play Games achievements I gave you guys
some interesting stats about that. Recently I added the Twitter, now Google Fabric.io
library to help with crash tracking, but as a side effect, it gives me "Audience Information"
that is basically collected from your Twitter and ad network info. I dunno. Black government
helicopters.
</p>
<p>
As I hope you are aware, Shortyz is open source. I don't make any money off the app, nor
do I collect/give your information to anyone who doesn't already know it, but I thought you
might be interested in learning about yourselves (as Fabric tells me) and your fellow players.
</p>
<p>
As a Shortyz user, you are:
<ul>
<li>
One of about 15,000-20,000 people that use the app on any given day. You spend about
14 minutes using the app. I'm just going to guess that means about one or two puzzles.
Three to five if you are badass.
</li>
<li>
63.2% likely to be using a Samsung device. I know this is a thing, but I have always
bought the Nexus/Pixel devices from Google, which has been a point of testing failure in
the past.
</li>
<li>
42% of you are on Nougat, and 28.9% are on Marshmallow. You upgrade your phones regularly,
which is amazing, because the complaints I get about bugs on old versions of Android are
loud and frequent. :P
</li>
<li>
You are 68% male and 32% female. Honestly, I don't even know what this means, if it means
anything. It is surprising to me, though. Being what people might describe as a "casual"
game, I would expect that to almost be reversed.
</li>
<li>
You are much more interested in "politics and current events" and "business and news"
that the "average" user. You like "comedy" movies, too. I, again, don't know what that
means, but that is what it tells me.
</li>
</ul>
</p>


<h3>Previously 4.3.9</h3>

<p>This release doesn't contain anything new other than updates for the NYT.</p>

Expand Down
Empty file modified app/src/main/chrome/_locales/en/messages.json 100644 → 100755
Empty file.
Empty file modified app/src/main/chrome/app_main.html 100644 → 100755
Empty file.
Empty file modified app/src/main/chrome/icon128.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/src/main/chrome/icon16.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/src/main/chrome/manifest.json 100644 → 100755
Empty file.
Empty file modified app/src/main/java/com/totsp/crossword/firstrun/AppIntro.java 100644 → 100755
Empty file.
Empty file.
Empty file modified app/src/main/java/com/totsp/crossword/firstrun/Gmail.java 100644 → 100755
Empty file.
Empty file modified app/src/main/java/com/totsp/crossword/firstrun/NYTimes.java 100644 → 100755
Empty file.
Empty file.
Empty file modified app/src/main/java/com/totsp/crossword/firstrun/PlayGames.java 100644 → 100755
Empty file.
Empty file modified app/src/main/java/com/totsp/crossword/firstrun/Slide1.java 100644 → 100755
Empty file.
Empty file.
Empty file modified app/src/main/java/com/totsp/crossword/gmail/GMConstants.java 100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file modified app/src/main/java/com/totsp/crossword/nyt/ErrorActivity.java 100644 → 100755
Empty file.
Empty file modified app/src/main/java/com/totsp/crossword/nyt/ErrorFragment.java 100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion app/src/main/java/com/totsp/crossword/nyt/LoginActivity.java 100644 → 100755
Expand Up @@ -38,7 +38,7 @@

public class LoginActivity extends ShortyzActivity {
private static final Logger LOG = Logger.getLogger(LoginActivity.class.getCanonicalName());
private static final String PUZZLES_URL = "https://www.nytimes.com/crosswords/index.html";
private static final String PUZZLES_URL = "https://www.nytimes.com/crosswords";
private static final String LOGIN_URL = "https://myaccount.nytimes.com/auth/login?URI=https%3A%2F%2Fwww.nytimes.com%2Fcrosswords%2Findex.html&OQ=page%3Dhome%26_r%3D1%26page%3Dhome%26";
protected AndroidVersionUtils utils = AndroidVersionUtils.Factory.getInstance();

Expand Down
Empty file modified app/src/main/java/com/totsp/crossword/service/IOService.java 100644 → 100755
Empty file.
Empty file modified app/src/main/java/com/totsp/crossword/util/NightModeHelper.java 100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified app/src/main/res/anim/float_hide.xml 100644 → 100755
Empty file.
Empty file modified app/src/main/res/anim/float_show.xml 100644 → 100755
Empty file.
Empty file modified app/src/main/res/drawable-hdpi/ic_action_remove.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/src/main/res/drawable-hdpi/ic_arrow_forward_white_24px.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/src/main/res/drawable-hdpi/ic_done_white_24px.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/src/main/res/drawable-hdpi/ic_navigate_next_white_24dp.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/src/main/res/drawable-mdpi/ic_action_remove.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/src/main/res/drawable-mdpi/ic_arrow_forward_white_24px.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/src/main/res/drawable-mdpi/ic_done_white_24px.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/src/main/res/drawable-mdpi/ic_navigate_next_white_24dp.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/src/main/res/drawable-night/arrow_down.xml 100644 → 100755
Empty file.
Empty file modified app/src/main/res/drawable-night/arrow_left.xml 100644 → 100755
Empty file.
Empty file modified app/src/main/res/drawable-night/arrow_right.xml 100644 → 100755
Empty file.
Empty file modified app/src/main/res/drawable-night/arrow_up.xml 100644 → 100755
Empty file.
Empty file modified app/src/main/res/drawable-night/delete.xml 100644 → 100755
Empty file.
Empty file modified app/src/main/res/drawable-night/night_toggle.xml 100644 → 100755
Empty file.
Empty file modified app/src/main/res/drawable-night/space.xml 100644 → 100755
Empty file.
Empty file modified app/src/main/res/drawable-xhdpi/ic_action_remove.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/src/main/res/drawable-xhdpi/ic_arrow_forward_white_24px.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/src/main/res/drawable-xhdpi/ic_done_white_24px.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/src/main/res/drawable-xhdpi/ic_navigate_next_white_24dp.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/src/main/res/drawable-xxhdpi/ic_action_remove.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/src/main/res/drawable-xxhdpi/ic_done_white_24px.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/src/main/res/drawable-xxxhdpi/ic_done_white_24px.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/src/main/res/drawable/arrow_down.xml 100644 → 100755
Empty file.
Empty file modified app/src/main/res/drawable/arrow_left.xml 100644 → 100755
Empty file.
Empty file modified app/src/main/res/drawable/arrow_right.xml 100644 → 100755
Empty file.
Empty file modified app/src/main/res/drawable/arrow_up.xml 100644 → 100755
Empty file.
Empty file modified app/src/main/res/drawable/bg_intro_bottom.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/src/main/res/drawable/clue_list_shadow.xml 100644 → 100755
Empty file.
Empty file modified app/src/main/res/drawable/container_drop_shadow.xml 100644 → 100755
Empty file.
Empty file modified app/src/main/res/drawable/delete.xml 100644 → 100755
Empty file.
Empty file modified app/src/main/res/drawable/gmail_logo.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/src/main/res/drawable/indicator_dot_grey.xml 100644 → 100755
Empty file.
Empty file modified app/src/main/res/drawable/indicator_dot_white.xml 100644 → 100755
Empty file.
Empty file modified app/src/main/res/drawable/intro_bottom.xml 100644 → 100755
Empty file.
Empty file modified app/src/main/res/drawable/night_toggle.xml 100644 → 100755
Empty file.
Empty file modified app/src/main/res/drawable/nyt_crossword_logo.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/src/main/res/drawable/play_games_logo.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/src/main/res/drawable/space.xml 100644 → 100755
Empty file.
Empty file modified app/src/main/res/layout-v21/intro_layout.xml 100644 → 100755
Empty file.
Empty file modified app/src/main/res/layout/intro_layout.xml 100644 → 100755
Empty file.
Empty file modified app/src/main/res/layout/key_preview.xml 100644 → 100755
Empty file.
Empty file modified app/src/main/res/layout/recycler_test.xml 100644 → 100755
Empty file.
Empty file modified app/src/main/res/layout/slide1.xml 100644 → 100755
Empty file.
Empty file modified app/src/main/res/layout/slide_gmail.xml 100644 → 100755
Empty file.
Empty file modified app/src/main/res/layout/slide_nytimes.xml 100644 → 100755
Empty file.
Empty file modified app/src/main/res/layout/slide_nytimes_error.xml 100644 → 100755
Empty file.
Empty file modified app/src/main/res/layout/slide_playgames.xml 100644 → 100755
Empty file.
Empty file modified app/src/main/res/layout/spinner_item.xml 100644 → 100755
Empty file.
Empty file modified app/src/main/res/values-night/colors.xml 100644 → 100755
Empty file.
Empty file modified app/src/main/res/values-v21/styles.xml 100644 → 100755
Empty file.
Empty file modified app/src/main/res/values/colors.xml 100644 → 100755
Empty file.
Empty file modified app/src/main/res/values/styles.xml 100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -7,7 +7,7 @@ buildscript {
}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0-alpha2'
classpath 'com.android.tools.build:gradle:3.0.0-beta4'
}
}

Expand Down
Empty file modified gfx/chrome-promo-440.png 100644 → 100755
Empty file modified gfx/screens/4_0_ginger_play.png 100644 → 100755
Empty file modified gfx/screens/4_0_lollipo_play.png 100644 → 100755
Empty file modified gfx/screens/4_0_lollipop_browse.png 100644 → 100755
Empty file modified gfx/screens/4_0_xl_jbean_browse.png 100644 → 100755
Empty file modified gfx/screens/4_0_xl_jbean_play.png 100644 → 100755
Empty file modified gradle.properties 100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Sat May 27 08:51:55 IST 2017
#Mon Sep 04 06:49:16 IST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-milestone-1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
Empty file modified puzlib/src/main/java/com/totsp/crossword/io/TEA.java 100644 → 100755
Empty file.
Empty file modified puzlib/src/main/java/com/totsp/crossword/io/XTEA.java 100644 → 100755
Empty file.
Empty file modified puzlib/src/main/java/com/totsp/crossword/util/SCollections.java 100644 → 100755
Empty file.
Empty file modified puzlib/src/test/resources/brainsonly3.txt 100644 → 100755
Empty file.

0 comments on commit 534184e

Please sign in to comment.