Skip to content

Commit 43eba96

Browse files
greyson-signalAbandonedCart
authored andcommitted
Bump version to 7.28.0
Fix issue with using registration recovery password. Update translations and other static files. Bump version to 7.27.1 Fix backup perf issue by doing cleanup inline. Reuse generated backup file if it's less than one hour old and enable resumable upload. Use LibSignalChatConnection for Authenticated Socket based on Remote Config Update to RingRTC v2.49.0 Fix bugs with notification schedules caused by 24xx end times. Add log section for backups. Fix backups crash when not signed in to play store. Fix hot loop when creating a subscription to remote backups. Allow restoration over cellular Add additional link+sync logs. Fix system PIP not closing on call end. Fix thread merge update archive NPE. Handle group call creation failure. Add link+sync error flows. Add a copy button to the SQLite Playground. Self-heal payment state transfer if onAdded fails to update as expected. Add InAppPaymentTableTest to verify functionality of update method. Display descriptive error using payment data instead of generic error. Update string translation comments. Properly escape CSV output in playground. Fix possible backup validation error. Update to libsignal 0.64.0 Add improved archive upload progress. Remove explicit indexed by statement from approximate exportable message count. Fix post-transfer emoji search. Improved progress indicator for backup file upload. Convert more tests to kotlin. Resolves signalapp#13829 Add thread delete progress logs. Add notification profile and chat folder backupv2 proto support. Update the backup playground to be more friendly. Fix dangling quote authors. Fix export issue with bad edit messages from during development. Fix bad one-time-payment receipt creation for cancelled iDEAL. Update restore banners with progress indicators and redirection. Close selection bar when nothing is selected. Limit wallpaper uploading to media tier. Rotate quick restore QR code and web socket. Add additional error handling in regv3 flows. Add learn more urls for regv3 flows. Update story strings and button. Remove some badly-formatted e164's. Convert a batch of tests from mockito -> mockk. Resolves signalapp#13832 Migrate all remaining mockito tests to mockk. Resolves signalapp#13835 Fix instrumentation tests. Resolves signalapp#13836 Rotate link+sync flag. Inline some paypal remote configs. Fix duplicate contacts during story selection. Fix delete options in note to self. Update translations and other static files.
1 parent 7279368 commit 43eba96

File tree

255 files changed

+9079
-5211
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

255 files changed

+9079
-5211
lines changed

app/build.gradle.kts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ plugins {
2121

2222
apply(from = "static-ips.gradle.kts")
2323

24-
val canonicalVersionCode = 1490
25-
val canonicalVersionName = "7.27.0"
24+
val canonicalVersionCode = 1492
25+
val canonicalVersionName = "7.28.0"
2626
val currentHotfixVersion = 0
2727
val maxHotfixVersions = 100
2828

@@ -228,6 +228,7 @@ android {
228228
buildConfigField("String", "BUILD_ENVIRONMENT_TYPE", "\"unset\"")
229229
buildConfigField("String", "BUILD_VARIANT_TYPE", "\"unset\"")
230230
buildConfigField("String", "BADGE_STATIC_ROOT", "\"https://updates2.signal.org/static/badges/\"")
231+
buildConfigField("String", "STRIPE_BASE_URL", "\"https://api.stripe.com/v1\"")
231232
buildConfigField("String", "STRIPE_PUBLISHABLE_KEY", "\"pk_live_6cmGZopuTsV8novGgJJW9JpC00vLIgtQ1D\"")
232233
buildConfigField("boolean", "TRACING_ENABLED", "false")
233234
buildConfigField("boolean", "MESSAGE_BACKUP_RESTORE_ENABLED", "false")
@@ -301,6 +302,7 @@ android {
301302
applicationIdSuffix = ".instrumentation"
302303

303304
buildConfigField("String", "BUILD_VARIANT_TYPE", "\"Instrumentation\"")
305+
buildConfigField("String", "STRIPE_BASE_URL", "\"http://127.0.0.1:8080/stripe\"")
304306
}
305307

306308
create("spinner") {
814 Bytes
Binary file not shown.
808 Bytes
Binary file not shown.
822 Bytes
Binary file not shown.
808 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)