feat: widget size variants, vault selection, per-instance pinning, concurrent cache tests (#244 #245 #246 #247) - #336
Open
edwardfavour998-code wants to merge 1 commit into
Conversation
…ncurrent cache tests (ethos-protocol#244 ethos-protocol#245 ethos-protocol#246 ethos-protocol#247) - ethos-protocol#247 iOS: TTLWidgetView adapts layout across .systemSmall/.systemMedium/.systemLarge/.accessoryRectangular/.accessoryCircular - ethos-protocol#247 Android: vault_widget_small/medium/large.xml layouts; VaultStatusWidget picks layout by width; onAppWidgetOptionsChanged re-renders on resize - ethos-protocol#245 iOS: VaultSelectionIntent (AppIntents/WidgetConfigurationIntent) replaces StaticConfiguration; urgency fallback when vaultID is empty - ethos-protocol#245 Android: VaultWidgetConfigActivity lets user pick a vault per widget instance; vault_id_list saved by worker for picker; urgency fallback on cancel - ethos-protocol#246 iOS: AppIntentConfiguration gives each widget instance its own VaultSelectionIntent automatically - ethos-protocol#246 Android: per-widget SharedPreferences (vault_widget_prefs_{id}); VaultWidgetUpdateWorker updates each widget independently - ethos-protocol#244 Android: OfflineCacheTest concurrent read/write test; OfflineCache save/load protected by ReentrantReadWriteLock - ethos-protocol#244 iOS: OfflineCacheConcurrencyTests (concurrent write+read, two-instance isolation); OfflineCache.save/load/delete/clearAll serialised via concurrent DispatchQueue with barrier writes - Updated PARITY.md: widget urgency selection now ✅ on both platforms - Updated .gitignore: exclude snapshot images, build artefacts, generated Xcode project
|
@edwardfavour998-code Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #244
Closes #245
Closes #246
Closes #247
Summary
Changes
Testing
Parity checklist
This PR does not add, change, or remove any user-facing feature on either
platform — no PARITY.md update needed.
— OR —
This PR adds/changes/removes a user-facing feature. I have updated PARITY.md:
Related issues