Skip to content

Commit c4120d6

Browse files
authored
Merge pull request #70 from brarcher/intent
Add intent for encoding file
2 parents de1627e + d79b31c commit c4120d6

File tree

15 files changed

+1071
-344
lines changed

15 files changed

+1071
-344
lines changed

app/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ dependencies {
4444
compile 'commons-io:commons-io:2.5'
4545
compile group: 'com.google.guava', name: 'guava', version: '20.0'
4646
compile 'com.github.codekidX:storage-chooser:2.0.3'
47+
implementation group: 'org.javatuples', name: 'javatuples', version: '1.2'
48+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.8.11.1'
4749
testCompile 'junit:junit:4.12'
4850
testCompile "org.robolectric:robolectric:3.6.1"
4951
}

app/src/main/AndroidManifest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020

2121
<category android:name="android.intent.category.LAUNCHER" />
2222
</intent-filter>
23+
<intent-filter>
24+
<action android:name="protect.videotranscoder.ENCODE"/>
25+
<category android:name="android.intent.category.DEFAULT"/>
26+
</intent-filter>
2327
</activity>
2428
<provider
2529
android:name="android.support.v4.content.FileProvider"

0 commit comments

Comments
 (0)