Benoit Marty
cbe093fe77
Highlighted Event when opening a permalink from another room ( Fixes #1033 )
2020-08-20 18:20:53 +02:00
Benoit Marty
af10344b6b
Share button in rooms gives room ID link without via parameters ( #1927 )
...
Following the algorithm described in #1927
Create a PermalinkService
2020-08-20 17:33:55 +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
95d05a9c28
Make the user's Avatar live in the general settings
...
Also remove unused class RoomAvatarPreference
2020-08-19 18:32:06 +02:00
Benoit Marty
9b6c45e112
A Kick appears has "someone has made no change" ( Fixes #1959 )
2020-08-19 15:54:46 +02:00
Benoit Marty
482a8f1fb8
Merge pull request #1955 from vector-im/feature/fix_unique_filename
...
Fix save media error: Failed to build unique file
2020-08-19 14:44:37 +02:00
Benoit Marty
0a296908a8
Merge branch 'develop' into feature/update_element_config_file_parsing
2020-08-18 18:31:28 +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
Onuray Sahin
2b0051887a
Append current time to the filename before saving.
2020-08-18 18:54:59 +03:00
Benoit Marty
9385bd2a10
Merge branch 'develop' into api-21-cleanup
2020-08-18 10:11:02 +02:00
Benoit Marty
131f4d1757
Merge pull request #1949 from tilosp/gradle-wrapper-validation
...
Official Gradle Wrapper Validation Action
2020-08-18 09:56:36 +02:00
Tilo Spannagel
861b379992
Official Gradle Wrapper Validation Action
...
See: https://github.com/gradle/wrapper-validation-action
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2020-08-18 00:49:17 +02:00
Benoit Marty
a9ad3ac4f3
Merge pull request #1930 from yh-gao/best_localized_date_format
...
Fix date format for some Asian languages (#1928 )
2020-08-17 23:57:40 +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
f012e23fa9
#1682 : changelog
2020-08-17 19:42:21 +02:00
Benoit Marty
d74dc2053b
Increase Font size on Calling screen ( #1643 )
...
And cleanup the layout
2020-08-17 16:48:40 +02:00
Benoit Marty
550dcde9b8
Merge pull request #1914 from vector-im/feature/jitsi_native
...
Feature/jitsi native
2020-08-17 10:54:31 +02:00
Yihong Gao
e3b7f167ff
Fix date format of some Asian languages ( #1928 )
...
With DateFormat.getBestDateTimePattern to generate best
localized pattern.
Signed-off-by: Yihong Gao <yihong.ui@gmail.com>
2020-08-15 18:32:22 -07: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
Benoit Marty
68d128133c
Merge pull request #1913 from vector-im/feature/RtlHardcoded
...
Fix RtlHardcoded issues
2020-08-14 11:47:01 +02:00
Valere
157f22ac2d
Update change log
2020-08-14 10:12:55 +02:00
Benoit Marty
15c9d68175
Merge branch 'develop' into feature/display_device_key
2020-08-13 20:31:07 +02:00
Benoit Marty
4f0111f331
Remove useless layout_marginLeft and layout_marginRight attributes
...
RtlHardoded: other error
RtlHardoded: paddingLeft / Right
RtlHardoded: other error
Fix RtlHardcoded issues (use `Start` and `End` instead of `Left` and `Right` layout attributes)
2020-08-13 18:49:19 +02:00
Benoit Marty
81a4b5edbc
Merge pull request #1905 from vector-im/feature/refresh_device_list
...
Live sessions list
2020-08-13 17:13:36 +02:00
Benoit Marty
3103fe970a
Ensure users do not accidentally ignore other users ( #1890 )
...
- Wording: use "Ignore" instead of "Block" for consistency across the app and with other Element app
2020-08-13 16:44:32 +02:00
Benoit Marty
e6f89b0b22
Display device information (name, id and key) in Cryptography setting screen ( #1784 )
2020-08-13 16:37:19 +02:00
Benoit Marty
7a2454d816
Fix refreshing of sessions list when another session is logged out
...
Rx: use distinctUntilChanged() instead of distinct()
2020-08-13 16:27:04 +02:00
Benoit Marty
11b5512cb8
Rename package of SDK modules
2020-08-13 12:50:58 +02:00
Benoit Marty
bc3d7bdfc4
Merge pull request #1883 from vector-im/feature/confirm_call
...
Give user the possibility to prevent accidental call (#1869 )
2020-08-12 11:54:58 +02:00
Benoit Marty
ab9950ee73
Fix crash reported by RageShake
2020-08-12 10:49:54 +02:00
Benoit Marty
98aeee9c5a
Merge pull request #1803 from czeidler/relative-date-time-formatter
...
Relative date time formatter #822
2020-08-11 12:45:49 +02:00
Tobias Preuss
40f8e6061f
Use "Context#getSystemService" extension function provided by "core-ktx".
...
+ Re-use local variable where possible.
2020-08-09 16:16:06 +02:00
Benoit Marty
02baf824f9
Give user the possibility to prevent accidental call ( #1869 )
2020-08-05 19:59:25 +02:00
Clemens Zeidler
159881645c
Add change log entry
2020-08-05 21:04:26 +12:00
Benoit Marty
ad1b2b4511
Add PlayStore description resources in the Triple-T format, to let Weblate handle them
2020-08-04 09:12:16 +02:00
Benoit Marty
a1f90abcd2
Rename package `im.vector.riotx` to `im.vector.app` (IDE)
2020-08-03 18:46:29 +02:00
Benoit Marty
67fc2feacb
Rename package `im.vector.riotx.multipicker` to `im.vector.lib.multipicker`
2020-08-03 18:35:02 +02:00
Benoit Marty
d28c091f0a
Rename package `im.vector.riotx.attachmentviewer` to `im.vector.lib.attachmentviewer`
2020-08-03 18:35:02 +02:00
Benoit Marty
ac845ad8c9
Hide Flair settings, this is not implemented yet.
2020-08-03 17:33:24 +02:00
Benoit Marty
707b69e3e2
Merge branch 'develop' into develop
2020-08-03 16:58:52 +02:00
Valere
69e499e497
Merge hotfix
2020-08-03 14:00:32 +02:00
Valere
db6045778e
Update change log
2020-08-03 12:11:50 +02:00
ganfra
995c552f2a
Merge branch 'develop' into feature/pin_code
2020-07-31 11:41:42 +02:00
Valere
531623178a
Version ++
2020-07-31 00:52:22 +02:00
Valere
258acaf814
Prepare release 1.0.3
2020-07-31 00:01:33 +02:00
ganfra
a883d3ecdd
Merge branch 'develop' into feature/pin_code
2020-07-30 18:49:13 +02:00
Valere
2f6cdc6529
Merge pull request #1847 from vector-im/feature/crash_store_mvrx
...
Fix IllegalArgumentException reported from store on HomeActivity aunch
2020-07-30 18:07:11 +02:00
ganfra
9475cb3b39
Update CHANGES
2020-07-30 17:25:49 +02:00
Valere
c90f5ed370
Fix IllegalArgumentException reported from store on HomeActivity aunch
2020-07-30 17:03:11 +02:00
Valere
ccb466edbe
Update change log
2020-07-30 16:57:25 +02:00
Valere
b732ea6c69
Version ++
2020-07-29 11:39:23 +02:00
Valere
06ef665f66
prepare release 1.0.2
2020-07-29 10:33:55 +02:00
Valere
cbf43ea7b3
Session store migration
2020-07-29 09:50:12 +02:00
Valere
9197275343
version++
2020-07-29 09:00:29 +02:00
Valere
e3f5b7cab3
Prepare release 1.0.1
2020-07-28 18:02:51 +02:00
Valere
dde9cdd8ac
Merge pull request #1821 from vector-im/feature/notification_off_alert
...
Check if migration disabled notif
2020-07-28 17:04:15 +02:00
Valere
a47ff99be7
Merge branch 'develop' into feature/fix_reply_tag
2020-07-28 16:58:00 +02:00
Valere
6f5b3371fe
Check if migration disabled notif
2020-07-28 16:56:55 +02:00
Valere
f7b9fc3bb1
Merge pull request #1826 from vector-im/feature/banned_list
...
Added banned user screen
2020-07-28 16:53:58 +02:00
ganfra
5176a3e2aa
Merge branch 'develop' into feature/fix_timeline_loading
2020-07-28 16:30:34 +02:00
Valere
4631cd0e80
Merge pull request #1831 from vector-im/feature/quick_call_update
...
Allow call in all 2 participants rooms
2020-07-28 16:24:22 +02:00
Valere
c82e910c38
Added banned user screen
2020-07-28 16:23:21 +02:00
ganfra
7ae0620b20
Update CHANGES
2020-07-28 15:09:45 +02:00
Valere
12e2a8ffc8
Allow call in all 2 participants rooms
2020-07-28 14:43:50 +02:00
Valere
73c051d2b1
Improve UI of edit role button
2020-07-28 11:35:37 +02:00
ganfra
d7b44ba0cf
Merge branch 'develop' into feature/fix_reply_tag
2020-07-24 11:32:59 +02:00
ganfra
e90fe5cf28
Update CHANGES
2020-07-24 11:31:47 +02:00
ganfra
3e429490e7
Update CHANGES
2020-07-22 17:04:48 +02:00
ganfra
aa5de1896f
Merge pull request #1766 from vector-im/feature/fix_annoying_issues
...
Fix post Element release issues
2020-07-21 16:43:26 +02:00
ganfra
fb247f8bea
Update CHANGES and clean code
2020-07-20 20:29:52 +02:00
vulet
f5b584ddb8
fix: invisible toolbar(status.im theme)
2020-07-20 00:15:45 +08:00
ganfra
27207a27ae
Fix "uploads don't work with Room v6" #1558
2020-07-17 20:33:47 +02:00
Benoit Marty
5082defddf
i18n deactivated account error
2020-07-17 17:23:48 +02:00
ganfra
6e0095edb0
Feature/fix notification clearing ( #1707 )
...
Updating notification when entering a room
2020-07-17 13:31:36 +02:00
Benoit Marty
484b69165b
Add rounded light background to fix dark images on dark background issue ( #1613 )
2020-07-15 14:34:06 +02:00
Benoit Marty
53f0b77fb0
Version++
2020-07-15 14:32:15 +02:00
Benoit Marty
1d2e62fed7
Prepare release 1.0.0
2020-07-15 14:27:08 +02:00
Benoit Marty
6a4d887941
Merge branch 'develop' into feature/other_fixes
2020-07-13 11:31:25 +02:00
Benoit Marty
139cd051ab
Video calls are shown as a voice ones in the timeline ( Fixes #1676 )
2020-07-13 10:57:52 +02:00
Benoit Marty
33b2abc3b9
Fix regression: not able to create a room without IS configured ( Fixes #1679 )
2020-07-13 10:46:51 +02:00
Benoit Marty
5063188b25
Version++
2020-07-11 23:00:16 +02:00
Benoit Marty
f444595845
Prepare release 0.91.5
2020-07-11 22:58:34 +02:00
Benoit Marty
e097bd8117
Rename CreateRoomParamsBuilder to CreateRoomParams for clarity
2020-07-11 22:15:26 +02:00
Benoit Marty
863c09142f
Display three pid invites in the room members list ( #548 )
2020-07-11 22:11:15 +02:00
Benoit Marty
4b3a6a883d
CreateRoomParams has been replaced by CreateRoomParamsBuilder, to be able to invite 3pids
2020-07-11 22:10:52 +02:00
Benoit Marty
70e90d8542
Render third party invite event ( #548 )
2020-07-11 22:07:14 +02:00
Benoit Marty
39e185576c
Merge pull request #1666 from vector-im/feature/tab_notification_labs
...
Feature/tab notification labs
2020-07-11 22:05:56 +02:00
Benoit Marty
a35749964c
Merge branch 'develop' into feature/fix_small_issues
2020-07-11 21:56:07 +02:00
Valere
246f6bb0d0
update change log
2020-07-11 18:41:08 +02:00
Valere
c6a5d05ffb
update change log
2020-07-11 17:29:22 +02:00
Benoit Marty
c5c3592a4c
Merge branch 'develop' into feature/create_file_intent
2020-07-11 12:28:07 +02:00
Benoit Marty
5a8008a4dc
Fix bug when restoring key backup with recovery key
2020-07-11 12:26:52 +02:00
Benoit Marty
4387fd3327
We do not need write storage permission to create a Txt file with the intent Intent.ACTION_CREATE_DOCUMENT
2020-07-11 12:26:47 +02:00
ganfra
3fc9fe3017
Merge branch 'develop' into feature/fix_small_issues
2020-07-10 20:13:47 +02:00
Benoit Marty
825e21362b
Merge pull request #1546 from johnjohndoe/styledattributeset
...
Use Context#withStyledAttributes extension function.
2020-07-10 17:48:39 +02:00
Valere
8582ad6015
Merge pull request #1636 from vector-im/feature/attachement_pager
...
Feature/attachement pager
2020-07-10 15:47:32 +02:00
ganfra
9c595b6c02
Fix "Leave room only leaves the current version"
2020-07-10 08:54:41 +02:00
ganfra
d49d0295a2
Send verification request when the device is not new
2020-07-09 18:31:09 +02:00
ganfra
548879bd9f
Fix encryption enabling visible for all users
2020-07-09 17:20:51 +02:00
Valere
cc5df1e1d5
Update change log
2020-07-08 20:09:55 +02:00