Enhance profile management with remote subscriptions and sharing - #13
Merged
Conversation
Implement profile subscription/update feature allowing profiles to sync from remote URLs. Add goose-relay:// protocol support for URL-based profile sharing. Enhance import/export with clipboard support in both profiles and settings. Implement auto-save for profile and global settings changes. Reorganize profile management UI with dropdown menus for import, export, and sharing. Update build configuration and upgrade to v1.7.1. Update Go dependencies and Gradle to latest versions.
Major additions in v1.7.1: - Remote profile subscriptions with manual refresh capability - goose-relay:// protocol support for URL-based profile sharing - Clipboard import/export for profiles and global settings - Auto-save for profile and global settings changes - Dropdown menus for profile management - Default split tunneling apps list (Instagram, Telegram, WhatsApp, YouTube, Chrome, Gmail, Play Store, etc.) - Go updated to 1.25.0 - Gradle and Android Gradle Plugin updated to 8.13.0 - Improved JSON export/import with better defaults - Error handling enhancements Also added: - App preview screenshots (placeholder images) - Detailed feature breakdown - Tech stack updates - Architecture diagram - Extended troubleshooting guide - Comprehensive configuration documentation
Add 7 new screenshots showing different app screens: home, profiles, settings, logs, import/share functionality, and profile sharing. These screenshots can be used for documentation and README.
Contributor
Author
|
درود بر شما |
Changed properties in ScriptKeyEntry from var to val for immutability.
Updated split tunneling settings to disable by default and cleared default split packages.
Owner
|
تغییرات شما merge شد. |
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.
Implement profile subscription/update feature allowing profiles to sync from remote URLs. Add goose-relay:// protocol support for URL-based profile sharing. Enhance import/export with clipboard support in both profiles and settings. Implement auto-save for profile and global settings changes. Reorganize profile management UI with dropdown menus for import, export, and sharing. Update build configuration and upgrade to v1.7.1. Update Go dependencies and Gradle to latest versions.