Update dev API key, sync error e-mail address

4.6.7
Alex Baker 13 years ago
parent 95a912c457
commit 08763c2206

@ -200,7 +200,7 @@ abstract public class SyncProviderPreferences extends TodorooPreferenceActivity
public void onClick(DialogInterface dialog, int which) {
Intent emailIntent = new Intent(Intent.ACTION_SEND);
emailIntent.setType("plain/text")
.putExtra(Intent.EXTRA_EMAIL, new String[]{"android-bugs@astrid.com"})
.putExtra(Intent.EXTRA_EMAIL, new String[]{"baker.alex@gmail.com"})
.putExtra(Intent.EXTRA_SUBJECT, service + " Sync Error")
.putExtra(Intent.EXTRA_TEXT, lastErrorFull);
startActivity(Intent.createChooser(emailIntent, r.getString(R.string.sync_SPr_send_report)));

@ -6,8 +6,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.astrid"
android:versionName="4.6.6"
android:versionCode="314">
android:versionName="4.6.7"
android:versionCode="315">
<!-- widgets, alarms, and services will break if Astrid is installed on SD card -->
<!-- android:installLocation="internalOnly"> -->

@ -40,7 +40,7 @@ public class GtasksInvoker {
@Autowired
ExceptionService exceptionService;
private static final String API_KEY = "AIzaSyCIYZTBo6haRHxmiplZsfYdagFEpaiFnAk"; // non-production API key
private static final String API_KEY = "AIzaSyBXGYNWNQcfse4JS5gI9teTSKMzinWzL2M"; // non-production API key
public static final String AUTH_TOKEN_TYPE = "Manage your tasks"; //"oauth2:https://www.googleapis.com/auth/tasks";

Loading…
Cancel
Save