Skip to content

Commit

Permalink
update: sync now to sync changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ViscousPot committed Feb 7, 2025
1 parent 513322d commit 9766340
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .maestro/home/flows/sync_now/assert.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
appId: com.viscouspot.gitsync
---

- assertVisible: "SYNC NOW"
- assertVisible: "SYNC CHANGES"
2 changes: 1 addition & 1 deletion .maestro/home/flows/sync_now/positive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ appId: com.viscouspot.gitsync
---

- runFlow: ./assert.yaml
- tapOn: "SYNC NOW"
- tapOn: "SYNC CHANGES"
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@


<!-- Sync Dialogs-->
<string name="sync_now">Sync Now</string>
<string name="sync_now">Sync Changes</string>
<string name="pull_changes">Pull Changes</string>

<string name="force_push">Force Push</string>
Expand Down Expand Up @@ -225,7 +225,7 @@
<string name="all_files_access_dialog_message">\nYou cannot use GitSync without granting \"All files access\" permissions! Please enable it for the best experience.\n\nThe app uses \"All files access\" for syncing your repository to the selected directory on the device. The app does not attempt to access any file outside the selected directory.\n</string>

<string name="almost_there_dialog_title">Almost there!</string>
<string name="almost_there_dialog_message">\nSoon, we\'ll authenticate and clone your repo to your device, preparing it for syncing.\n\nOnce that\'s set, there are several ways to trigger a sync:\n\n • The GitSync quick tile\n • The in-app \"Sync Now\" button\n • Auto Sync\n • A custom intent (advanced)\n</string>
<string name="almost_there_dialog_message">\nSoon, we\'ll authenticate and clone your repo to your device, preparing it for syncing.\n\nOnce that\'s set, there are several ways to trigger a sync:\n\n • The GitSync quick tile\n • The in-app \"Sync Changes\" button\n • Auto Sync\n • A custom intent (advanced)\n</string>

<string name="auth_dialog_title">Authenticate with a Git Provider</string>
<string name="auth_dialog_message">Please authenticate with your chosen git provider and continue on to clone your repo!</string>
Expand Down

0 comments on commit 9766340

Please sign in to comment.