~david-ergo/astrid/removed-attributes-sync-fix

« back to all changes in this revision

Viewing changes to src/com/timsu/astrid/utilities/Constants.java

  • Committer: Tim Su
  • Date: 2009-12-21 04:25:46 UTC
  • mfrom: (225.1.26 2.10.1)
  • Revision ID: tim@todoroo.com-20091221042546-0v926l6yzpdwrti3
Released 2.10.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
package com.timsu.astrid.utilities;
2
2
 
3
 
import java.util.Date;
4
 
 
5
3
import android.app.Activity;
6
4
 
7
5
/** Astrid constants */
10
8
    // application constants
11
9
 
12
10
    /** URL of Astrid Help Page */
13
 
    public static final String HELP_URL = "http://code.google.com/p/android-astrid/wiki/UserGuide";
14
 
 
15
 
    /** URL of Astrid Contest Survey */
16
 
    public static final String SURVEY_URL = "http://bit.ly/astrid3";
17
 
 
18
 
    /** Expiration Date of Astrid Contest Survey link */
19
 
    public static final long SURVEY_EXPIRATION = new Date(109, 6, 19).getTime(); // 7-20-2009
 
11
    public static final String HELP_URL = "http://weloveastrid.com/?page_id=59";
20
12
 
21
13
    /** Flurry API KEy */
22
14
    public static final String FLURRY_KEY = "T3JAY9TV2JFMJR4YTG16";