Skip to content

Commit

Permalink
Change default for shake to repeat to false and update what's new
Browse files Browse the repository at this point in the history
  • Loading branch information
RDMurray committed Oct 1, 2024
1 parent 6237690 commit 5692a2a
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 9 deletions.
12 changes: 6 additions & 6 deletions apps/ios/GuideDogs.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -6428,7 +6428,7 @@
CODE_SIGN_ENTITLEMENTS = GuideDogs/Assets/PropertyLists/SoundscapeDF.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 23;
CURRENT_PROJECT_VERSION = 29;
DEVELOPMENT_TEAM = "";
EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = YES;
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -6459,7 +6459,7 @@
"$(inherited)",
"$(PROJECT_DIR)/GuideDogs",
);
MARKETING_VERSION = 1.1.3;
MARKETING_VERSION = 1.2.0;
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited) -DADHOC";
PRODUCT_BUNDLE_IDENTIFIER = "services.soundscape-adhoc";
Expand Down Expand Up @@ -6717,7 +6717,7 @@
CODE_SIGN_ENTITLEMENTS = GuideDogs/Assets/PropertyLists/Soundscape.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 23;
CURRENT_PROJECT_VERSION = 29;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = X4H33NKGKY;
EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = YES;
Expand Down Expand Up @@ -6749,7 +6749,7 @@
"$(inherited)",
"$(PROJECT_DIR)/GuideDogs",
);
MARKETING_VERSION = 1.1.3;
MARKETING_VERSION = 1.2.0;
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited) -DDEBUG";
PRODUCT_BUNDLE_IDENTIFIER = "services.soundscape-debug";
Expand Down Expand Up @@ -6777,7 +6777,7 @@
CODE_SIGN_ENTITLEMENTS = GuideDogs/Assets/PropertyLists/Soundscape.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 23;
CURRENT_PROJECT_VERSION = 29;
DEVELOPMENT_TEAM = X4H33NKGKY;
EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = YES;
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -6807,7 +6807,7 @@
"$(inherited)",
"$(PROJECT_DIR)/GuideDogs",
);
MARKETING_VERSION = 1.1.3;
MARKETING_VERSION = 1.2.0;
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited) -DRELEASE";
PRODUCT_BUNDLE_IDENTIFIER = services.soundscape;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
Original file line number Diff line number Diff line change
Expand Up @@ -3404,6 +3404,24 @@
// MARK: - What's New
//------------------------------------------------------------------------------

/* Title for the shake to repeat last callout feature */
"whats_new.1_2_0.0.title" = "Shake to Repeat the Last Callout";

/* Description of shake to repeat feature */
"whats_new.1_2_0.0.description" = "You can now shake your device to repeat the last callout. To enable this feature, switch on the 'Repeat Callouts' toggle in settings.";

/* Title of the beacon vicinity distance feature */
"whats_new.1_2_0.1.title" = "Beacon Vicinity Distance Setting";

/* Description of the beacon vicinity distance feature */
"whats_new.1_2_0.1.description" = "You can now adjust the distance at which the beacon is automatically muted when you approach. You can adjust this setting in Audio Beacon settings.\n\nWe would particularly welcome feedback on your experience with setting different distances (0, 5, and 10 metres), for the Audio Beacon to switch off. In our internal testing we are seeing some inconsistencies in behaviour and are keen to get feedback from a wider base of users.";

/* Title of the categories in places nearby feature */
"whats_new.1_2_0.2.title" = "Categories in Places Nearby";

/* Description of the categories in places nearby feature */
"whats_new.1_2_0.2.description" = "You can now filter the places nearby list by categories such as public transport, Food & Drink, etc";

/* Description of how users can download new voices. "Settings" and "Spoken Content" should be translated in the same way they are translated in the iOS Settings app. {NumberedPlaceholder="iOS"} */
"whats_new.3_2_0.2.description" = "Additional voices, including enhanced quality voices, can be downloaded in the Spoken Content section of the iOS accessibility settings.";

Expand Down
28 changes: 26 additions & 2 deletions apps/ios/GuideDogs/Assets/PropertyLists/NewFeatures.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,43 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>1.0.0</key>
<key>1.2.0</key>
<array>
<dict>
<key>Order</key>
<string>0</string>
<key>Title</key>
<string></string>
<string>whats_new.1_2_0.0.title</string>
<key>Image</key>
<string></string>
<key>Description</key>
<string>whats_new.1_2_0.0.description</string>
<key>AccessibilityDescription</key>
<string>whats_new.1_2_0.0.description</string>
</dict>
<dict>
<key>Order</key>
<string>1</string>
<key>Title</key>
<string>whats_new.1_2_0.1.title</string>
<key>Image</key>
<string></string>
<key>Description</key>
<string>whats_new.1_2_0.1.description</string>
<key>AccessibilityDescription</key>
<string>whats_new.1_2_0.1.description</string>
</dict>
<dict>
<key>Order</key>
<string>2</string>
<key>Title</key>
<string>whats_new.1_2_0.2.title</string>
<key>Image</key>
<string></string>
<key>Description</key>
<string>whats_new.1_2_0.2.description</string>
<key>AccessibilityDescription</key>
<string>whats_new.1_2_0.2.description</string>
</dict>
</array>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion apps/ios/GuideDogs/Code/App/Settings/SettingsContext.swift
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class SettingsContext {
Keys.useOldBeacon: false,
Keys.playBeaconStartEndMelody: false,
Keys.automaticCalloutsEnabled: true,
Keys.shakeCalloutsEnabled: true,
Keys.shakeCalloutsEnabled: false,
Keys.sensePlace: true,
Keys.senseLandmark: true,
Keys.senseMobility: true,
Expand Down

0 comments on commit 5692a2a

Please sign in to comment.