Commit Graph

1175 Commits

Author SHA1 Message Date
Hans Christian Schmitz
30a0da74f0 Add support for autofilling login text fields (#293)
* Add support for autofilling login text fields

Support autofilling login text fields via Android Autofill with the
experimental AndroidX Compose API for it.

Based on https://bryanherbst.com/2021/04/13/compose-autofill/ (with permission).

Signed-off-by: Hans Christian Schmitz <git@hcsch.eu>

* Move autofill implementation to designsystem library

Signed-off-by: Hans Christian Schmitz <git@hcsch.eu>

---------

Signed-off-by: Hans Christian Schmitz <git@hcsch.eu>
2023-04-10 08:21:57 +02:00
Benoit Marty
ad0886391b Revert "Run every 10 minutes to check the script. (to be reverted!)"
This reverts commit 32be8f29e6.
2023-04-08 01:06:23 +02:00
Benoit Marty
ea9f9ccdc3 Use Python 3.9
CI complain with:
 Traceback (most recent call last):
  File "./tools/localazy/generateLocalazyConfig.py", line 39, in <module>
    action = baseAction | {
TypeError: unsupported operand type(s) for |: 'dict' and 'dict'
2023-04-07 15:03:02 +02:00
Benoit Marty
67955988cf Use Python 3.9
CI complain with:
 Traceback (most recent call last):
  File "./tools/localazy/generateLocalazyConfig.py", line 39, in <module>
    action = baseAction | {
TypeError: unsupported operand type(s) for |: 'dict' and 'dict'
2023-04-07 15:01:34 +02:00
Benoit Marty
9cca2405e8 For usage of Python3
CI complain with:
 Traceback (most recent call last):
  File "./tools/localazy/generateLocalazyConfig.py", line 39, in <module>
    action = baseAction | {
TypeError: unsupported operand type(s) for |: 'dict' and 'dict'
2023-04-07 14:39:13 +02:00
Benoit Marty
32be8f29e6 Run every 10 minutes to check the script. (to be reverted!) 2023-04-07 12:29:35 +02:00
Benoit Marty
6af4057e74 Setup localazy before running it.
From https://localazy.com/docs/cli/installation#debianubuntu
2023-04-07 12:26:25 +02:00
Benoit Marty
ca54e11b97 Fix ktlint issue. 2023-04-07 10:38:47 +02:00
Benoit Marty
b1738c7721 Merge pull request #253 from vector-im/feature/bma/push
Push
2023-04-07 10:38:04 +02:00
Benoit Marty
25838e1145 Merge branch 'develop' into feature/bma/push 2023-04-07 09:41:32 +02:00
Florian Renaud
1e6a394e9b Merge pull request #250 from vector-im/renovate/accompanist
Update accompanist
2023-04-06 14:05:55 +02:00
Florian Renaud
e4c1c12061 update screenshots 2023-04-06 11:34:31 +02:00
Florian Renaud
46cc110ce4 Update compose BOM version 2023-04-06 11:30:46 +02:00
Benoit Marty
6c0484f12a Merge pull request #303 from vector-im/renovate/corektx
Update dependency androidx.core:core-ktx to v1.10.0
2023-04-06 09:16:10 +02:00
Benoit Marty
1a33f6fc50 Merge branch 'develop' into feature/bma/push 2023-04-06 09:13:24 +02:00
Benoit Marty
efe3d3add4 Ignore some classes about coverage. 2023-04-06 09:12:44 +02:00
renovate[bot]
e7e633eb90 Update dependency androidx.core:core-ktx to v1.10.0 2023-04-05 20:29:03 +00:00
renovate[bot]
0df6e66f35 Update accompanist 2023-04-05 20:28:50 +00:00
Florian Renaud
b54e38ab12 Merge pull request #272 from vector-im/feature/fre/start_chat_with_matrix_id
Show or create direct message room
2023-04-05 19:01:55 +02:00
Benoit Marty
b56ab86ef1 Fix wildcard import 2023-04-05 18:14:32 +02:00
Florian Renaud
4bbc2aa3c2 Merge remote-tracking branch 'origin/develop' into feature/fre/start_chat_with_matrix_id 2023-04-05 17:43:52 +02:00
Florian Renaud
badea87d7c Cancel start DM if there is no more selected user 2023-04-05 17:39:35 +02:00
Florian Renaud
73e67b638d Remove RetryStartDM action 2023-04-05 17:33:52 +02:00
Benoit Marty
df492cfd0e Fix lint warnings. 2023-04-05 16:59:17 +02:00
Benoit Marty
fad849ce21 Ignore lint warning. I think it's OK. 2023-04-05 16:59:17 +02:00
Benoit Marty
c014d4e12f Add test for LoggedInPresenter 2023-04-05 16:59:17 +02:00
Benoit Marty
2ac74ba40f Comment unused code. 2023-04-05 16:59:17 +02:00
Benoit Marty
84e4e0f1a9 Add test for NoopPermissionsPresenter and remove the unused factory. 2023-04-05 16:59:17 +02:00
Benoit Marty
78b8d5cf6e Fix lint warnings. 2023-04-05 16:59:17 +02:00
Benoit Marty
48044a3cc5 Add strings to localazy and import them 2023-04-05 16:59:17 +02:00
Benoit Marty
68769a21e2 Cleanup up string for push and notification (before integrating to Localazy) 2023-04-05 16:59:17 +02:00
Benoit Marty
9036237030 Finish and test NotificationIdProvider 2023-04-05 16:59:17 +02:00
Benoit Marty
2afdf49501 Make NotificationDrawerManager.updateEvent private. 2023-04-05 16:59:17 +02:00
Benoit Marty
7e7aca4a53 Add some tests (mainly imported from EA). Also change type from String to SessionId, RoomId, etc. 2023-04-05 16:59:17 +02:00
Benoit Marty
31ff2e7e0b Clean up 2023-04-05 16:59:17 +02:00
Benoit Marty
c0ef4804a1 Persist notification data. Note that it will break the key storage for the session database. 2023-04-05 16:59:17 +02:00
Benoit Marty
2696348d46 Improve logs. 2023-04-05 16:59:17 +02:00
Benoit Marty
0c0f7dff40 Making progress on notification for multi account. 2023-04-05 16:59:17 +02:00
Benoit Marty
3d1823064d Add some shortcuts 2023-04-05 16:59:17 +02:00
Benoit Marty
6f6a1e27fe Fix multi Activity wen opening app from notification. 2023-04-05 16:59:17 +02:00
Benoit Marty
a2dc4db684 Bad copy/paste 2023-04-05 16:59:17 +02:00
Benoit Marty
41e0249fbf Cleanup 2023-04-05 16:59:17 +02:00
Benoit Marty
c52ad084e9 Observe session database to be able to detect new user and removed user. 2023-04-05 16:59:17 +02:00
Benoit Marty
62db96476d Protect call to getNotificationItem 2023-04-05 16:59:17 +02:00
Benoit Marty
dae0cae8bb Close MatrixClient after usage 2023-04-05 16:59:17 +02:00
Benoit Marty
b9276aa60b Cleanup + Add per user store. 2023-04-05 16:59:17 +02:00
Benoit Marty
961d0ecdbc Add Result + Dispatcher on SDK call. 2023-04-05 16:59:17 +02:00
Benoit Marty
eaff43de3a Create a LoggedInNode, used as a PermanentNode in LoggedInFlowNode 2023-04-05 16:59:17 +02:00
Benoit Marty
c1f80cda80 Create LoggedIn presenter 2023-04-05 16:58:33 +02:00
Benoit Marty
281eb617b5 Add missing Fake classes 2023-04-05 16:32:28 +02:00