Shawn
|
663ad161fd
|
Expose focusNode for HiddenCollectible to improve keyboard UX in the photo_gallery
Improve readability of _handleKeyDown method
|
2024-01-22 15:34:51 -07:00 |
|
Shawn
|
9d2409cc9d
|
Cleanup
|
2024-01-22 15:09:08 -07:00 |
|
Shawn
|
c018fa3dd1
|
Create NativeWidgetService to seperate view layer from HomeWidget implementation details.
|
2024-01-18 12:43:03 -07:00 |
|
Shawn
|
2f500a344e
|
Merge branch 'feature/home-widget'
|
2024-01-18 12:05:35 -07:00 |
|
Shawn
|
54cfee18c3
|
Merge pull request #133 from gskinnerTeam/feature/home-widget
Feature/home widget
|
2024-01-18 12:01:45 -07:00 |
|
Shawn
|
a57a23d4e0
|
Resolve merge conflicts
|
2024-01-18 11:53:38 -07:00 |
|
Shawn
|
6f7a69d50d
|
Merge main
|
2024-01-18 11:36:39 -07:00 |
|
Shawn
|
a40ce7c080
|
Merge pull request #156 from erisanolasheni/main
Minor fix on the operator check
|
2024-01-18 11:34:39 -07:00 |
|
Shawn
|
590e542b34
|
Fix bug where widget would get out of sync w/ app once collected artifacts were explored
|
2024-01-18 11:22:31 -07:00 |
|
Shawn
|
bf2c0b2d04
|
Fix for #158: Add kIsWeb check to instances where we want android-specific behaviors.
|
2024-01-11 13:38:56 -07:00 |
|
Erisan Olasheni
|
a6c99352e6
|
Minor fix on the operator check
Made minor change on the `==` operator to validate if the compared `Object` `imageProvider` matches the current `Object`.
|
2023-12-10 19:06:10 +01:00 |
|
Shawn
|
91c8cb9760
|
Fix for #155, App stuck in onboarding
|
2023-12-08 09:54:26 -07:00 |
|
Shawn
|
3533369066
|
Fix map marker placement issue on web
|
2023-12-06 10:36:41 -07:00 |
|
Shawn
|
432becb17a
|
Add escape key support to backBtn by default
|
2023-12-05 11:42:26 -07:00 |
|
Shawn
|
66840b9300
|
Scrollbar alwaysOn for desktop/web
|
2023-12-05 11:39:00 -07:00 |
|
Shawn
|
28ebe79ad2
|
Cleanup lint warnings
|
2023-12-05 11:05:46 -07:00 |
|
Shawn
|
cc6e1649d1
|
Add mouse-wheel support to previousNextNavigation
|
2023-12-05 11:03:24 -07:00 |
|
Shawn
|
e34479ccd8
|
Keep backBtn in landscape mode, just align it to the right
|
2023-12-05 11:03:24 -07:00 |
|
Shawn
|
7c76fc9c09
|
Cleanup
|
2023-12-05 11:03:24 -07:00 |
|
Shawn
|
8daa4c112e
|
Fix RTE when entering collections list
|
2023-12-05 11:03:24 -07:00 |
|
Shawn
|
5b6cd2d8b5
|
Prevent fullscreen keyboard from reacting when modals are shown
|
2023-12-05 11:03:23 -07:00 |
|
Shawn
|
cbde677283
|
Restore default scrollbar behavior
|
2023-12-05 11:03:23 -07:00 |
|
Shawn
|
d7ac853653
|
Cleanup lint warnings
|
2023-12-05 11:03:23 -07:00 |
|
Shawn
|
fc23212912
|
Enable semantics on startup, closes issue #146
|
2023-12-04 12:39:55 -07:00 |
|
Shawn
|
d710a9718a
|
Add fullscreen keyboard list scroller component, incorporate into editorial_screen
|
2023-12-04 11:32:45 -07:00 |
|
Shawn
|
c2d33ac9d3
|
Cleanup naming
|
2023-12-04 11:31:22 -07:00 |
|
Shawn
|
9e4d457339
|
Add prev/next navigation to intro screen
|
2023-12-04 11:30:11 -07:00 |
|
Shawn
|
a056373207
|
Cleanup naming
|
2023-12-04 11:29:59 -07:00 |
|
Shawn
|
de6c18a42d
|
Add print statement for web users directing them to file issues on github
|
2023-12-04 11:28:19 -07:00 |
|
Shawn
|
07bd69ac77
|
Tweak styling on prevNextNav widget
|
2023-11-30 13:11:54 -07:00 |
|
Shawn
|
a3594470cd
|
Merge pull request #153 from gskinnerTeam/feature/carousel_nav_136
Feature/carousel nav 136
|
2023-11-30 10:47:51 -07:00 |
|
Shawn
|
93b0ed57cb
|
Merge pull request #152 from gskinnerTeam/photo_gallery_fixes
Photo gallery fixes
|
2023-11-30 10:47:38 -07:00 |
|
Shawn
|
d856f91a93
|
Add physical btn for carousel navigation,
add keyboard support,
add flipIcon property to CircleIconbtn
|
2023-11-30 10:41:05 -07:00 |
|
Shawn
|
d2062cd2a4
|
Update min window size
|
2023-11-30 10:08:15 -07:00 |
|
Shawn
|
7feafe35b8
|
Fix issue with [Tab] key not working after arrow keys are used (focus gets lost?)
|
2023-11-30 09:51:30 -07:00 |
|
Shawn
|
66ca833c58
|
Add keyboard support to FullscreenUrlImgViewer
|
2023-11-29 16:01:38 -07:00 |
|
Shawn
|
2887de4704
|
Add arrowkey support for navigation
Add workaround for lack of cutout support on web
|
2023-11-29 16:01:08 -07:00 |
|
Shawn
|
5b595c3f31
|
Add fullscreen keyboard listener
|
2023-11-29 16:00:27 -07:00 |
|
Shawn
|
1c853b1c39
|
Unify shortcuts on desktop/web, remove arrow-press for focus traversal from desktop.
Add focusNode support for btns
|
2023-11-29 16:00:00 -07:00 |
|
Shawn
|
97cb83733c
|
Tweak collectibles logic to await data writing
|
2023-11-20 12:56:38 -07:00 |
|
Shawn
|
00847778f5
|
Fix deeplink issue where dialogs would render on top of collections view
|
2023-11-07 17:38:09 -07:00 |
|
Shawn
|
24d08a69e9
|
Fix race condition when updating discoveredCount
|
2023-11-07 11:11:38 -07:00 |
|
Shawn
|
c071798b02
|
Fixes for iOS 17 / xCode 15
|
2023-11-06 18:31:50 -07:00 |
|
Shawn
|
5d7f14fd17
|
Fix centering issue in photo gallery with hidden collectibles
|
2023-11-03 14:30:05 -06:00 |
|
Shawn
|
7f786610a7
|
Remove duplicated comment
|
2023-11-03 14:29:46 -06:00 |
|
Shawn
|
76ff50d09a
|
Fix issue with home-screen throwing an error when disposed
|
2023-11-02 09:57:39 -06:00 |
|
Shawn
|
0805da1b37
|
Add back button fallback to go to /home if the view can not be popped
|
2023-11-02 09:57:01 -06:00 |
|
Shawn
|
a2a5eef138
|
Add ability to see last collected image, title and subtitle
|
2023-10-23 17:43:16 -06:00 |
|
Shawn
|
48e9b5fc25
|
Remove wallpaperPhoto view and related logic (saved in feature/wallpaper-sharing branch if needed in the future)
|
2023-10-19 16:25:02 -06:00 |
|
Shawn
|
b0f0b0084e
|
Decode json content as utf8
|
2023-10-11 13:56:51 -06:00 |
|