Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce mp4composer lib as a module #18

Merged
merged 18 commits into from
Aug 12, 2019

Conversation

mzorz
Copy link
Contributor

@mzorz mzorz commented Aug 2, 2019

NOTE: Please Review and Merge #23, #22 and #21 first - do not merge until #21 gets merged here

Addresses #10

  • Started by making sure permissions for recording (writing to a file, capturing camera and audio) are set. (52f8c96, aa58b09)
  • introduced the library as a module in c43a742
  • re-introduced GlGifWatermarkFilter in 156a596
  • added video saving methods back in df05539

To test:
0. open the app then tap on the floating buton to go to the composing screen

  1. on the overflow menu, tap on Camera preview once, allow all permissions
  2. tap on Camera preview again to start recorrding
  3. tap once more to stop recording
  4. add emojis, text, drawing
  5. on the overflow menu, tap Save
  6. see the new video should have been saved to the device

ToDo:

@mzorz mzorz marked this pull request as ready for review August 2, 2019 16:31
@mzorz mzorz requested a review from aforcier August 2, 2019 16:38
@mzorz mzorz changed the title Introduce mp4composer lib as a module WIP - Introduce mp4composer lib as a module Aug 2, 2019
@mzorz mzorz changed the title WIP - Introduce mp4composer lib as a module Introduce mp4composer lib as a module Aug 6, 2019
@aforcier aforcier self-assigned this Aug 12, 2019
@aforcier aforcier added this to the Demo 1: Basic Creation milestone Aug 12, 2019
@aforcier
Copy link
Collaborator

Looks good! :shipit: (holding off until the entire stack has been merged)

@@ -42,6 +42,7 @@ dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
compile project(path: ':mp4compose')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

compile is deprecated, this should be implementation project....

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed in 3fdbe73 👍

@aforcier
Copy link
Collaborator

Merged in #21 per our discussion to shorten the stack. Will merge this once CI clears it.

@aforcier aforcier merged commit d367fe8 into app/foundation Aug 12, 2019
@aforcier aforcier deleted the app/foundation-add-mp4composer branch August 12, 2019 21:49
@aforcier aforcier mentioned this pull request Aug 12, 2019
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants