ganfra
f0272fd283
UTD pagination: clean up and add developer settings to enable complete history
2020-09-30 17:56:50 +02:00
Benoit Marty
14162ecaa0
Add missing case
2020-09-30 11:47:37 +02:00
Onuray Sahin
2a96b2c68e
Differentiate wordings for the room profile screen.
2020-09-30 10:07:20 +02:00
Onuray Sahin
24fcb3f58f
Differentiate wordings for direct rooms.
2020-09-30 10:07:20 +02:00
Benoit Marty
21f1848499
Fix Splash screen layout, especially on small screens
2020-09-26 11:30:13 +02:00
Benoit Marty
d684c11c65
Iterate on wording
2020-09-24 15:14:08 +02:00
Benoit Marty
2e95c78f4e
Iterate on wording
2020-09-24 12:40:37 +02:00
Benoit Marty
9f154748ae
Avoid using 1, prefer %d (for translation)
2020-09-23 21:58:21 +02:00
Benoit Marty
5eb66c4617
Small fix and avoid using 1, prefer %d (for translation)
2020-09-23 21:58:21 +02:00
Benoit Marty
44b2673848
PIN: Add a setting to hide notification content when PIN code is configured
2020-09-23 21:58:21 +02:00
Benoit Marty
fdedfc954c
PIN Code Improvements. Add more settings ( #1985 )
...
- enable/disable biometrics
- enbale/disable grace period
2020-09-23 21:57:58 +02:00
Benoit Marty
b8cbafa75d
PIN: move setting to a dedicated screen (no other change)
2020-09-23 21:57:36 +02:00
Benoit Marty
ad2191a76e
Fix scrolling issue.
...
Sign in and log in tested ok
2020-09-23 16:59:42 +02:00
Benoit Marty
ecc189aeac
Restore logo on login screens
...
This reverts commit 4cc3e87d64
.
2020-09-23 16:59:23 +02:00
Benoit Marty
8edecf5937
Allow using an outdated homeserver, at user's risk ( #1972 )
...
Just warn the user using a non blocking popup
2020-09-23 16:25:01 +02:00
Marinus Enzinger
84df86df37
Visually disable call buttons/prohibit calling on insufficient permissions
...
Signed-off-by: Marinus Enzinger <marinus@enzingerm.de>
2020-09-21 20:20:06 +02:00
Benoit Marty
0e85a3d59f
Add an advanced action to reset an account data entry (there is no API to completely delete it)
2020-09-18 12:49:14 +02:00
Benoit Marty
a77069297d
Remove R.string.copy, use R.string.action_copy (Fix clash with androidx.preferences private resource)
2020-09-16 19:51:43 +02:00
Benoit Marty
36899af36b
Strings has been replaced by a plurals
2020-09-16 19:41:24 +02:00
ganfra
a1f98eb6bf
Allow to filter all room member state events in timeline
2020-09-16 15:36:48 +02:00
Benoit Marty
23f13b092f
Plurals
2020-09-10 18:00:06 +02:00
Valere
971b425e17
F-Droid background sync modes
2020-09-10 17:10:47 +02:00
Benoit Marty
22cd6ae239
Merge pull request #2047 from vector-im/feature/universal_link_navigation
...
Handle room, user, group, email verification links by converting them to permalinks.
2020-09-08 12:21:54 +02:00
Valere
a544ae264b
Avoid showing debug notice format for event preview
2020-09-08 09:51:35 +02:00
Onuray Sahin
e65558958d
Code review refactoring.
2020-09-08 10:45:00 +03:00
Benoit Marty
bc389d371d
Move string def to app module instead of SDK ( #1994 )
2020-09-07 13:38:12 +02:00
Benoit Marty
05ec5bde93
Merge pull request #2020 from vector-im/feature/add_email
...
Add email and phone numbers
2020-09-03 14:33:09 +02:00
Benoit Marty
633b12f66d
Propose to verify the current session if the 4S contains secret, even if there is no other sessions
2020-09-03 10:00:01 +02:00
Benoit Marty
1a452a6cd7
Improve error for non supported SSO flow to delete device or add MSISDN
2020-09-01 12:58:53 +02:00
Benoit Marty
bf5c1e9d8f
Add phone numbers to account
2020-08-31 20:53:37 +02:00
Benoit Marty
931eeac548
Add MSISDN (WIP)
2020-08-31 18:07:25 +02:00
Benoit Marty
ee3e10a4b0
Add threePid: improve UI for phone numbers
2020-08-31 14:46:05 +02:00
Benoit Marty
e92cf38cde
Add threePid: improve UX (remove dialog)
2020-08-31 14:30:47 +02:00
Benoit Marty
58938a239e
Format phone number
2020-08-28 19:07:41 +02:00
Benoit Marty
36a9b80040
i18n for M_THREEPID_AUTH_FAILED
2020-08-28 17:05:40 +02:00
Benoit Marty
175a5ab824
List phone numbers and emails added to the Matrix account, and add Email to account ( #44 )
2020-08-28 16:45:09 +02:00
ganfra
9970398cf2
Join room: add "UnknownItem" to public room list
2020-08-25 20:20:14 +02:00
Benoit Marty
80f7ffd7a6
Fix Potential Plurals - 3
2020-08-21 14:19:06 +02:00
Benoit Marty
d86536c949
Fix Potential Plurals (removing unused resource) - 2
2020-08-21 13:07:37 +02:00
Benoit Marty
f84ea0ad5b
Fix Potential Plurals - 1
2020-08-21 12:55:15 +02:00
Benoit Marty
187edbd32a
Merge pull request #1968 from vector-im/feature/biometrics
...
Improve PIN code feature
2020-08-20 17:16:27 +02:00
Benoit Marty
828bf44b2b
Better handling DM creation when invitees cannot be inviting due to denied federation
...
As we do not know the created roomId, we cannot add it to the DM list though. But at least the user is informed that a room has been created and won't retry because the screen will be closed.
2020-08-20 15:44:28 +02:00
Benoit Marty
b090468109
Logout after 3 wrong PIN codes
2020-08-20 14:21:24 +02:00
Benoit Marty
08292c874b
Merge pull request #1943 from vector-im/feature/design_quick_win
...
Feature/design quick win
2020-08-18 18:30:25 +02:00
Tilo Spannagel
8c7956d935
Remove old code that was used on devices with api level <21
...
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2020-08-17 21:20:39 +02:00
Benoit Marty
497b07b156
Fix color issue in dark and black themes ( #961 )
2020-08-17 18:02:23 +02:00
Benoit Marty
ac32d6bb29
Remove /verify
command, it was added temporarily
2020-08-17 14:44:56 +02:00
Benoit Marty
4f8fd7b994
Benoit's review
...
- Cleanup
- Force refresh of HomeServerCapabilities
- add some doc
- remove dead code
- remove commented code
- remove duplicated comment
- use getBestName()
- improve code formatting
- Fix isAudioOnly parameter in jitsi url
- Fix layout issue between "Active conference" banner and "Jump to first unread message banner"
- Improve "Active conference" banner
- Remove Calendar permission from Manifest
2020-08-14 15:40:02 +02:00
Valere
050ef659b3
Code quality
...
Fix neg margin + typo in jitsi
2020-08-14 10:10:08 +02:00
Valere
3ce1e3e5d9
Add/Remove jitsi widget via option menu
2020-08-14 09:45:33 +02:00