Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
Match both https and http for gitorious and github.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisboyle committed Jun 16, 2011
1 parent 72a9e3c commit 47e7f6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions agit/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
<category android:name="android.intent.category.BROWSABLE"></category>
<action android:name="android.intent.action.VIEW"></action>
<data android:host="github.com" android:scheme="https" android:pathPattern="/.*/.*" />
<data android:host="github.com" android:scheme="http" android:pathPattern="/.*/.*" />
</intent-filter>
</activity>

Expand All @@ -103,6 +104,7 @@
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE"></category>
<action android:name="android.intent.action.VIEW"></action>
<data android:host="gitorious.org" android:scheme="https" android:pathPattern="/.*/.*" />
<data android:host="gitorious.org" android:scheme="http" android:pathPattern="/.*/.*" />
</intent-filter>
</activity>
Expand Down

0 comments on commit 47e7f6a

Please sign in to comment.