Commit Graph

65 Commits

Author SHA1 Message Date
Harris a295cc384c feat: add share logs dialogs into settings activity 2021-09-23 13:49:32 +10:00
Harris 4533a25a3c
Merge pull request #729 from hjubb/copy_url_link
Allow copying URL from conversation
2021-09-21 00:13:59 +00:00
Harris ecf2308e84 feat: add survey button 2021-09-17 16:44:32 +10:00
Harris 790436bad8 refactor: change the "copy" text to "copy URL" for added context 2021-09-14 14:14:42 +10:00
ryanzhao 23a61299ac bind deleted message view 2021-08-11 16:35:48 +10:00
Harris 0d0089e3d6 refactor: visible message view and user details bottom sheet updates individual recipient. Remove "none" notifications style 2021-07-26 13:44:04 +10:00
Niels Andriesse 1e54e3ef75 Make copy consistent 2021-07-26 11:35:58 +10:00
Harris 716dbccb9f feat: add muted forever to ConversationActivityV2.kt 2021-07-26 09:37:39 +10:00
Harris b95cb2bedb feat: add notification types for all / mentions only or none with UI and push logic 2021-07-20 16:06:59 +10:00
Niels Andriesse 0131bc171a Warn users if they're about to send their recovery phrase to someone 2021-07-19 13:52:50 +10:00
Niels Andriesse e7bf27671d Minor copy fixes 2021-07-14 15:08:59 +10:00
Niels Andriesse a3ed2c1e26 Merge branch 'master' of github.com:oxen-io/session-android into dev 2021-07-14 14:42:47 +10:00
Niels Andriesse b25feb221a Add FAQ button to settings 2021-07-14 14:17:40 +10:00
Ryan Zhao 51432a4655 Merge branch 'dev' of https://github.com/oxen-io/session-android into message-details 2021-07-13 16:22:19 +10:00
Ryan Zhao dc33e28826 re-introduce the message detail screen 2021-07-13 16:22:10 +10:00
Niels Andriesse a9e78ccf05
Merge pull request #656 from hjubb/chat_permission_resolution
Improve Permission Handling
2021-07-13 16:12:31 +10:00
jubb 393089ce23 fix: permission resolution in ConversationActivityV2.kt as well as rationale dialogs 2021-07-13 15:17:30 +10:00
Niels Andriesse 6b7c7d1d2a Add support for new ban and delete all endpoint 2021-07-13 14:28:25 +10:00
Niels Andriesse 5168e15640 Merge branch 'dev' into security 2021-07-12 14:27:14 +10:00
jubb 9dfd051e63 feat: trust dialog and processing attachments for users after trusting them 2021-07-09 15:13:43 +10:00
Niels Andriesse 1d83920684 Fix spacing issue 2021-06-29 14:41:13 +10:00
Niels Andriesse ca3034cb05 Re-implement GIF & document sending 2021-06-28 10:44:00 +10:00
Niels Andriesse c0429569db Add blocked banner 2021-06-24 14:21:05 +10:00
Niels Andriesse 06b9c30c27 Add trust dialog 2021-06-24 14:05:55 +10:00
Niels Andriesse d763fa00d3 Add link preview dialog 2021-06-24 13:59:53 +10:00
Niels Andriesse 250fb50cc8 Add open URL dialog 2021-06-24 13:54:34 +10:00
Niels Andriesse 058319c9c7 Add join open group dialog 2021-06-24 13:47:24 +10:00
Niels Andriesse 7373918d3d Add blocked dialog 2021-06-24 13:38:59 +10:00
jubb 1ba12c40cc feat: also adjust clear all button to be delete / clear network depending on step 2021-06-23 10:29:17 +10:00
Niels Andriesse da0ed31f9b Merge branch 'dev' of github.com:oxen-io/session-android into ui 2021-06-23 09:25:56 +10:00
jubb 1df6fa46a4 feat: clear all data dialog with local and network only options 2021-06-22 17:01:27 +10:00
Niels Andriesse 48df733773 Basic quote view attachment handling 2021-06-21 14:24:00 +10:00
jubb fdc042e6d4 feat: testnet clearing network data on delete and differentiating dialogs 2021-06-18 16:01:34 +10:00
Harris b0dab208d2 feat: extracting more strings, replacing link device strings using existing activities in case they change in future 2021-06-16 16:14:06 +10:00
Harris 5ce28f976b feat: extracting QR related strings and other github mentioned strings 2021-06-16 16:05:08 +10:00
ryanzhao e8c52961aa minor fix 2021-05-28 15:14:05 +10:00
Ryan ZHAO 93dfbcaae2 clean 2021-05-27 16:51:59 +10:00
Niels Andriesse 2a0a5a2326 Fix case 2021-05-24 14:33:10 +10:00
jubb 4f84b976c5 fix: return error early if the public key is not expected length or format with an appropriate message 2021-05-24 14:01:20 +10:00
Niels Andriesse f64fb68e96
Merge branch 'dev' into fix_hardcoded_strings 2021-05-24 12:52:10 +10:00
Niels Andriesse 04b62df83c Make user details bottom sheet look better 2021-05-24 11:08:08 +10:00
jubb 7c7ace9ecd refactor: extract hardcoded strings
allows fix for #529
2021-05-21 16:49:06 +10:00
jubb 573760769c Merge remote-tracking branch 'upstream/dev' into fix_resources
# Conflicts:
#	app/src/main/res/values-fr/strings.xml
#	app/src/main/res/values-ja/strings.xml
2021-05-18 10:09:26 +10:00
jubb 0f435ca040 refactor: remove more unnecessary strings from libsession's values 2021-05-17 17:29:39 +10:00
jubb eee3824ca0 refactor: running the remove unused resources command and cleaning up strings 2021-05-17 11:56:14 +10:00
Brice-W 2f0509a03b join open group from received invitation 2021-05-13 14:29:29 +10:00
Brice-W f51268b587 open group invitation sending part 2021-05-12 13:41:00 +10:00
Brice-W b2a924ebf8 views created + database storage 2021-05-12 08:40:10 +10:00
jubb 7f0962b3d4 Merge branch 'fix_profile_nulls' into open_groups_V2
# Conflicts:
#	app/src/main/java/org/thoughtcrime/securesms/conversation/ConversationActivity.java
#	app/src/main/java/org/thoughtcrime/securesms/conversation/ConversationFragment.java
#	libsession/src/main/java/org/session/libsession/messaging/StorageProtocol.kt
2021-04-28 13:53:50 +10:00
jubb f9939aae92 feat: handling default group requests and open group api updates for proper image endpoint handling 2021-04-21 17:00:57 +10:00