-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Convert obj-c to swift * Fix react native test * Fix live preview * Improve live preview frame data * Add ConvertUtil * Implement initialize * Implement getThetaModel * Implement getThetaInfo * Implement time shift capture * Implement photo capture * Implement video capture * [RN iOS]convert getThetaState、listFiles、deleteFiles、deleteAllFiles、deleteAllImageFiles、deleteAllVideoFiles. * [RN ios]change string value to const. * Implement getOptions * Fix when storage in listFiles is nil * Implement setOptions * Implement setBluetoothDevice * Implement PluginOrders * Implement getPluginLicense * Fix typo * Implement listPlugins * Improve isInitialized * Implement plugin control * Implement my setting * Implement access point * Implement finishWlan * Implement convert video * Implement the remaining functions * Refactor * Improve code format * Fix param Int32 crash to react native * Fix typo to isInitialized * Improve example * Implement rn example options * Fix lint * Add option default value * Improve list item view * Add commands screen * Add option colorTemperature * Add ui toggle switch * Improve video convert screen * Fix example package * Fix unit test to buildTimeShiftCapture * Add list files view * improve the appearance to list * Add listFIles screen * Improve refresh file list * [private]add photo capture screen to RN example. * [RN example]add photo capture screen. * [RN example]add common settings to photoCapture screen. * [RN example] add gpsInfo to photoCapture screen. lint code. * [RN example] fixed feedback. * [RN example] fixed feedback. * Add gpsInfo label * [RN example] create common option component for capture. changed layout for photoCapture screen. make editable of number & string input can be set. * Fix set photo capture options * Fix set colorTemperature * Fix edit gpsInfo * [RN example] cannot take photo when theta is not initialized. * [RN example] catch not inited error at photo capture. --------- Co-authored-by: osakila <[email protected]> * Add delete files screen * Add stopSelfTimer to photo capture * Add getMetadata screen * Add get info screen * Fix set options gpsInfo float value * [private]add video capture screen to RN example * [private]add video capture screen to RN example. * Fix video capture screen * Cange video capture callback * Implement video capture test to kmm * Implement video capture test to rn * Implement video capture test to flutter * Fix comment * Fix tutorial to video capture * Improve video capture I/F to flutter * Fix tutorial to video capture * Add buildToolsVersion to rn example * Add gradlew to rn example * Add gradlew to rn example * [RN example] add options to option screen. * [private]add time-shift capture screen to RN example. * [RN example]add time-shift capture screen. * [RN example] fixed feedback. * [RN example] fixed feedback again. * [RN example] fixed time-shift screen default message. * [RN example] fixed time-shift screen default value. * [RN example] fixed feedback. --------- Co-authored-by: osakila <[email protected]> * [private]Improve example menu * Improve menu layout * Improve capture menu * Fix menu key error * [private]Change RN example name to verification tool * Change example to verification-tool for ios * Change example to verification-tool for android * Improve check video capture state * fixed and format tutorial. * [private]Fix video capture for SC2 self-timer * Fix video capture for self timer * Fix video capture unit test * Add dummy workflow * formatted code for 1.4.0. * format flutter code. * format kmm code. * format rn code. * format swift code. --------- Co-authored-by: osakila <[email protected]>
- Loading branch information
Showing
272 changed files
with
24,064 additions
and
11,744 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
name: Dummy for test | ||
|
||
on: | ||
workflow_dispatch: | ||
|
||
jobs: | ||
dummy: | ||
if: ${{ false }} | ||
runs-on: ubuntu-latest | ||
steps: | ||
- run: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.