forked from signalapp/Signal-Android
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix mark registration complete flag. Add extra catch to adding system contact links. Update translations and other static files. Bump version to 7.25.1 Fix bad active state check for subscriptions. Bump version to 7.25.2 Remove old donation jobs. Update libsignal-net integration to match libsignal v0.62.0. Add MediaTTL to subscriptions configuration and wire in. Normalize receipt labeling. Add a .tool-versions to indicate which version of java should be used. Add backup specific strings for token redemption error. Add copy for paid-tier-pending dialog. Update to actions/upload-artifact v4. Include unregistered users in blocked sync message. Detect storage space issues during restore. Hardcode auto-provisioning in Gradle to off. Fix restore/transfer string typos. Resolve some gradle 8 deprecations. Resolves signalapp#13788 Remove unreachable dependencies from verification-metadata.xml I did this by clearing the components entries: perl -i -0777 -pe 's/<components>.*?<\/components>//gs' gradle/verification-metadata.xml And then regenerating them: ./gradlew --write-verification-metadata sha256 qa --rerun-tasks Resolves signalapp#13791 Convert some Java tests to Kotlin. Resolves signalapp#13792 Switch to using toml version catalogs. Resolves signalapp#13792 Prevent displaying AppSettings content until self is non-null. Display proper error when call link deletion fails due to call link being in use. Convert InternalValues to kotlin. Implement checkin job for backups. Change the JobDatabase to use a different error handler. Relates to signalapp#13762 Remove redundant zkcCredential=true Add deletion method to ArchiveApi. Sync the MediaRootBackupKey during linking. Fix link+sync uploads. Update link+sync ui. Remove mockito usage from android tests. Rotate the link+sync flag. Update bug_report.yaml Resolves signalapp#13803 Remove junit.framework Resolves signalapp#13805 Remove BaseUnitTest.java Resolves signalapp#13804 Make LibSignalChatConnection Only Use Each ChatService Once Introduce AEP and SSRE2. Added a Storage Service Playground screen. Update backup string (digit -> character). Utilize fixed test address for mockwebserver. Improve error reporting in storage service playground. Allow stories to be embedded with link previews that do not have titles. Update translations and other static files.
- Loading branch information
1 parent
09b58d0
commit b35597d
Showing
301 changed files
with
8,723 additions
and
10,985 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
java 17.0.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
app/src/androidTest/java/org/thoughtcrime/securesms/database/SQLiteDatabaseTest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
app/src/androidTest/java/org/thoughtcrime/securesms/database/StorySendTableTest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.