Commit Graph

9377 Commits (5bd55ea99320941b8f9b40f0680d6980f8e09dc4)
 

Author SHA1 Message Date
alansley 5bd55ea993 Converted SwitchPreferenceCompat to Kotlin and fixed the BlockedDialog using the joinCommunity string for some bizarre reason 9 months ago
alansley d3fb440d05 Removed R.string.gif and replaced with a string constant 9 months ago
alansley ace58e3493 getSubbedString correction 9 months ago
alansley 2a8f010369 Merge branch 'compose-open-url-dialog' into strings-squashed 9 months ago
alansley ce8efd7def WIP 9 months ago
alansley 114066ad5f Push before changing over all the Phrase.from to extension method calls 9 months ago
ThomasSession 116bef3c71 For safety 9 months ago
ThomasSession 0b1a71a582 Cleaning other use of old url dialog 9 months ago
ThomasSession 20abbebf4a Forgot !! 9 months ago
ThomasSession 25132c6342 Proper set up for the Open URL dialog 9 months ago
alansley 1f68791da9 Replaced placeholder text with new string 9 months ago
alansley 8d97f31b4d Adjusted comment 9 months ago
alansley dfebe6f3f9 Moved block/unblock string selection logic into ViewModel and fixed a comment 9 months ago
alansley 736b5313e6 Changed toast to warning - although condition to trigger should not be possible 9 months ago
alansley 413bc0be4b Adjusted EditGroupMembers to match iOS and fixed up save attachment commentary / logic 9 months ago
alansley ae7164ecbb Merge branch 'dev' into strings-squashed 9 months ago
ThomasSession d1c4283f42
Fix/emoji reactions crash (#1646)
* Fixing crash on sdk =28 for emoji reactions

* Proper styling of reactions

Making sure we display the public key when there is no name

* Making sure we display the emoji that was long pressed
9 months ago
alansley 2aa58f4dd6 WIP compose openURL 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 4809b5444b Removed unused 'isEmpty' utility methods 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 b908a54a44 Merge branch 'dev' into strings-squashed 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
ThomasSession bfbe4a8fd2
Merge pull request #1644 from oxen-io/release/1.19.2
Release/1.19.2
9 months ago
ThomasSession a50e304938 Removing resources 9 months ago
AL-Session afbb71351a
Applied save-crash workaround (#1640) 9 months ago
Al Lansley 53978f818d Cleaned up HomeActivityTests.kt 9 months ago
Al Lansley 5f82571bef Merge branch 'dev' into strings-squashed 9 months ago
ThomasSession 8deb21c0c6
Feature/icons fix (#1638)
* Removing hardcoded blue styling for media picker indicator

* Proper styling of media picker buttons

* Normalising arrow icons

* Tweaks
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
ThomasSession fa395456a5
Sync name change (#1637) 9 months ago
ThomasSession 55c49eccf8 Merge branch 'dev' into release/1.19.2 9 months ago
alansley e3cab9c0d9 SS-75 Prevented ScrollView vertical scroll bar from fading out 9 months ago
alansley b0b835092d SS-64 Removed all 'Unblocked {name}' toasts as per instructions 9 months ago
alansley c3c35de408 Merge branch 'dev' into strings-squashed 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
Fanchao Liu 8e10e1abf4
Incorrect copy for denied permission (#1636)
Co-authored-by: fanchao <git@fanchao.dev>
9 months ago
alansley 9766c3fd0b SS-75 Added 'Copied' toast when the user copies a URL in the Open URL dialog 9 months ago
alansley 59b4805b8b SS-75 Prevent 'Are you sure you want to open this URL?' dialog from being excessively tall when given a very long URL 9 months ago
ThomasSession 20e1fbceb5 Merge branch 'dev' into release/1.19.2 9 months ago
ThomasSession b14f8f6e8e
Using the proper icon (#1635) 9 months ago
ThomasSession e731c7d0bd
Fix/ip2 country out of memory (#1628)
* Avoiding to recall Ipv4Int on every loop

* Avoiding memory allocation since this is used in laarge sets

* Further improvements and updated the memory allocation avoiding code

* PR feedback
9 months ago
Fanchao Liu 245241e614
Fix search ANR (#1634)
Co-authored-by: fanchao <git@fanchao.dev>
9 months ago