Andrew
|
432a2816ab
|
Merge branch 'od' into on-2
|
2024-06-25 23:40:34 +09:30 |
|
Andrew
|
27fda9fd46
|
Fix Qr Code errors
|
2024-06-25 23:21:22 +09:30 |
|
Andrew
|
db15fe0840
|
Rename StartConversationFragment.kt
|
2024-06-25 21:51:08 +09:30 |
|
Andrew
|
fa705e9e78
|
Fix text color on QR Activity
|
2024-06-25 21:36:24 +09:30 |
|
Andrew
|
49127d5fcb
|
Restore New Message > Scan permission style
|
2024-06-25 21:34:14 +09:30 |
|
Andrew
|
248c332a36
|
Add ses-2202 test
|
2024-06-25 21:06:12 +09:30 |
|
Andrew
|
1e9b0ec7f8
|
Add back button to message notifications
|
2024-06-25 20:55:18 +09:30 |
|
Andrew
|
86fcd035a1
|
Fix press back from recover pick display name
|
2024-06-25 20:42:02 +09:30 |
|
Andrew
|
28c28dc4be
|
Fix start conversation button padding
|
2024-06-25 20:30:12 +09:30 |
|
Andrew
|
78da9bdc67
|
Rename StartConversation
|
2024-06-25 20:05:32 +09:30 |
|
Andrew
|
a55c85c28c
|
Fix Start Conversation Title
|
2024-06-25 19:53:50 +09:30 |
|
Andrew
|
ee97eb54f4
|
Fix Enter Account ID or ONS Text
|
2024-06-25 19:50:21 +09:30 |
|
Andrew
|
02ebb5a5c7
|
Fix outline text padding
|
2024-06-25 19:17:50 +09:30 |
|
Andrew
|
4afec51de5
|
Simplify outline text style
|
2024-06-25 19:16:38 +09:30 |
|
Andrew
|
72dccaa1d3
|
Add MnemonicCodecTest
|
2024-06-25 19:11:13 +09:30 |
|
Andrew
|
9288701556
|
Use ime button in text field
|
2024-06-25 14:31:52 +09:30 |
|
Andrew
|
423df70351
|
SES-2201 Fix error on 1 word missing
|
2024-06-25 14:31:05 +09:30 |
|
Andrew
|
073b31d620
|
SES-2200 Fix enter display name error strings
|
2024-06-25 14:16:44 +09:30 |
|
Andrew
|
1ca7fb3299
|
SES-2199 Increase max display name length to 100
|
2024-06-25 14:13:51 +09:30 |
|
Andrew
|
326b81cea3
|
SES-2219 Fix TextField styling
|
2024-06-25 14:08:31 +09:30 |
|
Andrew
|
d755fc20fa
|
Make RadioButton animation even cooler
|
2024-06-25 13:58:56 +09:30 |
|
Andrew
|
a9fdf9a733
|
SES-2220 Tweak Mesage notifications
|
2024-06-25 12:23:06 +09:30 |
|
Andrew
|
287b5566c4
|
Remove session id refs
|
2024-06-25 11:42:40 +09:30 |
|
Andrew
|
ed3094bfd7
|
SES-2216 Copy Account ID
|
2024-06-25 11:20:28 +09:30 |
|
Andrew
|
f1c14e571f
|
SES-2218 Lock App
|
2024-06-25 11:11:07 +09:30 |
|
ThomasSession
|
a0e6167718
|
Merge pull request #1352 from rugveddarwhekar/master
Fixed #1085 | Video call auto rotate, when auto rotate is disabled
|
2024-06-25 10:21:47 +10:00 |
|
ThomasSession
|
c711d35edd
|
Merge pull request #1521 from oxen-io/remove-config-cheks
Remove config checks (PR 1294)
|
2024-06-25 10:04:29 +10:00 |
|
ThomasSession
|
d22cb1e2c2
|
Remove config checks (PR 1294)
Refactor: remove checks for whether new config is enabled throughout config factory generation.
First commit from PR 1294.
|
2024-06-25 09:25:46 +10:00 |
|
ThomasSession
|
752f8cc738
|
Merge pull request #1298 from bemusementpark/fix-send-whitespace
Hide send button when message contains only whitespace
|
2024-06-24 17:27:45 +10:00 |
|
ThomasSession
|
031a18061d
|
Using trim and empty to capture semantic concept of nothing being in there
|
2024-06-24 17:26:36 +10:00 |
|
ThomasSession
|
48aacae6c5
|
Merge branch 'dev' into pr/1298
|
2024-06-24 17:22:06 +10:00 |
|
ThomasSession
|
01655b8633
|
Merge pull request #1508 from simophin/fix-home-screen-dispatcher
Correct the usage of flowOn
|
2024-06-24 17:08:37 +10:00 |
|
ThomasSession
|
9c20ca2017
|
Merge pull request #1520 from simophin/fix-threading-issue
Remove the use of executor in ThreadUtils
|
2024-06-24 16:50:33 +10:00 |
|
fanchao
|
0547dde554
|
Remove the use of executor in ThreadUtils
|
2024-06-24 14:05:06 +10:00 |
|
ThomasSession
|
1619277b4f
|
Merge pull request #1026 from ceokot/sogs-auth
fix: Authenticate all Open Group API calls
|
2024-06-24 11:12:03 +10:00 |
|
ThomasSession
|
0d0a86831a
|
Merge branch 'dev' into pr/1026
|
2024-06-24 10:04:19 +10:00 |
|
Andrew
|
e9dd333034
|
Remove unused button colors
|
2024-06-24 09:25:06 +09:30 |
|
Andrew
|
d8f032ff9e
|
Fix textSelectionColors
|
2024-06-21 20:50:14 +09:30 |
|
Andrew
|
f2959073ec
|
Fix NewMessage errors
|
2024-06-21 20:35:31 +09:30 |
|
ThomasSession
|
ba9f729d63
|
Merge pull request #1512 from simophin/ses-2021-improve-xml-loading
[SES-2021] Optimise XML loading
|
2024-06-21 12:53:22 +10:00 |
|
ThomasSession
|
46358f4318
|
Merge pull request #1487 from simophin/ses-637-voice-message-keeps-playing
[SES-637] - Stop playing message if deleted
|
2024-06-21 12:51:06 +10:00 |
|
Andrew
|
8b79fd6850
|
Use button color lists
|
2024-06-21 12:02:23 +09:30 |
|
Andrew
|
27c59a8d7b
|
Remove flowOn in LoadingViewModel
|
2024-06-21 11:45:50 +09:30 |
|
Andrew
|
b7de36b694
|
Fix button colors
|
2024-06-21 11:25:13 +09:30 |
|
ThomasSession
|
32cc6df81b
|
Merge pull request #1336 from bemusementpark/unsend-notification
Fix notification update for incoming unsend request
|
2024-06-20 15:48:43 +10:00 |
|
ThomasSession
|
d3c4e11aec
|
Merge pull request #1332 from aaronkerckhoff/display-own-name-in-quote
Fix bug displaying user ID when quoting own message
|
2024-06-20 15:47:16 +10:00 |
|
Andrew
|
7c523a1ead
|
Cleanup Button Preview
|
2024-06-20 13:41:03 +09:30 |
|
Andrew
|
ce5e7212ef
|
Add disabled states to Button Preview
|
2024-06-20 12:46:12 +09:30 |
|
Andrew
|
175e1029ad
|
Add disabled state to fill buttons
|
2024-06-20 11:56:37 +09:30 |
|
Andrew
|
acbe4de25a
|
Add Color to ButtonType to support Fill and PrimaryFill
|
2024-06-20 11:34:01 +09:30 |
|