Commit graph

508 commits

Author SHA1 Message Date
Chris Garrity
0f909781c4 New skin handling in Watermark
Graphic elements that are part of a person's body will include "Body" in the id. When generating the watermark, do not fill those elements, just keep the outline.
2021-08-30 14:55:53 -04:00
Chris Garrity
1ec553e197 Handle new people sprites
* change the palette in the Paint editor to have more skin tones (6)
* Add new assets to the localizations for later translation
* Add handling for a new section of the Media json for legacy sprites.

Existing projects may use current library sprites, so they need to be in the app media keys even if they are no longer displayed in the library by default.
2021-08-30 14:55:53 -04:00
chrisgarrity
ce9200b2f1
Merge pull request #507 from LLK/issue/506-pt-br
Handle Brazilian Portuguese
2021-08-30 14:54:22 -04:00
Chris Garrity
50541dd940 Handle Brazilian Portuguese
We need special handling for languages where we use locale (zh and pt), pt was missing from the code.
2021-08-30 14:37:49 -04:00
chrisgarrity
3c18ba8dad
Merge pull request #497 from yueyuzhao/issue/494-soft-keyboard-no-hides
Android: Fix soft keyboard hides too quickly
2021-08-24 15:13:08 -04:00
chrisgarrity
1a218c46b6
Merge pull request #498 from yueyuzhao/issue/282-paint-editor-calibration
Set screen matrix scale to Paint.currentZoom
2021-08-24 14:55:07 -04:00
chrisgarrity
8ab40eb646
Merge pull request #500 from yueyuzhao/issue/499-stamp-camera-fill
Fix clone svg element null pointer
2021-08-24 14:27:23 -04:00
chrisgarrity
a0d1513342
Merge pull request #496 from VaishnaviJha786/develop
Corrected the link for CONTRIBUTING.md
2021-08-24 13:34:13 -04:00
Yueyu
0c7a3a6abc Fix clone svg element null pointer 2021-08-24 21:34:44 +08:00
Yueyu
650157bc7a Set screen matrix scale to Paint.currentZoom 2021-08-23 19:02:12 +08:00
Yueyu
06bb136699 Android: Fix #494 2021-08-23 18:49:21 +08:00
Vaishnavi Jha
6ca8e92563 Corrected the link for CONTRIBUTING.md 2021-08-23 10:15:31 +05:30
chrisgarrity
2a40e17247
Merge pull request #486 from LLK/remove-external-storage
Remove unnecessary request for External Storage
2021-08-11 12:31:30 -04:00
chrisgarrity
ad285235a5
Merge pull request #488 from yueyuzhao/issue/484-pbs-save-story
PBS: Fix story-save
2021-08-11 12:17:03 -04:00
chrisgarrity
a52ede4469
Merge pull request #487 from yueyuzhao/issue/643-open-external-link
iOS: open external link in browser
2021-08-10 15:59:21 -04:00
Yueyu
19e8c27467 code lint 2021-08-10 21:14:46 +08:00
Yueyu
a32cb2c056 set storyStarted if script is changed 2021-08-10 20:52:57 +08:00
Yueyu
7e7581dd34 Fix story saving 2021-08-10 20:52:09 +08:00
Yueyu
97b46b479e iOS: open external link in browser 2021-08-10 06:44:03 +08:00
Chris Garrity
e734ff3cb6 Remove unnecessary request for External Storage
Since we use app internal storage and then a contentProvider, I don't think we need permission for external storage. It's up to the external content provider (e.g. files, drive etc) to have access to the appropriate storage.
2021-08-09 17:55:23 -04:00
chrisgarrity
96ce9b0641
Merge pull request #451 from yueyuzhao/issue/27-camera2
Issue/27 camera2
2021-08-02 10:33:44 -04:00
chrisgarrity
3cffccf182
Merge pull request #428 from yueyuzhao/fix-story-save
fix story saving for PBS
2021-08-02 10:26:17 -04:00
Yueyu
d8760f6018 rename CameraxView to CameraView & add more comments 2021-08-02 08:18:36 +08:00
Yueyu
5ae6b2b7d1 only save the sample project if it's changed 2021-07-31 09:46:40 +08:00
Yueyu
5c0d80f048 localize sample name in storyStarter mode 2021-07-31 09:27:18 +08:00
chrisgarrity
7a3c4d76dd
Merge pull request #480 from yueyuzhao/issue/393-white-sprite
resort sprite, sprite outline, background, delete button zIndex
2021-07-30 17:34:38 -04:00
chrisgarrity
f35659db50
Merge pull request #471 from yueyuzhao/issue/454-loading-animation
fix .modal.fade position
2021-07-30 17:10:35 -04:00
Yueyu
a5e91730e0 code lint 2021-07-22 18:17:27 +08:00
Yueyu
ca55699744 resort sprite, sprite outline, background, delete button zIndex 2021-07-22 18:12:33 +08:00
Yueyu
d8e230a72f fix .modal.fade position 2021-07-21 16:41:09 +08:00
chrisgarrity
29f90362e9
Merge pull request #469 from LLK/chromebook-optimize
Chromebook optimizations
2021-07-19 18:12:12 -04:00
Chris Garrity
566f2f9389 Chromebook optimizations
* allow non-touchscreen devices
* force full screen (do not allow resizable windows)
2021-07-19 17:46:22 -04:00
chrisgarrity
51ce7e6a6d
Merge pull request #463 from yueyuzhao/issue/459-fix-interface-padding
fix padding & margin
2021-07-19 10:11:24 -04:00
chrisgarrity
0cbbc48769
Merge pull request #467 from yueyuzhao/issue/458-cancel-dragevent-outside-stage
cancel the dragging event if the pointer is outside stage
2021-07-19 10:04:58 -04:00
chrisgarrity
60b7b71324
Merge pull request #466 from yueyuzhao/issue/464-padding-bottom-for-languages
Fix bottom padding of the languages selection page
2021-07-19 09:49:58 -04:00
Yueyu
0bc7a0107f add some thresholds for stage outside 2021-07-10 07:51:07 +08:00
Yueyu
5fc7775748 cancel the dragging event if the pointer is outside stage 2021-07-06 06:39:28 +08:00
Yueyu
2a9201d1c9 1. fix padding bottom 2. center the buttons 2021-07-03 06:23:17 +08:00
Yueyu
f2b6e6ad4c fix padding & margin 2021-07-01 20:50:05 +08:00
chrisgarrity
a7d7cb1763
Merge pull request #456 from LLK/ignore-cal
Ignore cal variant
2021-06-21 12:53:18 -04:00
Chris Garrity
0db94d5685 Ignore cal variant
At some point I will clean up the git ignores - they are in almost every directory and that’s ridiculous. But for now make sure to ignore the cal variant if it shows up in the open source directory structure.
2021-06-21 12:52:31 -04:00
chrisgarrity
b4db8273da
Merge pull request #425 from yueyuzhao/issue/222-support-mouse-events
add mouse event support
2021-06-18 09:18:02 -04:00
Yueyu
8d17a76599 remove old file 2021-06-18 13:21:01 +08:00
Yueyu
29d6a92ee8 Android: upgrade to camera2 2021-06-18 07:28:39 +08:00
chrisgarrity
f226f3fdc4
Merge pull request #437 from yueyuzhao/issue/398-highlight-recording-during-playback
save volumes when recording for playback
2021-06-11 16:10:37 -04:00
chrisgarrity
c561a39725
Merge pull request #434 from yueyuzhao/fix-guide-description-bkg
Fix description background image lost
2021-06-11 16:04:33 -04:00
chrisgarrity
fdf974616e
Merge pull request #436 from yueyuzhao/issue/388-video-poster
show video after poster image is loaded
2021-06-11 16:03:00 -04:00
Yueyu
acbd23a7aa add missing files 2021-06-11 06:19:44 +08:00
Yueyu
dab8462349 resolve conflicts and lint the code 2021-06-11 05:58:20 +08:00
chrisgarrity
fd9fed6424
Merge pull request #435 from yueyuzhao/issue/599-android-start-setting
Android: update setAnalyticsPref signature
2021-06-09 09:39:07 -04:00