Skip to content

Commit

Permalink
moving to mongolabs
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardogrimaldi committed Jun 29, 2013
1 parent ad7e330 commit 03e4079
Show file tree
Hide file tree
Showing 16 changed files with 85 additions and 91 deletions.
169 changes: 79 additions & 90 deletions DolarHoy.iws

Large diffs are not rendered by default.

Binary file modified out/production/DolarHoy/DolarHoy.apk
Binary file not shown.
Binary file modified out/production/DolarHoy/DolarHoy.unaligned.apk
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified out/production/DolarHoy/com/actionbarsherlock/BuildConfig.class
Binary file not shown.
Binary file modified out/production/DolarHoy/com/viewpagerindicator/BuildConfig.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,12 @@ protected String doInBackground(String... params) {
result = DolarHoyHelper.downloadFromServer(params);
} catch (DolarHoyHelper.ApiException e) {
//e.printStackTrace();
return new String();
try {
result = DolarHoyHelper.downloadFromServer(params);
} catch (DolarHoyHelper.ApiException ex) {
//e.printStackTrace();
return new String();
}
}
return result;
}
Expand Down

0 comments on commit 03e4079

Please sign in to comment.