Skip to content

Commit 950f336

Browse files
authored
Merge release/2.35 into trunk (#1703)
2 parents 4b5edee + 7f57fe6 commit 950f336

File tree

23 files changed

+89
-110
lines changed

23 files changed

+89
-110
lines changed

Gemfile.lock

+35-31
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GEM
55
base64
66
nkf
77
rexml
8-
activesupport (7.2.1)
8+
activesupport (7.2.1.1)
99
base64
1010
bigdecimal
1111
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -22,25 +22,25 @@ GEM
2222
ast (2.4.2)
2323
atomos (0.1.3)
2424
aws-eventstream (1.3.0)
25-
aws-partitions (1.969.0)
26-
aws-sdk-core (3.202.1)
25+
aws-partitions (1.992.0)
26+
aws-sdk-core (3.211.0)
2727
aws-eventstream (~> 1, >= 1.3.0)
28-
aws-partitions (~> 1, >= 1.651.0)
28+
aws-partitions (~> 1, >= 1.992.0)
2929
aws-sigv4 (~> 1.9)
3030
jmespath (~> 1, >= 1.6.1)
31-
aws-sdk-kms (1.88.0)
32-
aws-sdk-core (~> 3, >= 3.201.0)
31+
aws-sdk-kms (1.95.0)
32+
aws-sdk-core (~> 3, >= 3.210.0)
3333
aws-sigv4 (~> 1.5)
34-
aws-sdk-s3 (1.159.0)
35-
aws-sdk-core (~> 3, >= 3.201.0)
34+
aws-sdk-s3 (1.169.0)
35+
aws-sdk-core (~> 3, >= 3.210.0)
3636
aws-sdk-kms (~> 1)
3737
aws-sigv4 (~> 1.5)
38-
aws-sigv4 (1.9.1)
38+
aws-sigv4 (1.10.1)
3939
aws-eventstream (~> 1, >= 1.0.2)
4040
babosa (1.0.4)
4141
base64 (0.2.0)
4242
bigdecimal (3.1.8)
43-
buildkit (1.6.0)
43+
buildkit (1.6.1)
4444
sawyer (>= 0.6)
4545
chroma (0.2.0)
4646
claide (1.1.0)
@@ -56,7 +56,8 @@ GEM
5656
connection_pool (2.4.1)
5757
cork (0.3.0)
5858
colored2 (~> 3.1)
59-
danger (9.5.0)
59+
danger (9.5.1)
60+
base64 (~> 0.2)
6061
claide (~> 1.0)
6162
claide-plugins (>= 0.9.2)
6263
colored2 (~> 3.1)
@@ -67,6 +68,7 @@ GEM
6768
kramdown (~> 2.3)
6869
kramdown-parser-gfm (~> 1.0)
6970
octokit (>= 4.0)
71+
pstore (~> 0.1)
7072
terminal-table (>= 1, < 4)
7173
danger-dangermattic (1.1.2)
7274
danger (~> 9.4)
@@ -79,15 +81,15 @@ GEM
7981
danger
8082
rubocop (~> 1.0)
8183
declarative (0.0.20)
82-
diffy (3.4.2)
84+
diffy (3.4.3)
8385
digest-crc (0.6.5)
8486
rake (>= 12.0.0, < 14.0.0)
8587
domain_name (0.6.20240107)
8688
dotenv (2.8.1)
8789
drb (2.2.1)
8890
emoji_regex (3.2.3)
89-
excon (0.111.0)
90-
faraday (1.10.3)
91+
excon (0.112.0)
92+
faraday (1.10.4)
9193
faraday-em_http (~> 1.0)
9294
faraday-em_synchrony (~> 1.0)
9395
faraday-excon (~> 1.1)
@@ -115,10 +117,10 @@ GEM
115117
faraday-patron (1.0.0)
116118
faraday-rack (1.0.0)
117119
faraday-retry (1.0.3)
118-
faraday_middleware (1.2.0)
120+
faraday_middleware (1.2.1)
119121
faraday (~> 1.0)
120122
fastimage (2.3.1)
121-
fastlane (2.222.0)
123+
fastlane (2.225.0)
122124
CFPropertyList (>= 2.3, < 4.0.0)
123125
addressable (>= 2.8, < 3.0.0)
124126
artifactory (~> 3.0)
@@ -134,6 +136,7 @@ GEM
134136
faraday-cookie_jar (~> 0.0.6)
135137
faraday_middleware (~> 1.0)
136138
fastimage (>= 2.1.0, < 3.0.0)
139+
fastlane-sirp (>= 1.0.0)
137140
gh_inspector (>= 1.1.2, < 2.0.0)
138141
google-apis-androidpublisher_v3 (~> 0.3)
139142
google-apis-playcustomapp_v1 (~> 0.1)
@@ -159,7 +162,7 @@ GEM
159162
xcodeproj (>= 1.13.0, < 2.0.0)
160163
xcpretty (~> 0.3.0)
161164
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
162-
fastlane-plugin-wpmreleasetoolkit (12.0.0)
165+
fastlane-plugin-wpmreleasetoolkit (12.2.1)
163166
activesupport (>= 6.1.7.1)
164167
buildkit (~> 1.5)
165168
chroma (= 0.2.0)
@@ -176,6 +179,8 @@ GEM
176179
rake (>= 12.3, < 14.0)
177180
rake-compiler (~> 1.0)
178181
xcodeproj (~> 1.22)
182+
fastlane-sirp (1.0.0)
183+
sysrandom (~> 1.0)
179184
gh_inspector (1.1.3)
180185
git (1.19.1)
181186
addressable (~> 2.8)
@@ -220,12 +225,12 @@ GEM
220225
http-cookie (1.0.7)
221226
domain_name (~> 0.5)
222227
httpclient (2.8.3)
223-
i18n (1.14.5)
228+
i18n (1.14.6)
224229
concurrent-ruby (~> 1.0)
225230
java-properties (0.3.0)
226231
jmespath (1.6.2)
227232
json (2.7.2)
228-
jwt (2.8.2)
233+
jwt (2.9.3)
229234
base64
230235
kramdown (2.4.0)
231236
rexml
@@ -254,18 +259,19 @@ GEM
254259
optparse (0.5.0)
255260
os (1.1.4)
256261
parallel (1.26.3)
257-
parser (3.3.4.2)
262+
parser (3.3.5.0)
258263
ast (~> 2.4.1)
259264
racc
260265
plist (3.7.1)
261266
progress_bar (1.3.4)
262267
highline (>= 1.6)
263268
options (~> 2.3.0)
269+
pstore (0.1.3)
264270
public_suffix (6.0.1)
265271
racc (1.8.1)
266272
rainbow (3.1.1)
267273
rake (13.2.1)
268-
rake-compiler (1.2.7)
274+
rake-compiler (1.2.8)
269275
rake
270276
rchardet (1.8.0)
271277
regexp_parser (2.9.2)
@@ -274,21 +280,19 @@ GEM
274280
trailblazer-option (>= 0.1.1, < 0.2.0)
275281
uber (< 0.2.0)
276282
retriable (3.1.2)
277-
rexml (3.3.6)
278-
strscan
283+
rexml (3.3.8)
279284
rouge (2.0.7)
280-
rubocop (1.65.1)
285+
rubocop (1.67.0)
281286
json (~> 2.3)
282287
language_server-protocol (>= 3.17.0)
283288
parallel (~> 1.10)
284289
parser (>= 3.3.0.2)
285290
rainbow (>= 2.2.2, < 4.0)
286291
regexp_parser (>= 2.4, < 3.0)
287-
rexml (>= 3.2.5, < 4.0)
288-
rubocop-ast (>= 1.31.1, < 2.0)
292+
rubocop-ast (>= 1.32.2, < 2.0)
289293
ruby-progressbar (~> 1.7)
290294
unicode-display_width (>= 2.4.0, < 3.0)
291-
rubocop-ast (1.32.0)
295+
rubocop-ast (1.32.3)
292296
parser (>= 3.3.1.0)
293297
ruby-progressbar (1.13.0)
294298
ruby2_keywords (0.0.5)
@@ -306,7 +310,7 @@ GEM
306310
simctl (1.6.10)
307311
CFPropertyList
308312
naturally
309-
strscan (3.1.0)
313+
sysrandom (1.0.5)
310314
terminal-notifier (2.0.0)
311315
terminal-table (3.0.2)
312316
unicode-display_width (>= 1.1.1, < 3)
@@ -318,15 +322,15 @@ GEM
318322
tzinfo (2.0.6)
319323
concurrent-ruby (~> 1.0)
320324
uber (0.1.0)
321-
unicode-display_width (2.5.0)
325+
unicode-display_width (2.6.0)
322326
word_wrap (1.0.0)
323-
xcodeproj (1.25.0)
327+
xcodeproj (1.25.1)
324328
CFPropertyList (>= 2.3.3, < 4.0)
325329
atomos (~> 0.1.3)
326330
claide (>= 1.0.2, < 2.0)
327331
colored2 (~> 3.1)
328332
nanaimo (~> 0.3.0)
329-
rexml (>= 3.3.2, < 4.0)
333+
rexml (>= 3.3.6, < 4.0)
330334
xcpretty (0.3.0)
331335
rouge (~> 2.0.7)
332336
xcpretty-travis-formatter (1.0.1)

RELEASE-NOTES.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.36
2+
-----
3+
4+
15
2.35
26
-----
37
* Updated link to the privacy policy for California users.

Simplenote/metadata/PlayStoreStrings.pot

+6-7
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,16 @@ 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_0234"
14+
msgctxt "release_note_0235"
1515
msgid ""
16-
"2.34:\n"
17-
"Under the hood improvements\n"
16+
"2.35:\n"
17+
"Updated privacy policy link for California users.\n"
1818
msgstr ""
1919

20-
msgctxt "release_note_0233"
20+
msgctxt "release_note_0234"
2121
msgid ""
22-
"2.33:\n"
23-
"* Added support for logging in with magic links for a passwordless experience.\n"
24-
"\n"
22+
"2.34:\n"
23+
"Under the hood improvements\n"
2524
msgstr ""
2625

2726
#. translators: Short description of the app to be displayed in the Play Store. Limit to 80 characters including spaces and commas!

fastlane/Fastfile

-39
Original file line numberDiff line numberDiff line change
@@ -72,45 +72,6 @@ platform :android do
7272
ENV['validate_translations'] = 'buildRelease'
7373
ENV['FL_RELEASE_TOOLKIT_DEFAULT_BRANCH'] = 'trunk'
7474

75-
desc 'Updates a release branch for a new beta release'
76-
lane :new_beta_release do |skip_confirm: false|
77-
ensure_git_status_clean
78-
ensure_git_branch_is_release_branch!
79-
80-
message = <<~MESSAGE
81-
New beta release:
82-
- Current beta version: #{release_version_current}
83-
- New beta version: #{release_version_next_beta}
84-
85-
- Current build code: #{build_code_current}
86-
- New build code: #{build_code_next}
87-
MESSAGE
88-
UI.important(message)
89-
90-
UI.user_error!("Terminating as requested. Don't forget to run the remainder of this automation manually.") unless skip_confirm || UI.confirm('Do you want to continue?')
91-
92-
UI.message 'Bumping beta version and build code...'
93-
VERSION_FILE.write_version(
94-
version_name: release_version_next_beta,
95-
version_code: build_code_next
96-
)
97-
commit_version_bump
98-
# Print computed version and build to let user double-check outcome in logs
99-
UI.success("Done! New beta version: #{release_version_current}. New build code: #{build_code_current}")
100-
101-
download_translations
102-
download_metadata_strings
103-
104-
UI.important('Pushing changes to remote and triggering the beta build...')
105-
UI.user_error!("Terminating as requested. Don't forget to run the remainder of this automation manually.") unless skip_confirm || UI.confirm('Do you want to continue?')
106-
107-
push_to_git_remote(tags: false)
108-
109-
trigger_release_build(branch_to_build: release_branch_name)
110-
111-
# TODO: Switch to working branch and open back-merge PR
112-
end
113-
11475
desc 'Creates a new hotfix branch from the given tag'
11576
lane :new_hotfix_release do |version_name:, version_code:, skip_confirm: false|
11677
ensure_git_status_clean

fastlane/lanes/release.rb

+39
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,45 @@
111111
create_backmerge_prs!
112112
end
113113

114+
desc 'Updates a release branch for a new beta release'
115+
lane :new_beta_release do |skip_confirm: false|
116+
ensure_git_status_clean
117+
ensure_git_branch_is_release_branch!
118+
119+
message = <<~MESSAGE
120+
New beta release:
121+
- Current beta version: #{release_version_current}
122+
- New beta version: #{release_version_next_beta}
123+
124+
- Current build code: #{build_code_current}
125+
- New build code: #{build_code_next}
126+
MESSAGE
127+
UI.important(message)
128+
129+
UI.user_error!("Terminating as requested. Don't forget to run the remainder of this automation manually.") unless skip_confirm || UI.confirm('Do you want to continue?')
130+
131+
UI.message 'Bumping beta version and build code...'
132+
VERSION_FILE.write_version(
133+
version_name: release_version_next_beta,
134+
version_code: build_code_next
135+
)
136+
commit_version_bump
137+
# Print computed version and build to let user double-check outcome in logs
138+
UI.success("Done! New beta version: #{release_version_current}. New build code: #{build_code_current}")
139+
140+
download_translations
141+
download_metadata_strings
142+
143+
UI.important('Pushing changes to remote and triggering the beta build...')
144+
UI.user_error!("Terminating as requested. Don't forget to run the remainder of this automation manually.") unless skip_confirm || UI.confirm('Do you want to continue?')
145+
146+
push_to_git_remote(tags: false)
147+
148+
trigger_release_build(branch_to_build: release_branch_name)
149+
150+
create_backmerge_prs!
151+
end
152+
114153
desc 'Updates store metadata and runs the release checks'
115154
lane :finalize_release do |skip_confirm: false|
116155
UI.user_error!('Please use `finalize_hotfix_release` lane for hotfixes') if android_current_branch_is_hotfix(version_properties_path: VERSION_PROPERTIES_PATH)

fastlane/metadata/android/ar/changelogs/default.txt

-2
This file was deleted.

fastlane/metadata/android/de-DE/changelogs/default.txt

-2
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Under the hood improvements
1+
Updated privacy policy link for California users.

fastlane/metadata/android/es-ES/changelogs/default.txt

-2
This file was deleted.

fastlane/metadata/android/fr-FR/changelogs/default.txt

-2
This file was deleted.

fastlane/metadata/android/id/changelogs/default.txt

-2
This file was deleted.

fastlane/metadata/android/it-IT/changelogs/default.txt

-2
This file was deleted.

fastlane/metadata/android/iw-IL/changelogs/default.txt

-2
This file was deleted.

fastlane/metadata/android/ja-JP/changelogs/default.txt

-2
This file was deleted.

fastlane/metadata/android/nl-NL/changelogs/default.txt

-2
This file was deleted.

fastlane/metadata/android/pt-BR/changelogs/default.txt

-2
This file was deleted.

fastlane/metadata/android/ru-RU/changelogs/default.txt

-2
This file was deleted.

fastlane/metadata/android/sv-SE/changelogs/default.txt

-2
This file was deleted.

fastlane/metadata/android/tr-TR/changelogs/default.txt

-2
This file was deleted.

fastlane/metadata/android/zh-CN/changelogs/default.txt

-2
This file was deleted.

fastlane/metadata/android/zh-TW/changelogs/default.txt

-2
This file was deleted.

fastlane/resources/values/strings.xml

+2
Original file line numberDiff line numberDiff line change
@@ -451,4 +451,6 @@
451451
<string name="magic_link_confirm_code_enter_pass_label">Enter password</string>
452452
<string name="magic_link_confirm_code_message">We\'ve sent a code to \n%1$s. The code will be valid for a few minutes.</string>
453453
<string name="login_with_password_message">Enter the password for the account %1$s</string>
454+
455+
<string name="signin_login_with_email_manually">We\'ll email you a code to log in, or you can %1$s%2$s%3$slog in manually%4$s.</string>
454456
</resources>

version.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
versionName=2.34
2-
versionCode=174
1+
versionName=2.35-rc-1
2+
versionCode=175

0 commit comments

Comments
 (0)