Adam Brown
e3155b6c98
removing notifications v1, v2 is live
2021-12-03 16:08:44 +00:00
Adam Brown
db406704c9
removing boolean notification version usage
2021-12-03 15:58:18 +00:00
Benoit Marty
6cb8a2458f
Remove extra new lines in XML
2021-12-01 23:06:49 +01:00
Benoit Marty
c84642aa33
Use @id
and not @+id
when referencing ids in xml
2021-12-01 22:27:57 +01:00
Benoit Marty
6d3df0d802
Use @id
and not @+id
when referencing ids in layouts - ConstraintLayout
2021-12-01 22:13:21 +01:00
Florian Renaud
6c81bf6ee8
Remove duplicated settings declaration
2021-11-22 18:03:07 +01:00
Benoit Marty
0a0dd4ee1b
Fix crash when opening Identity Server detail from preference
2021-10-08 16:16:35 +02:00
Adam Brown
7b5972e3cf
expanding the discovery polices on recieving a custom payload
...
- also meant updating the general link to discovery in order to manually pass the default arguments
2021-10-07 13:50:43 +01:00
Alex Baker
09a25cce4e
Add Android Auto notification support
...
Signed-off-by: Alex Baker <alex@beeper.com>
2021-09-24 16:43:00 -05:00
Benoit Marty
045e4bbf76
Merge pull request #4052 from vector-im/feature/adm/email_notification_toggle
...
Add email notification toggle
2021-09-24 20:42:44 +02:00
Benoit Marty
1ce48c4deb
Add a dedicated setting to show debug info on screen
2021-09-23 13:54:03 +02:00
Adam Brown
710f2f92cb
cleaning up the notification email group xml definition to include a self closing tag
...
- the category is dynamically populated so we shouldn't be adding anything static here anyways!
2021-09-21 13:46:23 +01:00
Adam Brown
410cf5c062
adding UI toggle for email notifications in /settings/notifications
...
- will display a _no emails_ when the matrix account has no emails set and tapping will navigate to the emails and phone numbers screen where the user can add an email
- toggling the email notification with register and unregister push notification for the given email address
2021-09-21 10:47:03 +01:00
Benoit Marty
5b2478a34f
Merge pull request #3894 from vector-im/feature/dla/keyword_notification_settings
...
Feature/dla/keyword notification settings
2021-08-27 18:19:17 +02:00
David Langley
1d767d6e3f
Fix keyword style, preference persistence and add comment to keyword ruleid
2021-08-25 17:38:12 +01:00
David Langley
fb8c7f6be0
lint
2021-08-24 19:08:27 +01:00
David Langley
238f772461
Merge branch 'develop' of github.com:vector-im/element-android into feature/dla/keyword_notification_settings
2021-08-24 15:51:23 +01:00
David Langley
be19f759f6
fix ordering of chips and align left for notification screens.
2021-08-24 15:46:41 +01:00
Valere
15cb31ac0d
Code review
2021-08-24 16:39:32 +02:00
Valere
27df3e626e
Spaces | Default to 'Home' in settings
2021-08-24 16:34:32 +02:00
Onuray Sahin
f6477d5e3b
Merge branch 'develop' into feature/ons/delabs_voice_message
2021-08-11 15:44:14 +03:00
Onuray Sahin
9b011f9fbd
Enable voice message by default, remove from labs.
2021-08-10 17:58:41 +03:00
David Langley
7f3c4f0073
Merge branch 'develop' of github.com:vector-im/element-android into feature/dla/reorg_account_notification_settings
2021-08-10 10:54:22 +01:00
David Langley
516a9bc929
fix path in notification settings xml
2021-08-03 10:58:52 +01:00
David Langley
8d7e3b6544
add keyword checkbox preference and chip/edit text for modificying keywords
2021-08-03 09:52:36 +01:00
Onuray Sahin
c6bd6e4961
Merge pull request #3598 from vector-im/feature/ons/voice_message
...
Voice Message
2021-07-30 17:24:17 +03:00
David Langley
73bf50b93c
rename global -> default, address comments
2021-07-27 20:21:40 +01:00
David Langley
7091de9942
merge in static push definitions and adapt push v2 ui/logic
2021-07-27 19:54:17 +01:00
David Langley
a29ccda68e
move mutable push rule logic to static declarations as on web
2021-07-19 21:29:46 +01:00
David Langley
5044b21545
add changelog, checks/tests
2021-07-14 11:49:16 +01:00
David Langley
a3204fdad9
add resValue to enable feature, put back old code
2021-07-13 21:22:56 +01:00
David Langley
727ce7272a
update translations
2021-07-12 18:38:56 +01:00
langleyd
7e156d372f
Add checkbox preference, remove PushRulePreference, Split adavanced fragment to new 3 new fragments and inherit common function
2021-07-12 14:08:35 +01:00
langleyd
d6f1f276c2
Add checkbox preference, remove PushRulePreference, Split adavanced fragment to new 3 new fragments and inherit common function
2021-07-12 14:07:27 +01:00
Onuray Sahin
5856e563c5
Put voice message preference under labs.
2021-07-07 10:23:22 +03:00
Benoit Marty
047c59eba0
Rework colors management
2021-06-09 15:36:20 +02:00
Valere
14144dc99d
Default all in home + lab flag
2021-05-11 10:45:07 +02:00
Valere
f9e608a790
Manage Spaces as Admin
2021-05-10 20:01:17 +02:00
Benoit Marty
d9ffce7e0d
Add option to record a video from the camera
...
Replace #2411
2021-05-03 21:13:47 +02:00
Toby Murray
33337bd772
Allow cleartext to some LAN domains
...
This functionality exists in the desktop client, so hoping to mirror that as much as Android allows
This addresses a number of the use cases touched on in #1793 . Enabling clear text to various official and standard LAN-only domains means it's easier to develop the Android application, as a Matrix server can be deployed locally without much fuss anywhere on the developer's LAN. This can reduce the reliance on a DNS or SSL certificates when neither are really relevant to the functionality of the client/server. In particular, managing SSL certs without a public domain is a pain in the butt.
At the same time, this does not significantly diminish the security of Element Android, as at the current time these domains are either explicitly not valid TLDs or conventionally not TLDs (so would be an unexpected change if they were to become so). In the event e.g. `.home` becomes a TLD, it would be appropriate to remove it from this list.
2021-04-30 00:47:57 -04:00
Valere
3378e23cc2
Add lab flag to use restricted access rule
...
Fixes #3226
2021-04-28 11:15:58 +02:00
Valere
dba6784487
Remove space lab flags
2021-04-28 11:15:58 +02:00
Valere
0c5ca9f51b
Space hierachy SDK updates
2021-04-28 11:15:58 +02:00
Valere
c5fa0a413f
Space first commit
2021-04-28 11:15:58 +02:00
ganfra
5d19cfff13
Timeline: fix membership filtering
2021-03-30 19:59:25 +02:00
Benoit Marty
85b1edc6d2
Filter out rooms with "nsfw" in room name or room topic (enabled by default)
2021-03-08 13:53:04 +01:00
Martin Häger
33b3f0650c
Permit cleartext for .onion addresses
...
The Tor and Onion service protocols provide encryption and authentication
respectively. Since Domain Validation certificates aren't currently being
issued for .onion addresses, the HTTPS requirement makes Element practically
incompatible with homeservers operated by individuals on Tor.
Signed-off-by: Martin Häger <martin.haeger@gmail.com>
2021-03-02 12:46:12 +01:00
Benoit Marty
531beb0a86
Add a screen to view details about the homeserver
2021-02-19 21:27:25 +01:00
Benoit Marty
22b8101230
Remove unused resources
2021-02-12 16:21:48 +01:00
Onuray Sahin
1f1eeccc32
Option to hide emoji keyboard is added.
2021-01-13 13:28:46 +03:00