Skip to content

Commit

Permalink
Rename app
Browse files Browse the repository at this point in the history
Rename app
  • Loading branch information
cp-megh-l authored Oct 3, 2024
2 parents 72ee843 + a76be5a commit f6a5e6c
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: YourSpace APK
path: YourSpace*.apk
name: GroupTrack APK
path: GroupTrack*.apk
retention-days: 2
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
<p align="center"> <a href="https://canopas.com/contact"><img src="./screenshots/cta_banner2.png" alt=""></a></p>

# YourSpace - Stay connected, Anywhere!
# GroupTrack - Stay connected, Anywhere!
Enhancing family safety and communication with real-time location sharing and modern UIs.

<img src="./screenshots/cover_image.png" alt="cover" width="100%"/>

## Overview
Welcome to YourSpace, an open-source Android application designed to enhance family safety through real-time location sharing and communication features. YourSpace aims to provide peace of mind by ensuring the safety of your loved ones and facilitating seamless communication regardless of their location.
Welcome to GroupTrack, an open-source Android application designed to enhance family safety through real-time location sharing and communication features. GroupTrack aims to provide peace of mind by ensuring the safety of your loved ones and facilitating seamless communication regardless of their location.

YourSpace adopts the MVVM architecture pattern and leverages Jetpack Compose for building modern UIs declaratively. This architecture ensures a clear separation of concerns, making the codebase more maintainable and testable. Jetpack Compose simplifies UI development by allowing developers to define UI elements and their behavior in a more intuitive way, resulting in a seamless user experience.
GroupTrack adopts the MVVM architecture pattern and leverages Jetpack Compose for building modern UIs declaratively. This architecture ensures a clear separation of concerns, making the codebase more maintainable and testable. Jetpack Compose simplifies UI development by allowing developers to define UI elements and their behavior in a more intuitive way, resulting in a seamless user experience.

## Download App
<a href="https://play.google.com/store/apps/details?id=com.canopas.yourspace"><img src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png" width="200"></img></a>


## Features
YourSpace is currently in active development 🚧, with plans to incorporate additional features shortly.
GroupTrack is currently in active development 🚧, with plans to incorporate additional features shortly.

YourSpace ensures your loved ones' well-being with:
GroupTrack ensures your loved ones' well-being with:

- [X] Real-time Location Sharing
- [X] Secure Communication
Expand All @@ -34,9 +34,9 @@ YourSpace ensures your loved ones' well-being with:
<th width="33%" >Location History</th>
</tr>
<tr>
<td><img src="./screenshots/yourspace_ss_1.jpg" alt="Family Safety At Your Fingertips"/></td>
<td> <img src="./screenshots/yourspace_ss_2.jpg" alt="Say Goodbye to 'Where are You?' Texts "/> </td>
<td> <img src="./screenshots/yourspace_ss_3.jpg" alt="Always Track Your Loved Ones"/> </td>
<td><img src="screenshots/grouptrack_ss_1.jpg" alt="Family Safety At Your Fingertips"/></td>
<td> <img src="screenshots/grouptrack_ss_2.jpg" alt="Say Goodbye to 'Where are You?' Texts "/> </td>
<td> <img src="screenshots/grouptrack_ss_3.jpg" alt="Always Track Your Loved Ones"/> </td>
</tr>
</table>

Expand All @@ -46,8 +46,8 @@ YourSpace ensures your loved ones' well-being with:
<th width="33%" >Communication</th>
</tr>
<tr align="center">
<td><img src="./screenshots/yourspace_ss_4.jpg" alt="Customize Your Places According to Your Needs" width="70%" /></td>
<td> <img src="./screenshots/yourspace_ss_5.jpg" alt="Chat with Your Loved Ones Anytime, Anywhere" width="70%" /> </td>
<td><img src="screenshots/grouptrack_ss_4.jpg" alt="Customize Your Places According to Your Needs" width="70%" /></td>
<td> <img src="screenshots/grouptrack_ss_5.jpg" alt="Chat with Your Loved Ones Anytime, Anywhere" width="70%" /> </td>
</tr>
</table>

