Commit Graph

1046 Commits (5bd55ea99320941b8f9b40f0680d6980f8e09dc4)

Author SHA1 Message Date
alansley d3fb440d05 Removed R.string.gif and replaced with a string constant 9 months ago
ThomasSession 25132c6342 Proper set up for the Open URL dialog 9 months ago
alansley 5df981bc7a Adjusted NotificationRadioButton that takes string IDs to act as a pass-through 9 months ago
alansley 96453f1f1e Added some TODO markers for tomorrow 9 months ago
alansley a402a1be79 Adjusted Landing page string substitutions to cater for emojis 9 months ago
alansley b52048a080 Addressed many aspects of PR feedback + misc. strings issues 9 months ago
alansley 9cdbc4b80b Adjusted strings as per Rebecca's 'String Changes' spreadsheet 9 months ago
alansley 4d7e4b9e2c Merge branch 'dev' into strings-squashed 9 months ago
alansley 3c576053a3 Moved into libsession for ease of access to control message view creation 9 months ago
ThomasSession 1393335121
Feature/debug menu (#1645)
* Reorganised cells

* Clipping content

* Simplifying Cell and leaving responsibility to modifier and content

* Fixing animations

Also fixing compose copy that wasn't set up properly...

* Debug menu

Added a debug menu
It can be accessed from the settings page or via an app shortcut (from the app icon)

* Finalising the debug menu

We can now switch environments between mainnet and testnet

* Update app/src/main/java/org/thoughtcrime/securesms/debugmenu/DebugMenu.kt

Co-authored-by: AL-Session <160798022+AL-Session@users.noreply.github.com>

---------

Co-authored-by: AL-Session <160798022+AL-Session@users.noreply.github.com>
9 months ago
alansley 404fb8001c Performed a PR pass to fix up anything obvious - there's still a few things left TODO 9 months ago
alansley 69b8bd7396 Added back app_name string so app names properly, fixed API 28 save issue, made some buttons display as red if they should 9 months ago
alansley efc2ee2824 Added some comments about the new CrowdIn strings 9 months ago
alansley 7a03fb37ef Initial integration of CrowdIn strings (English only) 9 months ago
alansley 2192c2c007 Merge branch 'dev' into strings-squashed 9 months ago
Fanchao Liu 8fc6679178
Revert "[SES-2512] Rewrite ProfilePictureView (#1622)" (#1629)
This reverts commit 9919f716a7.

Co-authored-by: fanchao <git@fanchao.dev>
9 months ago
alansley 6b29e4d8ce Added a note about the plurals for search results 9 months ago
alansley e812527358 Merge branch 'dev' into strings-squashed 9 months ago
alansley 5e02e1ef5c Added 'NonTranslatableStringConstants' file 9 months ago
alansley 816f21bb29 Addressed commit feedback & removed desktop string 'attachmentsClickToDownload' as we use 'attachmentsTapToDownload' 9 months ago
Fanchao Liu 9919f716a7
[SES-2512] Rewrite ProfilePictureView (#1622) 9 months ago
Fanchao Liu 16d6efbb5b
SES-2524 - Rewrite media gallery in Compose (#1619) 9 months ago
Al Lansley 27ca77d5c4 Merge branch 'dev' into strings-squashed 9 months ago
ThomasSession bc6718e996
Feature/resource cleanup (#1623)
* Removing unrequired APi checks

* Bumping min sdk to 26 and further cleaning version checks

* More clean ups

* Removed unused class

* Clean up

* Clean up

* Clean up

* Clean up

* Clean up

* Clean up

* Clean up

* Clean up
9 months ago
Al Lansley 27bc90bf1f Cleaned up some comments and content description 9 months ago
Al Lansley 558684a56d Merge branch 'dev' into strings-squashed 9 months ago
ThomasSession 93a28906fb
Removing unrequired APi checks (#1620)
* Removing unrequired APi checks

* Bumping min sdk to 26 and further cleaning version checks

* More clean ups

* Removed unused class
9 months ago
Al Lansley 90d7064c18 Fixed issue where new closed groups would display a timestamp instead of the 'groupNoMessages' text 9 months ago
Al Lansley eecce08c25 Merge branch 'dev' into strings-squashed 9 months ago
alansley a8ee5c9f3b Replaced hard-coded 'Session' with '{app_name}' in 'callsSessionCall' 9 months ago
alansley 621094ebe4 SS-72 Update save attachment models + add one-time warning that other apps can access saved attachments 9 months ago
fanchao 50929b8970 Merge remote-tracking branch 'origin/dev' into release/1.19.1
# Conflicts:
#	app/build.gradle
#	app/src/main/java/org/thoughtcrime/securesms/calls/WebRtcCallActivity.kt
#	app/src/main/java/org/thoughtcrime/securesms/components/AvatarImageView.java
#	gradle.properties
9 months ago
ThomasSession d82c5b6a1b Migrate exoplayer to media3 9 months ago
ThomasSession 62873ee773 Removed com.amulyakhare.textdrawable
Cleaned up references to TextDrawable.
Also cleaned up the way we  load layered drawables, used in ProfilePictureView for the load state as the icons were stretched across and didn't look nice.
9 months ago
Al Lansley ea84aa1478 Tied in bandDeleteAll string 9 months ago
Al Lansley 93b8e74f2d Job done! All Accessibility ID strings mapped and/or dealt with appropriately! 9 months ago
Al Lansley fc3b4ad367 Further AccessibilityId mapping & fixed group members counts to display correct details 9 months ago
alansley 73fdb16214 Localised time strings working - even if the unit tests aren't 9 months ago
alansley 436175d146 Relative time string WIP 9 months ago
alansley f309263e39 Merge dev 9 months ago
Al Lansley 45c4118d52 Further AccessibilityId mapping WIP 9 months ago
ThomasSession f865f9f8ed Merge branch 'dev' into merge/1.19.0 10 months ago
ThomasSession 80216e995e Removing the snodes version patch 10 months ago
ThomasSession b089677860 Merge branch 'master' into release/1.19.0 10 months ago
ThomasSession 2c4b8bf443 Do not check errors if profileAvatar is null 10 months ago
alansley a8d72dfcc0 Cleaned up a few comments and fixed some plurals logic 10 months ago
alansley 5cbe289a8d Merge dev and cleanup 10 months ago
Andrew d6c5ab2b18
Merge pull request #1593 from bemusementpark/more-snodes
Optimise SnodeAPI and Add Snode.Version and tests
10 months ago
bemusementpark 8a9faa182d Fix SnodeAPI error thrown outside of Promise 10 months ago
ThomasSession 982e23be30
Merge branch 'dev' into release/1.19.0 10 months ago