/android/import-contacts

To get this branch, use:
bzr branch http://bzr.ed.am/android/import-contacts

« back to all changes in this revision

Viewing changes to src/am/ed/importcontacts/Intro.java

  • Committer: edam
  • Date: 2012-12-18 12:56:41 UTC
  • Revision ID: tim@ed.am-20121218125641-1w4o2nrwcry1ipiz
renamed homepage to webpage

Show diffs side-by-side

added added

removed removed

42
42
 
43
43
                TextView link = (TextView)findViewById( R.id.intro_link );
44
44
                Linkify.addLinks( link,
45
 
                        Pattern.compile( "The Import Contacts homepage" ),
 
45
                        Pattern.compile( "The Import Contacts webpage" ),
46
46
                        "", null, new Linkify.TransformFilter() {
47
47
                                public String transformUrl( Matcher match, String url ) {
48
48
                                        return "http://ed.am/dev/android/import-contacts";