Skip to content

Commit

Permalink
Updated dot size for higher dpi devices
Browse files Browse the repository at this point in the history
  • Loading branch information
HiiYL committed May 2, 2015
1 parent acfcc4e commit 3137ebc
Show file tree
Hide file tree
Showing 7 changed files with 163 additions and 411 deletions.
Binary file modified .DS_Store
Binary file not shown.
3 changes: 3 additions & 0 deletions .idea/libraries/library_2_1_3.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

564 changes: 156 additions & 408 deletions .idea/workspace.xml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.github.hiiyl.mmuhub"
minSdkVersion 14
targetSdkVersion 21
versionCode 1
versionName "1.0"
versionCode 3
versionName "1.2"
}
signingConfigs {
release {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,8 @@ public void onErrorResponse(VolleyError error) {
if (networkResponse != null && networkResponse.data != null) {
switch (networkResponse.statusCode) {
case 400:
Log.d("HELLO THERE~", "HTTTP 400");
Log.d("SESSION COOKIE FAILED", "HTTTP 400");
mSubjectSyncCount = 0;
sync_queue.cancelAll(SYNC_TAG);
refreshTokenAndRetry(context, subject_id);
break;
Expand Down
Binary file modified app/src/main/res/drawable-xhdpi/ic_not_seen.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable-xxhdpi/ic_not_seen.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3137ebc

Please sign in to comment.