Skip to content

Commit

Permalink
Merge pull request #70 from brarcher/intent
Browse files Browse the repository at this point in the history
Add intent for encoding file
  • Loading branch information
brarcher authored Apr 1, 2018
2 parents de1627e + d79b31c commit c4120d6
Show file tree
Hide file tree
Showing 15 changed files with 1,071 additions and 344 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ dependencies {
compile 'commons-io:commons-io:2.5'
compile group: 'com.google.guava', name: 'guava', version: '20.0'
compile 'com.github.codekidX:storage-chooser:2.0.3'
implementation group: 'org.javatuples', name: 'javatuples', version: '1.2'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.8.11.1'
testCompile 'junit:junit:4.12'
testCompile "org.robolectric:robolectric:3.6.1"
}
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter>
<action android:name="protect.videotranscoder.ENCODE"/>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
</activity>
<provider
android:name="android.support.v4.content.FileProvider"
Expand Down
Loading

0 comments on commit c4120d6

Please sign in to comment.