Commit Graph

2305 Commits

Author SHA1 Message Date
Onuray Sahin 754f220596
Merge branch 'develop' into feature/save_media_to_gallery 2020-04-20 11:21:14 +03:00
onurays 3f7ca8669a Remove duplicated save icon. 2020-04-20 00:48:52 +03:00
Valere 28c6921a0a Avoid unnecessary /device call 2020-04-17 18:08:29 +02:00
onurays 26bb8ce2be Give user a toast after adding media file to the gallery. 2020-04-17 16:53:40 +03:00
onurays 8434f9326e Save action added to bottom sheet. 2020-04-17 15:27:42 +03:00
Waylon Cude 68f93c6c31
Merge branch 'develop' of https://github.com/vector-im/riotX-android into develop
Signed-off-by: Waylon Cude <waylon.cude@finzdani.net>
2020-04-16 12:19:17 -07:00
Valere 3fe15f2d45 code review 2020-04-16 17:02:01 +02:00
Valere 968377a5be
Update vector/src/main/res/values/strings_riotX.xml
Co-Authored-By: Benoit Marty <benoitm@matrix.org>
2020-04-16 16:53:24 +02:00
Valere 7ac5f58f32 Show CrossSigning info even if not developer mode 2020-04-16 16:30:45 +02:00
Valere ce2f4e163d Update password/recovery copy + update icons 2020-04-16 16:30:45 +02:00
onurays ab3cc90ed5 Share menu item added to video media viewer. 2020-04-16 16:46:00 +03:00
Valere f68e84d9da Update toaster to match web 2020-04-16 15:09:16 +02:00
onurays 2b2e6dd6f8 Share menu item added to image media viewer. 2020-04-16 16:04:37 +03:00
Benoit Marty 828e972c74 Split long lines 2020-04-16 14:35:55 +02:00
Benoit Marty d934f92ebd Fix bad apostrophe 2020-04-16 13:58:54 +02:00
Waylon Cude d20cf484ff
Merge branch 'develop' of https://github.com/vector-im/riotX-android into develop
Signed-off-by: Waylon Cude <waylon.cude@finzdani.net>
2020-04-16 03:10:06 -07:00
waylon531 6c1719e365
Use a bigger thread pool
This patch makes RiotX use an unbounded thread pool to handle
connections. The default thread pool for the android WorkManager has a
fairly anemic number of threads and I suspect this was causing
performance issues especially because of all the long-running jobs that
happen whenever you sync.

I tested this out on my phone and all of the sluggishness appears to
have gone away. I tested both the debug and release builds to make sure
it wasn't just some release optimization. RiotX is so much snappier now!

This fixes #1221

