Skip to content

Commit

Permalink
Add custom PVA dozuki app
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyasp committed Jun 3, 2015
1 parent 1103d0d commit 60a40d4
Show file tree
Hide file tree
Showing 411 changed files with 1,117 additions and 6 deletions.
2 changes: 1 addition & 1 deletion App/build.gradle
Expand Up @@ -39,7 +39,7 @@ dependencies {
}

// List of sites used to create signingConfigs, sourceSets, and productFlavors.
def sites = ["ifixit", "dozuki", "accustream", "dripassist", "magnoliamedical"]
def sites = ["ifixit", "dozuki", "accustream", "dripassist", "magnoliamedical", "pva"]

android {
compileSdkVersion 21
Expand Down
4 changes: 3 additions & 1 deletion App/res/values/themes.xml
Expand Up @@ -49,7 +49,9 @@

<style name="Theme.Magnolia" parent="Theme.Base"></style>

<style name="DripAssist" parent="Theme.Base"></style>
<style name="Theme.DripAssist" parent="Theme.Base"></style>

<style name="Theme.PVA" parent="Theme.Base"></style>

<style name="Theme.Dozuki" parent="Theme.Base"></style>

Expand Down
4 changes: 2 additions & 2 deletions App/sites/dripassist/res/values/themes.xml
Expand Up @@ -3,14 +3,14 @@
<!-- Generated with http://android-holo-colors.com -->
<resources xmlns:android="http://schemas.android.com/apk/res/android">

<style name="DripAssist.Dark" parent="Theme.Sherlock.Light.DarkActionBar">
<style name="Theme.DripAssist.Dark" parent="Theme.Sherlock.Light.DarkActionBar">
<!-- Action Bar Sherlock overrides -->
<item name="android:dropDownListViewStyle">@style/DropDownListView.DripAssist</item>
<item name="dropDownListViewStyle">@style/DropDownListView.DripAssist</item>
<item name="actionDropDownStyle">@style/DropDownNav.DripAssist</item>
</style>

<style name="DripAssist" parent="Theme.Sherlock.Light.DarkActionBar">
<style name="Theme.DripAssist" parent="Theme.Sherlock.Light.DarkActionBar">
<item name="doz__primaryHighlightColor">@color/dripassist_color</item>
<item name="doz__sectionHeader">@drawable/dripassist_section_header</item>
<item name="doz__spinnerBackground">@drawable/dripassist_spinner_background_holo_light</item>
Expand Down
67 changes: 67 additions & 0 deletions App/sites/pva/AndroidManifest.xml
@@ -0,0 +1,67 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application>
<activity
android:name="com.dozuki.ifixit.ui.topic_view.TopicActivity"
android:launchMode="singleTop">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>

<activity
android:name="com.dozuki.ifixit.ui.IntentFilterActivity"
android:taskAffinity=""
android:exported="true" >
<intent-filter>
<action android:name="android.intent.action.VIEW"/>

<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>

<!-- We need to match:
Guide and Teardown
upper and lower case
http and https
dozuki and custom domain
-->
<data android:scheme="http" android:host="pva.dozuki.com" android:pathPrefix="/Guide/"/>
<data android:scheme="https" android:host="pva.dozuki.com" android:pathPrefix="/Guide/"/>
<data android:scheme="http" android:host="pva.dozuki.com" android:pathPrefix="/Teardown/"/>
<data android:scheme="https" android:host="pva.dozuki.com" android:pathPrefix="/Teardown/"/>

<data android:scheme="http" android:host="pva.dozuki.com" android:pathPrefix="/guide/"/>
<data android:scheme="https" android:host="pva.dozuki.com" android:pathPrefix="/guide/"/>
<data android:scheme="http" android:host="pva.dozuki.com" android:pathPrefix="/teardown/"/>
<data android:scheme="https" android:host="pva.dozuki.com" android:pathPrefix="/teardown/"/>

<data android:scheme="http" android:host="pva.dozuki.com" android:pathPrefix="/c/"/>
<data android:scheme="https" android:host="pva.dozuki.com" android:pathPrefix="/c/"/>

<data android:scheme="http" android:host="support.pva.net" android:pathPrefix="/Guide/"/>
<data android:scheme="https" android:host="support.pva.net" android:pathPrefix="/Guide/"/>
<data android:scheme="http" android:host="support.pva.net" android:pathPrefix="/Teardown/"/>
<data android:scheme="https" android:host="support.pva.net" android:pathPrefix="/Teardown/"/>

<data android:scheme="http" android:host="support.pva.net" android:pathPrefix="/guide/"/>
<data android:scheme="https" android:host="support.pva.net" android:pathPrefix="/guide/"/>
<data android:scheme="http" android:host="support.pva.net" android:pathPrefix="/teardown/"/>
<data android:scheme="https" android:host="support.pva.net" android:pathPrefix="/teardown/"/>

<data android:scheme="http" android:host="support.pva.net" android:pathPrefix="/c/"/>
<data android:scheme="https" android:host="support.pva.net" android:pathPrefix="/c/"/>
</intent-filter>
</activity>

<provider
android:name="com.dozuki.ifixit.ui.search.SearchSuggestionProvider"
android:authorities="com.dozuki.pva.ui.search.SearchSuggestionProvider"/>

<provider
android:name="com.dozuki.ifixit.util.api.ApiContentProvider"
android:authorities="com.dozuki.pva.provider"
android:exported="false"
android:syncable="true"/>
</application>
</manifest>
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 60a40d4

Please sign in to comment.