603 Commits

Author SHA1 Message Date
dec1289fae Merge pull request #205 from gskinnerTeam/accessability-pass
Accessibility Improvements
2025-04-16 10:31:26 -06:00
4512eb7a58 Revised some of the IgnorePointers so they're the bare-bones version. 2025-04-08 14:49:40 -06:00
6095ff3337 IgnorePointer's ignoringSemantics defaulted to true, so swapped out all things (without readable children) to IgnorePointerAndSemantics. Left the ones that were set to false. 2025-04-07 14:45:03 -06:00
7b04cac32b Merge pull request #207 from gskinnerTeam/accessibility-pass-semanticslabels
Accessibility Pass - Semantics Labels
2025-04-07 14:22:32 -06:00
839d7b54f9 Merge branch 'accessability-pass' into accessibility-pass-semanticslabels 2025-04-07 12:08:42 -06:00
f9610c07bc Merge pull request #208 from gskinnerTeam/accessability-trackpadfix
Accessibility - Trackpad Fix
2025-04-07 12:08:09 -06:00
035538736a Merge branch 'accessability-pass' into accessability-trackpadfix 2025-04-07 12:07:50 -06:00
a811dff194 Merge branch 'accessability-pass' into accessibility-pass-semanticslabels 2025-04-07 12:07:29 -06:00
e7541892f4 Renamed IgnorePointerWithSemantics and split them to both true and false versions. 2025-04-07 11:34:51 -06:00
dd031a68bc Updated the search bar text and hint colors to be darker. 2025-04-07 11:03:36 -06:00
907aad0bde Removed GestureBinding call; supposedly not needed. 2025-04-07 09:56:40 -06:00
7afbd2db13 Added darker accent3 to deal with existing text contrast issues. 2025-04-04 16:42:23 -06:00
77f3c57274 Merge branch 'accessability-pass' into accessability-trackpadfix 2025-04-04 13:23:44 -06:00
a2bccce1d6 Photo Gallery's opacity eases off in high contrast mode. 2025-04-04 13:23:26 -06:00
be5b612ecb Merge branch 'accessability-pass' into accessibility-pass-semanticslabels 2025-04-04 10:38:24 -06:00
758856889b Merge branch 'accessability-pass' into accessability-trackpadfix 2025-04-04 10:38:10 -06:00
bf909fe669 Added highContrast bool to styles for future use. 2025-04-03 11:13:35 -06:00
5604060736 Merge branch 'accessability-pass' into accessibility-pass-semanticslabels 2025-04-02 14:28:31 -06:00
9d5368c741 Merge branch 'accessability-pass' into accessability-trackpadfix 2025-04-02 14:27:31 -06:00
483aa141ae Merge pull request #211 from gskinnerTeam/accessibility-pass-animationtimesbeta
Accessibility Pass - Second Pass - Animation Times and Reduced Motion mode
2025-04-02 14:25:29 -06:00
34b881978b Disabled Cupertino page translations when animations disabled in Router. Also cleaned it a bit. 2025-04-02 11:27:23 -06:00
123fafa502 Fixed collectable softlock and quelled animated hero screen. 2025-04-02 10:57:02 -06:00
16ffd1b09e Additional tweaks. 2025-04-01 18:04:53 -06:00
51085a44ec Merge branch 'main' into accessibility-pass-animationtimesbeta 2025-04-01 15:11:58 -06:00
cfa0f4794b Created duration_utils to apply a cleaner version of the CustomTime code. 2025-04-01 15:10:20 -06:00
f98eba2548 Merge pull request #206 from gskinnerTeam/200-ProfileModeBuildFix
Issue 200 - Fixed incorrect build file reference
2025-04-01 10:17:32 -06:00
f6fbfa55c8 Restored custom time. Added $styles.times to cloud animation. 2025-03-28 10:41:47 -06:00
a737b5e275 Trimmed back down to working stuff. 2025-03-27 17:01:19 -06:00
98e1ed8717 Simplified maybeAnimate to match list and simplified things. Removed debug stuff. 2025-03-27 10:37:34 -06:00
2d32965ae9 Missed a spot. 2025-03-27 10:19:07 -06:00
e109b8ee64 Reimplemented _Times disabled state and implemented in scroll/page controller animations. 2025-03-27 10:11:28 -06:00
91af2b386d Created animate_utils and applied "maybeAnimate" throughout app. 2025-03-27 09:36:34 -06:00
b88744d3a4 Merge branch 'accessability-pass' into accessibility-pass-animationtimesbeta 2025-03-26 12:16:18 -06:00
cafb3fe8f9 Merge pull request #210 from gskinnerTeam/manifest-screenshots
Add screenshots to manifest.json
2025-03-25 23:32:29 -06:00
700cc6cb29 Added screenshots to manifest.json for Richer installation interface 2025-03-24 16:30:09 -06:00
9a7f7887d4 Revert "Removed debug print."
This reverts commit 8495d160301e64b2584a1c344bc3e4489937657f.
2025-03-21 10:06:18 -06:00
8495d16030 Removed debug print. 2025-03-20 18:06:22 -06:00
a73b5fb62a Fair bit of code cleanup. 2025-03-20 14:40:19 -06:00
4f4b81e45f Moved TrackpadListener into eight-way-swipe-detector, which no longer reads trackpad events. Added it to editorial screen and wonders home screen for the down/up swipes. Bit more refinement. 2025-03-19 16:34:32 -06:00
7d83cdde1e TrackpadListener functional in Photo Gallery (for testing). Will apply elsewhere. 2025-03-18 10:28:06 -06:00
6e0d4e2d92 Creating a Trackpad reader to cover bases. 2025-03-17 18:58:35 -06:00
29d3d4784b Applied MergeSemantics. Removed the added locale lines; not necessary after all. 2025-03-11 12:06:20 -06:00
85cab2d127 Merge branch 'accessability-pass' into accessibility-pass-semanticslabels 2025-03-11 11:52:09 -06:00
a4a304be39 Applying Semantics labelling to Browse Artifacts time slider. 2025-03-10 19:11:47 -06:00
0bacb457d8 Issue stemmed from a naming convention; PBXPROJ file was referencing both "WonderousWidget" and "Wonderous Widget" as file locations. Simply removed the space throughout. 2025-03-06 11:09:15 -07:00
6469ae1043 Excluded several illustration images from Semantics to prevent VoiceOver from highlighting them unnecessarily. 2025-03-01 02:30:48 -07:00
281b298967 Set search input field to a fixed maxWidth. 2025-02-26 11:52:14 -07:00
885554657e Added lang="en" to HTML tag to show app's default language (usually starts on English). 2025-02-24 09:40:10 -07:00
526f587752 Renamed fullscreen image viewer left button to "previous" so they are not both labelled as "next". 2025-02-21 20:02:42 -07:00
9973af837a Missed one. 2025-02-21 17:01:55 -07:00