-
Notifications
You must be signed in to change notification settings - Fork 7
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
Feature/go pro/bug fix/refetch photos #1133
Feature/go pro/bug fix/refetch photos #1133
Conversation
capcitory wifi plugin
…ctly from camera)
enable `Automatically manage signing`
@@ -358,7 +358,7 @@ | |||
CODE_SIGN_ENTITLEMENTS = App/App.entitlements; | |||
CODE_SIGN_IDENTITY = "Apple Development"; | |||
CODE_SIGN_STYLE = Automatic; | |||
CURRENT_PROJECT_VERSION = 1; | |||
CURRENT_PROJECT_VERSION = 2; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just updated build number for "Capture Exp App" to be able to upload to TestFlight
@@ -250,7 +250,7 @@ export class GoProMediaService { | |||
|
|||
const data = response.data; | |||
|
|||
const files = data.media[0].fs as any[]; | |||
const files = (data.media[0].fs as any[]).reverse(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I noticed that files were showing oldest first.
I could also read GoPro docs to get asc by timestamp. But I think just reverse array is quicker solution
…pro and upgrade versionCode
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did not find any major issue in the pull request. There are some conflicts and editing related to App release that requires fixing before merging, but besides that it's ready to be merged.
I just added refresh button to refetch photos from GoPro here is the video
It's last commit in this pull request, or here is the exact url to commit
FinalVideo_1640587801.182154.MOV
┆Issue is synchronized with this Asana task by Unito
┆Created By: Tammy Yang