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
97cb83733c
Tweak collectibles logic to await data writing
2023-11-20 12:56:38 -07:00
Shawn
395fa12ad0
Version bump
2023-11-17 13:29:08 -07:00
Shawn
c4f4c1a05a
Attempted fix for macOS preview warning about containerBackgroundApi
2023-11-07 17:38:44 -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
e974ce8ca0
Add support for new containerBackground API in iOS 17
2023-11-07 11:12:05 -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
94afbb1bcf
Cleanup
2023-11-02 09:58:07 -06:00
Shawn
616f5ace91
Enable deeplinking
2023-11-02 09:58:01 -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
8c3ef002a8
Cleanup
2023-10-25 16:33:57 -06:00
Shawn
d783d706e1
Cleanup colors implementation
2023-10-23 21:40:55 -06:00
Shawn
b188e77449
Cleanup
2023-10-23 18:31:07 -06:00
Shawn
a8f0b43c99
Cleanup
2023-10-23 18:06:39 -06:00
Shawn
a2a5eef138
Add ability to see last collected image, title and subtitle
2023-10-23 17:43:16 -06:00
Shawn
758a58b93d
Adjust padding for medium size widget
2023-10-19 12:12:34 -06:00
Shawn
310dcd918b
Add top-right icon image, adjust colors of text and progress gauge
2023-10-19 11:47:10 -06:00
Shawn
0cff2e5ecc
Add home widget to xcode project (WIP)
2023-10-19 11:29:54 -06:00
Shawn
505b0a2054
Add wonderous icon
2023-10-19 11:28:54 -06:00
Shawn
170bf6b13b
Merge branch 'main' into feature/home-widget
2023-10-13 14:30:45 -06:00
Shawn
1b07243f25
Update web description
2023-10-13 14:27:59 -06:00
Shawn
2185a02c46
Add placeholder bg image widget
2023-10-13 11:55:51 -06:00
Shawn
26e82be9f3
Merge branch 'main' into feature/home-widget
...
# Conflicts:
# pubspec.yaml
2023-10-13 11:52:56 -06:00
Shawn
cac0944d32
Update gradle version
2023-10-12 08:54:14 -06:00
Shawn
dff396283f
Merge pull request #130 from kevmoo/latest_deps
...
Bump a number of packages to their latest versions
2023-10-11 13:59:07 -06:00
Shawn
f10786ed82
Update maps api
2023-10-11 13:57:04 -06:00
Shawn
b0f0b0084e
Decode json content as utf8
2023-10-11 13:56:51 -06:00
Kevin Moore
34bdef3db0
Bump a number of packages to their latest versions
2023-10-11 12:48:41 -07:00
Shawn
6a0eb051e6
Add placeholder widget
2023-10-11 13:40:26 -06:00
Shawn
8ac60d46a8
Re-ran native_splash generator
2023-10-05 09:13:02 -06:00
Shawn
4d5347013c
Fix issue with menu icon corners not being rounded consistently
2023-10-04 09:44:07 -06:00
Shawn
ef7b99c992
Update settings for web icons
2023-10-04 09:02:50 -06:00
Shawn
105073480a
Increase photo gallery image size to large
2023-10-03 14:55:19 -06:00
Shawn
431a17dc1d
Increase resolution of fullscreen photo gallery images
2023-10-03 14:20:14 -06:00
Shawn
0fa3a344c9
Merge pull request #127 from gskinnerTeam/fix/selfhosted-met-files
...
Use self-hosted images for all artifacts, collectibles and youtube thumbnails.
2023-10-03 14:18:50 -06:00
Shawn
bbd6a68731
Cleanup
2023-10-03 14:17:20 -06:00
Shawn
79631cd91d
Remove proxy code
2023-10-03 14:16:01 -06:00
Shawn
c4e34edfd2
Use self-hosted youtube thumbs
2023-10-03 14:15:48 -06:00
Shawn
8f2625bc23
Rename MetAPI to ArtifactAPI etc
2023-10-03 14:15:36 -06:00
Shawn
fdaabec9f3
Update search result tile to use smaller image
2023-10-03 14:14:40 -06:00
Shawn
dce9138640
Update helper scripts
2023-10-03 14:13:01 -06:00
Shawn
5065002bce
Update artifact related data classes to use the self-hosted url
2023-10-03 14:11:59 -06:00
Shawn
27613c6922
Update search data files with fresh items, remove the imageUrl param
2023-10-03 14:11:01 -06:00
Shawn
a04d8bbb71
Merge pull request #124 from yangsfang/yangsfang-patch-1
...
Fix throttler calling an action twice
2023-10-02 14:02:12 -06:00
Shawn
31ec04dea9
Add helper class for downloading and resizing MET image and json files
2023-09-27 13:29:46 -06:00
Yang Fang
509487f789
Fix throttler calling an action twice
...
There is a bug in throttler where an action is called immediately and also again when the Timer expires despite only being scheduled once by call(). This commit resets the action to null once it is completed.
2023-09-22 11:26:41 -07:00
Shawn
8a29d67096
Merge pull request #115 from jonahwilliams/combine_advanced_blends
...
Reduce SaveLayer count of advanced blends.
2023-09-11 10:01:33 -06:00
Shawn
a38f564411
Initialize google maps sdk for web platform
2023-09-07 10:24:01 -06:00