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
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