Call features#2
Open
AkiTheMemeGod wants to merge 20 commits into
Open
Conversation
… and updating user, chat, and message handling methods. Update messaging service to reflect changes in push notification handling. Adjust pubspec.yaml and pubspec.lock to remove Firebase packages and add Supabase dependencies.
…ser resolution and feedback
…ndling and schema compatibility checks
…age, and friend request management
…icMediaUrl method in StorageService
- Implemented Features component showcasing app functionalities with animations. - Created Footer component for navigation and contact information. - Developed Hero component with a video background and call-to-action buttons. - Added Navigation component for site navigation with mobile responsiveness. - Introduced ScreenshotGallery component to display app screenshots with modal functionality. - Established global styles in index.css and configured Tailwind CSS for design consistency. - Set up main entry point in main.tsx for React application. - Configured Vite for development and build processes. - Added favicon and app icons for branding. - Created index.html and manifest.json for web app structure and PWA support.
…gin page, profile page, and settings page
…and splash screens
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.
This pull request introduces several important enhancements and setup improvements for the Entangled project. The main changes include a comprehensive update to project documentation, the addition of environment and launch configuration files for easier development, Android permissions and optimizations, and initial release notes. These updates collectively improve project onboarding, developer experience, and app capabilities.
Documentation & Release Notes:
README.mdwith detailed project overview, feature list, architecture, setup instructions, and visual assets to better communicate the app’s capabilities and structure.RELEASE_NOTES.mddocumenting the v1.0.0 release, highlighting new features, security, installation steps, and credits.Development Environment Setup:
.env.examplewith placeholders for Supabase and Google OAuth credentials, enabling easier environment configuration..vscode/launch.jsonfor convenient debug and release launch configurations using environment variables in local development.Android Platform Enhancements:
AndroidManifest.xmlto request notification and audio recording permissions, required for messaging and voice features.MainActivity.ktto enable high refresh rate support on compatible devices, enhancing UI smoothness.strings.xmlwith the default Google OAuth web client ID for authentication integration.gradle.propertieswith new flags added by the Flutter migrator for better compatibility.Project Metadata:
.metadatato reflect the new project revision and migration base for root and web platforms. [1] [2]Flutter App Improvements:
NavigatorKeyinapp.dartfor improved navigation handling and future notification support. [1] [2]Most Important Changes:
1. Documentation & Release Notes
README.mdwith comprehensive project overview, setup, features, architecture, and screenshots for improved onboarding and clarity.RELEASE_NOTES.mdfor v1.0.0, detailing new features, installation, and credits.2. Development Environment & Configuration
.env.examplefor environment variable management (Supabase, Google OAuth)..vscode/launch.jsonfor streamlined debugging and release builds using environment variables.3. Android Platform Enhancements
AndroidManifest.xmlto request notification and audio recording permissions.MainActivity.ktto enable high refresh rate support on modern Android devices.strings.xmlwith Google OAuth web client ID for authentication.gradle.propertiesfor Flutter compatibility.4. Project Metadata
.metadatafor new revision and migration state, ensuring proper project versioning and migration tracking. [1] [2]5. Flutter App Improvements
NavigatorKeyinapp.dartto support advanced navigation and notification handling. [1] [2]