Signed-off-by: Waylon Cude <waylon.cude@finzdani.net>
2020-04-16 02:44:31 -07:00
Valere a44cb876c9 move strings to resources 2020-04-16 11:30:10 +02:00
Valere e79c824913 Fix / password visibility initial state bug 2020-04-16 11:30:10 +02:00
Valere b8e9cc70f2 fix / line too long 2020-04-16 11:30:10 +02:00
Valere a2f32307f0 Support back from migrate recovery key 2020-04-16 11:30:10 +02:00
Valere c1d39cefd5 Fix / avoid upgrade secu popup on account creation 2020-04-16 11:30:10 +02:00
Valere aa496e6efb Add migration state to bootstrap 2020-04-16 11:30:10 +02:00
Benoit Marty 1372192031
Merge pull request #1091 from vector-im/feature/secure
Add a setting to prevent screenshot of the application, disabled by default (#1027)
2020-04-16 11:27:59 +02:00
Benoit Marty ea03f76847
Merge pull request #1129 from vector-im/feature/update_password
Change password function implemented.
2020-04-16 11:26:33 +02:00
Benoit Marty 634c8947bd
Merge branch 'develop' into refresh-summary 2020-04-15 17:29:08 +02:00
Benoit Marty 66f6b1ecac
Merge pull request #1224 from vector-im/feature/composer_shield
Add shield in composer
2020-04-15 16:49:50 +02:00
Benoit Marty affe2b59da Fix crash 2020-04-15 16:40:01 +02:00
Benoit Marty 757f8ec96a Change password: prevent cancellation when processing 2020-04-15 16:39:05 +02:00
Benoit Marty bf5e2b96df Change password: bigger margins 2020-04-15 16:39:05 +02:00
Benoit Marty 5666965321 Change password: do not trim passwords 2020-04-15 16:39:05 +02:00
Benoit Marty 7bf1f916c4 Change password: lambda 2020-04-15 16:39:05 +02:00
Benoit Marty d44e43d94b Change password: update wording of button (Nad's request) 2020-04-15 16:39:05 +02:00
Benoit Marty 9fe32fe915 Change password: hide the preference (as Riot-Web does) if it is not possible to change the password. 2020-04-15 16:39:05 +02:00
Benoit Marty e21cb3082b Change password: update preference summary. Some people think we know the password. Using Riot-web wording 2020-04-15 16:39:05 +02:00
Benoit Marty c50bc10f92 Code review: improve layout 2020-04-15 16:38:44 +02:00
Benoit Marty 1b416028b4 Code review: inline the error instead of using toast 2020-04-15 16:38:44 +02:00
Benoit Marty 85493b7532 Code review: use isInvalidPassword() extension everywhere. Also be robust if the Fragment is destroyed 2020-04-15 16:38:44 +02:00
onurays dfc8e8ec4c AccountService is created. 2020-04-15 16:38:44 +02:00
onurays f00db49bda Change password function implemented.
Fixes #528
2020-04-15 16:38:44 +02:00
Valere 81012746c4 Code review / added new key for message hint 2020-04-15 15:39:23 +02:00
Valere 1deacfbb34 Code review 2020-04-15 15:37:43 +02:00
Valere c35d854776 Add shield in composer 2020-04-15 15:37:43 +02:00
Benoit Marty c0fa259b40 Add a setting to prevent screenshot of the application, disabled by default (#1027) 2020-04-15 15:04:19 +02:00
Benoit Marty 6d56220d98
Merge branch 'develop' into improvement-957-catchup-indicator-on-invite 2020-04-15 15:00:34 +02:00
Nolan Darilek 2e4d30ef29 Set `tickerText` to improve accessibility of notifications.
Signed-off-by: Nolan Darilek <nolan@thewordnerd.info>
2020-04-15 07:43:41 -05:00
Benoit Marty c57fa3f0d0
Merge pull request #1176 from vector-im/feature/target-sdk-29
Increase targetSdk to 29
2020-04-15 14:32:16 +02:00
Benoit Marty 0c0e9521f5 Fix lint issue 2020-04-15 09:50:25 +02:00
Benoit Marty e54077e020 String copied to Riot project 2020-04-14 17:26:23 +02:00
Benoit Marty 9111800e7a Create specific string for RiotX 2020-04-14 17:23:59 +02:00
Benoit Marty ef6847671a Import strings from Riot 2020-04-14 17:13:43 +02:00
onurays 667b371653 Continue supporting old APIs. 2020-04-14 16:29:11 +03:00
onurays 190fbb95ec Merge branch 'develop' into feature/target-sdk-29
# Conflicts:
#	vector/src/main/java/im/vector/riotx/features/crypto/verification/VerificationBottomSheetViewModel.kt
2020-04-14 13:59:54 +03:00
Valere ccacd20428
Merge branch 'develop' into feature/verification_unified_emoji 2020-04-10 16:05:33 +02:00
Valere 9cfb83f0d2 Remove outdated translation 2020-04-10 14:31:03 +02:00
Valere 943ba3bebd Fix / string bad argument number - lint 2020-04-10 13:14:12 +02:00
Valere fccfd00949 Fix / design update 2020-04-10 12:12:21 +02:00
Valere 5081361c2d Update Scan confirm flow 2020-04-10 12:12:06 +02:00
Valere f5dc0b38ff Code review 2020-04-10 11:47:54 +02:00
Valere 8357abd455 Added prefix to resources to avoid accidental override 2020-04-10 11:18:41 +02:00
Valere a703574004 Uniform emoji representation for all platform 2020-04-10 11:02:33 +02:00
Christopher Rossbach ef2abbfbd4
Merge branch 'develop' into improvement-957-catchup-indicator-on-invite 2020-04-09 11:11:44 +02:00
Valere 7c0137e2dc Fix / await callback suspend forever 2020-04-09 10:46:52 +02:00
Valere 34dec64d9c Fixes #1214 2020-04-08 17:56:12 +02:00
Valere 6f2d7aebba code review 2020-04-08 16:37:52 +02:00
Valere 366a35913b Fix alignement 2020-04-08 16:31:01 +02:00
Valere f04d8b0e03 cleaning 2020-04-08 16:31:01 +02:00
Valere 08af61b778 rename layout 2020-04-08 16:31:01 +02:00
Valere 277f35a352 Merge room creation events in one summary 2020-04-08 16:31:01 +02:00
Valere 68512e475f WIP 2020-04-08 16:31:01 +02:00
Onuray Sahin 8a4a288074
Merge branch 'develop' into feature/target-sdk-29 2020-04-08 14:15:02 +03:00
onurays 5b1f887760 Code review fixes. 2020-04-08 14:10:31 +03:00
Christopher Rossbach 3ff5952417
Merge branch 'develop' into improvement-957-catchup-indicator-on-invite 2020-04-07 20:53:31 +02:00
Christopher Rossbach 222b72a014
Merge branch 'develop' into improvement-957-catchup-indicator-on-invite 2020-04-07 17:46:23 +02:00
Valere 8904ca27f2 clean 2020-04-07 15:30:19 +02:00
Valere 1a436f962f update change log
cleaning
2020-04-07 15:15:45 +02:00
Valere 5b4b5e7a57 Gossip keybackup key after verification! 2020-04-07 15:15:45 +02:00
Valere 153587bd82
Merge branch 'develop' into feature/crosssigning_bootstrap 2020-04-07 15:14:43 +02:00
Valere 326f2e99fb klint 2020-04-06 10:00:59 +02:00
Valere 1dfd6f232a Code quality / line too long 2020-04-03 18:59:21 +02:00
Valere f605bb8270 Code review 2020-04-03 15:57:05 +02:00
Valere 7ffb6113a4 Increase file logger size 2020-04-03 13:53:34 +02:00
Valere 92bf3f1349 Update change log
+ code quality
2020-04-03 11:14:14 +02:00
Valere 6474735662 Fix / devtools was not showing all json numbers 2020-04-03 10:31:44 +02:00
Valere 45c5626267 Add generate key option 2020-04-02 18:30:43 +02:00
Valere c27264761d Back /Skip navigation 2020-04-02 18:11:52 +02:00
Valere c6abfa14ea Fix / Bind continue button 2020-04-02 16:54:30 +02:00
Valere 2f237cf17b klint 2020-04-02 16:51:40 +02:00
Valere bf5ba99653 Full bootstrap flow initial commit 2020-04-02 16:51:03 +02:00
Valere 8ecdac7c31 Fixes #1191 2020-03-31 17:08:11 +02:00
Valere a40dd31543 Bootstrap bottomsheet 2020-03-27 17:09:18 +01:00
Christopher Rossbach cdbb657961 Fix #957 by incrementing the catchup count on home icon.
Signed-off-by: Christopher Rossbach <31703168+duncanturk@users.noreply.github.com>
2020-03-27 14:24:42 +01:00
Onuray Sahin e2f7890bb8
Merge branch 'develop' into feature/target-sdk-29 2020-03-26 17:39:22 +03:00
onurays 0a77d5014e Fix nullability issues. 2020-03-26 17:19:29 +03:00
Valere 91464a071e
Merge pull request #1180 from vector-im/feature/complete_security_design_update
Feature/complete security design update
2020-03-26 14:31:09 +01:00
Valere acd90657c7 Fix / prevent cancel when in conclusion fragment 2020-03-26 14:09:41 +01:00
onurays e5482d48c0 Remove deprecated & unused ImageTools class. 2020-03-26 16:02:50 +03:00
onurays 5816a04a37 Use MediaStore instead of deprecated addCompletedDownload since Android Q. 2020-03-26 15:58:31 +03:00
onurays 4b7da9ae6b Replace deprecated getExternalStoragePublicDirectory with getExternalFilesDir. 2020-03-26 15:57:21 +03:00
onurays f7cbc01023 Replace deprecated PreferenceManager with androidx version. 2020-03-26 15:56:33 +03:00
Valere 1de57bbf3b Fix / cancel copy when verifying other 2020-03-26 13:49:48 +01:00
Valere 42a8c561db Fix / Verification was not cancelled on back in ready state 2020-03-26 13:49:48 +01:00
Valere 5bef9aef6a Fix / add specific copy for other verif cancel confirm 2020-03-26 13:49:48 +01:00
Valere f8c1ec985f re-prompt to verify on restart 2020-03-26 13:49:48 +01:00
onurays 12429d8091 Merge develop into the branch. 2020-03-26 14:39:50 +03:00
Onuray Sahin 3bb5e127d6
Merge pull request #1155 from vector-im/feature/multipicker
Multiple attachment picker implementation
2020-03-26 14:30:02 +03:00
onurays c63f3edb06 Initial fixes to support targetSdk 29. 2020-03-26 12:06:50 +03:00
Valere 420a55da76 klint 2020-03-25 13:53:06 +01:00
Valere 2c9a8865bf Cancel all on going to settings 2020-03-24 17:48:16 +01:00
Valere bddd70afdb Fix / IllegalState after token invalidation 2020-03-24 17:48:01 +01:00
Valere c4388348f7 Show cancelled screen instead of dismissing 2020-03-24 17:38:46 +01:00
Valere ee7828a445 Code quality 2020-03-24 16:21:22 +01:00
Valere 37ac45c90a Fix / handling of back 2020-03-24 15:51:09 +01:00
Valere 63d3bf93f2 Fix / for now keep old toaster 2020-03-24 15:50:49 +01:00
Valere fcffe1f3c3 Clear alert when device is verified 2020-03-24 15:21:03 +01:00
Valere cfcec04029 code cleaning 2020-03-24 14:57:51 +01:00
Valere b56a41bec7 Custom alert design 2020-03-24 14:56:57 +01:00
onurays d20b1cb64a Add documentation. 2020-03-24 12:15:14 +03:00
Valere 6e85b20b0e Update copy for riotX default device Name 2020-03-24 10:06:30 +01:00
Valere fcd290410e Also cancel pending request on back 2020-03-24 10:06:15 +01:00
onurays 2651f82337 Refactor duplicated code. 2020-03-24 11:03:41 +03:00
Valere 49e5fafb2d New sign in detection flow 2020-03-23 16:27:32 +01:00
onurays f7fd23b153 App integration to the new multipicker library. 2020-03-23 16:31:32 +03:00
onurays 5b875e0571 CameraPicker & incoming share implementation. 2020-03-22 18:27:59 +03:00
onurays 6db0de321c Initial implementation of multipicker. 2020-03-20 12:12:59 +03:00
Valere 0c1f30208d Fix / Epoxy divider not showing 2020-03-19 11:23:15 +01:00
Valere 6f5bebedf8 Fixes #841 2020-03-18 11:53:38 +01:00
Valere b71d8185a2 Fix / gossiping sent to soon results in not getting keys
Overall improovment of logs
2020-03-17 14:40:05 +01:00
Valere b8a9397e73 hide reRequest behind developer mode 2020-03-17 14:40:05 +01:00
Valere 009d691d5b post merge fix 2020-03-17 14:40:05 +01:00
Valere 6933159245 Remove refresh menu 2020-03-17 14:40:05 +01:00
Valere 75549c41e0 View source in audit + clean 2020-03-17 14:40:05 +01:00
Valere d3d6d44665 Post rebase fix 2020-03-17 14:40:05 +01:00
Valere fc6225a7ac Gossiping refactoring 2020-03-17 14:40:05 +01:00
Valere b67735c31a Incoming Secret Share request support
crypto DB migration
2020-03-17 14:40:05 +01:00
Valere 8ff31ac49d cleaning klint 2020-03-17 14:40:05 +01:00
Valere 5e0235e48d Add option to recover from backup + hide if not applicable 2020-03-17 14:40:05 +01:00
Valere 9e63a3219c Add Re-Request keys for fail to decrypt 2020-03-17 14:40:05 +01:00
Valere 757e90986e Key Req Dev tool initial commit 2020-03-17 14:40:05 +01:00
Valere 20dbe2dd0d version ++ 2020-03-17 14:18:08 +01:00
Valere 78d90c8f04 prepare release 0.18.1 2020-03-17 11:46:42 +01:00
Valere a9ed55e6a2 Fixes #757 2020-03-17 10:50:34 +01:00
Valere b37600f536 QuickFix / key banner not clickable 2020-03-17 10:43:48 +01:00
Valere 067a22883c WorkAround / crash android 10 gif from keyboard
fixes #1136
2020-03-16 16:01:55 +01:00
Valere eb74523905 Fix / typo 2020-03-16 15:30:41 +01:00
Mathieu Velten 687884431e Refresh the whole notifs when cleaning one so the summary get updated
Fix summary notification staying after "mark as read"
2020-03-13 23:42:28 +01:00
onurays e3246a1f2c Rename JoinedToAnotherRoom to JoinRoomCommandSucces. 2020-03-13 18:41:04 +03:00
onurays 5cb7e455b1 Implementation of /join command. 2020-03-13 14:00:46 +03:00
Valere 54eca7525e Version ++ 2020-03-11 16:24:49 +01:00
Valere ff5b284b2e Try to remove rule that is breaking CI 2020-03-11 11:19:22 +01:00
Benoit Marty 937d497a1f Revert the check box in case of error 2020-03-06 17:24:57 +01:00
Benoit Marty 4261b0e78a Fix pusher issue. It was set by mistake when the notification for this device was disabled 2020-03-06 17:19:48 +01:00
Benoit Marty 71446a1a74 Remove useless check 2020-03-06 17:11:23 +01:00
Benoit Marty a29ec7b0be Pusher: add a menu to force a refresh of the local data 2020-03-06 16:48:48 +01:00
Benoit Marty 13036a5933 Pusher: update javadoc 2020-03-06 16:37:13 +01:00
Benoit Marty 35179509f2
Merge pull request #1111 from vector-im/feature/verification_code
Feature/verification code
2020-03-06 15:02:57 +01:00
Benoit Marty 23862cb3d0
Merge branch 'develop' into feature/notif 2020-03-06 14:43:23 +01:00
Benoit Marty b929a2f185
Merge pull request #1099 from vector-im/feature/fix_share_image
Share images from clear and encrypted rooms.
2020-03-06 14:27:47 +01:00
Benoit Marty fb858bc112 Rename to respect naming convention #3 2020-03-06 14:04:02 +01:00
onurays 05683967c0 Code review fixes. 2020-03-06 12:07:38 +01:00
Onuray Sahin 555863fecc
Merge pull request #1112 from vector-im/feature/navigate_to_profile_from_avatar
Open room member profile from avatar of the room member state event.
2020-03-06 09:42:32 +01:00
onurays b187699a86 Open room member profile from avatar of the room member state event. 2020-03-05 18:44:34 +01:00
Benoit Marty e326631752 Create asValidObject method - make it compiles #2 2020-03-05 15:39:01 +01:00
Benoit Marty a264dcf5c4 Lint: fix TextFields 2020-03-05 11:09:58 +01:00
Benoit Marty 37afc983c3 Fix typos. The typos has been fixed on Weblate by me. 2020-03-05 11:02:14 +01:00
Benoit Marty b10e9c54b4 Add BinaryOperationInTimber lint rule and fix existing errors 2020-03-05 10:40:36 +01:00
Benoit Marty d6cdcc60d1 Remove unused png files 2020-03-04 16:48:13 +01:00
Onuray Sahin 1680cd8d8e
Merge branch 'develop' into feature/fix_share_image 2020-03-04 16:27:01 +01:00
onurays d4384328fe Use "image/jpeg" instead of "image/jpg" 2020-03-04 16:26:09 +01:00
Benoit Marty 277ad9e042
Merge branch 'develop' into feature/space_in_passwords 2020-03-04 14:12:12 +01:00
onurays 26d387cc12 Support sharing other media types. 2020-03-04 13:47:48 +01:00
Benoit Marty c8f43e73e2
Merge branch 'develop' into feature/ftue 2020-03-04 12:14:07 +01:00
Benoit Marty fa0e07e146
Merge branch 'develop' into feature/ktlint_upgrade 2020-03-04 12:10:56 +01:00
Benoit Marty d6df0e451c Detect spaces in password if user fail to login (#1038) 2020-03-04 10:39:10 +01:00
onurays 7158554ee2 Add fallback logic only if the mode is thumbnail. 2020-03-03 16:56:22 +01:00
onurays 34c5537436 Fix fallback to full image. 2020-03-03 16:42:33 +01:00
onurays d09ac8fbce Try to show full image as the fallback of the thumbnail. 2020-03-03 14:54:05 +01:00
onurays 5f14516dec Share images from clear and encrypted rooms. 2020-03-03 10:39:24 +01:00
Benoit Marty b7ff546f66 Add support for `/plain` command (#12) 2020-03-01 09:59:00 +01:00
Benoit Marty c13b636bae Code cleanup 2020-02-29 10:05:48 +01:00
Benoit Marty a05caf6f0e Update the 2 notification settings screens by moving some pref to the root notification screen 2020-02-29 09:49:21 +01:00
Benoit Marty 3462df405c Fix GPlay build issue 2020-02-29 09:42:35 +01:00
Benoit Marty 6009026e2f Notification settings: create a category for troubleshhot 2020-02-29 09:35:26 +01:00
Benoit Marty 06e0af9a5b small mistake 2020-02-28 22:12:30 +01:00
Benoit Marty 1228fcda0d Rename class 2020-02-28 19:25:29 +01:00
Benoit Marty c20de4feb0 Cleanup 2020-02-28 19:13:22 +01:00
Benoit Marty 957b9eee23 Cleanup 2020-02-28 19:06:26 +01:00
Benoit Marty e5eb36e917 Cleanup 2020-02-28 19:04:30 +01:00
Benoit Marty 551604cdcb Add missing push rules 2020-02-28 19:02:13 +01:00
Benoit Marty 8a2bafec5f Restore push rule settings - fix issues 2020-02-28 18:35:51 +01:00
Benoit Marty 3013e311a4 Restore push rule settings - WIP 2020-02-28 16:51:11 +01:00
Benoit Marty 1c35d07acc PushRuleService.getPushRules() now returns a RuleSet. Use getAllRules() on this object to get all the rules. 2020-02-28 16:29:58 +01:00
Benoit Marty 41b4f412c4
Merge pull request #1089 from vector-im/feature/crash_in_attachment_preview
Fix crash on attachment preview screen (#1088)
2020-02-28 14:49:36 +01:00
Benoit Marty 151fec5ce0 Fix crash on attachment preview screen (#1088) 2020-02-28 11:38:30 +01:00
Benoit Marty 1ead2778c2 ... and rename the method fromBase64NoPadding() to fromBase64() 2020-02-27 18:33:57 +01:00
Benoit Marty 77dd911054 Code quality 2020-02-27 17:42:25 +01:00
Benoit Marty a914381090 Verification with QrCode: ensure there is a Camera to scan QrCodes. 2020-02-27 17:03:48 +01:00
Benoit Marty 9f28738fd6 Restore availability to Chromebooks (#932) 2020-02-27 15:41:35 +01:00
Benoit Marty 36a848471f Enable other lint check (no change necessary in source) 2020-02-27 15:27:46 +01:00
Benoit Marty 12861aacda lint: check negative margin 2020-02-27 15:11:43 +01:00
Benoit Marty d85776297d Lint: fix IconDuplicates by remove unused resources 2020-02-27 14:56:18 +01:00
Benoit Marty 50031bef50 Lint: fix IconDipSize and IconDuplicatesConfig error (by removing unused resource) 2020-02-27 14:45:26 +01:00
Benoit Marty c0d6b9d130 Lint fix IconXmlAndPng error 2020-02-27 14:35:57 +01:00
Benoit Marty a1466e299b Fix missing recycle call and ensure this mistake will not happen again 2020-02-27 14:30:49 +01:00
Benoit Marty 9bb4c7ed25 Version++ 2020-02-27 12:34:33 +01:00
Benoit Marty f906fc894b Sync Strings with Riot 2020-02-27 11:59:39 +01:00
Benoit Marty 6e060f63c6 Try to decode QrCode data in the debug Activity 2020-02-27 11:32:59 +01:00
Benoit Marty 3ac2296464 Disable freestyle crop, usability was not easy 2020-02-26 17:46:33 +01:00
Benoit Marty b5a402c1e1 Fix crash when editing image 2020-02-26 17:45:39 +01:00
Benoit Marty b8eeede5fd Safer code 2020-02-26 17:28:27 +01:00
Benoit Marty d3e7e7e109 Make the small avatar also clickable and little change in the API to factorize code 2020-02-26 17:17:39 +01:00
Benoit Marty 6349f9828d Optimize import 2020-02-26 16:59:20 +01:00
Benoit Marty 989d396c78 Rename package "sas" to "verification" 2020-02-26 16:52:16 +01:00
Benoit Marty 73ac7ab341 Compact code 2020-02-26 16:48:50 +01:00
Benoit Marty a3133773a3 generic name for parameter 2020-02-26 16:45:12 +01:00
Benoit Marty 6e67d4749f
Merge pull request #1082 from vector-im/feature/fix_rageshakes
Fix crashes reported by rageshakes
2020-02-26 16:10:47 +01:00
Benoit Marty 38c1ef3eb6 Fix lint issue 2020-02-26 16:08:34 +01:00
Benoit Marty 674450ef29
Merge pull request #1076 from vector-im/feature/fullscreen_avatar
Display avatar in fullscreen.
2020-02-26 16:06:13 +01:00
onurays 93a687a172 Code review fixes. 2020-02-26 17:55:23 +03:00
Benoit Marty 054d7668ef Fix crash reported from rageshake 2020-02-26 15:19:47 +01:00
Benoit Marty a13fec84b0 Fix crash reported from rageshake 2020-02-26 15:00:25 +01:00
Benoit Marty 4bb3fb128f Fix crash reported from rageshake 2020-02-26 14:54:36 +01:00
onurays 04726a1ace Fix redacted event format on room overview.
Fixes #758
2020-02-26 16:51:01 +03:00
Benoit Marty ccf72ffaa7 Fix crash reported from rageshake 2020-02-26 14:50:01 +01:00
Onuray Sahin d2efe0e10c
Merge branch 'develop' into feature/fullscreen_avatar 2020-02-26 16:23:02 +03:00
Benoit Marty 054b467caf Fix crash reported from rageshake 2020-02-26 14:18:48 +01:00
Benoit Marty e1ea742023 Fix crash reported from rageshake 2020-02-26 13:59:58 +01:00
onurays 536dce7929 Code review fixes. 2020-02-26 15:30:03 +03:00
onurays 56fc91a8c3 Code review fixes. 2020-02-26 15:26:53 +03:00
Benoit Marty f35b0660ca Rename constant for code readability 2020-02-26 12:37:36 +01:00
Valere c80fb52410 dead code 2020-02-26 12:20:03 +01:00
Valere 32389e1291 Remove wizard stuff 2020-02-26 12:20:03 +01:00
Valere 99f9a9817e Use human readable error (not technical) 2020-02-26 12:20:03 +01:00
Valere b4a783198b code review 2020-02-26 12:20:03 +01:00
Valere 0cfc9451ca Cleaning 2020-02-26 12:20:03 +01:00
Valere d537abc522 Fix / sign current device after entering xsigning passphrase 2020-02-26 12:20:03 +01:00
Valere f9be4fa2bd Fixes #1047 2020-02-26 12:20:03 +01:00
Valere 412aed6dcb Fix / Update title before return 2020-02-26 12:20:03 +01:00
Valere 9fc44c11de Fixes #937
Disabling bounds change animation, as it's messing with fragment change apparition and expanded state of bottomsheet
2020-02-26 12:20:03 +01:00
Valere bf23094158 Fix / Green shield in conclusion title when verified from private keys 2020-02-26 12:20:03 +01:00
Valere 0064934db9 Changed Encryption algorithm of 4S 2020-02-26 12:20:03 +01:00
Valere e2e4ddf5ba Post rebase fix 2020-02-26 12:20:03 +01:00
Valere 9a08f5ec4e WIP / Verify from passphrase UX 2020-02-26 12:19:31 +01:00
Valere cb669ad881 4S Activity WIP 2020-02-26 12:15:59 +01:00
Valere 3dc89c8d87 Update Self Verification BottomSheet for quads 2020-02-26 12:15:59 +01:00
Benoit Marty a69049645a FTUE: do not display a different color when encrypting message when not in developer mode. 2020-02-26 11:25:37 +01:00
onurays 1a273407de Display avatar in fullscreen. 2020-02-26 12:12:49 +03:00
Benoit Marty 633f9d8522 ktlint 2020-02-26 09:55:57 +01:00
Benoit Marty fc95bf4926 Improve CreateRoomParams API: update some API for better chaining of builder like methods (#1070) 2020-02-26 07:32:22 +01:00
Benoit Marty 1072060cbb New direct chat: selecting a participant sometimes results in two breadcrumbs (#1022) 2020-02-25 19:00:38 +01:00
Benoit Marty a55e0f1af4 Fix crash - workaround 2020-02-25 18:17:40 +01:00
Benoit Marty b95dfa4473 Create getBestName method for User 2020-02-25 18:14:02 +01:00
Benoit Marty cfe9c4bb41 Display internal id of a room section in room profile, with copy to clipboard action, only in developer mode 2020-02-25 12:21:04 +01:00
Benoit Marty 1023982858 Code readability 2020-02-24 17:40:28 +01:00
ganfra 133d8d7f14 RoomList: fix joining/rejecting state 2020-02-24 17:33:40 +01:00
ganfra 9cdb1da614 Start fixing notif for invites 2020-02-24 17:33:40 +01:00
ganfra 981c9ac4ac Invite sync: assign eventId and remove the primaryKey constraint 2020-02-24 17:33:40 +01:00
Benoit Marty 3e8a0f7252
Merge pull request #1044 from vector-im/feature/fix_big_image_rotation
Use exif info of the image for correct rotation.
2020-02-24 17:30:33 +01:00
Benoit Marty 281620b88d
Merge pull request #1048 from vector-im/feature/profile_share_actions
Share action is added to room profile and room member profile
2020-02-24 17:29:17 +01:00
onurays dec62a893e Code review fixes. 2020-02-24 18:06:59 +03:00
onurays b3d4747d97 Code review fixes. 2020-02-24 17:35:57 +03:00
onurays 1124aa25fd Code review fixes. 2020-02-24 17:22:07 +03:00
Valere 3e587af163 klint 2020-02-24 14:07:15 +01:00
Valere c41661ece8 Fixes #712 2020-02-21 19:05:20 +01:00
onurays f650e29ddd Share action is added to room profile and room member profile
Fixes #858
2020-02-21 15:30:01 +03:00
Onuray Sahin 1eefda18e4
Merge branch 'develop' into feature/fix_big_image_rotation 2020-02-21 13:13:02 +03:00
Benoit Marty d6434654e2
Merge pull request #1043 from vector-im/feature/join_federation
Fix join room over federation
2020-02-21 10:08:05 +01:00
Benoit Marty b6372df676
Merge pull request #1037 from vector-im/feature/crosssigning_qr
Migrate to binary QR code verification (#994)
2020-02-21 10:01:49 +01:00
onurays a11d70f173 Use exif info of the image for correct rotation. 2020-02-21 00:51:22 +03:00
Benoit Marty 3f9a5a4e54 Leaving a room creates a stuck "leaving room" loading screen. (#1041) 2020-02-20 19:31:33 +01:00
Benoit Marty 198e23c204 Second fix for #808 2020-02-20 19:23:32 +01:00
Benoit Marty aefffc0c05 RoomPreviewNoPreviewFragment use room alias if there is no name 2020-02-20 19:19:31 +01:00
Benoit Marty fd05fe36f5 Fix joining rooms from directory via federation isn't working. (#808) 2020-02-20 19:01:36 +01:00
Benoit Marty b72698d63c Fix another issue when there is no name and no canonical alias on a public room 2020-02-20 18:47:07 +01:00
Benoit Marty 87021dd6ec Rename field 2020-02-20 18:16:10 +01:00
Benoit Marty b85c76b172 Simplify code 2020-02-20 18:05:53 +01:00
onurays a97971dd84 Fix threading issues while restoring keys backup. 2020-02-19 18:30:12 +03:00
Benoit Marty 35b10daef1 Ensure RiotX is able to scan binary QrCodes 2020-02-19 14:26:45 +01:00
Benoit Marty 571db7da55
Merge pull request #1035 from vector-im/feature/share_text
Fix share text to a single room issue
2020-02-19 10:08:29 +01:00
Benoit Marty c6b231c0b1 Create toState() fun and use the enum 2020-02-18 14:12:50 +01:00
Benoit Marty f8276e48e3 add kluent for test 2020-02-18 14:09:42 +01:00
Benoit Marty 86c38ebd2d Create Set.toggle() method 2020-02-18 13:33:49 +01:00
Benoit Marty d730f96c41 Do not show alert when sharing text to a single room 2020-02-18 12:24:27 +01:00
Benoit Marty 7b3fcb7798 When sharing to a room save a draft to pre-fill the composer 2020-02-18 12:11:51 +01:00
Benoit Marty 7133d513b4 Fix crash in the room directory, when public room has no name (#1023) 2020-02-18 10:45:14 +01:00
Benoit Marty b811bf9e7f Fix issue after merge 2020-02-17 23:21:08 +01:00
Benoit Marty ebda12dd76
Merge branch 'develop' into feature/attachment_process 2020-02-17 19:22:50 +01:00
Benoit Marty adc545a93d
Merge pull request #1026 from vector-im/feature/crypto_service_renaming
Feature/crypto service renaming
2020-02-17 19:21:02 +01:00
Benoit Marty fc740ae347
Merge pull request #1016 from vector-im/feature/cleanup_quadS
Cleanup quad s and AccountData service
2020-02-17 18:52:23 +01:00
Benoit Marty f716e9d789 Fix compilation issue 2020-02-17 18:49:45 +01:00
Benoit Marty 7495533edc Use let 2020-02-17 18:16:37 +01:00
Benoit Marty 002e881704 Fix multiple share intent issue 2020-02-17 17:26:19 +01:00
Benoit Marty 51bbee297c Remove useless confirmation when shared data are previewables 2020-02-17 17:06:15 +01:00
Benoit Marty 82bd8a2e2a Ask for write permission before editing media 2020-02-17 16:29:10 +01:00
Benoit Marty d67cd2cbef Small iteration on UI 2020-02-17 16:21:10 +01:00
ganfra fd0dceb597 Clean code 2020-02-17 15:23:24 +01:00
Benoit Marty 48a033b3bd Fix navigation issue when sharing text to multiple rooms 2020-02-17 14:58:20 +01:00
Benoit Marty a3b205b310 No preview for elements sent from the keyboard 2020-02-17 14:48:12 +01:00
Benoit Marty ca0cd9e97d Better code 2020-02-17 14:38:56 +01:00
Benoit Marty 31d5578063 Media preview: do not propose to edit Gif 2020-02-17 14:35:57 +01:00
Benoit Marty 13d3aa9ff1
Merge branch 'develop' into feature/attachment_process 2020-02-17 13:48:21 +01:00
Benoit Marty ecf07ff64a Account creation: wrongly hints that an email can be used to create an account (#941) 2020-02-17 10:30:54 +01:00
ganfra e349a35419 Crypto: expose cryptoService by a getter, removing the session implementation delegation 2020-02-16 15:40:31 +01:00
Benoit Marty 76085a4284 AccountData cleanup and Javadoc 2020-02-14 21:50:37 +01:00
Benoit Marty db19ab0531
Merge branch 'develop' into feature/4s_msc1946 2020-02-14 17:45:44 +01:00
Benoit Marty 1660a0f846 Version++ 2020-02-14 15:16:00 +01:00
Benoit Marty 88b8ceaeb5
Merge pull request #1005 from vector-im/feature/fix_event_redaction_prompt
Do not ask for a reason if user wants to delete his own message.
2020-02-14 14:36:01 +01:00
Benoit Marty e4577d8fef Small cleanup before merge 2020-02-14 14:34:22 +01:00
onurays 030d6824e3 Code review fixes. 2020-02-14 15:04:25 +03:00
Valere f99eca8014 Code review 2020-02-14 10:48:18 +01:00
Valere e0eede1150 cleaning 2020-02-14 10:48:18 +01:00
Valere 61ea4191dc Update json viewer lib 2020-02-14 10:48:18 +01:00
Valere 108ebea84e SSSS service + test 2020-02-14 10:48:18 +01:00
Valere bf06b57bad Refactor Account Data
Auto stash before rebase of "develop"
2020-02-14 10:48:18 +01:00
Benoit Marty 6c0bddc893 Code quality 2020-02-13 23:20:35 +01:00
Benoit Marty 930d62c87b Restore Breadcrumbs comparator, we can maybe improve this later 2020-02-13 23:00:03 +01:00
Benoit Marty e6bd09859f Compress image before sending 2020-02-13 22:50:55 +01:00
Benoit Marty 385fa317c0 Add a green frame around current small preview 2020-02-13 20:45:03 +01:00
Benoit Marty ecd547b86c Auto close the room picker and open the first room when data are shared in case of multi selection 2020-02-13 20:10:59 +01:00
Benoit Marty d87b951403 Improve code 2020-02-13 20:10:59 +01:00
Benoit Marty 06ba478232 Send files to several rooms at a time 2020-02-13 20:10:59 +01:00
Benoit Marty 81de914360 Propose to edit media before sending, when coming form another application 2020-02-13 20:10:59 +01:00
Benoit Marty b7ec495d6b Add comment 2020-02-13 19:52:11 +01:00
Benoit Marty a8953568f3 Set custom colors 2020-02-13 19:52:11 +01:00
Benoit Marty 41b20863fb Mention uCrop library copyright 2020-02-13 19:52:11 +01:00
Benoit Marty 94340a49d7 Ask for permission 2020-02-13 19:52:11 +01:00
Benoit Marty c67fd508e7 Cleanup 2020-02-13 19:52:11 +01:00
Ganard eccc52fe13 Sharing: start extracting from RoomList as it's getting messy 2020-02-13 19:52:11 +01:00
Ganard b7a7aa2f15 Attachment: continue working on preview screen 2020-02-13 19:52:11 +01:00
ganfra 6471787232 Share: start managing multi selection and warning 2020-02-13 19:52:11 +01:00
ganfra 41f1ec5d88 Attachments: preview with pager mode 2020-02-13 19:51:20 +01:00
Ganard a26e959430 Attachements: introduce structure for preview, cropping and compressing 2020-02-13 19:51:20 +01:00
Benoit Marty 5808c1de22 TextView displaying emoji should have text color set to black 2020-02-13 19:50:31 +01:00
Benoit Marty d21604b791
Merge pull request #989 from vector-im/feature/qr_code_mistake
Fix issue with verification when other client declares it can only show QR code (#988)
2020-02-13 19:41:10 +01:00
onurays fd135e1eeb Compute message body for encrypted messages too. 2020-02-13 18:09:26 +03:00
onurays f28e4cf991 Fix comparison of user ids. 2020-02-13 17:57:38 +03:00
onurays 983593d647 getRedactionReason function is refactored. 2020-02-13 17:28:14 +03:00
onurays 1b413934b5 Set redaction reason as message body. 2020-02-13 16:42:13 +03:00
onurays 8a3e93ae96 Do not ask for a reason if user wants to delete his own message.
Fixes (#1003)
2020-02-13 14:59:41 +03:00
Benoit Marty 6a69c6356d PushersService.pushers() has been renamed to PushersService.getPushers() 2020-02-13 07:04:54 +01:00
Benoit Marty e492e4318b Do some parameter checks 2020-02-13 06:48:52 +01:00
Valere e1342d096b
Merge pull request #810 from vector-im/feature/msc_2192
Feature/msc 2192
2020-02-12 17:41:50 +01:00
Onuray Sahin 6013e1653b
Open room member profile from reactions and read receipts. (#990)
Open room member profile from reactions and read receipts. Fixes #875
2020-02-12 15:57:49 +01:00
Benoit Marty 47f47e40c4 code review and cleanup 2020-02-12 15:09:38 +01:00
Benoit Marty 9016688aec Fix compilation issue after rebase 2020-02-12 13:48:08 +01:00
Valere 9a7bd35ddc Add m.buttons support (a.k.a bot buttons) 2020-02-12 13:40:54 +01:00
Valere 3ac54c51f6 cleaning 2020-02-12 13:39:30 +01:00
Valere c4ea2507f8 Add command to send poll 2020-02-12 13:39:30 +01:00
Valere 6001ac60ab klint cleaning 2020-02-12 13:37:16 +01:00
Valere 0cea26ec77 ux tweak on poll result 2020-02-12 13:37:16 +01:00