Skip to content

Commit 1205125

Browse files
Merge pull request #1651 from Automattic/merge/2.32-rc-1-into-trunk
Merge 2.32-rc-1 into trunk
2 parents c6f47e0 + 3c252ec commit 1205125

File tree

5 files changed

+16
-26
lines changed

5 files changed

+16
-26
lines changed

RELEASE-NOTES.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.33
2+
-----
3+
4+
15
2.32
26
-----
37

Simplenote/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ android {
3333
if (project.hasProperty("versionName")) {
3434
versionName project.property("versionName")
3535
} else {
36-
versionName "2.31"
36+
versionName "2.32-rc-1"
3737
}
38-
versionCode 164
38+
versionCode 165
3939
minSdkVersion 23
4040
targetSdkVersion 34
4141

Simplenote/metadata/PlayStoreStrings.pot

+7-6
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,20 @@ msgstr ""
1111
"Project-Id-Version: Release Notes & Play Store Descriptions\n"
1212

1313
#. translators: Release notes for this version to be displayed in the Play Store. Limit to 500 characters including spaces and commas!
14+
msgctxt "release_note_0232"
15+
msgid ""
16+
"2.32:\n"
17+
"• Added adaptive app icon\n"
18+
"• Removed Sustainer plan information and upgrade UI\n"
19+
msgstr ""
20+
1421
msgctxt "release_note_0231"
1522
msgid ""
1623
"2.31:\n"
1724
"* Fixed the app from becoming unresponsive at launch with a large amount of notes.\n"
1825
"\n"
1926
msgstr ""
2027

21-
msgctxt "release_note_0230"
22-
msgid ""
23-
"2.30:\n"
24-
"• Fixed a crash when syncing large notes\n"
25-
msgstr ""
26-
2728
#. translators: Short description of the app to be displayed in the Play Store. Limit to 80 characters including spaces and commas!
2829
msgctxt "play_store_promo"
2930
msgid "Take notes, create to-do lists, capture ideas, and more."

Simplenote/metadata/release_notes.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
* Fixed the app from becoming unresponsive at launch with a large amount of notes.
2-
1+
• Added adaptive app icon
2+
• Removed Sustainer plan information and upgrade UI

fastlane/resources/values/strings.xml

+1-16
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@
123123
<string name="detect_links">Detect links</string>
124124
<string name="share_analytics">Share analytics</string>
125125
<string name="share_analytics_summary">Help us improve Simplenote by sharing usage data with our analytics tool. %1$sLearn more%2$s</string>
126+
<string name="sustainer_app_icon">Sustainer app icon</string>
126127

127128
<!-- Tags -->
128129
<string name="add_tag">Add Tag</string>
@@ -347,22 +348,6 @@
347348
<string name="collaborators_note_trashed">Note was trashed. You cannot edit collaborators on a note that is in the trash.</string>
348349
<string name="no_collaborators">No Collaborators</string>
349350

350-
<!-- IAP -->
351-
<string name="iap_banner_title">Become a Simplenote Sustainer</string>
352-
<string name="iap_banner_subtitle">Support your favorite notes app and help unlock future features.</string>
353-
<string name="iap_thank_you_banner_title">You are a Simplenote Sustainer</string>
354-
<string name="iap_thank_you_banner_subtitle">Thank you for your continued support</string>
355-
<string name="subscription_weekly">Weekly</string>
356-
<string name="subscription_monthly">Monthly</string>
357-
<string name="subscription_three_month">Three Month</string>
358-
<string name="subscription_six_month">Six Month</string>
359-
<string name="subscription_yearly_month">Yearly</string>
360-
<string name="subscription_unknown">Unknown Length</string>
361-
<string name="subscription_choose_plan">Choose a plan</string>
362-
<string name="subscription_purchase_success">Purchase successful. Thank you for your continued support!</string>
363-
<string name="subscription_purchase_error">Purchase failed</string>
364-
<string name="subscription_plans_fetching_error">Error fetching plans. Please, check your connection and try again.</string>
365-
366351
<!-- PASSCODE -->
367352
<string name="passcode_change_passcode">Change passcode</string>
368353
<string name="passcode_enter_old_passcode">Enter your old passcode</string>

0 commit comments

Comments
 (0)