Expand All @@ -70,14 +70,14 @@ Use the `applicationId` value specified in the `app/build.gradle` file of the ap
Once the project is created, you will need to add the `google-services.json` file to the app module.
For more information, refer to the [Firebase documentation](https://firebase.google.com/docs/android/setup).

YourSpace uses the following Firebase services, Make sure you enable them in your Firebase project:
GroupTrack uses the following Firebase services, Make sure you enable them in your Firebase project:
- Authentication (Phone, Google)
- Firestore (To store user data)
</details>

## Tech stack

YourSpace utilizes the latest Android technologies and adheres to industry best practices. Below is the current tech stack used in the development process:
GroupTrack utilizes the latest Android technologies and adheres to industry best practices. Below is the current tech stack used in the development process:

- MVVM Architecture
- Jetpack Compose
Expand All @@ -99,13 +99,13 @@ YourSpace utilizes the latest Android technologies and adheres to industry best
Currently, we are not accepting any contributions.

## Credits
YourSpace is owned and maintained by the [Canopas team](https://canopas.com/). You can follow them on Twitter at [@canopassoftware](https://twitter.com/canopassoftware) for project updates and releases. If you are interested in building apps or designing products, please let us know. We'd love to hear from you!
GroupTrack is owned and maintained by the [Canopas team](https://canopas.com/). You can follow them on Twitter at [@canopassoftware](https://twitter.com/canopassoftware) for project updates and releases. If you are interested in building apps or designing products, please let us know. We'd love to hear from you!

<a href="https://canopas.com/contact"><img src="./screenshots/cta_btn.png" width=300></a>

## License

YourSpace is licensed under the Apache License, Version 2.0.
GroupTrack is licensed under the Apache License, Version 2.0.

```
Copyright 2024 Canopas Software LLP
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ android {
targetSdk = 34
versionCode = versionMajor * 1000000 + versionMinor * 10000 + versionBuild
versionName = "$versionMajor.$versionMinor.$versionBuild"
setProperty("archivesBaseName", "YourSpace-$versionName-$versionCode")
setProperty("archivesBaseName", "GroupTrack-$versionName-$versionCode")

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
16 changes: 8 additions & 8 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<resources>
<string name="app_name">YourSpace</string>
<string name="app_name">GroupTrack</string>
<string name="common_btn_next">Next</string>
<string name="common_btn_continue">Continue</string>
<string name="common_label_or">Or</string>
Expand All @@ -26,11 +26,11 @@
<string name="common_session_expired_title">You\'ve been logged out</string>
<string name="common_session_expired_message">You need to sign in again to continue using the application.</string>
<string name="common_enable_location_service_title">Turn on location/GPS</string>
<string name="common_enable_location_service_message">Your location/GPS setting must be turned on for YourSpace to work. Please turn on location/GPS in the settings</string>
<string name="common_enable_location_service_message">Your location/GPS setting must be turned on for GroupTrack to work. Please turn on location/GPS in the settings</string>
<string name="common_background_access_permission_title">Location Access Required</string>
<string name="common_background_access_permission_message">YourSpace\'s location-sharing feature works correctly when it can access your location all the time. This ensures it gives you accurate, real-time updates.</string>
<string name="common_background_access_permission_message">GroupTrack\'s location-sharing feature works correctly when it can access your location all the time. This ensures it gives you accurate, real-time updates.</string>
<string name="common_background_access_permission_steps">Go to settings > select <b>"Allow all the time"</b></string>
<string name="common_background_access_permission_rational_steps">Go to settings > YourSpace app info > Location permission > select <b>"Allow all the time"</b></string>
<string name="common_background_access_permission_rational_steps">Go to settings > GroupTrack app info > Location permission > select <b>"Allow all the time"</b></string>
<string name="common_background_access_permission_btn">Go to Settings</string>
<string name="common_space_not_found">No Space Found!</string>
<string name="common_space_not_found_message">The space you are looking for isn\'t available or you may have been removed.</string>
Expand Down Expand Up @@ -92,7 +92,7 @@
<string name="onboard_space_invalid_invite_code">It appears the code is no longer valid or has expired. Please review and enter a valid code.</string>

<string name="enable_permission_title">Enable Permissions</string>
<string name="enable_permission_subtitle">For an effective user experience on YourSpace, it\'s necessary to enable these permissions.</string>
<string name="enable_permission_subtitle">For an effective user experience on GroupTrack, it\'s necessary to enable these permissions.</string>
<string name="enable_permission_footer">We prioritize the security of your information and want to assure you that we do not share your data with any third-party entities.</string>
<string name="enable_permission_location_access_title">Location access</string>
<string name="enable_permission_location_access_desc">For seamless sharing of your live location with a trusted contact requires permission for location access.</string>
Expand All @@ -102,15 +102,15 @@
<string name="enable_permission_notification_access_title">Notification access</string>
<string name="enable_permission_notification_access_desc">Stay connected and receive timely updates by enabling notification permission for check-ins, alerts, and messages from your trusted one.</string>
<string name="enable_permission_btn_enable">Enable permission</string>
<string name="enable_permission_rational_msg">To receive timely updates, check-ins, and alerts from YourSpace, grant notification access. We respect your privacy and will only use notifications to enhance your experience. Enable now for seamless communication!</string>
<string name="enable_permission_rational_msg">To receive timely updates, check-ins, and alerts from GroupTrack, grant notification access. We respect your privacy and will only use notifications to enhance your experience. Enable now for seamless communication!</string>
<string name="enable_permission_rational_title">Enable Notification Access</string>

<string name="home_tab_label_home">Home</string>
<string name="home_tab_label_activities">Activities</string>
<string name="home_tab_label_places">Places</string>

<string name="home_permission_footer_title">Stay closed to your loved one</string>
<string name="home_permission_footer_subtitle">Allow YourSpace to access your location data.</string>
<string name="home_permission_footer_subtitle">Allow GroupTrack to access your location data.</string>
<string name="home_permission_footer_location_off_subtitle">Device location/GPS is off. Please turn it on!</string>
<string name="home_permission_footer_missing_location_permission_title">Location sharing is currently not possible</string>
<string name="home_permission_footer_missing_location_permission_subtitle">Some permissions are missing - grant access</string>
Expand Down Expand Up @@ -219,7 +219,7 @@
<string name="setting_spaces">Your spaces</string>

<string name="battery_optimization_dialog_title">Turn off Battery Optimization for Location Sharing</string>
<string name="battery_optimization_dialog_message">For location sharing feature to work properly for your Spaces, turn off Battery Optimization in your phone settings for the YourSpace app. This won\'t affect your other apps.</string>
<string name="battery_optimization_dialog_message">For location sharing feature to work properly for your Spaces, turn off Battery Optimization in your phone settings for the GroupTrack app. This won\'t affect your other apps.</string>
<string name="battery_optimization_dialog_btn_change_now">Change now</string>

<string name="places_list_title">Places</string>
Expand Down
Binary file modified screenshots/cover_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit f6a5e6c

Please sign in to comment.